2023-10-11T14:37:41.195 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-11T14:37:41.196 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/orig.config.yaml 2023-10-11T14:37:41.232 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T14:37:41.313 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224 branch: wip-yuri11-testing-2023-10-10-1226-reef description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7421224' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri11-testing-2023-10-10-1226-reef ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd kernel: hwe: true workunit: branch: wip-yuri11-testing-2023-10-10-1226-reef sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3365 sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri11-testing-2023-10-10-1226-reef suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd targets: smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-11_14:03:09 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-11T14:37:41.314 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa; will attempt to use it 2023-10-11T14:37:41.314 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks 2023-10-11T14:37:41.315 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-11T14:37:41.317 INFO:teuthology.task.internal:Checking packages... 2023-10-11T14:37:41.340 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e62d759a6de3042e046d7d9889d2209cbc674fbd' 2023-10-11T14:37:41.340 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-11T14:37:41.341 INFO:teuthology.packaging:ref: None 2023-10-11T14:37:41.341 INFO:teuthology.packaging:tag: None 2023-10-11T14:37:41.341 INFO:teuthology.packaging:branch: wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T14:37:41.342 INFO:teuthology.packaging:sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T14:37:41.342 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T14:37:41.486 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-669-ge62d759a-1focal 2023-10-11T14:37:41.487 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-11T14:37:41.493 INFO:teuthology.task.internal:no buildpackages task found 2023-10-11T14:37:41.494 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-11T14:37:41.509 INFO:teuthology.task.internal:Saving configuration 2023-10-11T14:37:41.525 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-11T14:37:41.533 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T14:37:41.559 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224', '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-10-11 14:31:27.083618', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-11T14:37:41.580 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224', '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-10-11 14:31:27.082177', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-11T14:37:41.580 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-11T14:37:41.587 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-11T14:37:41.587 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-11T14:37:41.587 INFO:teuthology.run_tasks:Running task console_log... 2023-10-11T14:37:41.673 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f446b180af0>, signals=[15]) 2023-10-11T14:37:41.675 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-11T14:37:41.683 INFO:teuthology.task.internal:Opening connections... 2023-10-11T14:37:41.683 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:37:41.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:37:41.736 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2023-10-11T14:37:41.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:37:41.785 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-11T14:37:41.792 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2023-10-11T14:37:41.818 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2023-10-11T14:37:41.819 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2023-10-11T14:37:41.865 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Ubuntu" 2023-10-11T14:37:41.865 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-11T14:37:41.866 INFO:teuthology.orchestra.run.smithi131.stdout:ID=ubuntu 2023-10-11T14:37:41.866 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE=debian 2023-10-11T14:37:41.866 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-11T14:37:41.866 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="20.04" 2023-10-11T14:37:41.867 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-11T14:37:41.867 INFO:teuthology.orchestra.run.smithi131.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-11T14:37:41.867 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-11T14:37:41.868 INFO:teuthology.orchestra.run.smithi131.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-11T14:37:41.868 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_CODENAME=focal 2023-10-11T14:37:41.868 INFO:teuthology.orchestra.run.smithi131.stdout:UBUNTU_CODENAME=focal 2023-10-11T14:37:41.869 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2023-10-11T14:37:41.890 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2023-10-11T14:37:41.897 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2023-10-11T14:37:41.897 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2023-10-11T14:37:41.945 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="Ubuntu" 2023-10-11T14:37:41.946 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-11T14:37:41.946 INFO:teuthology.orchestra.run.smithi191.stdout:ID=ubuntu 2023-10-11T14:37:41.946 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE=debian 2023-10-11T14:37:41.946 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-11T14:37:41.946 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="20.04" 2023-10-11T14:37:41.947 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-11T14:37:41.947 INFO:teuthology.orchestra.run.smithi191.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-11T14:37:41.947 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-11T14:37:41.947 INFO:teuthology.orchestra.run.smithi191.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-11T14:37:41.947 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_CODENAME=focal 2023-10-11T14:37:41.948 INFO:teuthology.orchestra.run.smithi191.stdout:UBUNTU_CODENAME=focal 2023-10-11T14:37:41.948 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2023-10-11T14:37:41.965 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-11T14:37:41.973 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-11T14:37:41.992 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-11T14:37:41.993 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2023-10-11T14:37:41.995 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2023-10-11T14:37:42.001 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-11T14:37:42.017 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-11T14:37:42.018 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2023-10-11T14:37:42.041 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2023-10-11T14:37:42.055 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-11T14:37:42.114 INFO:teuthology.run_tasks:Running task kernel... 2023-10-11T14:37:42.134 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-11T14:37:42.135 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-10-11T14:37:42.135 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-10-11T14:37:42.135 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-10-11T14:37:42.136 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T14:37:42.137 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T14:37:42.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T14:37:42.142 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2023-10-11T14:37:42.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T14:37:42.144 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2023-10-11T14:37:42.150 INFO:teuthology.orchestra.run.smithi131.stdout:5.4.0-124-generic 2023-10-11T14:37:42.151 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.4.0-124-generic 2023-10-11T14:37:42.151 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2023-10-11T14:37:42.152 INFO:teuthology.orchestra.run.smithi191.stdout:5.4.0-124-generic 2023-10-11T14:37:42.152 INFO:teuthology.task.kernel:Running kernel on smithi191: 5.4.0-124-generic 2023-10-11T14:37:42.152 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2023-10-11T14:37:42.297 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2023-10-11T14:37:42.308 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2023-10-11T14:37:42.487 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T14:37:42.487 INFO:teuthology.orchestra.run.smithi191.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-11T14:37:42.497 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-11T14:37:42.523 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T14:37:42.524 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-11T14:37:42.537 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-11T14:37:42.665 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-11T14:37:42.710 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-11T14:37:42.891 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-11T14:37:42.915 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-11T14:37:43.047 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-11T14:37:43.048 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-11T14:37:43.056 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-11T14:37:43.110 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-11T14:37:43.133 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-11T14:37:43.134 INFO:teuthology.orchestra.run.smithi191.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-11T14:37:43.134 INFO:teuthology.orchestra.run.smithi191.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-11T14:37:43.134 INFO:teuthology.orchestra.run.smithi191.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-11T14:37:43.159 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-11T14:37:43.168 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-11T14:37:43.170 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-11T14:37:43.171 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-11T14:37:43.248 INFO:teuthology.orchestra.run.smithi191.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-11T14:37:43.250 INFO:teuthology.orchestra.run.smithi191.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T14:37:43.251 INFO:teuthology.orchestra.run.smithi191.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-11T14:37:43.256 INFO:teuthology.orchestra.run.smithi191.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-11T14:37:43.260 INFO:teuthology.orchestra.run.smithi191.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-11T14:37:43.262 INFO:teuthology.orchestra.run.smithi191.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-11T14:37:43.262 INFO:teuthology.orchestra.run.smithi191.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-11T14:37:43.263 INFO:teuthology.orchestra.run.smithi191.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-11T14:37:43.263 INFO:teuthology.orchestra.run.smithi191.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-11T14:37:43.271 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-11T14:37:43.276 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T14:37:43.277 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-11T14:37:43.284 INFO:teuthology.orchestra.run.smithi191.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-11T14:37:43.285 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-11T14:37:43.300 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-11T14:37:43.304 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-11T14:37:43.304 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-11T14:37:43.305 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-11T14:37:43.305 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-11T14:37:43.306 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-11T14:37:43.338 INFO:teuthology.orchestra.run.smithi191.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-11T14:37:43.354 INFO:teuthology.orchestra.run.smithi191.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-11T14:37:43.361 INFO:teuthology.orchestra.run.smithi191.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-11T14:37:43.362 INFO:teuthology.orchestra.run.smithi191.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-11T14:37:43.397 INFO:teuthology.orchestra.run.smithi191.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-11T14:37:43.397 INFO:teuthology.orchestra.run.smithi191.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-11T14:37:43.400 INFO:teuthology.orchestra.run.smithi191.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T14:37:43.400 INFO:teuthology.orchestra.run.smithi191.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-11T14:37:43.404 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-11T14:37:43.406 INFO:teuthology.orchestra.run.smithi191.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-11T14:37:43.418 INFO:teuthology.orchestra.run.smithi191.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-11T14:37:43.422 INFO:teuthology.orchestra.run.smithi191.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-11T14:37:43.423 INFO:teuthology.orchestra.run.smithi191.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-11T14:37:43.423 INFO:teuthology.orchestra.run.smithi191.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-11T14:37:43.430 INFO:teuthology.orchestra.run.smithi191.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-11T14:37:43.431 INFO:teuthology.orchestra.run.smithi191.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-11T14:37:43.431 INFO:teuthology.orchestra.run.smithi191.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-11T14:37:43.432 INFO:teuthology.orchestra.run.smithi191.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-11T14:37:43.432 INFO:teuthology.orchestra.run.smithi191.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-11T14:37:43.450 INFO:teuthology.orchestra.run.smithi191.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-11T14:37:43.451 INFO:teuthology.orchestra.run.smithi191.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-11T14:37:43.451 INFO:teuthology.orchestra.run.smithi191.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-11T14:37:43.462 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-11T14:37:43.495 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-11T14:37:43.496 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-11T14:37:43.499 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-11T14:37:43.692 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-11T14:37:43.711 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T14:37:43.711 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-11T14:37:43.760 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-11T14:37:43.795 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-11T14:37:43.807 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-11T14:37:43.808 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-11T14:37:43.809 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-11T14:37:43.809 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-11T14:37:43.810 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-11T14:37:43.810 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-11T14:37:43.811 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-11T14:37:43.812 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-11T14:37:43.816 INFO:teuthology.orchestra.run.smithi131.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-11T14:37:43.837 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-11T14:37:43.838 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-11T14:37:46.978 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 17.6 MB in 3s (6,700 kB/s) 2023-10-11T14:37:47.033 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 17.6 MB in 3s (6,508 kB/s) 2023-10-11T14:37:48.391 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2023-10-11T14:37:48.418 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T14:37:48.486 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2023-10-11T14:37:48.517 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2023-10-11T14:37:48.544 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T14:37:48.621 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2023-10-11T14:37:48.683 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2023-10-11T14:37:48.684 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2023-10-11T14:37:48.803 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2023-10-11T14:37:48.804 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2023-10-11T14:37:48.848 INFO:teuthology.orchestra.run.smithi191.stdout:The following additional packages will be installed: 2023-10-11T14:37:48.848 INFO:teuthology.orchestra.run.smithi191.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T14:37:48.848 INFO:teuthology.orchestra.run.smithi191.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-11T14:37:48.849 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-11T14:37:48.849 INFO:teuthology.orchestra.run.smithi191.stdout:Suggested packages: 2023-10-11T14:37:48.850 INFO:teuthology.orchestra.run.smithi191.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-11T14:37:48.850 INFO:teuthology.orchestra.run.smithi191.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-11T14:37:48.898 INFO:teuthology.orchestra.run.smithi191.stdout:The following NEW packages will be installed: 2023-10-11T14:37:48.899 INFO:teuthology.orchestra.run.smithi191.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T14:37:48.899 INFO:teuthology.orchestra.run.smithi191.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-11T14:37:48.900 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-11T14:37:48.900 INFO:teuthology.orchestra.run.smithi191.stdout: thermald upower usbmuxd 2023-10-11T14:37:48.969 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2023-10-11T14:37:48.969 INFO:teuthology.orchestra.run.smithi131.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T14:37:48.970 INFO:teuthology.orchestra.run.smithi131.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-11T14:37:48.970 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-11T14:37:48.971 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2023-10-11T14:37:48.971 INFO:teuthology.orchestra.run.smithi131.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-11T14:37:48.971 INFO:teuthology.orchestra.run.smithi131.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-11T14:37:49.029 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2023-10-11T14:37:49.030 INFO:teuthology.orchestra.run.smithi131.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T14:37:49.030 INFO:teuthology.orchestra.run.smithi131.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-11T14:37:49.031 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-11T14:37:49.031 INFO:teuthology.orchestra.run.smithi131.stdout: thermald upower usbmuxd 2023-10-11T14:37:49.082 INFO:teuthology.orchestra.run.smithi191.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T14:37:49.082 INFO:teuthology.orchestra.run.smithi191.stdout:Need to get 90.9 MB of archives. 2023-10-11T14:37:49.082 INFO:teuthology.orchestra.run.smithi191.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-11T14:37:49.083 INFO:teuthology.orchestra.run.smithi191.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-11T14:37:49.090 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T14:37:49.091 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 90.9 MB of archives. 2023-10-11T14:37:49.091 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-11T14:37:49.091 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-11T14:37:49.158 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-11T14:37:49.164 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-11T14:37:49.169 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-11T14:37:49.186 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-11T14:37:49.196 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-11T14:37:49.356 INFO:teuthology.orchestra.run.smithi191.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-11T14:37:49.385 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-11T14:37:49.403 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-11T14:37:49.477 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-11T14:37:49.512 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-11T14:37:49.526 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-11T14:37:49.671 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-11T14:37:50.428 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-11T14:37:50.789 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-11T14:37:51.037 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-11T14:37:51.037 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-11T14:37:51.038 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-11T14:37:51.042 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-11T14:37:51.043 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-11T14:37:51.718 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 90.9 MB in 2s (45.3 MB/s) 2023-10-11T14:37:51.948 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-11T14:37:52.677 INFO:teuthology.orchestra.run.smithi191.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-11T14:37:52.677 INFO:teuthology.orchestra.run.smithi191.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-11T14:37:52.678 INFO:teuthology.orchestra.run.smithi191.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-11T14:37:52.848 INFO:teuthology.orchestra.run.smithi191.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-11T14:37:53.192 INFO:teuthology.orchestra.run.smithi191.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-11T14:37:53.627 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:37:53.632 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-11T14:37:53.770 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T14:37:53.898 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2023-10-11T14:37:54.073 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-11T14:37:54.140 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-11T14:37:54.153 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-11T14:37:54.190 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T14:37:54.551 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-11T14:37:54.565 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-11T14:37:54.601 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T14:37:54.929 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-11T14:37:54.944 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-11T14:37:54.996 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T14:37:55.332 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-11T14:37:55.345 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-11T14:37:55.382 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T14:37:55.718 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-11T14:37:55.732 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T14:37:55.776 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:37:55.847 INFO:teuthology.orchestra.run.smithi191.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-10-11T14:37:55.852 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-11T14:37:56.012 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T14:37:56.332 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-11T14:37:56.346 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-11T14:37:56.390 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T14:37:56.743 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-11T14:37:56.756 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-11T14:37:56.801 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T14:37:57.162 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-11T14:37:57.175 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-11T14:37:57.212 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T14:37:57.532 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-11T14:37:57.544 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-11T14:37:57.598 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T14:37:57.901 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-11T14:37:57.916 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T14:37:57.984 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:37:58.277 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-11T14:37:58.292 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T14:37:58.392 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:37:58.921 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-11T14:37:58.934 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T14:37:58.971 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:00.576 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-11T14:38:00.591 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T14:38:00.690 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:01.229 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-11T14:38:01.242 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T14:38:01.294 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:05.876 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-11T14:38:05.893 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-11T14:38:05.934 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T14:38:06.287 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-11T14:38:06.303 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-11T14:38:06.337 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T14:38:06.631 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package thermald. 2023-10-11T14:38:06.646 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-11T14:38:06.701 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T14:38:07.245 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package upower. 2023-10-11T14:38:07.258 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-11T14:38:07.327 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-11T14:38:07.733 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package usbmuxd. 2023-10-11T14:38:07.750 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-11T14:38:07.791 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T14:38:08.109 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T14:38:08.237 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T14:38:08.371 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T14:38:08.523 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T14:38:08.649 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T14:38:08.775 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T14:38:08.845 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-11T14:38:08.859 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-11T14:38:08.902 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T14:38:08.917 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-11T14:38:09.263 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-11T14:38:09.277 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-11T14:38:09.321 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T14:38:09.509 INFO:teuthology.orchestra.run.smithi131.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-11T14:38:09.564 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T14:38:09.708 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package thermald. 2023-10-11T14:38:09.721 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-11T14:38:09.753 INFO:teuthology.orchestra.run.smithi131.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-11T14:38:09.758 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-11T14:38:09.758 INFO:teuthology.orchestra.run.smithi131.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-11T14:38:09.766 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T14:38:10.321 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package upower. 2023-10-11T14:38:10.331 INFO:teuthology.orchestra.run.smithi131.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-11T14:38:10.334 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-11T14:38:10.385 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-11T14:38:10.565 INFO:teuthology.orchestra.run.smithi131.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-11T14:38:10.610 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T14:38:10.834 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package usbmuxd. 2023-10-11T14:38:10.849 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-11T14:38:10.892 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T14:38:10.944 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T14:38:10.945 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T14:38:11.206 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T14:38:11.329 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T14:38:11.398 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:11.470 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T14:38:11.581 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T14:38:11.708 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T14:38:11.834 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T14:38:11.985 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-11T14:38:12.523 INFO:teuthology.orchestra.run.smithi191.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-11T14:38:12.597 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T14:38:12.707 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-11T14:38:12.707 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:12.787 INFO:teuthology.orchestra.run.smithi191.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-11T14:38:12.791 INFO:teuthology.orchestra.run.smithi191.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-11T14:38:12.791 INFO:teuthology.orchestra.run.smithi191.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-11T14:38:12.868 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:13.322 INFO:teuthology.orchestra.run.smithi191.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-11T14:38:13.550 INFO:teuthology.orchestra.run.smithi191.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-11T14:38:13.593 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T14:38:13.910 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T14:38:13.910 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T14:38:14.252 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:14.597 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:15.921 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-11T14:38:15.922 INFO:teuthology.orchestra.run.smithi191.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:16.085 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:16.129 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T14:38:16.288 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-11T14:38:16.594 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-11T14:38:17.380 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-11T14:38:17.481 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:17.486 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:17.588 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-11T14:38:17.588 INFO:teuthology.orchestra.run.smithi131.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:18.871 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T14:38:18.996 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-11T14:38:19.302 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-11T14:38:21.113 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-11T14:38:21.221 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T14:38:21.296 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-11T14:38:21.296 INFO:teuthology.orchestra.run.smithi191.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:43.177 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-11T14:38:43.177 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub' 2023-10-11T14:38:43.189 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T14:38:43.223 INFO:teuthology.orchestra.run.smithi131.stdout:Generating grub configuration file ... 2023-10-11T14:38:43.546 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T14:38:43.564 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:43.972 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T14:38:43.984 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T14:38:45.753 INFO:teuthology.orchestra.run.smithi131.stdout:done 2023-10-11T14:38:46.181 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T14:38:46.239 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T14:38:46.239 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2023-10-11T14:38:46.239 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2023-10-11T14:38:46.240 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2023-10-11T14:38:46.240 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 20 2023-10-11T14:38:46.240 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T14:38:46.240 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2023-10-11T14:38:46.240 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta-hwe-5.15 2023-10-11T14:38:46.241 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T14:38:46.241 INFO:teuthology.orchestra.run.smithi131.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-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T14:38:46.241 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T14:38:46.241 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2023-10-11T14:38:46.241 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2023-10-11T14:38:46.242 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2023-10-11T14:38:46.242 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2023-10-11T14:38:46.242 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-11T14:38:46.242 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T14:38:46.243 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T14:38:46.243 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-11T14:38:46.243 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T14:38:46.243 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2023-10-11T14:38:46.332 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2023-10-11T14:38:46.516 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-11T14:38:46.517 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T14:38:46.564 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-11T14:38:46.608 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-11T14:38:46.792 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-11T14:38:46.793 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub' 2023-10-11T14:38:46.798 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T14:38:46.819 INFO:teuthology.orchestra.run.smithi191.stdout:Generating grub configuration file ... 2023-10-11T14:38:47.129 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T14:38:47.148 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:47.588 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T14:38:47.599 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T14:38:48.271 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2023-10-11T14:38:48.297 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T14:38:48.363 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2023-10-11T14:38:48.564 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2023-10-11T14:38:48.565 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2023-10-11T14:38:48.785 INFO:teuthology.orchestra.run.smithi131.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-11T14:38:48.785 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T14:38:48.787 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T14:38:48.804 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T14:38:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2023-10-11T14:38:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2023-10-11T14:38:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2023-10-11T14:38:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 20 2023-10-11T14:38:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T14:38:48.806 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2023-10-11T14:38:48.806 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta-hwe-5.15 2023-10-11T14:38:48.806 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T14:38:48.806 INFO:teuthology.orchestra.run.smithi131.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-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T14:38:48.806 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T14:38:48.807 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2023-10-11T14:38:48.807 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2023-10-11T14:38:48.807 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2023-10-11T14:38:48.807 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2023-10-11T14:38:48.808 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2023-10-11T14:38:48.853 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.t0txWIpFh2 2023-10-11T14:38:48.854 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub/grub.cfg /tmp/tmp.t0txWIpFh2 2023-10-11T14:38:48.868 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.t0txWIpFh2 2023-10-11T14:38:48.903 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.t0txWIpFh2 is 9KB 2023-10-11T14:38:48.918 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.t0txWIpFh2 2023-10-11T14:38:48.924 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-11T14:38:48.980 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:38:48.981 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-11T14:38:48.981 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-11T14:38:49.015 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-11T14:38:49.016 DEBUG:teuthology.orchestra.run.smithi131:> sudo update-grub 2023-10-11T14:38:50.270 INFO:teuthology.orchestra.run.smithi191.stdout:done 2023-10-11T14:38:50.307 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub' 2023-10-11T14:38:50.312 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T14:38:50.322 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2023-10-11T14:38:50.581 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T14:38:50.593 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:50.700 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T14:38:50.746 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T14:38:50.746 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2023-10-11T14:38:50.747 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2023-10-11T14:38:50.747 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2023-10-11T14:38:50.747 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 20 2023-10-11T14:38:50.747 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T14:38:50.748 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2023-10-11T14:38:50.748 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta-hwe-5.15 2023-10-11T14:38:50.748 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T14:38:50.748 INFO:teuthology.orchestra.run.smithi191.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-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T14:38:50.748 INFO:teuthology.orchestra.run.smithi191.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T14:38:50.748 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2023-10-11T14:38:50.749 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2023-10-11T14:38:50.749 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2023-10-11T14:38:50.749 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2023-10-11T14:38:50.749 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-11T14:38:50.750 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T14:38:50.750 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T14:38:50.750 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-11T14:38:50.750 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T14:38:50.751 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2023-10-11T14:38:50.835 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2023-10-11T14:38:50.942 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T14:38:50.954 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T14:38:50.970 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-11T14:38:51.081 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T14:38:51.162 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-11T14:38:51.244 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-11T14:38:51.716 INFO:teuthology.orchestra.run.smithi131.stderr:done 2023-10-11T14:38:51.717 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2023-10-11T14:38:52.745 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2023-10-11T14:38:52.771 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T14:38:52.841 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2023-10-11T14:38:53.040 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2023-10-11T14:38:53.040 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2023-10-11T14:38:53.248 INFO:teuthology.orchestra.run.smithi191.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-11T14:38:53.249 INFO:teuthology.orchestra.run.smithi191.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T14:38:53.251 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T14:38:53.272 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T14:38:53.272 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2023-10-11T14:38:53.273 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2023-10-11T14:38:53.273 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2023-10-11T14:38:53.273 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 20 2023-10-11T14:38:53.273 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T14:38:53.273 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2023-10-11T14:38:53.274 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta-hwe-5.15 2023-10-11T14:38:53.274 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T14:38:53.274 INFO:teuthology.orchestra.run.smithi191.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-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T14:38:53.274 INFO:teuthology.orchestra.run.smithi191.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T14:38:53.274 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2023-10-11T14:38:53.275 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2023-10-11T14:38:53.275 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2023-10-11T14:38:53.275 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2023-10-11T14:38:53.275 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2023-10-11T14:38:53.280 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.XbyQo7eMaj 2023-10-11T14:38:53.280 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XbyQo7eMaj 2023-10-11T14:38:53.293 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.XbyQo7eMaj 2023-10-11T14:38:53.375 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.XbyQo7eMaj is 9KB 2023-10-11T14:38:53.390 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.XbyQo7eMaj 2023-10-11T14:38:53.396 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-11T14:38:53.454 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:38:53.455 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-11T14:38:53.455 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-11T14:38:53.483 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-11T14:38:53.484 DEBUG:teuthology.orchestra.run.smithi191:> sudo update-grub 2023-10-11T14:38:54.991 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub' 2023-10-11T14:38:55.003 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T14:38:55.008 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2023-10-11T14:38:55.248 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T14:38:55.259 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T14:38:55.602 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T14:38:55.614 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T14:38:57.304 INFO:teuthology.orchestra.run.smithi191.stderr:done 2023-10-11T14:38:57.306 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2023-10-11T14:39:21.742 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-11T14:39:21.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-10-11T14:39:21.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:39:27.314 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-11T14:39:27.315 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:39:27.315 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:39:40.154 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.131 2023-10-11T14:39:45.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2023-10-11T14:39:49.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-10-11T14:39:49.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:39:54.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:39:54.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:39:57.854 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2023-10-11T14:40:09.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:40:09.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:40:28.282 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2023-10-11T14:40:43.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:40:43.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:40:43.582 DEBUG:teuthology.orchestra.run.smithi191:> true 2023-10-11T14:40:44.191 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:40:44.192 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-86-generic"... 2023-10-11T14:40:44.192 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2023-10-11T14:40:44.239 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-86-generic 2023-10-11T14:40:44.240 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-11T14:40:44.240 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T14:40:44.240 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-11T14:40:45.241 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-11T14:40:45.242 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T14:40:45.329 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2023-10-11T14:40:45.364 DEBUG:teuthology.parallel:result is None 2023-10-11T14:40:49.162 DEBUG:teuthology.orchestra.remote:timed out 2023-10-11T14:41:01.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-10-11T14:41:01.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:41:01.468 DEBUG:teuthology.orchestra.run.smithi131:> true 2023-10-11T14:41:02.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-10-11T14:41:02.014 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-86-generic"... 2023-10-11T14:41:02.014 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2023-10-11T14:41:02.064 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-86-generic 2023-10-11T14:41:02.064 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-11T14:41:02.065 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T14:41:02.065 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-11T14:41:03.066 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-11T14:41:03.066 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T14:41:03.403 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2023-10-11T14:41:03.433 DEBUG:teuthology.parallel:result is None 2023-10-11T14:41:03.433 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-11T14:41:03.440 INFO:teuthology.task.internal:Creating test directory... 2023-10-11T14:41:03.441 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T14:41:03.443 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T14:41:03.451 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-11T14:41:03.476 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-11T14:41:03.509 INFO:teuthology.task.internal:Creating archive directory... 2023-10-11T14:41:03.510 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T14:41:03.512 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T14:41:03.534 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-11T14:41:03.542 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-11T14:41:03.542 DEBUG:teuthology.orchestra.run.smithi131:> 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-10-11T14:41:03.568 DEBUG:teuthology.orchestra.run.smithi191:> 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-10-11T14:41:03.583 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T14:41:03.591 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T14:41:03.592 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T14:41:03.597 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T14:41:03.599 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-11T14:41:03.607 INFO:teuthology.task.internal:Configuring sudo... 2023-10-11T14:41:03.607 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T14:41:03.640 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T14:41:03.658 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-11T14:41:03.667 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-11T14:41:03.667 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T14:41:03.700 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T14:41:03.708 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T14:41:03.753 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T14:41:03.801 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:41:03.801 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T14:41:03.882 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T14:41:03.890 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T14:41:03.941 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:41:03.941 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T14:41:04.011 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2023-10-11T14:41:04.013 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2023-10-11T14:41:04.104 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-11T14:41:04.111 INFO:teuthology.task.internal:Starting timer... 2023-10-11T14:41:04.111 INFO:teuthology.run_tasks:Running task pcp... 2023-10-11T14:41:04.153 INFO:teuthology.run_tasks:Running task selinux... 2023-10-11T14:41:04.186 DEBUG:teuthology.task.selinux:Excluding smithi131: OS 'ubuntu' does not support SELinux 2023-10-11T14:41:04.186 DEBUG:teuthology.task.selinux:Excluding smithi191: OS 'ubuntu' does not support SELinux 2023-10-11T14:41:04.187 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-11T14:41:04.187 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-10-11T14:41:04.187 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-11T14:41:04.188 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-11T14:41:04.221 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-10-11T14:41:04.221 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-11T14:41:04.237 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-10-11T14:41:04.239 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi131.front.sepia.ceph.com,smithi191.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-11T14:46:57.234 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi131.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com')] 2023-10-11T14:46:57.236 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-10-11T14:46:57.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:46:57.319 DEBUG:teuthology.orchestra.run.smithi131:> true 2023-10-11T14:46:57.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-10-11T14:46:57.439 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:46:57.440 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T14:46:57.519 DEBUG:teuthology.orchestra.run.smithi191:> true 2023-10-11T14:46:57.636 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-10-11T14:46:57.637 INFO:teuthology.run_tasks:Running task clock... 2023-10-11T14:46:57.647 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-11T14:46:57.648 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T14:46:57.649 DEBUG:teuthology.orchestra.run.smithi131:> 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-10-11T14:46:57.654 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T14:46:57.654 DEBUG:teuthology.orchestra.run.smithi191:> 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-10-11T14:46:57.686 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-11T14:46:57.687 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Command line: ntpd -gq 2023-10-11T14:46:57.687 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: proto: precision = 0.093 usec (-23) 2023-10-11T14:46:57.688 INFO:teuthology.orchestra.run.smithi131.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T14:46:57.688 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T14:46:57.688 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: restrict ::: KOD does nothing without LIMITED. 2023-10-11T14:46:57.689 INFO:teuthology.orchestra.run.smithi131.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-11T14:46:57.690 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listen and drop on 0 v6wildcard [::]:123 2023-10-11T14:46:57.690 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-11T14:46:57.690 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listen normally on 2 lo 127.0.0.1:123 2023-10-11T14:46:57.690 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listen normally on 3 enp3s0f1 172.21.15.131:123 2023-10-11T14:46:57.691 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listen normally on 4 lo [::1]:123 2023-10-11T14:46:57.691 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:72f9%5]:123 2023-10-11T14:46:57.691 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:46:57 ntpd[22715]: Listening on routing socket on fd #22 for interface updates 2023-10-11T14:46:57.715 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-11T14:46:57.715 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Command line: ntpd -gq 2023-10-11T14:46:57.716 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: proto: precision = 0.100 usec (-23) 2023-10-11T14:46:57.716 INFO:teuthology.orchestra.run.smithi191.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T14:46:57.717 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T14:46:57.717 INFO:teuthology.orchestra.run.smithi191.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-11T14:46:57.718 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: restrict ::: KOD does nothing without LIMITED. 2023-10-11T14:46:57.718 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listen and drop on 0 v6wildcard [::]:123 2023-10-11T14:46:57.719 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-11T14:46:57.719 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listen normally on 2 lo 127.0.0.1:123 2023-10-11T14:46:57.719 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listen normally on 3 enp3s0f1 172.21.15.191:123 2023-10-11T14:46:57.720 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listen normally on 4 lo [::1]:123 2023-10-11T14:46:57.720 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7211%5]:123 2023-10-11T14:46:57.720 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:46:57 ntpd[22719]: Listening on routing socket on fd #22 for interface updates 2023-10-11T14:46:58.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:58.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:58.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:58.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:58.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:58.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:58.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:46:58.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:46:58.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:58.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:58.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:46:58.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:58 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:46:59.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:59.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:59.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:59.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:59.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:46:59.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:46:59.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:46:59.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:46:59 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:00.687 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:00 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:00.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:00 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:00.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:00 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:00.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:00 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:00.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:00 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:00.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:00 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:00.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:00.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:00.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:00.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:00.719 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:00.719 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:00.719 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:00.720 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:00.720 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:00.720 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:00.720 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:00.720 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:00 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:01.687 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:01.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:01.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:01.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:01.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:01.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:01.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:01.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:01 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:01.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:01 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:01.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:01 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:01.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:01 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:01.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:01 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:01.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:01 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:01.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:01 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:02.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:02.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:02.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:02.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:02 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:02.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:02.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:02.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:02.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:02.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:02.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:02 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:03.687 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:03 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:03.687 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:03 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:03.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:03 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:03.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:03 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:03.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:03 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:03.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:03 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:03.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:03 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:03.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:03 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:03.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:03 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:03.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:03 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:03.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:03 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:03.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:03 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:04.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:04.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:04.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:04.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:04 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:04.715 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.716 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:04.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:04.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:04.717 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:04.717 INFO:teuthology.orchestra.run.smithi191.stdout:11 Oct 14:47:04 ntpd[22719]: ntpd: time slew -0.002463 s 2023-10-11T14:47:04.718 INFO:teuthology.orchestra.run.smithi191.stdout:ntpd: time slew -0.002463s 2023-10-11T14:47:04.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-11T14:47:04.718 INFO:teuthology.orchestra.run.smithi191.stderr:11 Oct 14:47:04 ntpd[22719]: can't open /var/log/ntpstats/loopstats.20231011: Permission denied 2023-10-11T14:47:04.777 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T14:47:04.777 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2023-10-11T14:47:04.777 INFO:teuthology.orchestra.run.smithi191.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:04.777 INFO:teuthology.orchestra.run.smithi191.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:04.778 INFO:teuthology.orchestra.run.smithi191.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:04.778 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:05.687 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:05 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:05.687 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:05 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:05.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:05 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:05.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:05 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:05.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:05 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:05.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:05 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:06.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:06.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:06.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:06.688 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:06.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:06.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:06.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:06.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:06.689 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T14:47:06.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T14:47:06.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T14:47:06.690 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T14:47:06.690 INFO:teuthology.orchestra.run.smithi131.stdout:11 Oct 14:47:06 ntpd[22715]: ntpd: time slew +0.000482 s 2023-10-11T14:47:06.691 INFO:teuthology.orchestra.run.smithi131.stdout:ntpd: time slew +0.000482s 2023-10-11T14:47:06.691 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-11T14:47:06.691 INFO:teuthology.orchestra.run.smithi131.stderr:11 Oct 14:47:06 ntpd[22715]: can't open /var/log/ntpstats/loopstats.20231011: Permission denied 2023-10-11T14:47:06.742 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T14:47:06.742 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2023-10-11T14:47:06.743 INFO:teuthology.orchestra.run.smithi131.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:06.743 INFO:teuthology.orchestra.run.smithi131.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:06.743 INFO:teuthology.orchestra.run.smithi131.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:06.743 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T14:47:06.744 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-11T14:47:06.755 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-11T14:47:06.755 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:47:06.756 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T14:47:06.794 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-10-11T14:47:06.795 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2023-10-11T14:47:06.843 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T14:47:06.843 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:06.843 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-10-11T14:47:06.843 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:06.844 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:45:26.122240319 +0000 2023-10-11T14:47:06.844 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:45:25.798247792 +0000 2023-10-11T14:47:06.844 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:45:25.798247792 +0000 2023-10-11T14:47:06.844 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:47:06.844 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T14:47:06.898 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:47:06.898 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:47:06.898 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000428224 s, 1.2 MB/s 2023-10-11T14:47:06.899 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T14:47:06.952 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2023-10-11T14:47:07.002 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T14:47:07.002 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:07.002 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-10-11T14:47:07.003 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:07.003 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:45:26.686227314 +0000 2023-10-11T14:47:07.003 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:45:26.350235061 +0000 2023-10-11T14:47:07.003 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:45:26.350235061 +0000 2023-10-11T14:47:07.003 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:47:07.004 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T14:47:07.058 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:47:07.058 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:47:07.058 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000400064 s, 1.3 MB/s 2023-10-11T14:47:07.059 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T14:47:07.112 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2023-10-11T14:47:07.162 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T14:47:07.163 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:07.163 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 505 Links: 1 2023-10-11T14:47:07.163 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:07.163 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:45:27.218215044 +0000 2023-10-11T14:47:07.163 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:45:26.886222702 +0000 2023-10-11T14:47:07.164 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:45:26.886222702 +0000 2023-10-11T14:47:07.164 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:47:07.164 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T14:47:07.218 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:47:07.218 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:47:07.219 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.00040614 s, 1.3 MB/s 2023-10-11T14:47:07.220 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T14:47:07.272 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2023-10-11T14:47:07.326 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T14:47:07.326 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:07.327 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-10-11T14:47:07.327 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:07.327 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:45:27.746202869 +0000 2023-10-11T14:47:07.327 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:45:27.438209970 +0000 2023-10-11T14:47:07.327 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:45:27.438209970 +0000 2023-10-11T14:47:07.328 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:47:07.328 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T14:47:07.381 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:47:07.382 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:47:07.382 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000420824 s, 1.2 MB/s 2023-10-11T14:47:07.383 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T14:47:07.436 DEBUG:teuthology.orchestra.run.smithi131:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-10-11T14:47:07.555 INFO:teuthology.orchestra.run.smithi131.stdout:loop 2023-10-11T14:47:07.557 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2023-10-11T14:47:07.558 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-11T14:47:07.583 INFO:teuthology.orchestra.run.smithi131.stdout:1 2023-10-11T14:47:07.609 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_11 2023-10-11T14:47:07.634 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2023-10-11T14:47:07.635 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-11T14:47:07.698 INFO:teuthology.orchestra.run.smithi131.stdout:1 2023-10-11T14:47:07.722 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_21 2023-10-11T14:47:07.743 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2023-10-11T14:47:07.744 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-11T14:47:07.809 INFO:teuthology.orchestra.run.smithi131.stdout:1 2023-10-11T14:47:07.836 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_31 2023-10-11T14:47:07.859 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2023-10-11T14:47:07.860 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-11T14:47:07.926 INFO:teuthology.orchestra.run.smithi131.stdout:1 2023-10-11T14:47:07.950 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_41 2023-10-11T14:47:07.974 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:47:07.975 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T14:47:08.025 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme list 2023-10-11T14:47:08.083 INFO:teuthology.orchestra.run.smithi131.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-11T14:47:08.084 INFO:teuthology.orchestra.run.smithi131.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-11T14:47:08.084 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme0n1 CVFT623300N4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-11T14:47:08.084 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme1n1 00bd704a5df2b1a40acc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:08.084 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme2n1 0c41aebe2c676f3c05c4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:08.085 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme3n1 795f572f0d5222de0f88 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:08.085 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme4n1 cc871741c337ead8a1fe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:08.085 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T14:47:08.085 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:47:08.086 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2023-10-11T14:47:08.143 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:47:08.143 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T14:47:08.150 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-10-11T14:47:08.151 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_1 2023-10-11T14:47:08.200 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T14:47:08.201 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:08.201 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 495 Links: 1 2023-10-11T14:47:08.201 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:08.201 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:45:27.228788241 +0000 2023-10-11T14:47:08.202 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:45:26.888796082 +0000 2023-10-11T14:47:08.202 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:45:26.888796082 +0000 2023-10-11T14:47:08.202 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:47:08.202 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T14:47:08.258 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:47:08.259 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:47:08.259 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.0003955 s, 1.3 MB/s 2023-10-11T14:47:08.260 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T14:47:08.310 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_2 2023-10-11T14:47:08.360 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T14:47:08.361 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:08.361 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-10-11T14:47:08.361 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:08.361 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:45:27.772775695 +0000 2023-10-11T14:47:08.361 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:45:27.452783075 +0000 2023-10-11T14:47:08.362 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:45:27.452783075 +0000 2023-10-11T14:47:08.362 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:47:08.362 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T14:47:08.416 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:47:08.417 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:47:08.417 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000406837 s, 1.3 MB/s 2023-10-11T14:47:08.418 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T14:47:08.471 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_3 2023-10-11T14:47:08.521 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T14:47:08.522 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:08.522 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-10-11T14:47:08.522 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:08.522 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:45:28.316763151 +0000 2023-10-11T14:47:08.523 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:45:27.968771176 +0000 2023-10-11T14:47:08.523 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:45:27.968771176 +0000 2023-10-11T14:47:08.523 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:47:08.523 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T14:47:08.578 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:47:08.579 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:47:08.579 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000406168 s, 1.3 MB/s 2023-10-11T14:47:08.580 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T14:47:08.630 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_4 2023-10-11T14:47:08.681 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T14:47:08.681 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T14:47:08.681 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 514 Links: 1 2023-10-11T14:47:08.681 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T14:47:08.682 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:45:28.532758169 +0000 2023-10-11T14:47:08.682 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:45:28.528758261 +0000 2023-10-11T14:47:08.682 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:45:28.528758261 +0000 2023-10-11T14:47:08.682 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:47:08.683 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T14:47:08.737 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:47:08.737 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:47:08.738 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000419844 s, 1.2 MB/s 2023-10-11T14:47:08.738 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T14:47:08.786 DEBUG:teuthology.orchestra.run.smithi191:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-10-11T14:47:08.915 INFO:teuthology.orchestra.run.smithi191.stdout:loop 2023-10-11T14:47:08.916 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_1... 2023-10-11T14:47:08.917 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-11T14:47:08.938 INFO:teuthology.orchestra.run.smithi191.stdout:1 2023-10-11T14:47:08.964 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_11 2023-10-11T14:47:08.987 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_2... 2023-10-11T14:47:08.987 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-11T14:47:09.051 INFO:teuthology.orchestra.run.smithi191.stdout:1 2023-10-11T14:47:09.079 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_21 2023-10-11T14:47:09.102 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_3... 2023-10-11T14:47:09.103 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-11T14:47:09.169 INFO:teuthology.orchestra.run.smithi191.stdout:1 2023-10-11T14:47:09.194 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_31 2023-10-11T14:47:09.218 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_4... 2023-10-11T14:47:09.218 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-11T14:47:09.284 INFO:teuthology.orchestra.run.smithi191.stdout:1 2023-10-11T14:47:09.307 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_41 2023-10-11T14:47:09.331 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:47:09.332 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T14:47:09.385 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme list 2023-10-11T14:47:09.441 INFO:teuthology.orchestra.run.smithi191.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-11T14:47:09.441 INFO:teuthology.orchestra.run.smithi191.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-11T14:47:09.441 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/nvme0n1 CVFT6303008M400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-11T14:47:09.442 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/nvme1n1 7f32e986578781bca8da Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:09.442 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/nvme2n1 49bb7bc715470cb43e10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:09.442 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/nvme3n1 13e94476d7b1c93d1dff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:09.442 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/nvme4n1 b6534cc7fb34b684a422 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T14:47:09.443 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T14:47:09.443 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:47:09.444 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/scratch_devs 2023-10-11T14:47:09.500 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-11T14:47:09.588 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'e62d759a6de3042e046d7d9889d2209cbc674fbd'} 2023-10-11T14:47:09.589 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T14:47:09.589 INFO:tasks.cephadm:Cluster fsid is 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:47:09.590 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-11T14:47:09.590 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-11T14:47:09.590 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi131': '172.21.15.131', 'mon.smithi191': '172.21.15.191'} 2023-10-11T14:47:09.591 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-11T14:47:09.591 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2023-10-11T14:47:09.608 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2023-10-11T14:47:09.625 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-11T14:47:09.626 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T14:47:09.841 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e62d759a6de3042e046d7d9889d2209cbc674fbd', '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/73180/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-669-ge62d759a', 'node_name': '172.21.2.10+braggi10', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.0-669-ge62d759a-1focal'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-10-11 01:11:32.452981', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri11-testing-2023-10-10-1226-reef', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-10-11T14:47:10.057 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri11-testing-2023-10-10-1226-reef, sha1 e62d759a6de3042e046d7d9889d2209cbc674fbd from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T14:47:10.058 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/x86_64/flavors/default/cephadm 2023-10-11T14:47:10.058 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T14:47:11.442 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r-- 1 ubuntu ubuntu 212272 Oct 11 14:47 /home/ubuntu/cephtest/cephadm 2023-10-11T14:47:11.443 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T14:47:12.375 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-rw-r-- 1 ubuntu ubuntu 212272 Oct 11 14:47 /home/ubuntu/cephtest/cephadm 2023-10-11T14:47:12.375 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T14:47:12.385 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T14:47:12.403 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd on all hosts... 2023-10-11T14:47:12.404 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd pull 2023-10-11T14:47:12.428 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd pull 2023-10-11T14:47:12.643 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T14:47:12.644 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T14:48:07.100 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2023-10-11T14:48:07.100 INFO:teuthology.orchestra.run.smithi191.stdout: "ceph_version": "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)", 2023-10-11T14:48:07.100 INFO:teuthology.orchestra.run.smithi191.stdout: "image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", 2023-10-11T14:48:07.101 INFO:teuthology.orchestra.run.smithi191.stdout: "repo_digests": [ 2023-10-11T14:48:07.101 INFO:teuthology.orchestra.run.smithi191.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee" 2023-10-11T14:48:07.101 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2023-10-11T14:48:07.101 INFO:teuthology.orchestra.run.smithi191.stdout:} 2023-10-11T14:48:09.416 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2023-10-11T14:48:09.417 INFO:teuthology.orchestra.run.smithi131.stdout: "ceph_version": "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)", 2023-10-11T14:48:09.417 INFO:teuthology.orchestra.run.smithi131.stdout: "image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", 2023-10-11T14:48:09.417 INFO:teuthology.orchestra.run.smithi131.stdout: "repo_digests": [ 2023-10-11T14:48:09.417 INFO:teuthology.orchestra.run.smithi131.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee" 2023-10-11T14:48:09.417 INFO:teuthology.orchestra.run.smithi131.stdout: ] 2023-10-11T14:48:09.418 INFO:teuthology.orchestra.run.smithi131.stdout:} 2023-10-11T14:48:09.441 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2023-10-11T14:48:09.452 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2023-10-11T14:48:09.470 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2023-10-11T14:48:09.510 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2023-10-11T14:48:09.530 INFO:tasks.cephadm:Writing seed config... 2023-10-11T14:48:09.531 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-11T14:48:09.532 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-11T14:48:09.532 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-11T14:48:09.532 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-11T14:48:09.532 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-11T14:48:09.533 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-11T14:48:09.533 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-11T14:48:09.533 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-11T14:48:09.534 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:48:09.534 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-11T14:48:09.559 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 = 0e3bc968-6845-11ee-8db6-212e2dc638e7 [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 [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-10-11T14:48:09.559 DEBUG:teuthology.orchestra.run.smithi131:mon.smithi131> sudo journalctl -f -n 0 -u ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131.service 2023-10-11T14:48:09.604 INFO:tasks.cephadm:Bootstrapping... 2023-10-11T14:48:09.605 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd -v bootstrap --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 --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-ip 172.21.15.131 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-11T14:48:09.772 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2023-10-11T14:48:09.772 INFO:teuthology.orchestra.run.smithi131.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd', '-v', 'bootstrap', '--fsid', '0e3bc968-6845-11ee-8db6-212e2dc638e7', '--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-ip', '172.21.15.131', '--skip-admin-label'] 2023-10-11T14:48:09.772 INFO:teuthology.orchestra.run.smithi131.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-11T14:48:09.773 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying podman|docker is present... 2023-10-11T14:48:09.773 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying lvm2 is present... 2023-10-11T14:48:09.774 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying time synchronization is in place... 2023-10-11T14:48:09.777 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-11T14:48:09.777 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T14:48:09.783 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-11T14:48:09.783 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.790 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-10-11T14:48:09.790 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-11T14:48:09.796 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-10-11T14:48:09.796 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.802 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-10-11T14:48:09.803 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout masked 2023-10-11T14:48:09.809 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-10-11T14:48:09.809 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.816 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-10-11T14:48:09.816 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-11T14:48:09.823 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-10-11T14:48:09.823 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-11T14:48:09.833 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout enabled 2023-10-11T14:48:09.837 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout active 2023-10-11T14:48:09.837 INFO:teuthology.orchestra.run.smithi131.stdout:Unit ntp.service is enabled and running 2023-10-11T14:48:09.837 INFO:teuthology.orchestra.run.smithi131.stdout:Repeating the final host check... 2023-10-11T14:48:09.837 INFO:teuthology.orchestra.run.smithi131.stdout:docker (/usr/bin/docker) is present 2023-10-11T14:48:09.838 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl is present 2023-10-11T14:48:09.838 INFO:teuthology.orchestra.run.smithi131.stdout:lvcreate is present 2023-10-11T14:48:09.843 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-11T14:48:09.843 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T14:48:09.849 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-11T14:48:09.849 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.855 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-10-11T14:48:09.855 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-11T14:48:09.862 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-10-11T14:48:09.862 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.868 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-10-11T14:48:09.868 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout masked 2023-10-11T14:48:09.875 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-10-11T14:48:09.875 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.883 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-10-11T14:48:09.883 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-11T14:48:09.889 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-10-11T14:48:09.889 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout inactive 2023-10-11T14:48:09.896 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout enabled 2023-10-11T14:48:09.903 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stdout active 2023-10-11T14:48:09.904 INFO:teuthology.orchestra.run.smithi131.stdout:Unit ntp.service is enabled and running 2023-10-11T14:48:09.904 INFO:teuthology.orchestra.run.smithi131.stdout:Host looks OK 2023-10-11T14:48:09.904 INFO:teuthology.orchestra.run.smithi131.stdout:Cluster fsid: 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:09.905 INFO:teuthology.orchestra.run.smithi131.stdout:Acquiring lock 139998408500560 on /run/cephadm/0e3bc968-6845-11ee-8db6-212e2dc638e7.lock 2023-10-11T14:48:09.905 INFO:teuthology.orchestra.run.smithi131.stdout:Lock 139998408500560 acquired on /run/cephadm/0e3bc968-6845-11ee-8db6-212e2dc638e7.lock 2023-10-11T14:48:09.905 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying IP 172.21.15.131 port 3300 ... 2023-10-11T14:48:09.905 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying IP 172.21.15.131 port 6789 ... 2023-10-11T14:48:09.906 INFO:teuthology.orchestra.run.smithi131.stdout:Base mon IP(s) is [172.21.15.131:3300, 172.21.15.131:6789], mon addrv is [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2023-10-11T14:48:09.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2023-10-11T14:48:09.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2023-10-11T14:48:09.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-11T14:48:09.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 2023-10-11T14:48:09.910 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.131 metric 100 2023-10-11T14:48:09.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-11T14:48:09.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-11T14:48:09.914 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1771sec pref medium 2023-10-11T14:48:09.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-11T14:48:09.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-11T14:48:09.918 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-11T14:48:09.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-11T14:48:09.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:72f9/64 scope link 2023-10-11T14:48:09.919 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-11T14:48:09.920 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2023-10-11T14:48:09.920 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2023-10-11T14:48:09.920 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.15.254/32` 2023-10-11T14:48:09.921 INFO:teuthology.orchestra.run.smithi131.stdout:Mon IP `172.21.15.131` is in CIDR network `172.21.15.254/32` 2023-10-11T14:48:09.921 INFO:teuthology.orchestra.run.smithi131.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-10-11T14:48:09.921 INFO:teuthology.orchestra.run.smithi131.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-11T14:48:09.921 INFO:teuthology.orchestra.run.smithi131.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T14:48:10.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout e62d759a6de3042e046d7d9889d2209cbc674fbd: Pulling from ceph-ci/ceph 2023-10-11T14:48:10.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout Digest: sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee 2023-10-11T14:48:10.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T14:48:10.148 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T14:48:11.494 INFO:teuthology.orchestra.run.smithi131.stdout:ceph: stdout ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable) 2023-10-11T14:48:11.494 INFO:teuthology.orchestra.run.smithi131.stdout:Ceph version: ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable) 2023-10-11T14:48:11.494 INFO:teuthology.orchestra.run.smithi131.stdout:Extracting ceph user uid/gid from container image... 2023-10-11T14:48:12.725 INFO:teuthology.orchestra.run.smithi131.stdout:stat: stdout 167 167 2023-10-11T14:48:12.725 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial keys... 2023-10-11T14:48:13.945 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQCttSZloB0bGhAAQO8jBBS+OZfR5GNB985g4g== 2023-10-11T14:48:15.150 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQCutSZluAQUJhAAltO5yt4k+NnYMPej7I8LfQ== 2023-10-11T14:48:16.380 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-authtool: stdout AQCvtSZlD2QmMxAA6FlPVgk2CP63WuCPYtPlrQ== 2023-10-11T14:48:16.381 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial monmap... 2023-10-11T14:48:17.636 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T14:48:17.637 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-11T14:48:17.637 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:17.637 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T14:48:17.637 INFO:teuthology.orchestra.run.smithi131.stdout:monmaptool for smithi131 [v2:172.21.15.131:3300,v1:172.21.15.131:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T14:48:17.637 INFO:teuthology.orchestra.run.smithi131.stdout:setting min_mon_release = pacific 2023-10-11T14:48:17.638 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: set fsid to 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:17.638 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T14:48:17.638 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:48:17.638 INFO:teuthology.orchestra.run.smithi131.stdout:Creating mon... 2023-10-11T14:48:18.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.374+0000 7f23272a0c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T14:48:18.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.374+0000 7f23272a0c80 1 imported monmap: 2023-10-11T14:48:18.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-10-11T14:48:18.929 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:18.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-10-11T14:48:17.093377+0000 2023-10-11T14:48:18.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr created 2023-10-11T14:48:17.093377+0000 2023-10-11T14:48:18.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-10-11T14:48:18.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-10-11T14:48:18.930 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.smithi131 2023-10-11T14:48:18.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.374+0000 7f23272a0c80 0 /usr/bin/ceph-mon: set fsid to 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:18.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: RocksDB version: 7.9.2 2023-10-11T14:48:18.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.931 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Git sha 0 2023-10-11T14:48:18.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T14:48:18.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: DB SUMMARY 2023-10-11T14:48:18.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: DB Session ID: QVNOUOZVUOYYA6CO89IO 2023-10-11T14:48:18.932 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.933 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 0, files: 2023-10-11T14:48:18.933 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.933 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 2023-10-11T14:48:18.933 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.933 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.error_if_exists: 0 2023-10-11T14:48:18.933 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.create_if_missing: 1 2023-10-11T14:48:18.934 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T14:48:18.934 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T14:48:18.934 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T14:48:18.934 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T14:48:18.934 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.env: 0x563666561720 2023-10-11T14:48:18.935 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-11T14:48:18.935 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.info_log: 0x563668c12540 2023-10-11T14:48:18.935 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T14:48:18.936 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.statistics: (nil) 2023-10-11T14:48:18.936 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.use_fsync: 0 2023-10-11T14:48:18.936 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T14:48:18.936 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T14:48:18.936 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T14:48:18.937 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T14:48:18.937 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T14:48:18.937 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T14:48:18.937 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T14:48:18.937 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T14:48:18.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T14:48:18.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T14:48:18.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T14:48:18.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.db_log_dir: 2023-10-11T14:48:18.938 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.wal_dir: 2023-10-11T14:48:18.939 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T14:48:18.939 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T14:48:18.939 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T14:48:18.939 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T14:48:18.939 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T14:48:18.939 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T14:48:18.940 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T14:48:18.940 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T14:48:18.940 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.write_buffer_manager: 0x563667ea2d20 2023-10-11T14:48:18.940 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T14:48:18.940 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T14:48:18.941 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T14:48:18.941 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T14:48:18.941 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T14:48:18.941 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T14:48:18.941 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T14:48:18.942 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T14:48:18.942 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.unordered_write: 0 2023-10-11T14:48:18.942 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T14:48:18.942 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T14:48:18.942 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T14:48:18.943 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T14:48:18.943 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.row_cache: None 2023-10-11T14:48:18.943 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.wal_filter: None 2023-10-11T14:48:18.943 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T14:48:18.944 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T14:48:18.944 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.two_write_queues: 0 2023-10-11T14:48:18.944 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T14:48:18.944 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.wal_compression: 0 2023-10-11T14:48:18.944 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.atomic_flush: 0 2023-10-11T14:48:18.945 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T14:48:18.945 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T14:48:18.945 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T14:48:18.945 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T14:48:18.945 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T14:48:18.946 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-11T14:48:18.946 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T14:48:18.946 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T14:48:18.947 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-11T14:48:18.947 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-11T14:48:18.947 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T14:48:18.947 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T14:48:18.947 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T14:48:18.948 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T14:48:18.948 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T14:48:18.948 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T14:48:18.948 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T14:48:18.948 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T14:48:18.948 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T14:48:18.949 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T14:48:18.949 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T14:48:18.949 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T14:48:18.949 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_open_files: -1 2023-10-11T14:48:18.949 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T14:48:18.950 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T14:48:18.950 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T14:48:18.950 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T14:48:18.950 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T14:48:18.951 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Compression algorithms supported: 2023-10-11T14:48:18.951 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T14:48:18.951 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kZSTD supported: 0 2023-10-11T14:48:18.951 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kXpressCompression supported: 0 2023-10-11T14:48:18.951 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T14:48:18.952 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kZlibCompression supported: 1 2023-10-11T14:48:18.952 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T14:48:18.952 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T14:48:18.952 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T14:48:18.953 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T14:48:18.953 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T14:48:18.953 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2023-10-11T14:48:18.953 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.953 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000001 2023-10-11T14:48:18.954 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.954 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T14:48:18.954 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.954 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T14:48:18.954 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.merge_operator: 2023-10-11T14:48:18.955 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_filter: None 2023-10-11T14:48:18.955 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T14:48:18.955 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-11T14:48:18.955 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T14:48:18.955 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T14:48:18.956 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563668c12640) 2023-10-11T14:48:18.956 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-10-11T14:48:18.957 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T14:48:18.957 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T14:48:18.957 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-10-11T14:48:18.957 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-10-11T14:48:18.958 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-10-11T14:48:18.958 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-10-11T14:48:18.958 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-10-11T14:48:18.959 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2023-10-11T14:48:18.959 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-10-11T14:48:18.959 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x563667f231f0 2023-10-11T14:48:18.959 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-10-11T14:48:18.959 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-10-11T14:48:18.960 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-10-11T14:48:18.960 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-10-11T14:48:18.960 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-10-11T14:48:18.960 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-10-11T14:48:18.960 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-10-11T14:48:18.961 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-10-11T14:48:18.961 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-10-11T14:48:18.961 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-10-11T14:48:18.961 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-10-11T14:48:18.961 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-10-11T14:48:18.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-10-11T14:48:18.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-10-11T14:48:18.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-10-11T14:48:18.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2023-10-11T14:48:18.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-10-11T14:48:18.962 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-10-11T14:48:18.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-10-11T14:48:18.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2023-10-11T14:48:18.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-10-11T14:48:18.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-10-11T14:48:18.963 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2023-10-11T14:48:18.964 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2023-10-11T14:48:18.964 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2023-10-11T14:48:18.964 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2023-10-11T14:48:18.964 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.964 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T14:48:18.965 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T14:48:18.965 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression: NoCompression 2023-10-11T14:48:18.965 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T14:48:18.965 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T14:48:18.965 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T14:48:18.966 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.num_levels: 7 2023-10-11T14:48:18.966 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T14:48:18.966 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T14:48:18.966 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T14:48:18.967 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T14:48:18.967 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T14:48:18.967 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T14:48:18.967 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T14:48:18.968 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T14:48:18.968 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T14:48:18.968 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T14:48:18.968 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T14:48:18.968 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T14:48:18.969 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T14:48:18.969 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T14:48:18.969 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T14:48:18.969 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T14:48:18.969 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T14:48:18.970 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T14:48:18.970 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T14:48:18.970 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T14:48:18.970 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T14:48:18.970 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T14:48:18.971 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T14:48:18.971 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T14:48:18.971 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T14:48:18.971 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T14:48:18.972 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T14:48:18.972 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T14:48:18.972 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T14:48:18.972 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T14:48:18.972 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T14:48:18.973 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T14:48:18.973 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T14:48:18.973 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T14:48:18.973 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T14:48:18.974 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T14:48:18.974 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T14:48:18.974 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T14:48:18.974 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T14:48:18.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-11T14:48:18.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T14:48:18.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T14:48:18.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T14:48:18.975 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T14:48:18.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T14:48:18.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T14:48:18.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T14:48:18.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T14:48:18.976 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T14:48:18.977 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T14:48:18.977 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T14:48:18.977 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T14:48:18.977 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T14:48:18.977 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.table_properties_collectors: 2023-10-11T14:48:18.978 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T14:48:18.978 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T14:48:18.978 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T14:48:18.978 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T14:48:18.978 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T14:48:18.979 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.bloom_locality: 0 2023-10-11T14:48:18.979 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T14:48:18.979 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T14:48:18.979 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T14:48:18.979 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-11T14:48:18.980 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T14:48:18.980 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.ttl: 2592000 2023-10-11T14:48:18.980 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T14:48:18.980 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T14:48:18.980 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T14:48:18.981 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.enable_blob_files: false 2023-10-11T14:48:18.981 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.min_blob_size: 0 2023-10-11T14:48:18.981 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-11T14:48:18.981 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T14:48:18.981 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T14:48:18.981 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T14:48:18.982 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T14:48:18.982 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T14:48:18.982 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-11T14:48:18.982 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T14:48:18.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/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-10-11T14:48:18.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-11T14:48:18.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.983 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1303cd66-b21f-4c1d-b25a-7358b87f82c3 2023-10-11T14:48:18.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.378+0000 7f23272a0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2023-10-11T14:48:18.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23272a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563667f96000 2023-10-11T14:48:18.984 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23272a0c80 4 rocksdb: DB pointer 0x563667f88000 2023-10-11T14:48:18.985 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23174b4700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T14:48:18.985 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23174b4700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T14:48:18.985 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-10-11T14:48:18.985 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T14:48:18.985 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.986 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.986 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T14:48:18.986 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.986 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.986 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T14:48:18.987 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.987 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-10-11T14:48:18.987 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.987 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T14:48:18.987 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.988 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.988 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.988 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-10-11T14:48:18.988 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.989 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T14:48:18.989 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.990 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.990 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.990 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T14:48:18.990 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T14:48:18.991 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T14:48:18.991 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-10-11T14:48:18.991 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T14:48:18.991 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-10-11T14:48:18.991 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.991 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.992 INFO:teuthology.orchestra.run.smithi131.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-10-11T14:48:18.992 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x563667f231f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.4e-05 secs_since: 0 2023-10-11T14:48:18.992 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2023-10-11T14:48:18.992 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.992 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-10-11T14:48:18.993 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T14:48:18.993 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23272a0c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2023-10-11T14:48:18.993 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23272a0c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2023-10-11T14:48:18.993 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T14:48:18.382+0000 7f23272a0c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi131 for mon.smithi131 2023-10-11T14:48:18.993 INFO:teuthology.orchestra.run.smithi131.stdout:create mon.smithi131 on 2023-10-11T14:48:19.372 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-10-11T14:48:19.604 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7.target -> /etc/systemd/system/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7.target. 2023-10-11T14:48:19.604 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7.target -> /etc/systemd/system/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7.target. 2023-10-11T14:48:19.882 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131 2023-10-11T14:48:19.882 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131.service: Unit ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131.service not loaded. 2023-10-11T14:48:20.082 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7.target.wants/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131.service -> /etc/systemd/system/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@.service. 2023-10-11T14:48:20.093 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2023-10-11T14:48:20.093 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to enable service . firewalld.service is not available 2023-10-11T14:48:20.094 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mon to start... 2023-10-11T14:48:20.094 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mon... 2023-10-11T14:48:21.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:21 smithi131 bash[23786]: cluster 2023-10-11T14:48:21.321892+0000 mon.smithi131 (mon.0) 1 : cluster 1 mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2023-10-11T14:48:22.052 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout cluster: 2023-10-11T14:48:22.052 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout id: 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:22.053 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-11T14:48:22.053 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:22.053 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout services: 2023-10-11T14:48:22.053 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi131 (age 0.230523s) 2023-10-11T14:48:22.054 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-11T14:48:22.054 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-11T14:48:22.054 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:22.054 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout data: 2023-10-11T14:48:22.054 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-11T14:48:22.055 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-11T14:48:22.055 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-11T14:48:22.055 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout pgs: 2023-10-11T14:48:22.055 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:22.055 INFO:teuthology.orchestra.run.smithi131.stdout:mon is available 2023-10-11T14:48:22.056 INFO:teuthology.orchestra.run.smithi131.stdout:Assimilating anything we can from ceph.conf... 2023-10-11T14:48:22.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:22 smithi131 bash[23786]: cluster 2023-10-11T14:48:21.329069+0000 mon.smithi131 (mon.0) 2 : cluster 1 mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2023-10-11T14:48:22.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:22 smithi131 bash[23786]: cluster 2023-10-11T14:48:21.329378+0000 mon.smithi131 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2023-10-11T14:48:22.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:22 smithi131 bash[23786]: cluster 2023-10-11T14:48:21.332248+0000 mon.smithi131 (mon.0) 4 : cluster 0 fsmap 2023-10-11T14:48:22.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:22 smithi131 bash[23786]: cluster 2023-10-11T14:48:21.334864+0000 mon.smithi131 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-10-11T14:48:22.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:22 smithi131 bash[23786]: cluster 2023-10-11T14:48:21.335476+0000 mon.smithi131 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-10-11T14:48:22.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:22 smithi131 bash[23786]: audit 2023-10-11T14:48:21.559530+0000 mon.smithi131 (mon.0) 7 : audit 0 from='client.? 172.21.15.131:0/3111444859' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-11T14:48:23.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:23 smithi131 bash[23786]: audit 2023-10-11T14:48:23.044743+0000 mon.smithi131 (mon.0) 8 : audit 1 from='client.? 172.21.15.131:0/2377215563' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T14:48:23.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:23 smithi131 bash[23786]: audit 2023-10-11T14:48:23.051117+0000 mon.smithi131 (mon.0) 9 : audit 1 from='client.? 172.21.15.131:0/2377215563' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-11T14:48:23.592 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:23.592 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [global] 2023-10-11T14:48:23.592 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout fsid = 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:23.592 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2023-10-11T14:48:23.593 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-11T14:48:23.593 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-11T14:48:23.593 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-11T14:48:23.593 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-11T14:48:23.593 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:23.594 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-11T14:48:23.594 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-11T14:48:23.594 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:23.596 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [osd] 2023-10-11T14:48:23.596 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-11T14:48:23.596 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-11T14:48:23.597 INFO:teuthology.orchestra.run.smithi131.stdout:Generating new minimal ceph.conf... 2023-10-11T14:48:25.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:24 smithi131 bash[23786]: audit 2023-10-11T14:48:24.564481+0000 mon.smithi131 (mon.0) 10 : audit 0 from='client.? 172.21.15.131:0/3979564675' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:48:25.122 INFO:teuthology.orchestra.run.smithi131.stdout:Restarting the monitor... 2023-10-11T14:48:25.571 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:25 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for 0e3bc968-6845-11ee-8db6-212e2dc638e7... 2023-10-11T14:48:25.571 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:25 smithi131 bash[23786]: debug 2023-10-11T14:48:25.290+0000 7f1d9f790700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi131 -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-10-11T14:48:25.572 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:25 smithi131 bash[23786]: debug 2023-10-11T14:48:25.290+0000 7f1d9f790700 -1 mon.smithi131@0(leader) e1 *** Got Signal Terminated *** 2023-10-11T14:48:26.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:25 smithi131 bash[24198]: ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7-mon-smithi131 2023-10-11T14:48:26.055 INFO:teuthology.orchestra.run.smithi131.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-10-11T14:48:26.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:26 smithi131 bash[24262]: Error response from daemon: No such container: ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7-mon-smithi131 2023-10-11T14:48:26.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:26 smithi131 systemd[1]: ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131.service: Succeeded. 2023-10-11T14:48:26.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:26 smithi131 systemd[1]: Stopped Ceph mon.smithi131 for 0e3bc968-6845-11ee-8db6-212e2dc638e7. 2023-10-11T14:48:26.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:26 smithi131 systemd[1]: Started Ceph mon.smithi131 for 0e3bc968-6845-11ee-8db6-212e2dc638e7. 2023-10-11T14:48:27.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.118+0000 7f601ded4c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T14:48:27.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.118+0000 7f601ded4c80 0 ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T14:48:27.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.118+0000 7f601ded4c80 0 pidfile_write: ignore empty --pid-file 2023-10-11T14:48:27.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.122+0000 7f601ded4c80 0 load: jerasure load: lrc 2023-10-11T14:48:27.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: RocksDB version: 7.9.2 2023-10-11T14:48:27.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Git sha 0 2023-10-11T14:48:27.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T14:48:27.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: DB SUMMARY 2023-10-11T14:48:27.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: DB Session ID: 9Z2C684N8IV2ZCXT2HMP 2023-10-11T14:48:27.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: CURRENT file: CURRENT 2023-10-11T14:48:27.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: IDENTITY file: IDENTITY 2023-10-11T14:48:27.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-11T14:48:27.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 1, files: 000008.sst 2023-10-11T14:48:27.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 000009.log size: 83742 ; 2023-10-11T14:48:27.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.error_if_exists: 0 2023-10-11T14:48:27.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.create_if_missing: 0 2023-10-11T14:48:27.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T14:48:27.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T14:48:27.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T14:48:27.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T14:48:27.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.env: 0x557ad918f720 2023-10-11T14:48:27.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-11T14:48:27.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.info_log: 0x557adb80f2c0 2023-10-11T14:48:27.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T14:48:27.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.statistics: (nil) 2023-10-11T14:48:27.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.use_fsync: 0 2023-10-11T14:48:27.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T14:48:27.347 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T14:48:27.347 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T14:48:27.348 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T14:48:27.348 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T14:48:27.348 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T14:48:27.348 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T14:48:27.349 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T14:48:27.349 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T14:48:27.349 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T14:48:27.349 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T14:48:27.349 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.db_log_dir: 2023-10-11T14:48:27.350 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.wal_dir: 2023-10-11T14:48:27.350 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T14:48:27.350 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T14:48:27.351 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T14:48:27.351 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T14:48:27.351 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T14:48:27.351 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T14:48:27.351 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T14:48:27.352 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T14:48:27.352 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.write_buffer_manager: 0x557adaa9c5a0 2023-10-11T14:48:27.352 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T14:48:27.352 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T14:48:27.352 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T14:48:27.353 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T14:48:27.353 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T14:48:27.353 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T14:48:27.353 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T14:48:27.353 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T14:48:27.353 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.unordered_write: 0 2023-10-11T14:48:27.354 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T14:48:27.354 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T14:48:27.354 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T14:48:27.354 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T14:48:27.354 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.row_cache: None 2023-10-11T14:48:27.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.wal_filter: None 2023-10-11T14:48:27.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T14:48:27.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T14:48:27.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.two_write_queues: 0 2023-10-11T14:48:27.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T14:48:27.356 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.wal_compression: 0 2023-10-11T14:48:27.356 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.atomic_flush: 0 2023-10-11T14:48:27.356 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T14:48:27.356 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T14:48:27.356 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T14:48:27.356 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T14:48:27.357 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T14:48:27.357 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-11T14:48:27.357 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T14:48:27.357 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T14:48:27.357 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-11T14:48:27.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-11T14:48:27.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T14:48:27.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T14:48:27.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T14:48:27.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T14:48:27.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T14:48:27.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T14:48:27.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T14:48:27.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T14:48:27.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T14:48:27.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T14:48:27.360 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T14:48:27.360 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T14:48:27.360 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_open_files: -1 2023-10-11T14:48:27.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T14:48:27.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T14:48:27.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T14:48:27.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T14:48:27.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T14:48:27.362 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Compression algorithms supported: 2023-10-11T14:48:27.362 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T14:48:27.362 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kZSTD supported: 0 2023-10-11T14:48:27.362 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kXpressCompression supported: 0 2023-10-11T14:48:27.362 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T14:48:27.363 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kZlibCompression supported: 1 2023-10-11T14:48:27.363 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T14:48:27.363 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T14:48:27.363 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T14:48:27.363 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T14:48:27.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T14:48:27.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000010 2023-10-11T14:48:27.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T14:48:27.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T14:48:27.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.merge_operator: 2023-10-11T14:48:27.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_filter: None 2023-10-11T14:48:27.365 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T14:48:27.365 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-11T14:48:27.365 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T14:48:27.365 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T14:48:27.365 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557adb80f3c0) 2023-10-11T14:48:27.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cache_index_and_filter_blocks: 1 2023-10-11T14:48:27.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T14:48:27.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T14:48:27.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: pin_top_level_index_and_filter: 1 2023-10-11T14:48:27.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: index_type: 0 2023-10-11T14:48:27.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: data_block_index_type: 0 2023-10-11T14:48:27.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: index_shortening: 1 2023-10-11T14:48:27.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: data_block_hash_table_util_ratio: 0.750000 2023-10-11T14:48:27.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: checksum: 4 2023-10-11T14:48:27.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: no_block_cache: 0 2023-10-11T14:48:27.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_cache: 0x557adab1f350 2023-10-11T14:48:27.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_cache_name: BinnedLRUCache 2023-10-11T14:48:27.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_cache_options: 2023-10-11T14:48:27.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: capacity : 536870912 2023-10-11T14:48:27.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: num_shard_bits : 4 2023-10-11T14:48:27.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: strict_capacity_limit : 0 2023-10-11T14:48:27.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: high_pri_pool_ratio: 0.000 2023-10-11T14:48:27.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_cache_compressed: (nil) 2023-10-11T14:48:27.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: persistent_cache: (nil) 2023-10-11T14:48:27.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_size: 4096 2023-10-11T14:48:27.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_size_deviation: 10 2023-10-11T14:48:27.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_restart_interval: 16 2023-10-11T14:48:27.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: index_block_restart_interval: 1 2023-10-11T14:48:27.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: metadata_block_size: 4096 2023-10-11T14:48:27.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: partition_filters: 0 2023-10-11T14:48:27.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: use_delta_encoding: 1 2023-10-11T14:48:27.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: filter_policy: bloomfilter 2023-10-11T14:48:27.371 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: whole_key_filtering: 1 2023-10-11T14:48:27.371 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: verify_compression: 0 2023-10-11T14:48:27.371 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: read_amp_bytes_per_bit: 0 2023-10-11T14:48:27.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: format_version: 5 2023-10-11T14:48:27.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: enable_index_compression: 1 2023-10-11T14:48:27.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: block_align: 0 2023-10-11T14:48:27.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: max_auto_readahead_size: 262144 2023-10-11T14:48:27.372 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: prepopulate_block_cache: 0 2023-10-11T14:48:27.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: initial_auto_readahead_size: 8192 2023-10-11T14:48:27.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: num_file_reads_for_auto_readahead: 2 2023-10-11T14:48:27.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T14:48:27.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T14:48:27.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression: NoCompression 2023-10-11T14:48:27.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T14:48:27.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T14:48:27.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T14:48:27.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.num_levels: 7 2023-10-11T14:48:27.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T14:48:27.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T14:48:27.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T14:48:27.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T14:48:27.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T14:48:27.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T14:48:27.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T14:48:27.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T14:48:27.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T14:48:27.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T14:48:27.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T14:48:27.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T14:48:27.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T14:48:27.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T14:48:27.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T14:48:27.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T14:48:27.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T14:48:27.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T14:48:27.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T14:48:27.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T14:48:27.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T14:48:27.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T14:48:27.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T14:48:27.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T14:48:27.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T14:48:27.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T14:48:27.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T14:48:27.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T14:48:27.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T14:48:27.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T14:48:27.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T14:48:27.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T14:48:27.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T14:48:27.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T14:48:27.381 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T14:48:27.381 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T14:48:27.381 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T14:48:27.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T14:48:27.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T14:48:27.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-11T14:48:27.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T14:48:27.382 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T14:48:27.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T14:48:27.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T14:48:27.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T14:48:27.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T14:48:27.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T14:48:27.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T14:48:27.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T14:48:27.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T14:48:27.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T14:48:27.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T14:48:27.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T14:48:27.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.table_properties_collectors: 2023-10-11T14:48:27.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T14:48:27.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T14:48:27.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T14:48:27.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T14:48:27.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T14:48:27.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.bloom_locality: 0 2023-10-11T14:48:27.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T14:48:27.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T14:48:27.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T14:48:27.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-11T14:48:27.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T14:48:27.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.ttl: 2592000 2023-10-11T14:48:27.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T14:48:27.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T14:48:27.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T14:48:27.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.enable_blob_files: false 2023-10-11T14:48:27.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.min_blob_size: 0 2023-10-11T14:48:27.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-11T14:48:27.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T14:48:27.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T14:48:27.389 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T14:48:27.389 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T14:48:27.389 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T14:48:27.389 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-11T14:48:27.389 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T14:48:27.389 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/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-10-11T14:48:27.390 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-11T14:48:27.390 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1303cd66-b21f-4c1d-b25a-7358b87f82c3 2023-10-11T14:48:27.390 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697035707132637, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-11T14:48:27.390 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.126+0000 7f601ded4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-11T14:48:27.390 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697035707133904, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80514, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78697, "index_size": 227, "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": 9753, "raw_average_key_size": 47, "raw_value_size": 73117, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "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": 1697035707, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1303cd66-b21f-4c1d-b25a-7358b87f82c3", "db_session_id": "9Z2C684N8IV2ZCXT2HMP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-11T14:48:27.391 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697035707133998, "job": 1, "event": "recovery_finished"} 2023-10-11T14:48:27.391 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-11T14:48:27.391 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi131/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T14:48:27.391 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557adabc0000 2023-10-11T14:48:27.391 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 4 rocksdb: DB pointer 0x557adabae000 2023-10-11T14:48:27.393 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f600c6e2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T14:48:27.394 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f600c6e2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T14:48:27.394 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: ** DB Stats ** 2023-10-11T14:48:27.394 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T14:48:27.395 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T14:48:27.395 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T14:48:27.395 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T14:48:27.395 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T14:48:27.395 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T14:48:27.396 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T14:48:27.396 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: ** Compaction Stats [default] ** 2023-10-11T14:48:27.396 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: 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-10-11T14:48:27.396 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T14:48:27.396 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: L0 2/0 80.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:48:27.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Sum 2/0 80.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:48:27.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:48:27.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: ** Compaction Stats [default] ** 2023-10-11T14:48:27.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: 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-10-11T14:48:27.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T14:48:27.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:48:27.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T14:48:27.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T14:48:27.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T14:48:27.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T14:48:27.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T14:48:27.399 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T14:48:27.399 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: AddFile(Keys): cumulative 0, interval 0 2023-10-11T14:48:27.399 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Cumulative compaction: 0.00 GB write, 13.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T14:48:27.399 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Interval compaction: 0.00 GB write, 13.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T14:48:27.399 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: 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-10-11T14:48:27.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Block cache BinnedLRUCache@0x557adab1f350#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2023-10-11T14:48:27.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-11T14:48:27.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: ** File Read Latency Histogram By Level [default] ** 2023-10-11T14:48:27.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.130+0000 7f601ded4c80 0 starting mon.smithi131 rank 0 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi131 fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:27.400 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 1 mon.smithi131@-1(???) e1 preinit fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:27.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 0 mon.smithi131@-1(???).mds e1 new map 2023-10-11T14:48:27.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 0 mon.smithi131@-1(???).mds e1 print_map 2023-10-11T14:48:27.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: e1 2023-10-11T14:48:27.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T14:48:27.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: 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} 2023-10-11T14:48:27.401 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: legacy client fscid: -1 2023-10-11T14:48:27.402 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: 2023-10-11T14:48:27.402 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: No filesystems configured 2023-10-11T14:48:27.402 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 0 mon.smithi131@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T14:48:27.402 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 0 mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T14:48:27.402 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 0 mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T14:48:27.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 0 mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T14:48:27.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 1 mon.smithi131@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-11T14:48:27.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expand map: {default=false} 2023-10-11T14:48:27.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta from 'false' to 'false' 2023-10-11T14:48:27.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expanded map: {default=false} 2023-10-11T14:48:27.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expand map: {default=info} 2023-10-11T14:48:27.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta from 'info' to 'info' 2023-10-11T14:48:27.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expanded map: {default=info} 2023-10-11T14:48:27.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expand map: {default=daemon} 2023-10-11T14:48:27.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T14:48:27.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expanded map: {default=daemon} 2023-10-11T14:48:27.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expand map: {default=debug} 2023-10-11T14:48:27.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta from 'debug' to 'debug' 2023-10-11T14:48:27.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: debug 2023-10-11T14:48:27.134+0000 7f601ded4c80 20 expand_channel_meta expanded map: {default=debug} 2023-10-11T14:48:27.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cluster 2023-10-11T14:48:27.162294+0000 mon.smithi131 (mon.0) 1 : cluster 1 mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2023-10-11T14:48:27.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cluster 2023-10-11T14:48:27.162353+0000 mon.smithi131 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2023-10-11T14:48:27.406 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cluster 2023-10-11T14:48:27.162762+0000 mon.smithi131 (mon.0) 3 : cluster 0 fsmap 2023-10-11T14:48:27.406 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cluster 2023-10-11T14:48:27.162788+0000 mon.smithi131 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-10-11T14:48:27.406 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:27 smithi131 bash[24299]: cluster 2023-10-11T14:48:27.163176+0000 mon.smithi131 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-10-11T14:48:27.968 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-11T14:48:27.992 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-11T14:48:27.993 INFO:teuthology.orchestra.run.smithi131.stdout:Creating mgr... 2023-10-11T14:48:27.993 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-11T14:48:27.994 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-11T14:48:27.994 INFO:teuthology.orchestra.run.smithi131.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-11T14:48:28.310 INFO:teuthology.orchestra.run.smithi131.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mgr.smithi131.gzpodz 2023-10-11T14:48:28.311 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mgr.smithi131.gzpodz.service: Unit ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mgr.smithi131.gzpodz.service not loaded. 2023-10-11T14:48:28.391 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:28 smithi131 bash[24299]: audit 2023-10-11T14:48:27.390035+0000 mon.smithi131 (mon.0) 6 : audit 1 from='client.? 172.21.15.131:0/1612981428' entity='client.admin' 2023-10-11T14:48:28.530 INFO:teuthology.orchestra.run.smithi131.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7.target.wants/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mgr.smithi131.gzpodz.service -> /etc/systemd/system/ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@.service. 2023-10-11T14:48:28.541 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2023-10-11T14:48:28.541 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to enable service . firewalld.service is not available 2023-10-11T14:48:28.541 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2023-10-11T14:48:28.541 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-11T14:48:28.542 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr to start... 2023-10-11T14:48:28.542 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr... 2023-10-11T14:48:30.205 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:30 smithi131 bash[24299]: audit 2023-10-11T14:48:30.012404+0000 mon.smithi131 (mon.0) 7 : audit 0 from='client.? 172.21.15.131:0/2932496911' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T14:48:30.560 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:30.560 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:48:30.561 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "0e3bc968-6845-11ee-8db6-212e2dc638e7", 2023-10-11T14:48:30.561 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T14:48:30.561 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T14:48:30.561 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T14:48:30.561 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T14:48:30.562 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.562 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T14:48:30.562 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T14:48:30.562 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2023-10-11T14:48:30.562 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:30.563 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T14:48:30.563 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2023-10-11T14:48:30.563 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:30.563 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-11T14:48:30.563 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T14:48:30.564 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:30.564 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T14:48:30.565 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T14:48:30.565 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T14:48:30.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:30.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T14:48:30.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T14:48:30.566 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T14:48:30.567 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T14:48:30.570 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T14:48:30.571 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T14:48:30.571 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.571 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T14:48:30.571 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T14:48:30.572 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T14:48:30.572 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T14:48:30.572 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T14:48:30.572 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T14:48:30.572 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T14:48:30.573 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T14:48:30.573 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T14:48:30.573 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.573 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T14:48:30.573 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:30.574 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T14:48:30.574 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T14:48:30.574 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.574 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T14:48:30.574 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T14:48:30.575 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T14:48:30.575 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T14:48:30.575 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T14:48:30.576 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T14:48:30.576 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T14:48:30.576 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:30.576 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:30.577 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.577 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T14:48:30.577 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:30.577 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T14:48:21.331056+0000", 2023-10-11T14:48:30.578 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:30.578 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:30.578 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T14:48:30.578 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:48:30.578 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (1/15)... 2023-10-11T14:48:33.961 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:33 smithi131 bash[24299]: audit 2023-10-11T14:48:33.606962+0000 mon.smithi131 (mon.0) 8 : audit 0 from='client.? 172.21.15.131:0/3545934266' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T14:48:34.144 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:34.145 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:48:34.145 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "0e3bc968-6845-11ee-8db6-212e2dc638e7", 2023-10-11T14:48:34.145 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T14:48:34.146 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T14:48:34.146 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T14:48:34.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T14:48:34.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T14:48:34.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T14:48:34.147 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2023-10-11T14:48:34.148 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:34.148 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T14:48:34.148 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2023-10-11T14:48:34.148 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:34.148 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-10-11T14:48:34.149 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T14:48:34.149 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:34.149 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T14:48:34.150 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T14:48:34.150 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.150 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T14:48:34.151 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:34.151 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T14:48:34.151 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T14:48:34.151 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T14:48:34.152 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T14:48:34.152 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T14:48:34.152 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T14:48:34.152 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.153 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T14:48:34.153 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T14:48:34.153 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T14:48:34.153 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T14:48:34.153 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T14:48:34.153 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T14:48:34.154 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T14:48:34.154 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T14:48:34.154 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T14:48:34.154 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.154 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T14:48:34.155 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:34.155 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T14:48:34.155 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T14:48:34.155 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.155 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T14:48:34.156 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T14:48:34.156 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T14:48:34.156 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T14:48:34.156 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T14:48:34.156 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T14:48:34.156 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T14:48:34.157 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:34.157 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:34.157 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.157 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T14:48:34.157 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:34.158 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T14:48:21.331056+0000", 2023-10-11T14:48:34.158 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:34.158 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:34.158 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T14:48:34.158 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:48:34.158 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (2/15)... 2023-10-11T14:48:37.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:37.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:48:37.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "0e3bc968-6845-11ee-8db6-212e2dc638e7", 2023-10-11T14:48:37.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T14:48:37.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T14:48:37.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T14:48:37.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T14:48:37.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T14:48:37.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T14:48:37.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2023-10-11T14:48:37.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:37.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T14:48:37.774 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2023-10-11T14:48:37.775 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:37.775 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-10-11T14:48:37.775 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T14:48:37.775 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:37.775 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T14:48:37.776 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T14:48:37.776 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.776 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T14:48:37.776 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:37.776 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T14:48:37.776 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T14:48:37.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T14:48:37.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T14:48:37.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T14:48:37.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T14:48:37.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T14:48:37.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T14:48:37.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T14:48:37.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T14:48:37.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T14:48:37.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T14:48:37.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T14:48:37.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T14:48:37.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T14:48:37.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T14:48:37.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:37.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T14:48:37.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T14:48:37.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T14:48:37.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T14:48:37.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T14:48:37.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T14:48:37.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T14:48:37.782 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T14:48:37.782 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T14:48:37.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:37.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:37.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.784 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T14:48:37.785 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:37.785 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T14:48:21.331056+0000", 2023-10-11T14:48:37.785 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:37.785 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:37.785 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T14:48:37.786 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:48:37.786 INFO:teuthology.orchestra.run.smithi131.stdout:mgr not available, waiting (3/15)... 2023-10-11T14:48:38.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:37.218178+0000 mon.smithi131 (mon.0) 9 : audit 0 from='client.? 172.21.15.131:0/3783518116' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T14:48:38.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: cluster 2023-10-11T14:48:37.972626+0000 mon.smithi131 (mon.0) 10 : cluster 1 Activating manager daemon smithi131.gzpodz 2023-10-11T14:48:38.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: cluster 2023-10-11T14:48:37.979829+0000 mon.smithi131 (mon.0) 11 : cluster 0 mgrmap e2: smithi131.gzpodz(active, starting, since 0.00761524s) 2023-10-11T14:48:38.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:37.981188+0000 mon.smithi131 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T14:48:38.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:37.981364+0000 mon.smithi131 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T14:48:38.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:37.981492+0000 mon.smithi131 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T14:48:38.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:37.981619+0000 mon.smithi131 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:48:38.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:37.982787+0000 mon.smithi131 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr metadata", "who": "smithi131.gzpodz", "id": "smithi131.gzpodz"}]: dispatch 2023-10-11T14:48:38.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: cluster 2023-10-11T14:48:38.010425+0000 mon.smithi131 (mon.0) 17 : cluster 1 Manager daemon smithi131.gzpodz is now available 2023-10-11T14:48:38.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:38.032646+0000 mon.smithi131 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/mirror_snapshot_schedule"}]: dispatch 2023-10-11T14:48:38.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:38.036659+0000 mon.smithi131 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/trash_purge_schedule"}]: dispatch 2023-10-11T14:48:38.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:38.041876+0000 mon.smithi131 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:38.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:38.044751+0000 mon.smithi131 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:38.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:38 smithi131 bash[24299]: audit 2023-10-11T14:48:38.047451+0000 mon.smithi131 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.131:0/1901924900' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:40.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:39 smithi131 bash[24299]: cluster 2023-10-11T14:48:38.986415+0000 mon.smithi131 (mon.0) 23 : cluster 0 mgrmap e3: smithi131.gzpodz(active, since 1.01421s) 2023-10-11T14:48:41.769 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:41.769 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:48:41.769 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsid": "0e3bc968-6845-11ee-8db6-212e2dc638e7", 2023-10-11T14:48:41.769 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T14:48:41.770 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T14:48:41.770 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T14:48:41.770 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T14:48:41.770 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.770 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T14:48:41.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T14:48:41.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 0 2023-10-11T14:48:41.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:41.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T14:48:41.771 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "smithi131" 2023-10-11T14:48:41.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:41.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2023-10-11T14:48:41.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T14:48:41.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:41.772 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T14:48:41.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T14:48:41.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T14:48:41.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:41.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T14:48:41.773 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T14:48:41.774 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T14:48:41.774 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T14:48:41.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T14:48:41.777 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T14:48:41.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T14:48:41.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T14:48:41.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T14:48:41.778 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T14:48:41.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T14:48:41.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T14:48:41.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T14:48:41.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T14:48:41.779 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T14:48:41.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T14:48:41.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:41.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T14:48:41.780 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T14:48:41.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T14:48:41.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T14:48:41.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T14:48:41.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T14:48:41.781 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T14:48:41.782 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T14:48:41.782 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T14:48:41.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ], 2023-10-11T14:48:41.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:41.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T14:48:41.783 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T14:48:41.784 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T14:48:21.331056+0000", 2023-10-11T14:48:41.784 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T14:48:41.784 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout }, 2023-10-11T14:48:41.784 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T14:48:41.784 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:48:41.785 INFO:teuthology.orchestra.run.smithi131.stdout:mgr is available 2023-10-11T14:48:42.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:41 smithi131 bash[24299]: cluster 2023-10-11T14:48:40.985894+0000 mon.smithi131 (mon.0) 24 : cluster 0 mgrmap e4: smithi131.gzpodz(active, since 3s) 2023-10-11T14:48:42.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:41 smithi131 bash[24299]: audit 2023-10-11T14:48:41.227534+0000 mon.smithi131 (mon.0) 25 : audit 0 from='client.? 172.21.15.131:0/4064052535' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T14:48:43.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:43 smithi131 bash[24299]: audit 2023-10-11T14:48:42.975867+0000 mon.smithi131 (mon.0) 26 : audit 1 from='client.? 172.21.15.131:0/2924566870' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T14:48:43.493 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:43.493 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [global] 2023-10-11T14:48:43.493 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout fsid = 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:48:43.493 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-11T14:48:43.493 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-11T14:48:43.494 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-11T14:48:43.494 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-11T14:48:43.494 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:43.494 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-11T14:48:43.494 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-11T14:48:43.495 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 2023-10-11T14:48:43.495 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout [osd] 2023-10-11T14:48:43.495 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-11T14:48:43.495 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-11T14:48:43.495 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling cephadm module... 2023-10-11T14:48:45.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:44 smithi131 bash[24299]: audit 2023-10-11T14:48:44.847166+0000 mon.smithi131 (mon.0) 27 : audit 1 from='client.? 172.21.15.131:0/460506412' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-11T14:48:46.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:45 smithi131 bash[24299]: audit 2023-10-11T14:48:44.904594+0000 mon.smithi131 (mon.0) 28 : audit 1 from='client.? 172.21.15.131:0/460506412' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-11T14:48:46.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:45 smithi131 bash[24299]: cluster 2023-10-11T14:48:44.904728+0000 mon.smithi131 (mon.0) 29 : cluster 0 mgrmap e5: smithi131.gzpodz(active, since 6s) 2023-10-11T14:48:47.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:46 smithi131 bash[24299]: audit 2023-10-11T14:48:46.848659+0000 mon.smithi131 (mon.0) 30 : audit 0 from='client.? 172.21.15.131:0/1439553073' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T14:48:47.402 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:48:47.403 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-11T14:48:47.403 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T14:48:47.403 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "active_name": "smithi131.gzpodz", 2023-10-11T14:48:47.403 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-11T14:48:47.404 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:48:47.404 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for the mgr to restart... 2023-10-11T14:48:47.404 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr epoch 5... 2023-10-11T14:48:53.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: cluster 2023-10-11T14:48:53.264568+0000 mon.smithi131 (mon.0) 31 : cluster 1 Active manager daemon smithi131.gzpodz restarted 2023-10-11T14:48:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: cluster 2023-10-11T14:48:53.265166+0000 mon.smithi131 (mon.0) 32 : cluster 1 Activating manager daemon smithi131.gzpodz 2023-10-11T14:48:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: cluster 2023-10-11T14:48:53.270892+0000 mon.smithi131 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-10-11T14:48:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: cluster 2023-10-11T14:48:53.271023+0000 mon.smithi131 (mon.0) 34 : cluster 0 mgrmap e6: smithi131.gzpodz(active, starting, since 0.00605896s) 2023-10-11T14:48:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: audit 2023-10-11T14:48:53.273426+0000 mon.smithi131 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:48:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: audit 2023-10-11T14:48:53.274993+0000 mon.smithi131 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr metadata", "who": "smithi131.gzpodz", "id": "smithi131.gzpodz"}]: dispatch 2023-10-11T14:48:53.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: audit 2023-10-11T14:48:53.275996+0000 mon.smithi131 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T14:48:53.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: audit 2023-10-11T14:48:53.276205+0000 mon.smithi131 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T14:48:53.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: audit 2023-10-11T14:48:53.276434+0000 mon.smithi131 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T14:48:53.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:53 smithi131 bash[24299]: cluster 2023-10-11T14:48:53.306381+0000 mon.smithi131 (mon.0) 40 : cluster 1 Manager daemon smithi131.gzpodz is now available 2023-10-11T14:48:54.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: cephadm 2023-10-11T14:48:53.326203+0000 mgr.smithi131.gzpodz (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-10-11T14:48:54.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.331686+0000 mon.smithi131 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:54.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.339327+0000 mon.smithi131 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:54.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.345623+0000 mon.smithi131 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:48:54.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.348713+0000 mon.smithi131 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:48:54.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.352545+0000 mon.smithi131 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:48:54.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.364929+0000 mon.smithi131 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/mirror_snapshot_schedule"}]: dispatch 2023-10-11T14:48:54.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.369446+0000 mon.smithi131 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/trash_purge_schedule"}]: dispatch 2023-10-11T14:48:54.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.605238+0000 mon.smithi131 (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:54.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: audit 2023-10-11T14:48:53.612408+0000 mon.smithi131 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:54.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:54 smithi131 bash[24299]: cluster 2023-10-11T14:48:54.275421+0000 mon.smithi131 (mon.0) 50 : cluster 0 mgrmap e7: smithi131.gzpodz(active, since 1.01045s) 2023-10-11T14:48:54.892 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:48:54.893 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-11T14:48:54.893 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-11T14:48:54.893 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:48:54.893 INFO:teuthology.orchestra.run.smithi131.stdout:mgr epoch 5 is available 2023-10-11T14:48:54.893 INFO:teuthology.orchestra.run.smithi131.stdout:Setting orchestrator backend to cephadm... 2023-10-11T14:48:55.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:55 smithi131 bash[24299]: audit 2023-10-11T14:48:54.276236+0000 mgr.smithi131.gzpodz (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T14:48:55.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:55 smithi131 bash[24299]: audit 2023-10-11T14:48:54.288397+0000 mgr.smithi131.gzpodz (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T14:48:56.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:56 smithi131 bash[24299]: cluster 2023-10-11T14:48:55.341035+0000 mon.smithi131 (mon.0) 51 : cluster 0 mgrmap e8: smithi131.gzpodz(active, since 2s) 2023-10-11T14:48:56.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:56 smithi131 bash[24299]: audit 2023-10-11T14:48:56.123670+0000 mon.smithi131 (mon.0) 52 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:48:56.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:56 smithi131 bash[24299]: audit 2023-10-11T14:48:56.180040+0000 mon.smithi131 (mon.0) 53 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:48:56.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:56 smithi131 bash[24299]: audit 2023-10-11T14:48:56.246923+0000 mon.smithi131 (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:48:57.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:57 smithi131 bash[24299]: cephadm 2023-10-11T14:48:56.008019+0000 mgr.smithi131.gzpodz (mgr.14120) 4 : cephadm 1 [11/Oct/2023:14:48:56] ENGINE Bus STARTING 2023-10-11T14:48:57.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:57 smithi131 bash[24299]: audit 2023-10-11T14:48:56.116584+0000 mgr.smithi131.gzpodz (mgr.14120) 5 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:48:57.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:57 smithi131 bash[24299]: cephadm 2023-10-11T14:48:56.134274+0000 mgr.smithi131.gzpodz (mgr.14120) 6 : cephadm 1 [11/Oct/2023:14:48:56] ENGINE Serving on https://172.21.15.131:7150 2023-10-11T14:48:57.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:57 smithi131 bash[24299]: cephadm 2023-10-11T14:48:56.238557+0000 mgr.smithi131.gzpodz (mgr.14120) 7 : cephadm 1 [11/Oct/2023:14:48:56] ENGINE Serving on http://172.21.15.131:8765 2023-10-11T14:48:57.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:57 smithi131 bash[24299]: cephadm 2023-10-11T14:48:56.238806+0000 mgr.smithi131.gzpodz (mgr.14120) 8 : cephadm 1 [11/Oct/2023:14:48:56] ENGINE Bus STARTED 2023-10-11T14:48:58.545 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-11T14:48:58.546 INFO:teuthology.orchestra.run.smithi131.stdout:Generating ssh key... 2023-10-11T14:48:59.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:48:59 smithi131 bash[24299]: audit 2023-10-11T14:48:58.000511+0000 mgr.smithi131.gzpodz (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:00.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:00 smithi131 bash[24299]: audit 2023-10-11T14:48:59.832919+0000 mgr.smithi131.gzpodz (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:00.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:00 smithi131 bash[24299]: cephadm 2023-10-11T14:48:59.833305+0000 mgr.smithi131.gzpodz (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-10-11T14:49:01.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:01 smithi131 bash[24299]: audit 2023-10-11T14:49:00.317249+0000 mon.smithi131 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:01.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:01 smithi131 bash[24299]: audit 2023-10-11T14:49:00.321252+0000 mon.smithi131 (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:02.673 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2AGxok1neRnAk608ZtkFvN/gwyUfzB/9sqHDbt6scUcUwV/OI4vbd3YIRtITOGQKaZfqCqnOdhL7Yib6BTft+6hp95q5201gBvqTu+uNjuh2eByZI6j9/uMVPwkVuLR/93oS3BCEk2tg9G+AQfq/DlJGZRnhG834rKowMjdWPr+Fmx1sSxQFdT4BcHBEwNIsfkGsBnT2LRc8FLnC8ssM+tqodEhk2R+l/ycMXq2wOlENMIdUM5Z4GPKR7WZghFNYNS/13UcL47q6v91ALTSTlIbyLhqjmcIj5nouBpxszp7UPfegcT+7gsE/tHIbmQ6ZUhet2EP0aeU7NFKNTjT7NvCCSvoY1frKlzdtWe7uXqjHUItjdT44nzXxtpVHtTI9ZHBtTLWr63E/1jR/7YyJZ9WRhb57FCX3gX4ODnZRrXCMiit+ENHb493C++krBL7z81MZEvGlt6E/CGur+SOrY8vzwtY+tWxBMW7r9rpv+nZJUh+O42uQjaVqUk0BXN4s= ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:49:02.673 INFO:teuthology.orchestra.run.smithi131.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-11T14:49:02.674 INFO:teuthology.orchestra.run.smithi131.stdout:Adding key to root@localhost authorized_keys... 2023-10-11T14:49:02.674 INFO:teuthology.orchestra.run.smithi131.stdout:Adding host smithi131... 2023-10-11T14:49:03.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:03 smithi131 bash[24299]: audit 2023-10-11T14:49:02.144909+0000 mgr.smithi131.gzpodz (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:04.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:04 smithi131 bash[24299]: audit 2023-10-11T14:49:03.942275+0000 mgr.smithi131.gzpodz (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "addr": "172.21.15.131", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:05.424 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:05 smithi131 bash[24299]: cephadm 2023-10-11T14:49:04.728109+0000 mgr.smithi131.gzpodz (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi131 2023-10-11T14:49:08.370 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Added host 'smithi131' with addr '172.21.15.131' 2023-10-11T14:49:08.371 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying mon service with default placement... 2023-10-11T14:49:08.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:08 smithi131 bash[24299]: audit 2023-10-11T14:49:07.469255+0000 mon.smithi131 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:08.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:08 smithi131 bash[24299]: cephadm 2023-10-11T14:49:07.469990+0000 mgr.smithi131.gzpodz (mgr.14120) 15 : cephadm 1 Added host smithi131 2023-10-11T14:49:08.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:08 smithi131 bash[24299]: audit 2023-10-11T14:49:07.504540+0000 mon.smithi131 (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:49:10.492 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-11T14:49:10.492 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying mgr service with default placement... 2023-10-11T14:49:11.200 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:10 smithi131 bash[24299]: audit 2023-10-11T14:49:09.931566+0000 mon.smithi131 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:11.200 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:10 smithi131 bash[24299]: audit 2023-10-11T14:49:09.956122+0000 mgr.smithi131.gzpodz (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:11.201 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:10 smithi131 bash[24299]: cephadm 2023-10-11T14:49:09.957889+0000 mgr.smithi131.gzpodz (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2023-10-11T14:49:11.201 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:10 smithi131 bash[24299]: audit 2023-10-11T14:49:09.964405+0000 mon.smithi131 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:11.201 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:10 smithi131 bash[24299]: audit 2023-10-11T14:49:10.260204+0000 mon.smithi131 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:12.414 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-11T14:49:12.415 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying crash service with default placement... 2023-10-11T14:49:13.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:12 smithi131 bash[24299]: audit 2023-10-11T14:49:11.800390+0000 mgr.smithi131.gzpodz (mgr.14120) 18 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:13.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:12 smithi131 bash[24299]: cephadm 2023-10-11T14:49:11.802501+0000 mgr.smithi131.gzpodz (mgr.14120) 19 : cephadm 1 Saving service mgr spec with placement count:2 2023-10-11T14:49:13.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:12 smithi131 bash[24299]: audit 2023-10-11T14:49:11.807700+0000 mon.smithi131 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:14.229 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-11T14:49:14.229 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying ceph-exporter service with default placement... 2023-10-11T14:49:14.960 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:14 smithi131 bash[24299]: cluster 2023-10-11T14:49:13.277668+0000 mgr.smithi131.gzpodz (mgr.14120) 20 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:14.960 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:14 smithi131 bash[24299]: audit 2023-10-11T14:49:13.679493+0000 mgr.smithi131.gzpodz (mgr.14120) 21 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:14.961 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:14 smithi131 bash[24299]: cephadm 2023-10-11T14:49:13.680507+0000 mgr.smithi131.gzpodz (mgr.14120) 22 : cephadm 1 Saving service crash spec with placement * 2023-10-11T14:49:14.961 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:14 smithi131 bash[24299]: audit 2023-10-11T14:49:13.685414+0000 mon.smithi131 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:16.175 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-11T14:49:16.175 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying prometheus service with default placement... 2023-10-11T14:49:16.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:16 smithi131 bash[24299]: cluster 2023-10-11T14:49:15.278117+0000 mgr.smithi131.gzpodz (mgr.14120) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:16.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:16 smithi131 bash[24299]: audit 2023-10-11T14:49:15.441989+0000 mon.smithi131 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:16 smithi131 bash[24299]: audit 2023-10-11T14:49:15.584264+0000 mgr.smithi131.gzpodz (mgr.14120) 24 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:16 smithi131 bash[24299]: cephadm 2023-10-11T14:49:15.587310+0000 mgr.smithi131.gzpodz (mgr.14120) 25 : cephadm 1 Saving service ceph-exporter spec with placement * 2023-10-11T14:49:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:16 smithi131 bash[24299]: audit 2023-10-11T14:49:15.591260+0000 mon.smithi131 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:16 smithi131 bash[24299]: audit 2023-10-11T14:49:16.295779+0000 mon.smithi131 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:18.024 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-11T14:49:18.025 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying grafana service with default placement... 2023-10-11T14:49:18.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:18 smithi131 bash[24299]: cluster 2023-10-11T14:49:17.278525+0000 mgr.smithi131.gzpodz (mgr.14120) 26 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:18.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:18 smithi131 bash[24299]: audit 2023-10-11T14:49:17.447684+0000 mgr.smithi131.gzpodz (mgr.14120) 27 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:18.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:18 smithi131 bash[24299]: cephadm 2023-10-11T14:49:17.450002+0000 mgr.smithi131.gzpodz (mgr.14120) 28 : cephadm 1 Saving service prometheus spec with placement count:1 2023-10-11T14:49:18.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:18 smithi131 bash[24299]: audit 2023-10-11T14:49:17.457360+0000 mon.smithi131 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:19.836 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-11T14:49:19.837 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying node-exporter service with default placement... 2023-10-11T14:49:20.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:20 smithi131 bash[24299]: cluster 2023-10-11T14:49:19.278852+0000 mgr.smithi131.gzpodz (mgr.14120) 29 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:20.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:20 smithi131 bash[24299]: audit 2023-10-11T14:49:19.294725+0000 mgr.smithi131.gzpodz (mgr.14120) 30 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:20.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:20 smithi131 bash[24299]: cephadm 2023-10-11T14:49:19.297987+0000 mgr.smithi131.gzpodz (mgr.14120) 31 : cephadm 1 Saving service grafana spec with placement count:1 2023-10-11T14:49:20.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:20 smithi131 bash[24299]: audit 2023-10-11T14:49:19.302653+0000 mon.smithi131 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:21.711 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-11T14:49:21.711 INFO:teuthology.orchestra.run.smithi131.stdout:Deploying alertmanager service with default placement... 2023-10-11T14:49:22.440 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:22 smithi131 bash[24299]: audit 2023-10-11T14:49:21.110536+0000 mgr.smithi131.gzpodz (mgr.14120) 32 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:22.440 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:22 smithi131 bash[24299]: cephadm 2023-10-11T14:49:21.112683+0000 mgr.smithi131.gzpodz (mgr.14120) 33 : cephadm 1 Saving service node-exporter spec with placement * 2023-10-11T14:49:22.441 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:22 smithi131 bash[24299]: audit 2023-10-11T14:49:21.117295+0000 mon.smithi131 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:22.441 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:22 smithi131 bash[24299]: cluster 2023-10-11T14:49:21.279254+0000 mgr.smithi131.gzpodz (mgr.14120) 34 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:23.593 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-11T14:49:24.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:24 smithi131 bash[24299]: audit 2023-10-11T14:49:23.041557+0000 mgr.smithi131.gzpodz (mgr.14120) 35 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:24.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:24 smithi131 bash[24299]: cephadm 2023-10-11T14:49:23.043995+0000 mgr.smithi131.gzpodz (mgr.14120) 36 : cephadm 1 Saving service alertmanager spec with placement count:1 2023-10-11T14:49:24.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:24 smithi131 bash[24299]: audit 2023-10-11T14:49:23.048884+0000 mon.smithi131 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.131:0/3130617631' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:24.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:24 smithi131 bash[24299]: cluster 2023-10-11T14:49:23.279566+0000 mgr.smithi131.gzpodz (mgr.14120) 37 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:26.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:26 smithi131 bash[24299]: cluster 2023-10-11T14:49:25.279949+0000 mgr.smithi131.gzpodz (mgr.14120) 38 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:26.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:26 smithi131 bash[24299]: audit 2023-10-11T14:49:25.280674+0000 mon.smithi131 (mon.0) 71 : audit 1 from='client.? 172.21.15.131:0/1922092501' entity='client.admin' 2023-10-11T14:49:27.931 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling the dashboard module... 2023-10-11T14:49:28.604 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:28 smithi131 bash[24299]: cluster 2023-10-11T14:49:27.280354+0000 mgr.smithi131.gzpodz (mgr.14120) 39 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:49:28.604 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:28 smithi131 bash[24299]: audit 2023-10-11T14:49:27.351480+0000 mon.smithi131 (mon.0) 72 : audit 1 from='client.? 172.21.15.131:0/2333537155' entity='client.admin' 2023-10-11T14:49:29.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:29 smithi131 bash[24299]: audit 2023-10-11T14:49:29.269095+0000 mon.smithi131 (mon.0) 73 : audit 1 from='client.? 172.21.15.131:0/330077111' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-11T14:49:30.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:30 smithi131 bash[24299]: audit 2023-10-11T14:49:29.356464+0000 mon.smithi131 (mon.0) 74 : audit 1 from='client.? 172.21.15.131:0/330077111' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-11T14:49:30.616 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:30 smithi131 bash[24299]: cluster 2023-10-11T14:49:29.356616+0000 mon.smithi131 (mon.0) 75 : cluster 0 mgrmap e9: smithi131.gzpodz(active, since 36s) 2023-10-11T14:49:31.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:31 smithi131 bash[24299]: audit 2023-10-11T14:49:31.329859+0000 mon.smithi131 (mon.0) 76 : audit 0 from='client.? 172.21.15.131:0/3338830071' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T14:49:31.894 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:49:31.895 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-11T14:49:31.895 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T14:49:31.895 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "active_name": "smithi131.gzpodz", 2023-10-11T14:49:31.895 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-11T14:49:31.895 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:49:31.896 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for the mgr to restart... 2023-10-11T14:49:31.896 INFO:teuthology.orchestra.run.smithi131.stdout:Waiting for mgr epoch 9... 2023-10-11T14:49:38.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: cluster 2023-10-11T14:49:37.708082+0000 mon.smithi131 (mon.0) 77 : cluster 1 Active manager daemon smithi131.gzpodz restarted 2023-10-11T14:49:38.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: cluster 2023-10-11T14:49:37.708705+0000 mon.smithi131 (mon.0) 78 : cluster 1 Activating manager daemon smithi131.gzpodz 2023-10-11T14:49:38.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: cluster 2023-10-11T14:49:37.715850+0000 mon.smithi131 (mon.0) 79 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-10-11T14:49:38.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: cluster 2023-10-11T14:49:37.716037+0000 mon.smithi131 (mon.0) 80 : cluster 0 mgrmap e10: smithi131.gzpodz(active, starting, since 0.00756511s) 2023-10-11T14:49:38.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.717563+0000 mon.smithi131 (mon.0) 81 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:49:38.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.719205+0000 mon.smithi131 (mon.0) 82 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr metadata", "who": "smithi131.gzpodz", "id": "smithi131.gzpodz"}]: dispatch 2023-10-11T14:49:38.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.720025+0000 mon.smithi131 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T14:49:38.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.720330+0000 mon.smithi131 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T14:49:38.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.720523+0000 mon.smithi131 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T14:49:38.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: cluster 2023-10-11T14:49:37.750229+0000 mon.smithi131 (mon.0) 86 : cluster 1 Manager daemon smithi131.gzpodz is now available 2023-10-11T14:49:38.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.787279+0000 mon.smithi131 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:49:38.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.791109+0000 mon.smithi131 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:49:38.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.810793+0000 mon.smithi131 (mon.0) 89 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/mirror_snapshot_schedule"}]: dispatch 2023-10-11T14:49:38.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:38 smithi131 bash[24299]: audit 2023-10-11T14:49:37.815268+0000 mon.smithi131 (mon.0) 90 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/trash_purge_schedule"}]: dispatch 2023-10-11T14:49:39.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:39 smithi131 bash[24299]: cephadm 2023-10-11T14:49:38.188910+0000 mgr.smithi131.gzpodz (mgr.14164) 1 : cephadm 1 [11/Oct/2023:14:49:38] ENGINE Bus STARTING 2023-10-11T14:49:39.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:39 smithi131 bash[24299]: cephadm 2023-10-11T14:49:38.291210+0000 mgr.smithi131.gzpodz (mgr.14164) 2 : cephadm 1 [11/Oct/2023:14:49:38] ENGINE Serving on http://172.21.15.131:8765 2023-10-11T14:49:39.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:39 smithi131 bash[24299]: cephadm 2023-10-11T14:49:38.418862+0000 mgr.smithi131.gzpodz (mgr.14164) 3 : cephadm 1 [11/Oct/2023:14:49:38] ENGINE Serving on https://172.21.15.131:7150 2023-10-11T14:49:39.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:39 smithi131 bash[24299]: cephadm 2023-10-11T14:49:38.419166+0000 mgr.smithi131.gzpodz (mgr.14164) 4 : cephadm 1 [11/Oct/2023:14:49:38] ENGINE Bus STARTED 2023-10-11T14:49:39.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:39 smithi131 bash[24299]: cluster 2023-10-11T14:49:38.719838+0000 mon.smithi131 (mon.0) 91 : cluster 0 mgrmap e11: smithi131.gzpodz(active, since 1.01136s) 2023-10-11T14:49:39.361 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout { 2023-10-11T14:49:39.362 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-11T14:49:39.362 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-11T14:49:39.362 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout } 2023-10-11T14:49:39.363 INFO:teuthology.orchestra.run.smithi131.stdout:mgr epoch 9 is available 2023-10-11T14:49:39.363 INFO:teuthology.orchestra.run.smithi131.stdout:Generating a dashboard self-signed certificate... 2023-10-11T14:49:40.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:40 smithi131 bash[24299]: audit 2023-10-11T14:49:38.719398+0000 mgr.smithi131.gzpodz (mgr.14164) 5 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T14:49:40.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:40 smithi131 bash[24299]: audit 2023-10-11T14:49:38.733730+0000 mgr.smithi131.gzpodz (mgr.14164) 6 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T14:49:41.318 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-11T14:49:41.318 INFO:teuthology.orchestra.run.smithi131.stdout:Creating initial admin user... 2023-10-11T14:49:41.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:41 smithi131 bash[24299]: cluster 2023-10-11T14:49:40.171490+0000 mon.smithi131 (mon.0) 92 : cluster 0 mgrmap e12: smithi131.gzpodz(active, since 2s) 2023-10-11T14:49:41.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:41 smithi131 bash[24299]: audit 2023-10-11T14:49:40.747495+0000 mon.smithi131 (mon.0) 93 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:41.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:41 smithi131 bash[24299]: audit 2023-10-11T14:49:40.751145+0000 mon.smithi131 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:42.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:42 smithi131 bash[24299]: audit 2023-10-11T14:49:40.700882+0000 mgr.smithi131.gzpodz (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:49:43.506 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$iAAMROnYpAP9cfFYEYCgje5ybjS.0LxSdX1XJadWAIgdkjzfK8Dz6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697035782, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-11T14:49:43.506 INFO:teuthology.orchestra.run.smithi131.stdout:Fetching dashboard port number... 2023-10-11T14:49:44.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:43 smithi131 bash[24299]: audit 2023-10-11T14:49:42.685192+0000 mgr.smithi131.gzpodz (mgr.14164) 8 : audit 0 from='client.14178 -' 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-10-11T14:49:44.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:43 smithi131 bash[24299]: audit 2023-10-11T14:49:42.933183+0000 mon.smithi131 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:45.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:44 smithi131 bash[24299]: cluster 2023-10-11T14:49:43.937641+0000 mon.smithi131 (mon.0) 96 : cluster 0 mgrmap e13: smithi131.gzpodz(active, since 6s) 2023-10-11T14:49:45.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:44 smithi131 bash[24299]: audit 2023-10-11T14:49:44.656526+0000 mon.smithi131 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:45.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:44 smithi131 bash[24299]: audit 2023-10-11T14:49:44.862478+0000 mon.smithi131 (mon.0) 98 : audit 0 from='client.? 172.21.15.131:0/1837259635' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-11T14:49:45.479 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stdout 8443 2023-10-11T14:49:45.479 INFO:teuthology.orchestra.run.smithi131.stdout:firewalld does not appear to be present 2023-10-11T14:49:45.479 INFO:teuthology.orchestra.run.smithi131.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-11T14:49:45.481 INFO:teuthology.orchestra.run.smithi131.stdout:Ceph Dashboard is now available at: 2023-10-11T14:49:45.481 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:45.481 INFO:teuthology.orchestra.run.smithi131.stdout: URL: https://smithi131.front.sepia.ceph.com:8443/ 2023-10-11T14:49:45.482 INFO:teuthology.orchestra.run.smithi131.stdout: User: admin 2023-10-11T14:49:45.482 INFO:teuthology.orchestra.run.smithi131.stdout: Password: 7d2k54mo3w 2023-10-11T14:49:45.482 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:45.482 INFO:teuthology.orchestra.run.smithi131.stdout:Saving cluster configuration to /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config directory 2023-10-11T14:49:45.483 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling autotune for osd_memory_target 2023-10-11T14:49:46.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:46 smithi131 bash[24299]: audit 2023-10-11T14:49:45.445638+0000 mon.smithi131 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:49.502 INFO:teuthology.orchestra.run.smithi131.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-11T14:49:49.503 INFO:teuthology.orchestra.run.smithi131.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-11T14:49:49.503 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.503 INFO:teuthology.orchestra.run.smithi131.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-11T14:49:49.503 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.504 INFO:teuthology.orchestra.run.smithi131.stdout:Or, if you are only running a single cluster on this host: 2023-10-11T14:49:49.504 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.504 INFO:teuthology.orchestra.run.smithi131.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-11T14:49:49.504 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.504 INFO:teuthology.orchestra.run.smithi131.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-11T14:49:49.505 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.505 INFO:teuthology.orchestra.run.smithi131.stdout: ceph telemetry on 2023-10-11T14:49:49.505 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.505 INFO:teuthology.orchestra.run.smithi131.stdout:For more information see: 2023-10-11T14:49:49.505 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.505 INFO:teuthology.orchestra.run.smithi131.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-11T14:49:49.506 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:49:49.506 INFO:teuthology.orchestra.run.smithi131.stdout:Bootstrap complete. 2023-10-11T14:49:49.538 INFO:tasks.cephadm:Fetching config... 2023-10-11T14:49:49.539 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:49:49.539 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-11T14:49:49.546 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-11T14:49:49.547 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:49:49.547 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-11T14:49:49.597 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-11T14:49:49.598 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:49:49.598 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/keyring of=/dev/stdout 2023-10-11T14:49:49.652 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-11T14:49:49.652 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:49:49.652 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-11T14:49:49.706 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-11T14:49:49.706 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2AGxok1neRnAk608ZtkFvN/gwyUfzB/9sqHDbt6scUcUwV/OI4vbd3YIRtITOGQKaZfqCqnOdhL7Yib6BTft+6hp95q5201gBvqTu+uNjuh2eByZI6j9/uMVPwkVuLR/93oS3BCEk2tg9G+AQfq/DlJGZRnhG834rKowMjdWPr+Fmx1sSxQFdT4BcHBEwNIsfkGsBnT2LRc8FLnC8ssM+tqodEhk2R+l/ycMXq2wOlENMIdUM5Z4GPKR7WZghFNYNS/13UcL47q6v91ALTSTlIbyLhqjmcIj5nouBpxszp7UPfegcT+7gsE/tHIbmQ6ZUhet2EP0aeU7NFKNTjT7NvCCSvoY1frKlzdtWe7uXqjHUItjdT44nzXxtpVHtTI9ZHBtTLWr63E/1jR/7YyJZ9WRhb57FCX3gX4ODnZRrXCMiit+ENHb493C++krBL7z81MZEvGlt6E/CGur+SOrY8vzwtY+tWxBMW7r9rpv+nZJUh+O42uQjaVqUk0BXN4s= ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T14:49:49.766 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2AGxok1neRnAk608ZtkFvN/gwyUfzB/9sqHDbt6scUcUwV/OI4vbd3YIRtITOGQKaZfqCqnOdhL7Yib6BTft+6hp95q5201gBvqTu+uNjuh2eByZI6j9/uMVPwkVuLR/93oS3BCEk2tg9G+AQfq/DlJGZRnhG834rKowMjdWPr+Fmx1sSxQFdT4BcHBEwNIsfkGsBnT2LRc8FLnC8ssM+tqodEhk2R+l/ycMXq2wOlENMIdUM5Z4GPKR7WZghFNYNS/13UcL47q6v91ALTSTlIbyLhqjmcIj5nouBpxszp7UPfegcT+7gsE/tHIbmQ6ZUhet2EP0aeU7NFKNTjT7NvCCSvoY1frKlzdtWe7uXqjHUItjdT44nzXxtpVHtTI9ZHBtTLWr63E/1jR/7YyJZ9WRhb57FCX3gX4ODnZRrXCMiit+ENHb493C++krBL7z81MZEvGlt6E/CGur+SOrY8vzwtY+tWxBMW7r9rpv+nZJUh+O42uQjaVqUk0BXN4s= ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:49:49.776 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2AGxok1neRnAk608ZtkFvN/gwyUfzB/9sqHDbt6scUcUwV/OI4vbd3YIRtITOGQKaZfqCqnOdhL7Yib6BTft+6hp95q5201gBvqTu+uNjuh2eByZI6j9/uMVPwkVuLR/93oS3BCEk2tg9G+AQfq/DlJGZRnhG834rKowMjdWPr+Fmx1sSxQFdT4BcHBEwNIsfkGsBnT2LRc8FLnC8ssM+tqodEhk2R+l/ycMXq2wOlENMIdUM5Z4GPKR7WZghFNYNS/13UcL47q6v91ALTSTlIbyLhqjmcIj5nouBpxszp7UPfegcT+7gsE/tHIbmQ6ZUhet2EP0aeU7NFKNTjT7NvCCSvoY1frKlzdtWe7uXqjHUItjdT44nzXxtpVHtTI9ZHBtTLWr63E/1jR/7YyJZ9WRhb57FCX3gX4ODnZRrXCMiit+ENHb493C++krBL7z81MZEvGlt6E/CGur+SOrY8vzwtY+tWxBMW7r9rpv+nZJUh+O42uQjaVqUk0BXN4s= ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T14:49:49.799 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2AGxok1neRnAk608ZtkFvN/gwyUfzB/9sqHDbt6scUcUwV/OI4vbd3YIRtITOGQKaZfqCqnOdhL7Yib6BTft+6hp95q5201gBvqTu+uNjuh2eByZI6j9/uMVPwkVuLR/93oS3BCEk2tg9G+AQfq/DlJGZRnhG834rKowMjdWPr+Fmx1sSxQFdT4BcHBEwNIsfkGsBnT2LRc8FLnC8ssM+tqodEhk2R+l/ycMXq2wOlENMIdUM5Z4GPKR7WZghFNYNS/13UcL47q6v91ALTSTlIbyLhqjmcIj5nouBpxszp7UPfegcT+7gsE/tHIbmQ6ZUhet2EP0aeU7NFKNTjT7NvCCSvoY1frKlzdtWe7uXqjHUItjdT44nzXxtpVHtTI9ZHBtTLWr63E/1jR/7YyJZ9WRhb57FCX3gX4ODnZRrXCMiit+ENHb493C++krBL7z81MZEvGlt6E/CGur+SOrY8vzwtY+tWxBMW7r9rpv+nZJUh+O42uQjaVqUk0BXN4s= ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:49:49.809 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-11T14:49:50.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:49 smithi131 bash[24299]: audit 2023-10-11T14:49:48.950540+0000 mon.smithi131 (mon.0) 100 : audit 1 from='client.? 172.21.15.131:0/4244143172' entity='client.admin' 2023-10-11T14:49:56.277 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:49:58.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.094147+0000 mon.smithi131 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:58.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.098336+0000 mon.smithi131 (mon.0) 102 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:58.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.099568+0000 mon.smithi131 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:49:58.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.104595+0000 mon.smithi131 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:49:58.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.107193+0000 mon.smithi131 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T14:49:58.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.110325+0000 mon.smithi131 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T14:49:58.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: audit 2023-10-11T14:49:57.111593+0000 mon.smithi131 (mon.0) 107 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:49:58.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:58 smithi131 bash[24299]: cephadm 2023-10-11T14:49:57.113233+0000 mgr.smithi131.gzpodz (mgr.14164) 9 : cephadm 1 Deploying daemon ceph-exporter.smithi131 on smithi131 2023-10-11T14:49:59.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:49:59 smithi131 bash[24299]: cluster 2023-10-11T14:49:57.721940+0000 mgr.smithi131.gzpodz (mgr.14164) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:01.064 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-11T14:50:01.065 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-11T14:50:01.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: cluster 2023-10-11T14:49:59.722291+0000 mgr.smithi131.gzpodz (mgr.14164) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:01.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.030552+0000 mon.smithi131 (mon.0) 108 : audit 1 from='client.? 172.21.15.131:0/1574378893' entity='client.admin' 2023-10-11T14:50:01.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.203747+0000 mon.smithi131 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:01.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.207833+0000 mon.smithi131 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.243138+0000 mon.smithi131 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.246587+0000 mon.smithi131 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.247948+0000 mon.smithi131 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T14:50:01.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.250881+0000 mon.smithi131 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T14:50:01.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: audit 2023-10-11T14:50:00.251780+0000 mon.smithi131 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:50:01.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:01 smithi131 bash[24299]: cephadm 2023-10-11T14:50:00.252774+0000 mgr.smithi131.gzpodz (mgr.14164) 12 : cephadm 1 Deploying daemon crash.smithi131 on smithi131 2023-10-11T14:50:03.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:03 smithi131 bash[24299]: cluster 2023-10-11T14:50:01.722623+0000 mgr.smithi131.gzpodz (mgr.14164) 13 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:03.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:03 smithi131 bash[24299]: audit 2023-10-11T14:50:02.814303+0000 mon.smithi131 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:03.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:03 smithi131 bash[24299]: audit 2023-10-11T14:50:03.054076+0000 mon.smithi131 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:03.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:03 smithi131 bash[24299]: audit 2023-10-11T14:50:03.058726+0000 mon.smithi131 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:03.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:03 smithi131 bash[24299]: audit 2023-10-11T14:50:03.078246+0000 mon.smithi131 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:03.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:03 smithi131 bash[24299]: audit 2023-10-11T14:50:03.082132+0000 mon.smithi131 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:04.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:04 smithi131 bash[24299]: cephadm 2023-10-11T14:50:03.083954+0000 mgr.smithi131.gzpodz (mgr.14164) 14 : cephadm 1 Deploying daemon node-exporter.smithi131 on smithi131 2023-10-11T14:50:04.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:04 smithi131 bash[24299]: audit 2023-10-11T14:50:04.111298+0000 mon.smithi131 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:04.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:04 smithi131 bash[24299]: audit 2023-10-11T14:50:04.114889+0000 mon.smithi131 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:04.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:04 smithi131 bash[24299]: audit 2023-10-11T14:50:04.153529+0000 mon.smithi131 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:04.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:04 smithi131 bash[24299]: audit 2023-10-11T14:50:04.156814+0000 mon.smithi131 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:05.226 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:05 smithi131 bash[24299]: cluster 2023-10-11T14:50:03.723128+0000 mgr.smithi131.gzpodz (mgr.14164) 15 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:05.227 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:05 smithi131 bash[24299]: cephadm 2023-10-11T14:50:04.171983+0000 mgr.smithi131.gzpodz (mgr.14164) 16 : cephadm 1 Deploying daemon alertmanager.smithi131 on smithi131 2023-10-11T14:50:05.747 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:50:07.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:07 smithi131 bash[24299]: cluster 2023-10-11T14:50:05.723513+0000 mgr.smithi131.gzpodz (mgr.14164) 17 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:09.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:08 smithi131 bash[24299]: cluster 2023-10-11T14:50:07.723859+0000 mgr.smithi131.gzpodz (mgr.14164) 18 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:09.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:08 smithi131 bash[24299]: audit 2023-10-11T14:50:07.818576+0000 mon.smithi131 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:11.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:10 smithi131 bash[24299]: cluster 2023-10-11T14:50:09.724220+0000 mgr.smithi131.gzpodz (mgr.14164) 19 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:12.701 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2023-10-11T14:50:12.702 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:50:12.702 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2023-10-11T14:50:12.711 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:50:12.711 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T14:50:12.758 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2023-10-11T14:50:12.759 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi191 2023-10-11T14:50:12.998 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:12 smithi131 bash[24299]: cluster 2023-10-11T14:50:11.724661+0000 mgr.smithi131.gzpodz (mgr.14164) 20 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:12.998 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:12 smithi131 bash[24299]: audit 2023-10-11T14:50:11.811326+0000 mgr.smithi131.gzpodz (mgr.14164) 21 : audit 0 from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:50:12.998 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:12 smithi131 bash[24299]: audit 2023-10-11T14:50:11.814938+0000 mon.smithi131 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:15.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:14 smithi131 bash[24299]: cluster 2023-10-11T14:50:13.725097+0000 mgr.smithi131.gzpodz (mgr.14164) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:16.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.445105+0000 mon.smithi131 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.450341+0000 mon.smithi131 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.465976+0000 mon.smithi131 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.469752+0000 mon.smithi131 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.473739+0000 mon.smithi131 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.476677+0000 mon.smithi131 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: cephadm 2023-10-11T14:50:15.487151+0000 mgr.smithi131.gzpodz (mgr.14164) 23 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T14:50:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.601085+0000 mon.smithi131 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.603726+0000 mon.smithi131 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.606011+0000 mon.smithi131 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T14:50:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.606533+0000 mgr.smithi131.gzpodz (mgr.14164) 24 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T14:50:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: audit 2023-10-11T14:50:15.609658+0000 mon.smithi131 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: cephadm 2023-10-11T14:50:15.617183+0000 mgr.smithi131.gzpodz (mgr.14164) 25 : cephadm 1 Deploying daemon grafana.smithi131 on smithi131 2023-10-11T14:50:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:16 smithi131 bash[24299]: cluster 2023-10-11T14:50:15.725540+0000 mgr.smithi131.gzpodz (mgr.14164) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:18.451 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:50:19.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:18 smithi131 bash[24299]: cluster 2023-10-11T14:50:17.726075+0000 mgr.smithi131.gzpodz (mgr.14164) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:19.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:18 smithi131 bash[24299]: audit 2023-10-11T14:50:17.824855+0000 mon.smithi131 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:21.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:20 smithi131 bash[24299]: cluster 2023-10-11T14:50:19.726425+0000 mgr.smithi131.gzpodz (mgr.14164) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:23.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:23 smithi131 bash[24299]: cluster 2023-10-11T14:50:21.726794+0000 mgr.smithi131.gzpodz (mgr.14164) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:25.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:25 smithi131 bash[24299]: cluster 2023-10-11T14:50:23.727033+0000 mgr.smithi131.gzpodz (mgr.14164) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:26.450 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:26 smithi131 bash[24299]: audit 2023-10-11T14:50:25.095105+0000 mgr.smithi131.gzpodz (mgr.14164) 31 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:50:27.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:27 smithi131 bash[24299]: cluster 2023-10-11T14:50:25.727342+0000 mgr.smithi131.gzpodz (mgr.14164) 32 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:27.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:27 smithi131 bash[24299]: cephadm 2023-10-11T14:50:25.883601+0000 mgr.smithi131.gzpodz (mgr.14164) 33 : cephadm 1 Deploying cephadm binary to smithi191 2023-10-11T14:50:28.932 INFO:teuthology.orchestra.run.smithi131.stdout:Added host 'smithi191' with addr '172.21.15.191' 2023-10-11T14:50:29.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:29 smithi131 bash[24299]: cluster 2023-10-11T14:50:27.727687+0000 mgr.smithi131.gzpodz (mgr.14164) 34 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:29.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:29 smithi131 bash[24299]: audit 2023-10-11T14:50:28.928415+0000 mon.smithi131 (mon.0) 138 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:30.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:30 smithi131 bash[24299]: cephadm 2023-10-11T14:50:28.929119+0000 mgr.smithi131.gzpodz (mgr.14164) 35 : cephadm 1 Added host smithi191 2023-10-11T14:50:31.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:31 smithi131 bash[24299]: cluster 2023-10-11T14:50:29.727955+0000 mgr.smithi131.gzpodz (mgr.14164) 36 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:33.125 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-11T14:50:33.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:33 smithi131 bash[24299]: cluster 2023-10-11T14:50:31.728231+0000 mgr.smithi131.gzpodz (mgr.14164) 37 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:35.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:35 smithi131 bash[24299]: cluster 2023-10-11T14:50:33.728552+0000 mgr.smithi131.gzpodz (mgr.14164) 38 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:37.521 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: cluster 2023-10-11T14:50:35.728960+0000 mgr.smithi131.gzpodz (mgr.14164) 39 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:37.522 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.243121+0000 mon.smithi131 (mon.0) 139 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.522 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.247690+0000 mon.smithi131 (mon.0) 140 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.522 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.286321+0000 mon.smithi131 (mon.0) 141 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.522 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.290294+0000 mon.smithi131 (mon.0) 142 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.522 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.294755+0000 mon.smithi131 (mon.0) 143 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.523 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.297743+0000 mon.smithi131 (mon.0) 144 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.523 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.300637+0000 mon.smithi131 (mon.0) 145 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:37.523 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:37 smithi131 bash[24299]: audit 2023-10-11T14:50:36.302556+0000 mon.smithi131 (mon.0) 146 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:38.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:38 smithi131 bash[24299]: cephadm 2023-10-11T14:50:36.541175+0000 mgr.smithi131.gzpodz (mgr.14164) 40 : cephadm 1 Deploying daemon prometheus.smithi131 on smithi131 2023-10-11T14:50:38.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:38 smithi131 bash[24299]: audit 2023-10-11T14:50:37.835340+0000 mon.smithi131 (mon.0) 147 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:38.811 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:50:39.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:39 smithi131 bash[24299]: cluster 2023-10-11T14:50:37.729413+0000 mgr.smithi131.gzpodz (mgr.14164) 41 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:41.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:41 smithi131 bash[24299]: cluster 2023-10-11T14:50:39.729966+0000 mgr.smithi131.gzpodz (mgr.14164) 42 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:43.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:43 smithi131 bash[24299]: cluster 2023-10-11T14:50:41.730278+0000 mgr.smithi131.gzpodz (mgr.14164) 43 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:45.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:45 smithi131 bash[24299]: cluster 2023-10-11T14:50:43.730677+0000 mgr.smithi131.gzpodz (mgr.14164) 44 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:46.299 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:50:46.299 INFO:teuthology.orchestra.run.smithi131.stdout:[{"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2023-10-11T14:50:47.513 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:47 smithi131 bash[24299]: cluster 2023-10-11T14:50:45.731024+0000 mgr.smithi131.gzpodz (mgr.14164) 45 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:47.513 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:47 smithi131 bash[24299]: audit 2023-10-11T14:50:46.295747+0000 mgr.smithi131.gzpodz (mgr.14164) 46 : audit 0 from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:50:47.514 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-11T14:50:47.515 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-11T14:50:49.503 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:49 smithi131 bash[24299]: cluster 2023-10-11T14:50:47.731368+0000 mgr.smithi131.gzpodz (mgr.14164) 47 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:51.316 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:51 smithi131 bash[24299]: cluster 2023-10-11T14:50:49.731668+0000 mgr.smithi131.gzpodz (mgr.14164) 48 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:52.215 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:50:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:53 smithi131 bash[24299]: cluster 2023-10-11T14:50:51.732006+0000 mgr.smithi131.gzpodz (mgr.14164) 49 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:55.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:55 smithi131 bash[24299]: cluster 2023-10-11T14:50:53.732386+0000 mgr.smithi131.gzpodz (mgr.14164) 50 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:50:55.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:55 smithi131 bash[24299]: audit 2023-10-11T14:50:54.654934+0000 mon.smithi131 (mon.0) 148 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:55.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:55 smithi131 bash[24299]: audit 2023-10-11T14:50:54.658972+0000 mon.smithi131 (mon.0) 149 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:55.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:55 smithi131 bash[24299]: audit 2023-10-11T14:50:54.706907+0000 mon.smithi131 (mon.0) 150 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' 2023-10-11T14:50:55.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:55 smithi131 bash[24299]: audit 2023-10-11T14:50:54.709706+0000 mon.smithi131 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-11T14:50:56.903 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:56 smithi131 bash[24299]: audit 2023-10-11T14:50:55.708843+0000 mon.smithi131 (mon.0) 152 : audit 1 from='mgr.14164 172.21.15.131:0/3848333188' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-11T14:50:56.903 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:56 smithi131 bash[24299]: cluster 2023-10-11T14:50:55.708892+0000 mon.smithi131 (mon.0) 153 : cluster 0 mgrmap e14: smithi131.gzpodz(active, since 78s) 2023-10-11T14:50:58.191 INFO:teuthology.orchestra.run.smithi131.stderr:adjusted tunables profile to default 2023-10-11T14:50:58.216 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:58 smithi131 bash[24299]: audit 2023-10-11T14:50:57.525183+0000 mon.smithi131 (mon.0) 154 : audit 1 from='client.? 172.21.15.131:0/2594930603' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-11T14:50:59.173 INFO:tasks.cephadm:Adding mon.smithi131 on smithi131 2023-10-11T14:50:59.174 INFO:tasks.cephadm:Adding mon.smithi191 on smithi191 2023-10-11T14:50:59.174 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi131:172.21.15.131=smithi131;smithi191:172.21.15.191=smithi191' 2023-10-11T14:50:59.451 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:59 smithi131 bash[24299]: audit 2023-10-11T14:50:58.183504+0000 mon.smithi131 (mon.0) 155 : audit 1 from='client.? 172.21.15.131:0/2594930603' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-11T14:50:59.451 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:50:59 smithi131 bash[24299]: cluster 2023-10-11T14:50:58.183568+0000 mon.smithi131 (mon.0) 156 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-10-11T14:51:00.368 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T14:51:01.430 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T14:51:04.508 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: cluster 2023-10-11T14:51:04.283798+0000 mon.smithi131 (mon.0) 157 : cluster 1 Active manager daemon smithi131.gzpodz restarted 2023-10-11T14:51:04.508 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: cluster 2023-10-11T14:51:04.284201+0000 mon.smithi131 (mon.0) 158 : cluster 1 Activating manager daemon smithi131.gzpodz 2023-10-11T14:51:04.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: cluster 2023-10-11T14:51:04.290227+0000 mon.smithi131 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-11T14:51:04.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: cluster 2023-10-11T14:51:04.290503+0000 mon.smithi131 (mon.0) 160 : cluster 0 mgrmap e15: smithi131.gzpodz(active, starting, since 0.00648693s) 2023-10-11T14:51:04.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: audit 2023-10-11T14:51:04.292187+0000 mon.smithi131 (mon.0) 161 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:51:04.509 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: audit 2023-10-11T14:51:04.293107+0000 mon.smithi131 (mon.0) 162 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr metadata", "who": "smithi131.gzpodz", "id": "smithi131.gzpodz"}]: dispatch 2023-10-11T14:51:04.510 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: audit 2023-10-11T14:51:04.294158+0000 mon.smithi131 (mon.0) 163 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T14:51:04.510 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: audit 2023-10-11T14:51:04.294357+0000 mon.smithi131 (mon.0) 164 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T14:51:04.510 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: audit 2023-10-11T14:51:04.294548+0000 mon.smithi131 (mon.0) 165 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T14:51:04.510 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:04 smithi131 bash[24299]: cluster 2023-10-11T14:51:04.321999+0000 mon.smithi131 (mon.0) 166 : cluster 1 Manager daemon smithi131.gzpodz is now available 2023-10-11T14:51:05.309 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2023-10-11T14:51:05.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:04.353640+0000 mon.smithi131 (mon.0) 167 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:51:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:04.357984+0000 mon.smithi131 (mon.0) 168 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:51:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:04.376524+0000 mon.smithi131 (mon.0) 169 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:04.380795+0000 mon.smithi131 (mon.0) 170 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:51:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:04.393393+0000 mon.smithi131 (mon.0) 171 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/mirror_snapshot_schedule"}]: dispatch 2023-10-11T14:51:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:04.401361+0000 mon.smithi131 (mon.0) 172 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.gzpodz/trash_purge_schedule"}]: dispatch 2023-10-11T14:51:05.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:05.176399+0000 mon.smithi131 (mon.0) 173 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:05.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: cluster 2023-10-11T14:51:05.296875+0000 mon.smithi131 (mon.0) 174 : cluster 0 mgrmap e16: smithi131.gzpodz(active, since 1.01285s) 2023-10-11T14:51:05.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:05 smithi131 bash[24299]: audit 2023-10-11T14:51:05.305384+0000 mon.smithi131 (mon.0) 175 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:06.013 DEBUG:teuthology.orchestra.run.smithi191:mon.smithi191> sudo journalctl -f -n 0 -u ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi191.service 2023-10-11T14:51:06.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T14:51:06.016 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T14:51:06.228 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-11T14:51:06.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:06 smithi131 bash[24299]: cephadm 2023-10-11T14:51:04.864264+0000 mgr.smithi131.gzpodz (mgr.14195) 1 : cephadm 1 [11/Oct/2023:14:51:04] ENGINE Bus STARTING 2023-10-11T14:51:06.404 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:06 smithi131 bash[24299]: cephadm 2023-10-11T14:51:04.986298+0000 mgr.smithi131.gzpodz (mgr.14195) 2 : cephadm 1 [11/Oct/2023:14:51:04] ENGINE Serving on https://172.21.15.131:7150 2023-10-11T14:51:06.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:06 smithi131 bash[24299]: cephadm 2023-10-11T14:51:05.088366+0000 mgr.smithi131.gzpodz (mgr.14195) 3 : cephadm 1 [11/Oct/2023:14:51:05] ENGINE Serving on http://172.21.15.131:8765 2023-10-11T14:51:06.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:06 smithi131 bash[24299]: cephadm 2023-10-11T14:51:05.088724+0000 mgr.smithi131.gzpodz (mgr.14195) 4 : cephadm 1 [11/Oct/2023:14:51:05] ENGINE Bus STARTED 2023-10-11T14:51:06.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:06 smithi131 bash[24299]: audit 2023-10-11T14:51:05.296571+0000 mgr.smithi131.gzpodz (mgr.14195) 5 : audit 0 from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi131:172.21.15.131=smithi131;smithi191:172.21.15.191=smithi191", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:51:06.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:06 smithi131 bash[24299]: cephadm 2023-10-11T14:51:05.300137+0000 mgr.smithi131.gzpodz (mgr.14195) 6 : cephadm 1 Saving service mon spec with placement smithi131:172.21.15.131=smithi131;smithi191:172.21.15.191=smithi191;count:2 2023-10-11T14:51:07.246 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T14:51:07.432 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:07 smithi131 bash[24299]: cluster 2023-10-11T14:51:06.348007+0000 mon.smithi131 (mon.0) 176 : cluster 0 mgrmap e17: smithi131.gzpodz(active, since 2s) 2023-10-11T14:51:07.432 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:07 smithi131 bash[24299]: audit 2023-10-11T14:51:07.049470+0000 mon.smithi131 (mon.0) 177 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:08.301 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T14:51:09.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:08 smithi131 bash[24299]: audit 2023-10-11T14:51:07.893161+0000 mon.smithi131 (mon.0) 178 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:12.120 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-10-11T14:51:12.121 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","modified":"2023-10-11T14:48:17.093377Z","created":"2023-10-11T14:48:17.093377Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T14:51:12.124 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-10-11T14:51:12.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:11 smithi131 bash[24299]: audit 2023-10-11T14:51:10.998742+0000 mon.smithi131 (mon.0) 179 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:12.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:11 smithi131 bash[24299]: audit 2023-10-11T14:51:11.005779+0000 mon.smithi131 (mon.0) 180 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:12.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:11 smithi131 bash[24299]: audit 2023-10-11T14:51:11.803591+0000 mon.smithi131 (mon.0) 181 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:12.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:11 smithi131 bash[24299]: audit 2023-10-11T14:51:11.809367+0000 mon.smithi131 (mon.0) 182 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:12.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:11 smithi131 bash[24299]: audit 2023-10-11T14:51:11.810804+0000 mon.smithi131 (mon.0) 183 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:51:13.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:12 smithi131 bash[24299]: audit 2023-10-11T14:51:12.116639+0000 mon.smithi131 (mon.0) 184 : audit 0 from='client.? 172.21.15.191:0/271858780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T14:51:13.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T14:51:13.971 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T14:51:16.220 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.297070+0000 mon.smithi131 (mon.0) 185 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.303293+0000 mon.smithi131 (mon.0) 186 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.308928+0000 mon.smithi131 (mon.0) 187 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.314828+0000 mon.smithi131 (mon.0) 188 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.315966+0000 mon.smithi131 (mon.0) 189 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:51:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.317549+0000 mon.smithi131 (mon.0) 190 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.319052+0000 mon.smithi131 (mon.0) 191 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:51:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.321072+0000 mgr.smithi131.gzpodz (mgr.14195) 7 : cephadm 1 Updating smithi131:/etc/ceph/ceph.conf 2023-10-11T14:51:16.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.321533+0000 mgr.smithi131.gzpodz (mgr.14195) 8 : cephadm 1 Updating smithi191:/etc/ceph/ceph.conf 2023-10-11T14:51:16.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.486315+0000 mgr.smithi131.gzpodz (mgr.14195) 9 : cephadm 1 Updating smithi131:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:16.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.487581+0000 mgr.smithi131.gzpodz (mgr.14195) 10 : cephadm 1 Updating smithi191:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:16.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.651778+0000 mgr.smithi131.gzpodz (mgr.14195) 11 : cephadm 1 Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2023-10-11T14:51:16.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.703335+0000 mgr.smithi131.gzpodz (mgr.14195) 12 : cephadm 1 Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2023-10-11T14:51:16.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.987720+0000 mon.smithi131 (mon.0) 192 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:15.994837+0000 mon.smithi131 (mon.0) 193 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:16.040951+0000 mon.smithi131 (mon.0) 194 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:16.046656+0000 mon.smithi131 (mon.0) 195 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:16.050547+0000 mon.smithi131 (mon.0) 196 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:16.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:16.052836+0000 mon.smithi131 (mon.0) 197 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T14:51:16.597 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:16.056533+0000 mon.smithi131 (mon.0) 198 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T14:51:16.597 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:16 smithi131 bash[24299]: audit 2023-10-11T14:51:16.057883+0000 mon.smithi131 (mon.0) 199 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:17.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:17 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.816268+0000 mgr.smithi131.gzpodz (mgr.14195) 13 : cephadm 1 Updating smithi131:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T14:51:17.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:17 smithi131 bash[24299]: cephadm 2023-10-11T14:51:15.868349+0000 mgr.smithi131.gzpodz (mgr.14195) 14 : cephadm 1 Updating smithi191:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T14:51:17.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:17 smithi131 bash[24299]: cephadm 2023-10-11T14:51:16.059296+0000 mgr.smithi131.gzpodz (mgr.14195) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi191 on smithi191 2023-10-11T14:51:19.825 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-10-11T14:51:19.826 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","modified":"2023-10-11T14:48:17.093377Z","created":"2023-10-11T14:48:17.093377Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T14:51:19.830 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-10-11T14:51:19.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:19 smithi131 bash[24299]: audit 2023-10-11T14:51:19.381661+0000 mon.smithi131 (mon.0) 200 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:51:20.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:19.821635+0000 mon.smithi131 (mon.0) 201 : audit 0 from='client.? 172.21.15.191:0/3452646857' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T14:51:20.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.004431+0000 mon.smithi131 (mon.0) 202 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:20.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.009999+0000 mon.smithi131 (mon.0) 203 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:20.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.037742+0000 mon.smithi131 (mon.0) 204 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:20.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.041417+0000 mon.smithi131 (mon.0) 205 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:20.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.043577+0000 mon.smithi131 (mon.0) 206 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T14:51:20.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.046367+0000 mon.smithi131 (mon.0) 207 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T14:51:20.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:20 smithi131 bash[24299]: audit 2023-10-11T14:51:20.047636+0000 mon.smithi131 (mon.0) 208 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:21.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:21 smithi131 bash[24299]: cephadm 2023-10-11T14:51:20.049169+0000 mgr.smithi131.gzpodz (mgr.14195) 16 : cephadm 1 Deploying daemon crash.smithi191 on smithi191 2023-10-11T14:51:21.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T14:51:21.971 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T14:51:24.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:23 smithi131 bash[24299]: audit 2023-10-11T14:51:22.910722+0000 mon.smithi131 (mon.0) 209 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:24.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:23 smithi131 bash[24299]: audit 2023-10-11T14:51:22.915771+0000 mon.smithi131 (mon.0) 210 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:24.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:23 smithi131 bash[24299]: audit 2023-10-11T14:51:22.925308+0000 mon.smithi131 (mon.0) 211 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:24.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:23 smithi131 bash[24299]: audit 2023-10-11T14:51:22.929268+0000 mon.smithi131 (mon.0) 212 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:24.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:23 smithi131 bash[24299]: cephadm 2023-10-11T14:51:22.931326+0000 mgr.smithi131.gzpodz (mgr.14195) 17 : cephadm 1 Deploying daemon node-exporter.smithi191 on smithi191 2023-10-11T14:51:25.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.937127+0000 mon.smithi131 (mon.0) 213 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:25.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.940841+0000 mon.smithi131 (mon.0) 214 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:25.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.952571+0000 mon.smithi131 (mon.0) 215 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:25.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.956468+0000 mon.smithi131 (mon.0) 216 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:25.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.959654+0000 mon.smithi131 (mon.0) 217 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.ighaca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T14:51:25.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.962713+0000 mon.smithi131 (mon.0) 218 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.ighaca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-11T14:51:25.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.963975+0000 mon.smithi131 (mon.0) 219 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T14:51:25.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:23.965428+0000 mon.smithi131 (mon.0) 220 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:25.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: cephadm 2023-10-11T14:51:23.966823+0000 mgr.smithi131.gzpodz (mgr.14195) 18 : cephadm 1 Deploying daemon mgr.smithi191.ighaca on smithi191 2023-10-11T14:51:25.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: cluster 2023-10-11T14:51:24.295922+0000 mgr.smithi131.gzpodz (mgr.14195) 19 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:25.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:24 smithi131 bash[24299]: audit 2023-10-11T14:51:24.378263+0000 mon.smithi131 (mon.0) 221 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:25.637 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:27.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:27 smithi131 bash[24299]: cluster 2023-10-11T14:51:26.296393+0000 mgr.smithi131.gzpodz (mgr.14195) 20 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:28.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: audit 2023-10-11T14:51:27.425578+0000 mon.smithi131 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: audit 2023-10-11T14:51:27.429482+0000 mon.smithi131 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: audit 2023-10-11T14:51:27.442492+0000 mon.smithi131 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: audit 2023-10-11T14:51:27.446801+0000 mon.smithi131 (mon.0) 225 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: audit 2023-10-11T14:51:27.449641+0000 mon.smithi131 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T14:51:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: audit 2023-10-11T14:51:27.450944+0000 mon.smithi131 (mon.0) 227 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:28.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:28 smithi131 bash[24299]: cephadm 2023-10-11T14:51:27.452423+0000 mgr.smithi131.gzpodz (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi191 on smithi191 2023-10-11T14:51:29.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:29 smithi131 bash[24299]: cluster 2023-10-11T14:51:28.296830+0000 mgr.smithi131.gzpodz (mgr.14195) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:29.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:29 smithi131 bash[24299]: audit 2023-10-11T14:51:29.385268+0000 mon.smithi131 (mon.0) 228 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:31.525 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-10-11T14:51:31.526 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","modified":"2023-10-11T14:48:17.093377Z","created":"2023-10-11T14:48:17.093377Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T14:51:31.529 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2023-10-11T14:51:31.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:31 smithi131 bash[24299]: cluster 2023-10-11T14:51:30.297371+0000 mgr.smithi131.gzpodz (mgr.14195) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:32.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:32 smithi131 bash[24299]: audit 2023-10-11T14:51:31.521890+0000 mon.smithi131 (mon.0) 229 : audit 0 from='client.? 172.21.15.191:0/3233301426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T14:51:33.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T14:51:33.660 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T14:51:33.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:33 smithi131 bash[24299]: cluster 2023-10-11T14:51:32.297910+0000 mgr.smithi131.gzpodz (mgr.14195) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:34.460 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:34 smithi191 systemd[1]: Started Ceph mon.smithi191 for 0e3bc968-6845-11ee-8db6-212e2dc638e7. 2023-10-11T14:51:34.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:34 smithi131 bash[24299]: audit 2023-10-11T14:51:34.382015+0000 mon.smithi131 (mon.0) 230 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:51:34.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:34 smithi131 bash[24299]: audit 2023-10-11T14:51:34.423577+0000 mon.smithi131 (mon.0) 231 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:34.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:34 smithi131 bash[24299]: audit 2023-10-11T14:51:34.428330+0000 mon.smithi131 (mon.0) 232 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:34.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:34 smithi131 bash[24299]: audit 2023-10-11T14:51:34.438927+0000 mon.smithi131 (mon.0) 233 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:34.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:34 smithi131 bash[24299]: audit 2023-10-11T14:51:34.443824+0000 mon.smithi131 (mon.0) 234 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.396+0000 7f97eda8dc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T14:51:35.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.396+0000 7f97eda8dc80 0 ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T14:51:35.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.396+0000 7f97eda8dc80 0 pidfile_write: ignore empty --pid-file 2023-10-11T14:51:35.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 0 load: jerasure load: lrc 2023-10-11T14:51:35.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: RocksDB version: 7.9.2 2023-10-11T14:51:35.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Git sha 0 2023-10-11T14:51:35.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T14:51:35.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: DB SUMMARY 2023-10-11T14:51:35.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: DB Session ID: CFHFXIDEUM3LEG4W9H58 2023-10-11T14:51:35.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: CURRENT file: CURRENT 2023-10-11T14:51:35.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: IDENTITY file: IDENTITY 2023-10-11T14:51:35.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-11T14:51:35.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi191/store.db dir, Total Num: 0, files: 2023-10-11T14:51:35.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi191/store.db: 000004.log size: 511 ; 2023-10-11T14:51:35.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.error_if_exists: 0 2023-10-11T14:51:35.651 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.create_if_missing: 0 2023-10-11T14:51:35.651 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T14:51:35.651 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T14:51:35.651 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T14:51:35.651 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T14:51:35.652 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.env: 0x5592e699b720 2023-10-11T14:51:35.652 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-11T14:51:35.652 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.info_log: 0x5592e829d2c0 2023-10-11T14:51:35.652 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T14:51:35.652 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.statistics: (nil) 2023-10-11T14:51:35.653 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.use_fsync: 0 2023-10-11T14:51:35.653 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T14:51:35.655 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T14:51:35.655 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T14:51:35.655 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T14:51:35.655 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T14:51:35.655 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T14:51:35.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T14:51:35.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T14:51:35.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T14:51:35.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T14:51:35.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T14:51:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.db_log_dir: 2023-10-11T14:51:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.wal_dir: 2023-10-11T14:51:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T14:51:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T14:51:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T14:51:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T14:51:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T14:51:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T14:51:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T14:51:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T14:51:35.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.write_buffer_manager: 0x5592e752a5a0 2023-10-11T14:51:35.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T14:51:35.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T14:51:35.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T14:51:35.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T14:51:35.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T14:51:35.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T14:51:35.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T14:51:35.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T14:51:35.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.unordered_write: 0 2023-10-11T14:51:35.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T14:51:35.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T14:51:35.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T14:51:35.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T14:51:35.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.row_cache: None 2023-10-11T14:51:35.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.wal_filter: None 2023-10-11T14:51:35.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T14:51:35.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T14:51:35.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.two_write_queues: 0 2023-10-11T14:51:35.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T14:51:35.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.wal_compression: 0 2023-10-11T14:51:35.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.atomic_flush: 0 2023-10-11T14:51:35.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T14:51:35.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T14:51:35.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T14:51:35.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T14:51:35.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T14:51:35.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-11T14:51:35.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T14:51:35.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T14:51:35.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-11T14:51:35.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-11T14:51:35.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T14:51:35.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T14:51:35.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T14:51:35.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T14:51:35.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T14:51:35.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T14:51:35.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T14:51:35.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T14:51:35.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T14:51:35.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T14:51:35.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T14:51:35.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T14:51:35.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_open_files: -1 2023-10-11T14:51:35.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T14:51:35.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T14:51:35.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T14:51:35.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T14:51:35.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T14:51:35.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Compression algorithms supported: 2023-10-11T14:51:35.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T14:51:35.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kZSTD supported: 0 2023-10-11T14:51:35.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kXpressCompression supported: 0 2023-10-11T14:51:35.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T14:51:35.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kZlibCompression supported: 1 2023-10-11T14:51:35.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T14:51:35.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T14:51:35.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T14:51:35.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T14:51:35.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T14:51:35.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi191/store.db/MANIFEST-000005 2023-10-11T14:51:35.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T14:51:35.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T14:51:35.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.merge_operator: 2023-10-11T14:51:35.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_filter: None 2023-10-11T14:51:35.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T14:51:35.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-11T14:51:35.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T14:51:35.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T14:51:35.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5592e829d3c0) 2023-10-11T14:51:35.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: cache_index_and_filter_blocks: 1 2023-10-11T14:51:35.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T14:51:35.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T14:51:35.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: pin_top_level_index_and_filter: 1 2023-10-11T14:51:35.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: index_type: 0 2023-10-11T14:51:35.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: data_block_index_type: 0 2023-10-11T14:51:35.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: index_shortening: 1 2023-10-11T14:51:35.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: data_block_hash_table_util_ratio: 0.750000 2023-10-11T14:51:35.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: checksum: 4 2023-10-11T14:51:35.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: no_block_cache: 0 2023-10-11T14:51:35.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_cache: 0x5592e75ad1f0 2023-10-11T14:51:35.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_cache_name: BinnedLRUCache 2023-10-11T14:51:35.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_cache_options: 2023-10-11T14:51:35.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: capacity : 536870912 2023-10-11T14:51:35.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: num_shard_bits : 4 2023-10-11T14:51:35.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: strict_capacity_limit : 0 2023-10-11T14:51:35.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: high_pri_pool_ratio: 0.000 2023-10-11T14:51:35.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_cache_compressed: (nil) 2023-10-11T14:51:35.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: persistent_cache: (nil) 2023-10-11T14:51:35.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_size: 4096 2023-10-11T14:51:35.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_size_deviation: 10 2023-10-11T14:51:35.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_restart_interval: 16 2023-10-11T14:51:35.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: index_block_restart_interval: 1 2023-10-11T14:51:35.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: metadata_block_size: 4096 2023-10-11T14:51:35.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: partition_filters: 0 2023-10-11T14:51:35.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: use_delta_encoding: 1 2023-10-11T14:51:35.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: filter_policy: bloomfilter 2023-10-11T14:51:35.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: whole_key_filtering: 1 2023-10-11T14:51:35.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: verify_compression: 0 2023-10-11T14:51:35.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: read_amp_bytes_per_bit: 0 2023-10-11T14:51:35.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: format_version: 5 2023-10-11T14:51:35.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: enable_index_compression: 1 2023-10-11T14:51:35.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: block_align: 0 2023-10-11T14:51:35.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: max_auto_readahead_size: 262144 2023-10-11T14:51:35.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: prepopulate_block_cache: 0 2023-10-11T14:51:35.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: initial_auto_readahead_size: 8192 2023-10-11T14:51:35.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: num_file_reads_for_auto_readahead: 2 2023-10-11T14:51:35.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T14:51:35.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T14:51:35.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression: NoCompression 2023-10-11T14:51:35.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T14:51:35.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T14:51:35.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T14:51:35.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.num_levels: 7 2023-10-11T14:51:35.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T14:51:35.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T14:51:35.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T14:51:35.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T14:51:35.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T14:51:35.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T14:51:35.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T14:51:35.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T14:51:35.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T14:51:35.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T14:51:35.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T14:51:35.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T14:51:35.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T14:51:35.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T14:51:35.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T14:51:35.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T14:51:35.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T14:51:35.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T14:51:35.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T14:51:35.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T14:51:35.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T14:51:35.685 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T14:51:35.685 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T14:51:35.685 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T14:51:35.685 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T14:51:35.685 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T14:51:35.685 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T14:51:35.686 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T14:51:35.686 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T14:51:35.686 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T14:51:35.686 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T14:51:35.687 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T14:51:35.687 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T14:51:35.687 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T14:51:35.687 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T14:51:35.687 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T14:51:35.687 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T14:51:35.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T14:51:35.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T14:51:35.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-11T14:51:35.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T14:51:35.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T14:51:35.689 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T14:51:35.689 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T14:51:35.689 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T14:51:35.689 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T14:51:35.689 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T14:51:35.690 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T14:51:35.690 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T14:51:35.690 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T14:51:35.690 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T14:51:35.690 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T14:51:35.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T14:51:35.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.table_properties_collectors: 2023-10-11T14:51:35.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T14:51:35.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T14:51:35.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T14:51:35.692 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T14:51:35.692 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T14:51:35.692 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.bloom_locality: 0 2023-10-11T14:51:35.692 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T14:51:35.692 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T14:51:35.693 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T14:51:35.693 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-11T14:51:35.693 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T14:51:35.693 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.ttl: 2592000 2023-10-11T14:51:35.693 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T14:51:35.694 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T14:51:35.694 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T14:51:35.694 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.enable_blob_files: false 2023-10-11T14:51:35.694 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.min_blob_size: 0 2023-10-11T14:51:35.694 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-11T14:51:35.695 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T14:51:35.695 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T14:51:35.695 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T14:51:35.695 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T14:51:35.695 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T14:51:35.696 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-11T14:51:35.696 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T14:51:35.696 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi191/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-11T14:51:35.696 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-11T14:51:35.696 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5065ee58-73db-4454-93d7-e9dd5b386c62 2023-10-11T14:51:35.697 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697035895405948, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-11T14:51:35.697 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-11T14:51:35.697 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697035895406486, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1697035895, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5065ee58-73db-4454-93d7-e9dd5b386c62", "db_session_id": "CFHFXIDEUM3LEG4W9H58", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-11T14:51:35.697 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.400+0000 7f97eda8dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697035895406589, "job": 1, "event": "recovery_finished"} 2023-10-11T14:51:35.698 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.404+0000 7f97eda8dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-11T14:51:35.698 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.404+0000 7f97eda8dc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi191/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T14:51:35.698 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.404+0000 7f97eda8dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5592e764e000 2023-10-11T14:51:35.698 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.404+0000 7f97eda8dc80 4 rocksdb: DB pointer 0x5592e763c000 2023-10-11T14:51:35.698 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.404+0000 7f97eda8dc80 0 mon.smithi191 does not exist in monmap, will attempt to join an existing cluster 2023-10-11T14:51:35.699 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.404+0000 7f97eda8dc80 0 using public_addr v2:172.21.15.191:0/0 -> [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2023-10-11T14:51:35.699 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.408+0000 7f97dc29b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T14:51:35.699 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.408+0000 7f97dc29b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T14:51:35.699 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: ** DB Stats ** 2023-10-11T14:51:35.699 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T14:51:35.700 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T14:51:35.700 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T14:51:35.700 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T14:51:35.700 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T14:51:35.700 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T14:51:35.701 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T14:51:35.701 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: ** Compaction Stats [default] ** 2023-10-11T14:51:35.701 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: 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-10-11T14:51:35.701 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T14:51:35.701 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:51:35.702 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:51:35.702 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:51:35.702 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: ** Compaction Stats [default] ** 2023-10-11T14:51:35.702 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: 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-10-11T14:51:35.702 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T14:51:35.702 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T14:51:35.703 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T14:51:35.703 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T14:51:35.703 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T14:51:35.703 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T14:51:35.703 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T14:51:35.704 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T14:51:35.704 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: AddFile(Keys): cumulative 0, interval 0 2023-10-11T14:51:35.704 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T14:51:35.704 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T14:51:35.704 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: 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-10-11T14:51:35.705 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Block cache BinnedLRUCache@0x5592e75ad1f0#7 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-10-11T14:51:35.705 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-10-11T14:51:35.705 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: ** File Read Latency Histogram By Level [default] ** 2023-10-11T14:51:35.705 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.408+0000 7f97eda8dc80 0 starting mon.smithi191 rank -1 at public addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] at bind addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi191 fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:51:35.705 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.408+0000 7f97eda8dc80 1 mon.smithi191@-1(???) e0 preinit fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:51:35.706 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 0 mon.smithi191@-1(synchronizing).mds e1 new map 2023-10-11T14:51:35.706 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 0 mon.smithi191@-1(synchronizing).mds e1 print_map 2023-10-11T14:51:35.706 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: e1 2023-10-11T14:51:35.706 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T14:51:35.706 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: 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} 2023-10-11T14:51:35.707 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: legacy client fscid: -1 2023-10-11T14:51:35.707 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: 2023-10-11T14:51:35.707 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: No filesystems configured 2023-10-11T14:51:35.707 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-11T14:51:35.707 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-11T14:51:35.707 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-11T14:51:35.708 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-11T14:51:35.708 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-11T14:51:35.708 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-11T14:51:35.708 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-11T14:51:35.708 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T14:51:35.709 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T14:51:35.709 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T14:51:35.709 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.440+0000 7f97df2a1700 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T14:51:35.709 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:27.425578+0000 mon.smithi131 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.709 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:27.429482+0000 mon.smithi131 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.710 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:27.442492+0000 mon.smithi131 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.710 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:27.446801+0000 mon.smithi131 (mon.0) 225 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.710 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:27.449641+0000 mon.smithi131 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T14:51:35.710 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:27.450944+0000 mon.smithi131 (mon.0) 227 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:35.710 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: cephadm 2023-10-11T14:51:27.452423+0000 mgr.smithi131.gzpodz (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi191 on smithi191 2023-10-11T14:51:35.711 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: cluster 2023-10-11T14:51:28.296830+0000 mgr.smithi131.gzpodz (mgr.14195) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:35.711 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:29.385268+0000 mon.smithi131 (mon.0) 228 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.711 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: cluster 2023-10-11T14:51:30.297371+0000 mgr.smithi131.gzpodz (mgr.14195) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:35.711 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:31.521890+0000 mon.smithi131 (mon.0) 229 : audit 0 from='client.? 172.21.15.191:0/3233301426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T14:51:35.711 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: cluster 2023-10-11T14:51:32.297910+0000 mgr.smithi131.gzpodz (mgr.14195) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:35.712 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:34.382015+0000 mon.smithi131 (mon.0) 230 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:51:35.712 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:34.423577+0000 mon.smithi131 (mon.0) 231 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.712 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:34.428330+0000 mon.smithi131 (mon.0) 232 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.712 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:34.438927+0000 mon.smithi131 (mon.0) 233 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.712 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: audit 2023-10-11T14:51:34.443824+0000 mon.smithi131 (mon.0) 234 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.713 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.444+0000 7f97df2a1700 1 mon.smithi191@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-11T14:51:35.713 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expand map: {default=false} 2023-10-11T14:51:35.713 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta from 'false' to 'false' 2023-10-11T14:51:35.713 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expanded map: {default=false} 2023-10-11T14:51:35.713 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expand map: {default=info} 2023-10-11T14:51:35.714 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta from 'info' to 'info' 2023-10-11T14:51:35.714 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expanded map: {default=info} 2023-10-11T14:51:35.714 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expand map: {default=daemon} 2023-10-11T14:51:35.714 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T14:51:35.714 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expanded map: {default=daemon} 2023-10-11T14:51:35.714 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expand map: {default=debug} 2023-10-11T14:51:35.715 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta from 'debug' to 'debug' 2023-10-11T14:51:35.715 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 20 expand_channel_meta expanded map: {default=debug} 2023-10-11T14:51:35.715 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:35 smithi191 bash[32369]: debug 2023-10-11T14:51:35.448+0000 7f97df2a1700 10 mon.smithi191@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-11T14:51:35.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:35 smithi131 bash[24299]: cluster 2023-10-11T14:51:34.298378+0000 mgr.smithi131.gzpodz (mgr.14195) 25 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:35.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:35 smithi131 bash[24299]: audit 2023-10-11T14:51:34.450336+0000 mon.smithi131 (mon.0) 235 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:35 smithi131 bash[24299]: audit 2023-10-11T14:51:34.516976+0000 mon.smithi131 (mon.0) 236 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:51:39.388 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi191/config 2023-10-11T14:51:40.794 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:34.298378+0000 mgr.smithi131.gzpodz (mgr.14195) 25 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:40.795 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:34.450336+0000 mon.smithi131 (mon.0) 235 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.795 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:34.516976+0000 mon.smithi131 (mon.0) 236 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:51:40.795 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:35.462740+0000 mon.smithi131 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:51:40.795 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:35.463034+0000 mon.smithi131 (mon.0) 239 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.796 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:35.463239+0000 mon.smithi131 (mon.0) 240 : cluster 1 mon.smithi131 calling monitor election 2023-10-11T14:51:40.796 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:36.298807+0000 mgr.smithi131.gzpodz (mgr.14195) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:40.796 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:36.454142+0000 mon.smithi131 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.796 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:37.454512+0000 mon.smithi131 (mon.0) 242 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.797 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:37.457836+0000 mon.smithi191 (mon.1) 1 : cluster 1 mon.smithi191 calling monitor election 2023-10-11T14:51:40.797 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:38.299306+0000 mgr.smithi131.gzpodz (mgr.14195) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:40.797 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:38.454677+0000 mon.smithi131 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.797 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:39.144217+0000 mon.smithi131 (mon.0) 244 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.ighaca/crt"}]: dispatch 2023-10-11T14:51:40.797 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:39.454276+0000 mon.smithi131 (mon.0) 245 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.798 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.454765+0000 mon.smithi131 (mon.0) 246 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.798 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.483920+0000 mon.smithi131 (mon.0) 247 : cluster 1 mon.smithi131 is new leader, mons smithi131,smithi191 in quorum (ranks 0,1) 2023-10-11T14:51:40.798 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.492343+0000 mon.smithi131 (mon.0) 248 : cluster 0 monmap e2: 2 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} removed_ranks: {} 2023-10-11T14:51:40.798 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.510680+0000 mon.smithi131 (mon.0) 249 : cluster 0 fsmap 2023-10-11T14:51:40.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.510766+0000 mon.smithi131 (mon.0) 250 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-11T14:51:40.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.511069+0000 mon.smithi131 (mon.0) 251 : cluster 0 mgrmap e17: smithi131.gzpodz(active, since 36s) 2023-10-11T14:51:40.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.513197+0000 mon.smithi131 (mon.0) 252 : cluster 0 Standby manager daemon smithi191.ighaca started 2023-10-11T14:51:40.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.515575+0000 mon.smithi131 (mon.0) 253 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T14:51:40.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.518669+0000 mon.smithi131 (mon.0) 254 : cluster 1 overall HEALTH_OK 2023-10-11T14:51:40.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.519423+0000 mon.smithi131 (mon.0) 255 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.ighaca/key"}]: dispatch 2023-10-11T14:51:40.800 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.521899+0000 mon.smithi131 (mon.0) 256 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.800 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.522882+0000 mon.smithi131 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T14:51:40.800 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.525503+0000 mon.smithi131 (mon.0) 258 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.800 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.531193+0000 mon.smithi131 (mon.0) 259 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.800 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.532827+0000 mon.smithi131 (mon.0) 260 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:40.801 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:40 smithi191 bash[32369]: audit 2023-10-11T14:51:40.534330+0000 mon.smithi131 (mon.0) 261 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:51:40.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:35.462740+0000 mon.smithi131 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:51:40.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:35.463034+0000 mon.smithi131 (mon.0) 239 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:35.463239+0000 mon.smithi131 (mon.0) 240 : cluster 1 mon.smithi131 calling monitor election 2023-10-11T14:51:40.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:36.298807+0000 mgr.smithi131.gzpodz (mgr.14195) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:40.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:36.454142+0000 mon.smithi131 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:37.454512+0000 mon.smithi131 (mon.0) 242 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:37.457836+0000 mon.smithi191 (mon.1) 1 : cluster 1 mon.smithi191 calling monitor election 2023-10-11T14:51:40.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:38.299306+0000 mgr.smithi131.gzpodz (mgr.14195) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:40.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:38.454677+0000 mon.smithi131 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:39.144217+0000 mon.smithi131 (mon.0) 244 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.ighaca/crt"}]: dispatch 2023-10-11T14:51:40.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:39.454276+0000 mon.smithi131 (mon.0) 245 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.454765+0000 mon.smithi131 (mon.0) 246 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:40.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.483920+0000 mon.smithi131 (mon.0) 247 : cluster 1 mon.smithi131 is new leader, mons smithi131,smithi191 in quorum (ranks 0,1) 2023-10-11T14:51:40.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.492343+0000 mon.smithi131 (mon.0) 248 : cluster 0 monmap e2: 2 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} removed_ranks: {} 2023-10-11T14:51:40.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.510680+0000 mon.smithi131 (mon.0) 249 : cluster 0 fsmap 2023-10-11T14:51:40.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.510766+0000 mon.smithi131 (mon.0) 250 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-11T14:51:40.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.511069+0000 mon.smithi131 (mon.0) 251 : cluster 0 mgrmap e17: smithi131.gzpodz(active, since 36s) 2023-10-11T14:51:40.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.513197+0000 mon.smithi131 (mon.0) 252 : cluster 0 Standby manager daemon smithi191.ighaca started 2023-10-11T14:51:40.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.515575+0000 mon.smithi131 (mon.0) 253 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T14:51:40.846 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.518669+0000 mon.smithi131 (mon.0) 254 : cluster 1 overall HEALTH_OK 2023-10-11T14:51:40.846 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.519423+0000 mon.smithi131 (mon.0) 255 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.ighaca/key"}]: dispatch 2023-10-11T14:51:40.846 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.521899+0000 mon.smithi131 (mon.0) 256 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.846 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.522882+0000 mon.smithi131 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.191:0/2578591676' entity='mgr.smithi191.ighaca' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T14:51:40.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.525503+0000 mon.smithi131 (mon.0) 258 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.531193+0000 mon.smithi131 (mon.0) 259 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:40.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.532827+0000 mon.smithi131 (mon.0) 260 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:40.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:40 smithi131 bash[24299]: audit 2023-10-11T14:51:40.534330+0000 mon.smithi131 (mon.0) 261 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:51:41.626 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.299734+0000 mgr.smithi131.gzpodz (mgr.14195) 28 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:41.627 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: cephadm 2023-10-11T14:51:40.536227+0000 mgr.smithi131.gzpodz (mgr.14195) 29 : cephadm 1 Updating smithi131:/etc/ceph/ceph.conf 2023-10-11T14:51:41.627 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: cephadm 2023-10-11T14:51:40.536588+0000 mgr.smithi131.gzpodz (mgr.14195) 30 : cephadm 1 Updating smithi191:/etc/ceph/ceph.conf 2023-10-11T14:51:41.627 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: cluster 2023-10-11T14:51:40.578472+0000 mon.smithi131 (mon.0) 262 : cluster 0 mgrmap e18: smithi131.gzpodz(active, since 36s), standbys: smithi191.ighaca 2023-10-11T14:51:41.627 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:40.578626+0000 mon.smithi131 (mon.0) 263 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr metadata", "who": "smithi191.ighaca", "id": "smithi191.ighaca"}]: dispatch 2023-10-11T14:51:41.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: cephadm 2023-10-11T14:51:40.751646+0000 mgr.smithi131.gzpodz (mgr.14195) 31 : cephadm 1 Updating smithi131:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:41.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: cephadm 2023-10-11T14:51:40.751994+0000 mgr.smithi131.gzpodz (mgr.14195) 32 : cephadm 1 Updating smithi191:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:41.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:40.926127+0000 mon.smithi131 (mon.0) 264 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:40.932264+0000 mon.smithi131 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.128286+0000 mon.smithi131 (mon.0) 266 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.629 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.134348+0000 mon.smithi131 (mon.0) 267 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.629 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.140036+0000 mon.smithi131 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.629 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.212623+0000 mon.smithi131 (mon.0) 269 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T14:51:41.629 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.214494+0000 mon.smithi131 (mon.0) 270 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T14:51:41.629 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.216071+0000 mon.smithi131 (mon.0) 271 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:41.630 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:41 smithi191 bash[32369]: audit 2023-10-11T14:51:41.454990+0000 mon.smithi131 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:41.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.299734+0000 mgr.smithi131.gzpodz (mgr.14195) 28 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: cephadm 2023-10-11T14:51:40.536227+0000 mgr.smithi131.gzpodz (mgr.14195) 29 : cephadm 1 Updating smithi131:/etc/ceph/ceph.conf 2023-10-11T14:51:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: cephadm 2023-10-11T14:51:40.536588+0000 mgr.smithi131.gzpodz (mgr.14195) 30 : cephadm 1 Updating smithi191:/etc/ceph/ceph.conf 2023-10-11T14:51:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: cluster 2023-10-11T14:51:40.578472+0000 mon.smithi131 (mon.0) 262 : cluster 0 mgrmap e18: smithi131.gzpodz(active, since 36s), standbys: smithi191.ighaca 2023-10-11T14:51:41.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:40.578626+0000 mon.smithi131 (mon.0) 263 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr metadata", "who": "smithi191.ighaca", "id": "smithi191.ighaca"}]: dispatch 2023-10-11T14:51:41.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: cephadm 2023-10-11T14:51:40.751646+0000 mgr.smithi131.gzpodz (mgr.14195) 31 : cephadm 1 Updating smithi131:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:41.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: cephadm 2023-10-11T14:51:40.751994+0000 mgr.smithi131.gzpodz (mgr.14195) 32 : cephadm 1 Updating smithi191:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T14:51:41.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:40.926127+0000 mon.smithi131 (mon.0) 264 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:40.932264+0000 mon.smithi131 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.128286+0000 mon.smithi131 (mon.0) 266 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.134348+0000 mon.smithi131 (mon.0) 267 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.140036+0000 mon.smithi131 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:41.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.212623+0000 mon.smithi131 (mon.0) 269 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T14:51:41.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.214494+0000 mon.smithi131 (mon.0) 270 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T14:51:41.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.216071+0000 mon.smithi131 (mon.0) 271 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:41.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:41 smithi131 bash[24299]: audit 2023-10-11T14:51:41.454990+0000 mon.smithi131 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:51:42.624 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-10-11T14:51:42.624 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":2,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","modified":"2023-10-11T14:51:35.459323Z","created":"2023-10-11T14:48:17.093377Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi191","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:3300","nonce":0},{"type":"v1","addr":"172.21.15.191:6789","nonce":0}]},"addr":"172.21.15.191:6789/0","public_addr":"172.21.15.191:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-11T14:51:42.629 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 2 2023-10-11T14:51:42.838 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:42 smithi191 bash[32369]: cephadm 2023-10-11T14:51:41.211967+0000 mgr.smithi131.gzpodz (mgr.14195) 33 : cephadm 1 Reconfiguring mon.smithi131 (unknown last config time)... 2023-10-11T14:51:42.838 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:42 smithi191 bash[32369]: cephadm 2023-10-11T14:51:41.217693+0000 mgr.smithi131.gzpodz (mgr.14195) 34 : cephadm 1 Reconfiguring daemon mon.smithi131 on smithi131 2023-10-11T14:51:42.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:42 smithi131 bash[24299]: cephadm 2023-10-11T14:51:41.211967+0000 mgr.smithi131.gzpodz (mgr.14195) 33 : cephadm 1 Reconfiguring mon.smithi131 (unknown last config time)... 2023-10-11T14:51:42.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:42 smithi131 bash[24299]: cephadm 2023-10-11T14:51:41.217693+0000 mgr.smithi131.gzpodz (mgr.14195) 34 : cephadm 1 Reconfiguring daemon mon.smithi131 on smithi131 2023-10-11T14:51:43.328 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-11T14:51:43.329 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-11T14:51:43.596 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: cluster 2023-10-11T14:51:42.300131+0000 mgr.smithi131.gzpodz (mgr.14195) 35 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:43.596 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: audit 2023-10-11T14:51:42.619990+0000 mon.smithi131 (mon.0) 273 : audit 0 from='client.? 172.21.15.191:0/3592659426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T14:51:43.596 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: audit 2023-10-11T14:51:43.257136+0000 mon.smithi131 (mon.0) 274 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:43.596 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: audit 2023-10-11T14:51:43.264491+0000 mon.smithi131 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:43.597 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: audit 2023-10-11T14:51:43.287252+0000 mon.smithi131 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.gzpodz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T14:51:43.597 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: audit 2023-10-11T14:51:43.289054+0000 mon.smithi131 (mon.0) 277 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T14:51:43.597 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:43 smithi131 bash[24299]: audit 2023-10-11T14:51:43.290573+0000 mon.smithi131 (mon.0) 278 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:43.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: cluster 2023-10-11T14:51:42.300131+0000 mgr.smithi131.gzpodz (mgr.14195) 35 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:43.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: audit 2023-10-11T14:51:42.619990+0000 mon.smithi131 (mon.0) 273 : audit 0 from='client.? 172.21.15.191:0/3592659426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T14:51:43.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: audit 2023-10-11T14:51:43.257136+0000 mon.smithi131 (mon.0) 274 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:43.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: audit 2023-10-11T14:51:43.264491+0000 mon.smithi131 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:43.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: audit 2023-10-11T14:51:43.287252+0000 mon.smithi131 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.gzpodz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T14:51:43.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: audit 2023-10-11T14:51:43.289054+0000 mon.smithi131 (mon.0) 277 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T14:51:43.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:43 smithi191 bash[32369]: audit 2023-10-11T14:51:43.290573+0000 mon.smithi131 (mon.0) 278 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:44.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:44 smithi131 bash[24299]: cephadm 2023-10-11T14:51:43.286647+0000 mgr.smithi131.gzpodz (mgr.14195) 36 : cephadm 1 Reconfiguring mgr.smithi131.gzpodz (unknown last config time)... 2023-10-11T14:51:44.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:44 smithi131 bash[24299]: cephadm 2023-10-11T14:51:43.292333+0000 mgr.smithi131.gzpodz (mgr.14195) 37 : cephadm 1 Reconfiguring daemon mgr.smithi131.gzpodz on smithi131 2023-10-11T14:51:44.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:44 smithi191 bash[32369]: cephadm 2023-10-11T14:51:43.286647+0000 mgr.smithi131.gzpodz (mgr.14195) 36 : cephadm 1 Reconfiguring mgr.smithi131.gzpodz (unknown last config time)... 2023-10-11T14:51:44.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:44 smithi191 bash[32369]: cephadm 2023-10-11T14:51:43.292333+0000 mgr.smithi131.gzpodz (mgr.14195) 37 : cephadm 1 Reconfiguring daemon mgr.smithi131.gzpodz on smithi131 2023-10-11T14:51:45.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:45 smithi131 bash[24299]: cluster 2023-10-11T14:51:44.300557+0000 mgr.smithi131.gzpodz (mgr.14195) 38 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:45 smithi131 bash[24299]: audit 2023-10-11T14:51:45.184002+0000 mon.smithi131 (mon.0) 279 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:45 smithi131 bash[24299]: audit 2023-10-11T14:51:45.191260+0000 mon.smithi131 (mon.0) 280 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:45 smithi131 bash[24299]: audit 2023-10-11T14:51:45.211797+0000 mon.smithi131 (mon.0) 281 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T14:51:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:45 smithi131 bash[24299]: audit 2023-10-11T14:51:45.213487+0000 mon.smithi131 (mon.0) 282 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:45.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:45 smithi191 bash[32369]: cluster 2023-10-11T14:51:44.300557+0000 mgr.smithi131.gzpodz (mgr.14195) 38 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:45 smithi191 bash[32369]: audit 2023-10-11T14:51:45.184002+0000 mon.smithi131 (mon.0) 279 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:45 smithi191 bash[32369]: audit 2023-10-11T14:51:45.191260+0000 mon.smithi131 (mon.0) 280 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:45 smithi191 bash[32369]: audit 2023-10-11T14:51:45.211797+0000 mon.smithi131 (mon.0) 281 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi131", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T14:51:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:45 smithi191 bash[32369]: audit 2023-10-11T14:51:45.213487+0000 mon.smithi131 (mon.0) 282 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:46.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:46 smithi191 bash[32369]: cephadm 2023-10-11T14:51:45.211195+0000 mgr.smithi131.gzpodz (mgr.14195) 39 : cephadm 1 Reconfiguring ceph-exporter.smithi131 (monmap changed)... 2023-10-11T14:51:46.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:46 smithi191 bash[32369]: cephadm 2023-10-11T14:51:45.215135+0000 mgr.smithi131.gzpodz (mgr.14195) 40 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi131 on smithi131 2023-10-11T14:51:47.071 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:46 smithi131 bash[24299]: cephadm 2023-10-11T14:51:45.211195+0000 mgr.smithi131.gzpodz (mgr.14195) 39 : cephadm 1 Reconfiguring ceph-exporter.smithi131 (monmap changed)... 2023-10-11T14:51:47.071 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:46 smithi131 bash[24299]: cephadm 2023-10-11T14:51:45.215135+0000 mgr.smithi131.gzpodz (mgr.14195) 40 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi131 on smithi131 2023-10-11T14:51:47.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:47 smithi131 bash[24299]: cluster 2023-10-11T14:51:46.300970+0000 mgr.smithi131.gzpodz (mgr.14195) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:47 smithi131 bash[24299]: audit 2023-10-11T14:51:47.046025+0000 mon.smithi131 (mon.0) 283 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:47 smithi131 bash[24299]: audit 2023-10-11T14:51:47.054336+0000 mon.smithi131 (mon.0) 284 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:47 smithi131 bash[24299]: audit 2023-10-11T14:51:47.083640+0000 mon.smithi131 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T14:51:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:47 smithi131 bash[24299]: audit 2023-10-11T14:51:47.085314+0000 mon.smithi131 (mon.0) 286 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:47.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:47 smithi191 bash[32369]: cluster 2023-10-11T14:51:46.300970+0000 mgr.smithi131.gzpodz (mgr.14195) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:47 smithi191 bash[32369]: audit 2023-10-11T14:51:47.046025+0000 mon.smithi131 (mon.0) 283 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:47 smithi191 bash[32369]: audit 2023-10-11T14:51:47.054336+0000 mon.smithi131 (mon.0) 284 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:47 smithi191 bash[32369]: audit 2023-10-11T14:51:47.083640+0000 mon.smithi131 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T14:51:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:47 smithi191 bash[32369]: audit 2023-10-11T14:51:47.085314+0000 mon.smithi131 (mon.0) 286 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:48.042 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:51:48.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:48 smithi131 bash[24299]: cephadm 2023-10-11T14:51:47.083064+0000 mgr.smithi131.gzpodz (mgr.14195) 42 : cephadm 1 Reconfiguring crash.smithi131 (monmap changed)... 2023-10-11T14:51:48.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:48 smithi131 bash[24299]: cephadm 2023-10-11T14:51:47.087047+0000 mgr.smithi131.gzpodz (mgr.14195) 43 : cephadm 1 Reconfiguring daemon crash.smithi131 on smithi131 2023-10-11T14:51:48.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:48 smithi191 bash[32369]: cephadm 2023-10-11T14:51:47.083064+0000 mgr.smithi131.gzpodz (mgr.14195) 42 : cephadm 1 Reconfiguring crash.smithi131 (monmap changed)... 2023-10-11T14:51:48.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:48 smithi191 bash[32369]: cephadm 2023-10-11T14:51:47.087047+0000 mgr.smithi131.gzpodz (mgr.14195) 43 : cephadm 1 Reconfiguring daemon crash.smithi131 on smithi131 2023-10-11T14:51:49.723 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:49 smithi131 bash[24299]: cluster 2023-10-11T14:51:48.301323+0000 mgr.smithi131.gzpodz (mgr.14195) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:49.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:49 smithi131 bash[24299]: audit 2023-10-11T14:51:49.382363+0000 mon.smithi131 (mon.0) 287 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:51:49.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:49 smithi131 bash[24299]: audit 2023-10-11T14:51:49.479696+0000 mon.smithi131 (mon.0) 288 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:49.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:49 smithi131 bash[24299]: audit 2023-10-11T14:51:49.486306+0000 mon.smithi131 (mon.0) 289 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:49.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:49 smithi191 bash[32369]: cluster 2023-10-11T14:51:48.301323+0000 mgr.smithi131.gzpodz (mgr.14195) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:49 smithi191 bash[32369]: audit 2023-10-11T14:51:49.382363+0000 mon.smithi131 (mon.0) 287 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:51:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:49 smithi191 bash[32369]: audit 2023-10-11T14:51:49.479696+0000 mon.smithi131 (mon.0) 288 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:49 smithi191 bash[32369]: audit 2023-10-11T14:51:49.486306+0000 mon.smithi131 (mon.0) 289 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:50.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:50 smithi131 bash[24299]: cephadm 2023-10-11T14:51:49.507265+0000 mgr.smithi131.gzpodz (mgr.14195) 45 : cephadm 1 Reconfiguring alertmanager.smithi131 (dependencies changed)... 2023-10-11T14:51:50.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:50 smithi131 bash[24299]: cephadm 2023-10-11T14:51:49.527734+0000 mgr.smithi131.gzpodz (mgr.14195) 46 : cephadm 1 Reconfiguring daemon alertmanager.smithi131 on smithi131 2023-10-11T14:51:50.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:50 smithi191 bash[32369]: cephadm 2023-10-11T14:51:49.507265+0000 mgr.smithi131.gzpodz (mgr.14195) 45 : cephadm 1 Reconfiguring alertmanager.smithi131 (dependencies changed)... 2023-10-11T14:51:50.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:50 smithi191 bash[32369]: cephadm 2023-10-11T14:51:49.527734+0000 mgr.smithi131.gzpodz (mgr.14195) 46 : cephadm 1 Reconfiguring daemon alertmanager.smithi131 on smithi131 2023-10-11T14:51:51.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:51 smithi131 bash[24299]: cluster 2023-10-11T14:51:50.301680+0000 mgr.smithi131.gzpodz (mgr.14195) 47 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:51.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:51 smithi191 bash[32369]: cluster 2023-10-11T14:51:50.301680+0000 mgr.smithi131.gzpodz (mgr.14195) 47 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:52.458 INFO:teuthology.orchestra.run.smithi131.stdout:# minimal ceph.conf for 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:51:52.458 INFO:teuthology.orchestra.run.smithi131.stdout:[global] 2023-10-11T14:51:52.458 INFO:teuthology.orchestra.run.smithi131.stdout: fsid = 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:51:52.459 INFO:teuthology.orchestra.run.smithi131.stdout: mon_host = [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2023-10-11T14:51:53.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:53 smithi131 bash[24299]: cluster 2023-10-11T14:51:52.302005+0000 mgr.smithi131.gzpodz (mgr.14195) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:53.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:53 smithi131 bash[24299]: audit 2023-10-11T14:51:52.454635+0000 mon.smithi131 (mon.0) 290 : audit 0 from='client.? 172.21.15.131:0/115783241' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:53.507 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-11T14:51:53.508 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:51:53.508 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T14:51:53.518 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:51:53.518 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T14:51:53.573 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:51:53.573 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T14:51:53.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:53 smithi191 bash[32369]: cluster 2023-10-11T14:51:52.302005+0000 mgr.smithi131.gzpodz (mgr.14195) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:53.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:53 smithi191 bash[32369]: audit 2023-10-11T14:51:52.454635+0000 mon.smithi131 (mon.0) 290 : audit 0 from='client.? 172.21.15.131:0/115783241' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:51:53.589 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:51:53.590 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T14:51:53.648 INFO:tasks.cephadm:Deploying OSDs... 2023-10-11T14:51:53.648 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:51:53.649 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T14:51:53.656 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T14:51:53.656 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme1n1 2023-10-11T14:51:53.703 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme1n1 2023-10-11T14:51:53.703 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:53.703 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 523 Links: 1 Device type: 103,2 2023-10-11T14:51:53.704 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:53.704 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:49:51.552598890 +0000 2023-10-11T14:51:53.704 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:47:07.636202905 +0000 2023-10-11T14:51:53.705 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:47:07.636202905 +0000 2023-10-11T14:51:53.705 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:51:53.705 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-11T14:51:53.759 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:51:53.759 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:51:53.759 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000381126 s, 1.3 MB/s 2023-10-11T14:51:53.760 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-11T14:51:53.813 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme2n1 2023-10-11T14:51:53.868 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme2n1 2023-10-11T14:51:53.868 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:53.868 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 531 Links: 1 Device type: 103,4 2023-10-11T14:51:53.868 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:53.868 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:49:51.564598613 +0000 2023-10-11T14:51:53.869 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:47:07.744252470 +0000 2023-10-11T14:51:53.869 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:47:07.744252470 +0000 2023-10-11T14:51:53.869 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:51:53.869 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-11T14:51:53.926 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:51:53.926 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:51:53.926 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000460274 s, 1.1 MB/s 2023-10-11T14:51:53.927 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-11T14:51:53.978 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme3n1 2023-10-11T14:51:54.028 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme3n1 2023-10-11T14:51:54.028 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:54.028 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 539 Links: 1 Device type: 103,6 2023-10-11T14:51:54.029 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:54.029 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:49:51.584598151 +0000 2023-10-11T14:51:54.029 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:47:07.860305707 +0000 2023-10-11T14:51:54.029 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:47:07.860305707 +0000 2023-10-11T14:51:54.029 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:51:54.030 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-11T14:51:54.082 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:51:54.082 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:51:54.082 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000440014 s, 1.2 MB/s 2023-10-11T14:51:54.083 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-11T14:51:54.136 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme4n1 2023-10-11T14:51:54.181 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme4n1 2023-10-11T14:51:54.181 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:54.181 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 547 Links: 1 Device type: 103,8 2023-10-11T14:51:54.181 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:54.182 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2023-10-11 14:49:51.596597875 +0000 2023-10-11T14:51:54.182 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2023-10-11 14:47:07.976358944 +0000 2023-10-11T14:51:54.182 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2023-10-11 14:47:07.976358944 +0000 2023-10-11T14:51:54.182 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2023-10-11T14:51:54.182 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-11T14:51:54.239 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2023-10-11T14:51:54.239 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2023-10-11T14:51:54.240 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000490714 s, 1.0 MB/s 2023-10-11T14:51:54.240 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-11T14:51:54.293 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:51:54.293 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T14:51:54.301 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T14:51:54.301 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme1n1 2023-10-11T14:51:54.352 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme1n1 2023-10-11T14:51:54.352 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:54.352 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-10-11T14:51:54.352 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:54.352 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:51:13.324784349 +0000 2023-10-11T14:51:54.353 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:47:08.984449578 +0000 2023-10-11T14:51:54.353 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:47:08.984449578 +0000 2023-10-11T14:51:54.353 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:51:54.353 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-11T14:51:54.407 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:51:54.408 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:51:54.408 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.00044189 s, 1.2 MB/s 2023-10-11T14:51:54.409 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-11T14:51:54.461 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme2n1 2023-10-11T14:51:54.512 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme2n1 2023-10-11T14:51:54.512 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:54.512 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-10-11T14:51:54.512 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:54.513 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:51:13.344784268 +0000 2023-10-11T14:51:54.513 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:47:09.100392521 +0000 2023-10-11T14:51:54.513 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:47:09.100392521 +0000 2023-10-11T14:51:54.513 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:51:54.514 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-11T14:51:54.563 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:51:54.563 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:51:54.564 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000469972 s, 1.1 MB/s 2023-10-11T14:51:54.564 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-11T14:51:54.617 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme3n1 2023-10-11T14:51:54.668 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme3n1 2023-10-11T14:51:54.668 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:54.668 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-10-11T14:51:54.668 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:54.669 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:51:13.360784204 +0000 2023-10-11T14:51:54.669 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:47:09.216336138 +0000 2023-10-11T14:51:54.669 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:47:09.216336138 +0000 2023-10-11T14:51:54.669 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:51:54.670 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-11T14:51:54.723 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:51:54.723 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:51:54.723 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000471962 s, 1.1 MB/s 2023-10-11T14:51:54.724 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-11T14:51:54.777 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme4n1 2023-10-11T14:51:54.831 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme4n1 2023-10-11T14:51:54.831 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T14:51:54.832 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-10-11T14:51:54.832 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T14:51:54.832 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2023-10-11 14:51:13.380784122 +0000 2023-10-11T14:51:54.832 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2023-10-11 14:47:09.328281699 +0000 2023-10-11T14:51:54.832 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2023-10-11 14:47:09.328281699 +0000 2023-10-11T14:51:54.833 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2023-10-11T14:51:54.834 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-11T14:51:54.885 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2023-10-11T14:51:54.886 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2023-10-11T14:51:54.886 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000487911 s, 1.0 MB/s 2023-10-11T14:51:54.887 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-11T14:51:54.937 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-11T14:51:55.491 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:55 smithi131 bash[24299]: cluster 2023-10-11T14:51:54.302374+0000 mgr.smithi131.gzpodz (mgr.14195) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:55.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:55 smithi191 bash[32369]: cluster 2023-10-11T14:51:54.302374+0000 mgr.smithi131.gzpodz (mgr.14195) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:56.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:56 smithi131 bash[24299]: audit 2023-10-11T14:51:55.465211+0000 mon.smithi131 (mon.0) 291 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:56.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:56 smithi131 bash[24299]: audit 2023-10-11T14:51:55.472957+0000 mon.smithi131 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:56.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:56 smithi131 bash[24299]: cephadm 2023-10-11T14:51:55.506150+0000 mgr.smithi131.gzpodz (mgr.14195) 50 : cephadm 1 Reconfiguring grafana.smithi131 (dependencies changed)... 2023-10-11T14:51:56.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:56 smithi131 bash[24299]: cephadm 2023-10-11T14:51:55.523171+0000 mgr.smithi131.gzpodz (mgr.14195) 51 : cephadm 1 Reconfiguring daemon grafana.smithi131 on smithi131 2023-10-11T14:51:56.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:56 smithi191 bash[32369]: audit 2023-10-11T14:51:55.465211+0000 mon.smithi131 (mon.0) 291 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:56.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:56 smithi191 bash[32369]: audit 2023-10-11T14:51:55.472957+0000 mon.smithi131 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:51:56.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:56 smithi191 bash[32369]: cephadm 2023-10-11T14:51:55.506150+0000 mgr.smithi131.gzpodz (mgr.14195) 50 : cephadm 1 Reconfiguring grafana.smithi131 (dependencies changed)... 2023-10-11T14:51:56.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:56 smithi191 bash[32369]: cephadm 2023-10-11T14:51:55.523171+0000 mgr.smithi131.gzpodz (mgr.14195) 51 : cephadm 1 Reconfiguring daemon grafana.smithi131 on smithi131 2023-10-11T14:51:57.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:57 smithi131 bash[24299]: cluster 2023-10-11T14:51:56.302756+0000 mgr.smithi131.gzpodz (mgr.14195) 52 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:57.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:57 smithi191 bash[32369]: cluster 2023-10-11T14:51:56.302756+0000 mgr.smithi131.gzpodz (mgr.14195) 52 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:59.692 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi191/config 2023-10-11T14:51:59.733 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:51:59 smithi131 bash[24299]: cluster 2023-10-11T14:51:58.303203+0000 mgr.smithi131.gzpodz (mgr.14195) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:51:59.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:51:59 smithi191 bash[32369]: cluster 2023-10-11T14:51:58.303203+0000 mgr.smithi131.gzpodz (mgr.14195) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:01.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:00 smithi131 bash[24299]: audit 2023-10-11T14:51:59.967935+0000 mon.smithi131 (mon.0) 293 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:01.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:00 smithi131 bash[24299]: audit 2023-10-11T14:51:59.976911+0000 mon.smithi131 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:01.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:00 smithi131 bash[24299]: cephadm 2023-10-11T14:51:59.997890+0000 mgr.smithi131.gzpodz (mgr.14195) 54 : cephadm 1 Reconfiguring prometheus.smithi131 (dependencies changed)... 2023-10-11T14:52:01.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:00 smithi131 bash[24299]: cephadm 2023-10-11T14:52:00.238975+0000 mgr.smithi131.gzpodz (mgr.14195) 55 : cephadm 1 Reconfiguring daemon prometheus.smithi131 on smithi131 2023-10-11T14:52:01.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:00 smithi131 bash[24299]: cluster 2023-10-11T14:52:00.303495+0000 mgr.smithi131.gzpodz (mgr.14195) 56 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:01.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:00 smithi191 bash[32369]: audit 2023-10-11T14:51:59.967935+0000 mon.smithi131 (mon.0) 293 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:01.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:00 smithi191 bash[32369]: audit 2023-10-11T14:51:59.976911+0000 mon.smithi131 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:01.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:00 smithi191 bash[32369]: cephadm 2023-10-11T14:51:59.997890+0000 mgr.smithi131.gzpodz (mgr.14195) 54 : cephadm 1 Reconfiguring prometheus.smithi131 (dependencies changed)... 2023-10-11T14:52:01.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:00 smithi191 bash[32369]: cephadm 2023-10-11T14:52:00.238975+0000 mgr.smithi131.gzpodz (mgr.14195) 55 : cephadm 1 Reconfiguring daemon prometheus.smithi131 on smithi131 2023-10-11T14:52:01.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:00 smithi191 bash[32369]: cluster 2023-10-11T14:52:00.303495+0000 mgr.smithi131.gzpodz (mgr.14195) 56 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:02.737 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled osd.all-available-devices update... 2023-10-11T14:52:03.354 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-11T14:52:03.354 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:52:04.064 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:03 smithi131 bash[24299]: cluster 2023-10-11T14:52:02.303730+0000 mgr.smithi131.gzpodz (mgr.14195) 57 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:04.064 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:03 smithi131 bash[24299]: audit 2023-10-11T14:52:02.723371+0000 mgr.smithi131.gzpodz (mgr.14195) 58 : audit 0 from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:52:04.065 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:03 smithi131 bash[24299]: cephadm 2023-10-11T14:52:02.727416+0000 mgr.smithi131.gzpodz (mgr.14195) 59 : cephadm 1 Marking host: smithi131 for OSDSpec preview refresh. 2023-10-11T14:52:04.065 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:03 smithi131 bash[24299]: cephadm 2023-10-11T14:52:02.727627+0000 mgr.smithi131.gzpodz (mgr.14195) 60 : cephadm 1 Marking host: smithi191 for OSDSpec preview refresh. 2023-10-11T14:52:04.065 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:03 smithi131 bash[24299]: cephadm 2023-10-11T14:52:02.728079+0000 mgr.smithi131.gzpodz (mgr.14195) 61 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-10-11T14:52:04.065 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:03 smithi131 bash[24299]: audit 2023-10-11T14:52:02.732755+0000 mon.smithi131 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:04.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:03 smithi191 bash[32369]: cluster 2023-10-11T14:52:02.303730+0000 mgr.smithi131.gzpodz (mgr.14195) 57 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:04.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:03 smithi191 bash[32369]: audit 2023-10-11T14:52:02.723371+0000 mgr.smithi131.gzpodz (mgr.14195) 58 : audit 0 from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:52:04.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:03 smithi191 bash[32369]: cephadm 2023-10-11T14:52:02.727416+0000 mgr.smithi131.gzpodz (mgr.14195) 59 : cephadm 1 Marking host: smithi131 for OSDSpec preview refresh. 2023-10-11T14:52:04.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:03 smithi191 bash[32369]: cephadm 2023-10-11T14:52:02.727627+0000 mgr.smithi131.gzpodz (mgr.14195) 60 : cephadm 1 Marking host: smithi191 for OSDSpec preview refresh. 2023-10-11T14:52:04.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:03 smithi191 bash[32369]: cephadm 2023-10-11T14:52:02.728079+0000 mgr.smithi131.gzpodz (mgr.14195) 61 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-10-11T14:52:04.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:03 smithi191 bash[32369]: audit 2023-10-11T14:52:02.732755+0000 mon.smithi131 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:04.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:04 smithi131 bash[24299]: audit 2023-10-11T14:52:04.382288+0000 mon.smithi131 (mon.0) 296 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:05.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:04 smithi191 bash[32369]: audit 2023-10-11T14:52:04.382288+0000 mon.smithi131 (mon.0) 296 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:06.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:05 smithi131 bash[24299]: cluster 2023-10-11T14:52:04.304039+0000 mgr.smithi131.gzpodz (mgr.14195) 62 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:06.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:05 smithi131 bash[24299]: audit 2023-10-11T14:52:05.369702+0000 mon.smithi131 (mon.0) 297 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:06.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:05 smithi131 bash[24299]: audit 2023-10-11T14:52:05.376348+0000 mon.smithi131 (mon.0) 298 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:06.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:05 smithi131 bash[24299]: audit 2023-10-11T14:52:05.428123+0000 mon.smithi131 (mon.0) 299 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T14:52:06.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:05 smithi131 bash[24299]: audit 2023-10-11T14:52:05.430038+0000 mon.smithi131 (mon.0) 300 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:06.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:05 smithi191 bash[32369]: cluster 2023-10-11T14:52:04.304039+0000 mgr.smithi131.gzpodz (mgr.14195) 62 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:06.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:05 smithi191 bash[32369]: audit 2023-10-11T14:52:05.369702+0000 mon.smithi131 (mon.0) 297 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:06.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:05 smithi191 bash[32369]: audit 2023-10-11T14:52:05.376348+0000 mon.smithi131 (mon.0) 298 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:06.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:05 smithi191 bash[32369]: audit 2023-10-11T14:52:05.428123+0000 mon.smithi131 (mon.0) 299 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T14:52:06.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:05 smithi191 bash[32369]: audit 2023-10-11T14:52:05.430038+0000 mon.smithi131 (mon.0) 300 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:06.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:06 smithi191 bash[32369]: cephadm 2023-10-11T14:52:05.427319+0000 mgr.smithi131.gzpodz (mgr.14195) 63 : cephadm 1 Reconfiguring ceph-exporter.smithi191 (monmap changed)... 2023-10-11T14:52:06.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:06 smithi191 bash[32369]: cephadm 2023-10-11T14:52:05.431755+0000 mgr.smithi131.gzpodz (mgr.14195) 64 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi191 on smithi191 2023-10-11T14:52:07.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:06 smithi131 bash[24299]: cephadm 2023-10-11T14:52:05.427319+0000 mgr.smithi131.gzpodz (mgr.14195) 63 : cephadm 1 Reconfiguring ceph-exporter.smithi191 (monmap changed)... 2023-10-11T14:52:07.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:06 smithi131 bash[24299]: cephadm 2023-10-11T14:52:05.431755+0000 mgr.smithi131.gzpodz (mgr.14195) 64 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi191 on smithi191 2023-10-11T14:52:08.062 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:52:08.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:07 smithi131 bash[24299]: cluster 2023-10-11T14:52:06.304458+0000 mgr.smithi131.gzpodz (mgr.14195) 65 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:08.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:07 smithi131 bash[24299]: audit 2023-10-11T14:52:07.360146+0000 mon.smithi131 (mon.0) 301 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:08.090 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:07 smithi131 bash[24299]: audit 2023-10-11T14:52:07.367087+0000 mon.smithi131 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:08.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:07 smithi131 bash[24299]: audit 2023-10-11T14:52:07.401204+0000 mon.smithi131 (mon.0) 303 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T14:52:08.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:07 smithi131 bash[24299]: audit 2023-10-11T14:52:07.403121+0000 mon.smithi131 (mon.0) 304 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:08.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:07 smithi191 bash[32369]: cluster 2023-10-11T14:52:06.304458+0000 mgr.smithi131.gzpodz (mgr.14195) 65 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:08.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:07 smithi191 bash[32369]: audit 2023-10-11T14:52:07.360146+0000 mon.smithi131 (mon.0) 301 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:08.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:07 smithi191 bash[32369]: audit 2023-10-11T14:52:07.367087+0000 mon.smithi131 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:08.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:07 smithi191 bash[32369]: audit 2023-10-11T14:52:07.401204+0000 mon.smithi131 (mon.0) 303 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T14:52:08.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:07 smithi191 bash[32369]: audit 2023-10-11T14:52:07.403121+0000 mon.smithi131 (mon.0) 304 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:09.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:08 smithi131 bash[24299]: cephadm 2023-10-11T14:52:07.400588+0000 mgr.smithi131.gzpodz (mgr.14195) 66 : cephadm 1 Reconfiguring crash.smithi191 (monmap changed)... 2023-10-11T14:52:09.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:08 smithi131 bash[24299]: cephadm 2023-10-11T14:52:07.405071+0000 mgr.smithi131.gzpodz (mgr.14195) 67 : cephadm 1 Reconfiguring daemon crash.smithi191 on smithi191 2023-10-11T14:52:09.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:08 smithi191 bash[32369]: cephadm 2023-10-11T14:52:07.400588+0000 mgr.smithi131.gzpodz (mgr.14195) 66 : cephadm 1 Reconfiguring crash.smithi191 (monmap changed)... 2023-10-11T14:52:09.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:08 smithi191 bash[32369]: cephadm 2023-10-11T14:52:07.405071+0000 mgr.smithi131.gzpodz (mgr.14195) 67 : cephadm 1 Reconfiguring daemon crash.smithi191 on smithi191 2023-10-11T14:52:10.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:09 smithi131 bash[24299]: cluster 2023-10-11T14:52:08.304810+0000 mgr.smithi131.gzpodz (mgr.14195) 68 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:10.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:09 smithi131 bash[24299]: audit 2023-10-11T14:52:09.340667+0000 mon.smithi131 (mon.0) 305 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:10.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:09 smithi131 bash[24299]: audit 2023-10-11T14:52:09.349106+0000 mon.smithi131 (mon.0) 306 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:10.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:09 smithi131 bash[24299]: audit 2023-10-11T14:52:09.375537+0000 mon.smithi131 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.ighaca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T14:52:10.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:09 smithi131 bash[24299]: audit 2023-10-11T14:52:09.377000+0000 mon.smithi131 (mon.0) 308 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T14:52:10.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:09 smithi131 bash[24299]: audit 2023-10-11T14:52:09.378329+0000 mon.smithi131 (mon.0) 309 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:10.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:09 smithi191 bash[32369]: cluster 2023-10-11T14:52:08.304810+0000 mgr.smithi131.gzpodz (mgr.14195) 68 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:10.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:09 smithi191 bash[32369]: audit 2023-10-11T14:52:09.340667+0000 mon.smithi131 (mon.0) 305 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:10.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:09 smithi191 bash[32369]: audit 2023-10-11T14:52:09.349106+0000 mon.smithi131 (mon.0) 306 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:10.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:09 smithi191 bash[32369]: audit 2023-10-11T14:52:09.375537+0000 mon.smithi131 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.ighaca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T14:52:10.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:09 smithi191 bash[32369]: audit 2023-10-11T14:52:09.377000+0000 mon.smithi131 (mon.0) 308 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T14:52:10.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:09 smithi191 bash[32369]: audit 2023-10-11T14:52:09.378329+0000 mon.smithi131 (mon.0) 309 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:11.077 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:52:11.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:10 smithi131 bash[24299]: cephadm 2023-10-11T14:52:09.374866+0000 mgr.smithi131.gzpodz (mgr.14195) 69 : cephadm 1 Reconfiguring mgr.smithi191.ighaca (monmap changed)... 2023-10-11T14:52:11.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:10 smithi131 bash[24299]: cephadm 2023-10-11T14:52:09.379902+0000 mgr.smithi131.gzpodz (mgr.14195) 70 : cephadm 1 Reconfiguring daemon mgr.smithi191.ighaca on smithi191 2023-10-11T14:52:11.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:10 smithi191 bash[32369]: cephadm 2023-10-11T14:52:09.374866+0000 mgr.smithi131.gzpodz (mgr.14195) 69 : cephadm 1 Reconfiguring mgr.smithi191.ighaca (monmap changed)... 2023-10-11T14:52:11.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:10 smithi191 bash[32369]: cephadm 2023-10-11T14:52:09.379902+0000 mgr.smithi131.gzpodz (mgr.14195) 70 : cephadm 1 Reconfiguring daemon mgr.smithi191.ighaca on smithi191 2023-10-11T14:52:11.775 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-11T14:52:11.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: cluster 2023-10-11T14:52:10.305284+0000 mgr.smithi131.gzpodz (mgr.14195) 71 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: audit 2023-10-11T14:52:11.073798+0000 mon.smithi131 (mon.0) 310 : audit 0 from='client.? 172.21.15.131:0/720528520' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: audit 2023-10-11T14:52:11.271515+0000 mon.smithi131 (mon.0) 311 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: audit 2023-10-11T14:52:11.279188+0000 mon.smithi131 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: audit 2023-10-11T14:52:11.299117+0000 mon.smithi131 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T14:52:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: audit 2023-10-11T14:52:11.300746+0000 mon.smithi131 (mon.0) 314 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T14:52:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:11 smithi191 bash[32369]: audit 2023-10-11T14:52:11.302247+0000 mon.smithi131 (mon.0) 315 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:12.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: cluster 2023-10-11T14:52:10.305284+0000 mgr.smithi131.gzpodz (mgr.14195) 71 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: audit 2023-10-11T14:52:11.073798+0000 mon.smithi131 (mon.0) 310 : audit 0 from='client.? 172.21.15.131:0/720528520' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: audit 2023-10-11T14:52:11.271515+0000 mon.smithi131 (mon.0) 311 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: audit 2023-10-11T14:52:11.279188+0000 mon.smithi131 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: audit 2023-10-11T14:52:11.299117+0000 mon.smithi131 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T14:52:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: audit 2023-10-11T14:52:11.300746+0000 mon.smithi131 (mon.0) 314 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T14:52:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:11 smithi131 bash[24299]: audit 2023-10-11T14:52:11.302247+0000 mon.smithi131 (mon.0) 315 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:12.777 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:52:12.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:12 smithi191 bash[32369]: cephadm 2023-10-11T14:52:11.298489+0000 mgr.smithi131.gzpodz (mgr.14195) 72 : cephadm 1 Reconfiguring mon.smithi191 (monmap changed)... 2023-10-11T14:52:12.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:12 smithi191 bash[32369]: cephadm 2023-10-11T14:52:11.304012+0000 mgr.smithi131.gzpodz (mgr.14195) 73 : cephadm 1 Reconfiguring daemon mon.smithi191 on smithi191 2023-10-11T14:52:13.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:12 smithi131 bash[24299]: cephadm 2023-10-11T14:52:11.298489+0000 mgr.smithi131.gzpodz (mgr.14195) 72 : cephadm 1 Reconfiguring mon.smithi191 (monmap changed)... 2023-10-11T14:52:13.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:12 smithi131 bash[24299]: cephadm 2023-10-11T14:52:11.304012+0000 mgr.smithi131.gzpodz (mgr.14195) 73 : cephadm 1 Reconfiguring daemon mon.smithi191 on smithi191 2023-10-11T14:52:13.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: cluster 2023-10-11T14:52:12.305693+0000 mgr.smithi131.gzpodz (mgr.14195) 74 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:13.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.122474+0000 mon.smithi131 (mon.0) 316 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:13.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.129386+0000 mon.smithi131 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:13.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.181304+0000 mon.smithi131 (mon.0) 318 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T14:52:13.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.184324+0000 mon.smithi131 (mon.0) 319 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T14:52:13.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.192699+0000 mon.smithi131 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:13.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.207315+0000 mon.smithi131 (mon.0) 321 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T14:52:13.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.214554+0000 mon.smithi131 (mon.0) 322 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T14:52:13.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.223054+0000 mon.smithi131 (mon.0) 323 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:13.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.233760+0000 mon.smithi131 (mon.0) 324 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:52:13.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.241425+0000 mon.smithi131 (mon.0) 325 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T14:52:13.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.249229+0000 mon.smithi131 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:13.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:13 smithi131 bash[24299]: audit 2023-10-11T14:52:13.270074+0000 mon.smithi131 (mon.0) 327 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:52:14.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: cluster 2023-10-11T14:52:12.305693+0000 mgr.smithi131.gzpodz (mgr.14195) 74 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.122474+0000 mon.smithi131 (mon.0) 316 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.129386+0000 mon.smithi131 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.181304+0000 mon.smithi131 (mon.0) 318 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T14:52:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.184324+0000 mon.smithi131 (mon.0) 319 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T14:52:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.192699+0000 mon.smithi131 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.207315+0000 mon.smithi131 (mon.0) 321 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T14:52:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.214554+0000 mon.smithi131 (mon.0) 322 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T14:52:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.223054+0000 mon.smithi131 (mon.0) 323 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.233760+0000 mon.smithi131 (mon.0) 324 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:52:14.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.241425+0000 mon.smithi131 (mon.0) 325 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T14:52:14.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.249229+0000 mon.smithi131 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:14.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:13 smithi191 bash[32369]: audit 2023-10-11T14:52:13.270074+0000 mon.smithi131 (mon.0) 327 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:52:15.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:14 smithi131 bash[24299]: audit 2023-10-11T14:52:13.182157+0000 mgr.smithi131.gzpodz (mgr.14195) 75 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T14:52:15.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:14 smithi131 bash[24299]: audit 2023-10-11T14:52:13.185101+0000 mgr.smithi131.gzpodz (mgr.14195) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T14:52:15.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:14 smithi131 bash[24299]: audit 2023-10-11T14:52:13.208036+0000 mgr.smithi131.gzpodz (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T14:52:15.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:14 smithi131 bash[24299]: audit 2023-10-11T14:52:13.215503+0000 mgr.smithi131.gzpodz (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T14:52:15.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:14 smithi131 bash[24299]: audit 2023-10-11T14:52:13.234368+0000 mgr.smithi131.gzpodz (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:52:15.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:14 smithi131 bash[24299]: audit 2023-10-11T14:52:13.242091+0000 mgr.smithi131.gzpodz (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T14:52:15.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:14 smithi191 bash[32369]: audit 2023-10-11T14:52:13.182157+0000 mgr.smithi131.gzpodz (mgr.14195) 75 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T14:52:15.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:14 smithi191 bash[32369]: audit 2023-10-11T14:52:13.185101+0000 mgr.smithi131.gzpodz (mgr.14195) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T14:52:15.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:14 smithi191 bash[32369]: audit 2023-10-11T14:52:13.208036+0000 mgr.smithi131.gzpodz (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T14:52:15.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:14 smithi191 bash[32369]: audit 2023-10-11T14:52:13.215503+0000 mgr.smithi131.gzpodz (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T14:52:15.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:14 smithi191 bash[32369]: audit 2023-10-11T14:52:13.234368+0000 mgr.smithi131.gzpodz (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:52:15.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:14 smithi191 bash[32369]: audit 2023-10-11T14:52:13.242091+0000 mgr.smithi131.gzpodz (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T14:52:16.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:15 smithi131 bash[24299]: cluster 2023-10-11T14:52:14.306087+0000 mgr.smithi131.gzpodz (mgr.14195) 81 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:16.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:15 smithi191 bash[32369]: cluster 2023-10-11T14:52:14.306087+0000 mgr.smithi131.gzpodz (mgr.14195) 81 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:17.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:16 smithi131 bash[24299]: cluster 2023-10-11T14:52:16.306495+0000 mgr.smithi131.gzpodz (mgr.14195) 82 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:17.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:16 smithi191 bash[32369]: cluster 2023-10-11T14:52:16.306495+0000 mgr.smithi131.gzpodz (mgr.14195) 82 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:17.504 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:52:19.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: cluster 2023-10-11T14:52:18.306953+0000 mgr.smithi131.gzpodz (mgr.14195) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: audit 2023-10-11T14:52:18.806959+0000 mon.smithi131 (mon.0) 328 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: audit 2023-10-11T14:52:18.811643+0000 mon.smithi131 (mon.0) 329 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: audit 2023-10-11T14:52:18.816878+0000 mon.smithi131 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: audit 2023-10-11T14:52:18.821347+0000 mon.smithi131 (mon.0) 331 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: audit 2023-10-11T14:52:19.347365+0000 mon.smithi131 (mon.0) 332 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:19 smithi131 bash[24299]: audit 2023-10-11T14:52:19.353849+0000 mon.smithi131 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: cluster 2023-10-11T14:52:18.306953+0000 mgr.smithi131.gzpodz (mgr.14195) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:19.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: audit 2023-10-11T14:52:18.806959+0000 mon.smithi131 (mon.0) 328 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: audit 2023-10-11T14:52:18.811643+0000 mon.smithi131 (mon.0) 329 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: audit 2023-10-11T14:52:18.816878+0000 mon.smithi131 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: audit 2023-10-11T14:52:18.821347+0000 mon.smithi131 (mon.0) 331 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: audit 2023-10-11T14:52:19.347365+0000 mon.smithi131 (mon.0) 332 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:19.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:19 smithi191 bash[32369]: audit 2023-10-11T14:52:19.353849+0000 mon.smithi131 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.452 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:52:20.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.359291+0000 mon.smithi131 (mon.0) 334 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.366597+0000 mon.smithi131 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.367867+0000 mon.smithi131 (mon.0) 336 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.368840+0000 mon.smithi131 (mon.0) 337 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:52:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.374130+0000 mon.smithi131 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.377656+0000 mon.smithi131 (mon.0) 339 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:52:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.384066+0000 mon.smithi131 (mon.0) 340 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:52:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.385041+0000 mon.smithi131 (mon.0) 341 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.385546+0000 mon.smithi131 (mon.0) 342 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.398764+0000 mon.smithi131 (mon.0) 343 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:52:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:20 smithi191 bash[32369]: audit 2023-10-11T14:52:19.399963+0000 mon.smithi131 (mon.0) 344 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:20.710 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.359291+0000 mon.smithi131 (mon.0) 334 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.366597+0000 mon.smithi131 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.367867+0000 mon.smithi131 (mon.0) 336 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:20.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.368840+0000 mon.smithi131 (mon.0) 337 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:52:20.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.374130+0000 mon.smithi131 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:52:20.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.377656+0000 mon.smithi131 (mon.0) 339 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:52:20.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.384066+0000 mon.smithi131 (mon.0) 340 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:52:20.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.385041+0000 mon.smithi131 (mon.0) 341 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:20.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.385546+0000 mon.smithi131 (mon.0) 342 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:20.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.398764+0000 mon.smithi131 (mon.0) 343 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:52:20.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:20 smithi131 bash[24299]: audit 2023-10-11T14:52:19.399963+0000 mon.smithi131 (mon.0) 344 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:21.154 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-11T14:52:21.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:21 smithi131 bash[24299]: cluster 2023-10-11T14:52:20.307282+0000 mgr.smithi131.gzpodz (mgr.14195) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:21.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:21 smithi131 bash[24299]: audit 2023-10-11T14:52:20.448774+0000 mon.smithi131 (mon.0) 345 : audit 0 from='client.? 172.21.15.131:0/2229708445' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:21.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:21 smithi191 bash[32369]: cluster 2023-10-11T14:52:20.307282+0000 mgr.smithi131.gzpodz (mgr.14195) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:21.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:21 smithi191 bash[32369]: audit 2023-10-11T14:52:20.448774+0000 mon.smithi131 (mon.0) 345 : audit 0 from='client.? 172.21.15.131:0/2229708445' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:22.156 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:52:23.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:23 smithi131 bash[24299]: cluster 2023-10-11T14:52:22.307601+0000 mgr.smithi131.gzpodz (mgr.14195) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:23.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:23 smithi191 bash[32369]: cluster 2023-10-11T14:52:22.307601+0000 mgr.smithi131.gzpodz (mgr.14195) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:25.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:25 smithi191 bash[32369]: cluster 2023-10-11T14:52:24.308007+0000 mgr.smithi131.gzpodz (mgr.14195) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:25.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:25 smithi131 bash[24299]: cluster 2023-10-11T14:52:24.308007+0000 mgr.smithi131.gzpodz (mgr.14195) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:26.825 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:52:27.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:27 smithi131 bash[24299]: cluster 2023-10-11T14:52:26.308412+0000 mgr.smithi131.gzpodz (mgr.14195) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:27.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:27 smithi191 bash[32369]: cluster 2023-10-11T14:52:26.308412+0000 mgr.smithi131.gzpodz (mgr.14195) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:28.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:28 smithi131 bash[24299]: audit 2023-10-11T14:52:28.267621+0000 mon.smithi191 (mon.1) 2 : audit 1 from='client.? 172.21.15.191:0/956195380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3a7932a-8193-4f63-9400-14ee930f25e7"}]: dispatch 2023-10-11T14:52:28.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:28 smithi131 bash[24299]: audit 2023-10-11T14:52:28.267655+0000 mon.smithi131 (mon.0) 346 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3a7932a-8193-4f63-9400-14ee930f25e7"}]: dispatch 2023-10-11T14:52:28.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:28 smithi131 bash[24299]: audit 2023-10-11T14:52:28.273728+0000 mon.smithi131 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3a7932a-8193-4f63-9400-14ee930f25e7"}]': finished 2023-10-11T14:52:28.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:28 smithi131 bash[24299]: cluster 2023-10-11T14:52:28.273823+0000 mon.smithi131 (mon.0) 348 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-10-11T14:52:28.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:28 smithi131 bash[24299]: audit 2023-10-11T14:52:28.273998+0000 mon.smithi131 (mon.0) 349 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:28.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:28 smithi191 bash[32369]: audit 2023-10-11T14:52:28.267621+0000 mon.smithi191 (mon.1) 2 : audit 1 from='client.? 172.21.15.191:0/956195380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3a7932a-8193-4f63-9400-14ee930f25e7"}]: dispatch 2023-10-11T14:52:28.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:28 smithi191 bash[32369]: audit 2023-10-11T14:52:28.267655+0000 mon.smithi131 (mon.0) 346 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3a7932a-8193-4f63-9400-14ee930f25e7"}]: dispatch 2023-10-11T14:52:28.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:28 smithi191 bash[32369]: audit 2023-10-11T14:52:28.273728+0000 mon.smithi131 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3a7932a-8193-4f63-9400-14ee930f25e7"}]': finished 2023-10-11T14:52:28.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:28 smithi191 bash[32369]: cluster 2023-10-11T14:52:28.273823+0000 mon.smithi131 (mon.0) 348 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-10-11T14:52:28.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:28 smithi191 bash[32369]: audit 2023-10-11T14:52:28.273998+0000 mon.smithi131 (mon.0) 349 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:29.626 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:29 smithi131 bash[24299]: cluster 2023-10-11T14:52:28.308918+0000 mgr.smithi131.gzpodz (mgr.14195) 88 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:29.626 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:29 smithi131 bash[24299]: audit 2023-10-11T14:52:29.310600+0000 mon.smithi131 (mon.0) 350 : audit 1 from='client.? 172.21.15.131:0/3373579291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cddbc37c-d10c-4490-a721-958ac8012cd4"}]: dispatch 2023-10-11T14:52:29.626 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:29 smithi131 bash[24299]: audit 2023-10-11T14:52:29.318976+0000 mon.smithi131 (mon.0) 351 : audit 1 from='client.? 172.21.15.131:0/3373579291' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cddbc37c-d10c-4490-a721-958ac8012cd4"}]': finished 2023-10-11T14:52:29.627 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:29 smithi131 bash[24299]: cluster 2023-10-11T14:52:29.319055+0000 mon.smithi131 (mon.0) 352 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-10-11T14:52:29.627 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:29 smithi131 bash[24299]: audit 2023-10-11T14:52:29.319195+0000 mon.smithi131 (mon.0) 353 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:29.627 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:29 smithi131 bash[24299]: audit 2023-10-11T14:52:29.319517+0000 mon.smithi131 (mon.0) 354 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:29.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:29 smithi191 bash[32369]: cluster 2023-10-11T14:52:28.308918+0000 mgr.smithi131.gzpodz (mgr.14195) 88 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:29.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:29 smithi191 bash[32369]: audit 2023-10-11T14:52:29.310600+0000 mon.smithi131 (mon.0) 350 : audit 1 from='client.? 172.21.15.131:0/3373579291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cddbc37c-d10c-4490-a721-958ac8012cd4"}]: dispatch 2023-10-11T14:52:29.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:29 smithi191 bash[32369]: audit 2023-10-11T14:52:29.318976+0000 mon.smithi131 (mon.0) 351 : audit 1 from='client.? 172.21.15.131:0/3373579291' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cddbc37c-d10c-4490-a721-958ac8012cd4"}]': finished 2023-10-11T14:52:29.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:29 smithi191 bash[32369]: cluster 2023-10-11T14:52:29.319055+0000 mon.smithi131 (mon.0) 352 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-10-11T14:52:29.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:29 smithi191 bash[32369]: audit 2023-10-11T14:52:29.319195+0000 mon.smithi131 (mon.0) 353 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:29.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:29 smithi191 bash[32369]: audit 2023-10-11T14:52:29.319517+0000 mon.smithi131 (mon.0) 354 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:30.071 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:52:30.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:30 smithi131 bash[24299]: audit 2023-10-11T14:52:29.953680+0000 mon.smithi191 (mon.1) 3 : audit 0 from='client.? 172.21.15.191:0/4250414622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:30.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:30 smithi131 bash[24299]: audit 2023-10-11T14:52:30.067505+0000 mon.smithi131 (mon.0) 355 : audit 0 from='client.? 172.21.15.131:0/4258050725' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:30.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:30 smithi191 bash[32369]: audit 2023-10-11T14:52:29.953680+0000 mon.smithi191 (mon.1) 3 : audit 0 from='client.? 172.21.15.191:0/4250414622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:30.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:30 smithi191 bash[32369]: audit 2023-10-11T14:52:30.067505+0000 mon.smithi131 (mon.0) 355 : audit 0 from='client.? 172.21.15.131:0/4258050725' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:30.964 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1697035949,"num_remapped_pgs":0} 2023-10-11T14:52:31.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:31 smithi191 bash[32369]: cluster 2023-10-11T14:52:30.309308+0000 mgr.smithi131.gzpodz (mgr.14195) 89 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:31.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:31 smithi131 bash[24299]: cluster 2023-10-11T14:52:30.309308+0000 mgr.smithi131.gzpodz (mgr.14195) 89 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:31.965 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:52:32.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:32 smithi191 bash[32369]: audit 2023-10-11T14:52:31.394825+0000 mon.smithi131 (mon.0) 356 : audit 0 from='client.? 172.21.15.131:0/3594172107' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:32.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:32 smithi131 bash[24299]: audit 2023-10-11T14:52:31.394825+0000 mon.smithi131 (mon.0) 356 : audit 0 from='client.? 172.21.15.131:0/3594172107' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:33.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: cluster 2023-10-11T14:52:32.309688+0000 mgr.smithi131.gzpodz (mgr.14195) 90 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: audit 2023-10-11T14:52:32.811450+0000 mon.smithi191 (mon.1) 4 : audit 1 from='client.? 172.21.15.191:0/344158228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "444ddc41-f523-498c-b40a-2793be046e22"}]: dispatch 2023-10-11T14:52:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: audit 2023-10-11T14:52:32.811676+0000 mon.smithi131 (mon.0) 357 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "444ddc41-f523-498c-b40a-2793be046e22"}]: dispatch 2023-10-11T14:52:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: audit 2023-10-11T14:52:32.823395+0000 mon.smithi131 (mon.0) 358 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "444ddc41-f523-498c-b40a-2793be046e22"}]': finished 2023-10-11T14:52:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: cluster 2023-10-11T14:52:32.823628+0000 mon.smithi131 (mon.0) 359 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-10-11T14:52:33.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: audit 2023-10-11T14:52:32.823860+0000 mon.smithi131 (mon.0) 360 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:33.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: audit 2023-10-11T14:52:32.824407+0000 mon.smithi131 (mon.0) 361 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:33.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:33 smithi191 bash[32369]: audit 2023-10-11T14:52:32.824753+0000 mon.smithi131 (mon.0) 362 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:33.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: cluster 2023-10-11T14:52:32.309688+0000 mgr.smithi131.gzpodz (mgr.14195) 90 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:33.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: audit 2023-10-11T14:52:32.811450+0000 mon.smithi191 (mon.1) 4 : audit 1 from='client.? 172.21.15.191:0/344158228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "444ddc41-f523-498c-b40a-2793be046e22"}]: dispatch 2023-10-11T14:52:33.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: audit 2023-10-11T14:52:32.811676+0000 mon.smithi131 (mon.0) 357 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "444ddc41-f523-498c-b40a-2793be046e22"}]: dispatch 2023-10-11T14:52:33.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: audit 2023-10-11T14:52:32.823395+0000 mon.smithi131 (mon.0) 358 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "444ddc41-f523-498c-b40a-2793be046e22"}]': finished 2023-10-11T14:52:33.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: cluster 2023-10-11T14:52:32.823628+0000 mon.smithi131 (mon.0) 359 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-10-11T14:52:33.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: audit 2023-10-11T14:52:32.823860+0000 mon.smithi131 (mon.0) 360 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:33.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: audit 2023-10-11T14:52:32.824407+0000 mon.smithi131 (mon.0) 361 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:33.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:33 smithi131 bash[24299]: audit 2023-10-11T14:52:32.824753+0000 mon.smithi131 (mon.0) 362 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:34.502 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.268503+0000 mon.smithi131 (mon.0) 363 : audit 1 from='client.? 172.21.15.131:0/1720059965' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d09abb2-851e-4ce4-95bf-ef0b6d4268c8"}]: dispatch 2023-10-11T14:52:34.503 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.274911+0000 mon.smithi131 (mon.0) 364 : audit 1 from='client.? 172.21.15.131:0/1720059965' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d09abb2-851e-4ce4-95bf-ef0b6d4268c8"}]': finished 2023-10-11T14:52:34.503 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: cluster 2023-10-11T14:52:34.274978+0000 mon.smithi131 (mon.0) 365 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-10-11T14:52:34.503 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.275132+0000 mon.smithi131 (mon.0) 366 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:34.503 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.275534+0000 mon.smithi131 (mon.0) 367 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:34.504 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.275763+0000 mon.smithi131 (mon.0) 368 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:34.504 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.276022+0000 mon.smithi131 (mon.0) 369 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:34.504 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:34 smithi131 bash[24299]: audit 2023-10-11T14:52:34.385914+0000 mon.smithi131 (mon.0) 370 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:34.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.268503+0000 mon.smithi131 (mon.0) 363 : audit 1 from='client.? 172.21.15.131:0/1720059965' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d09abb2-851e-4ce4-95bf-ef0b6d4268c8"}]: dispatch 2023-10-11T14:52:34.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.274911+0000 mon.smithi131 (mon.0) 364 : audit 1 from='client.? 172.21.15.131:0/1720059965' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d09abb2-851e-4ce4-95bf-ef0b6d4268c8"}]': finished 2023-10-11T14:52:34.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: cluster 2023-10-11T14:52:34.274978+0000 mon.smithi131 (mon.0) 365 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-10-11T14:52:34.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.275132+0000 mon.smithi131 (mon.0) 366 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:34.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.275534+0000 mon.smithi131 (mon.0) 367 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:34.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.275763+0000 mon.smithi131 (mon.0) 368 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:34.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.276022+0000 mon.smithi131 (mon.0) 369 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:34.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:34 smithi191 bash[32369]: audit 2023-10-11T14:52:34.385914+0000 mon.smithi131 (mon.0) 370 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:35.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:35 smithi131 bash[24299]: cluster 2023-10-11T14:52:34.310020+0000 mgr.smithi131.gzpodz (mgr.14195) 91 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:35 smithi131 bash[24299]: audit 2023-10-11T14:52:34.529727+0000 mon.smithi191 (mon.1) 5 : audit 0 from='client.? 172.21.15.191:0/2987473836' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:35.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:35 smithi191 bash[32369]: cluster 2023-10-11T14:52:34.310020+0000 mgr.smithi131.gzpodz (mgr.14195) 91 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:35.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:35 smithi191 bash[32369]: audit 2023-10-11T14:52:34.529727+0000 mon.smithi191 (mon.1) 5 : audit 0 from='client.? 172.21.15.191:0/2987473836' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:36.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:36 smithi131 bash[24299]: audit 2023-10-11T14:52:35.928768+0000 mon.smithi131 (mon.0) 371 : audit 0 from='client.? 172.21.15.131:0/824513147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:36.697 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:52:36.788 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:36 smithi191 bash[32369]: audit 2023-10-11T14:52:35.928768+0000 mon.smithi131 (mon.0) 371 : audit 0 from='client.? 172.21.15.131:0/824513147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:37.578 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: cluster 2023-10-11T14:52:36.310458+0000 mgr.smithi131.gzpodz (mgr.14195) 92 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:37.578 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.386805+0000 mon.smithi131 (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaf784fa-a498-4335-9444-91fa3d53b93a"}]: dispatch 2023-10-11T14:52:37.579 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.387255+0000 mon.smithi191 (mon.1) 6 : audit 1 from='client.? 172.21.15.191:0/1771018807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaf784fa-a498-4335-9444-91fa3d53b93a"}]: dispatch 2023-10-11T14:52:37.579 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.393799+0000 mon.smithi131 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaf784fa-a498-4335-9444-91fa3d53b93a"}]': finished 2023-10-11T14:52:37.579 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: cluster 2023-10-11T14:52:37.393887+0000 mon.smithi131 (mon.0) 374 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-10-11T14:52:37.579 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.394050+0000 mon.smithi131 (mon.0) 375 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:37.579 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.394664+0000 mon.smithi131 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:37.580 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.395006+0000 mon.smithi131 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:37.580 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.395322+0000 mon.smithi131 (mon.0) 378 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:37.580 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:37 smithi131 bash[24299]: audit 2023-10-11T14:52:37.395648+0000 mon.smithi131 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:37.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: cluster 2023-10-11T14:52:36.310458+0000 mgr.smithi131.gzpodz (mgr.14195) 92 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:37.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.386805+0000 mon.smithi131 (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaf784fa-a498-4335-9444-91fa3d53b93a"}]: dispatch 2023-10-11T14:52:37.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.387255+0000 mon.smithi191 (mon.1) 6 : audit 1 from='client.? 172.21.15.191:0/1771018807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaf784fa-a498-4335-9444-91fa3d53b93a"}]: dispatch 2023-10-11T14:52:37.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.393799+0000 mon.smithi131 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaf784fa-a498-4335-9444-91fa3d53b93a"}]': finished 2023-10-11T14:52:37.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: cluster 2023-10-11T14:52:37.393887+0000 mon.smithi131 (mon.0) 374 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-10-11T14:52:37.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.394050+0000 mon.smithi131 (mon.0) 375 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:37.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.394664+0000 mon.smithi131 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:37.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.395006+0000 mon.smithi131 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:37.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.395322+0000 mon.smithi131 (mon.0) 378 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:37.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:37 smithi191 bash[32369]: audit 2023-10-11T14:52:37.395648+0000 mon.smithi131 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:39.606 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:52:39.816 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: cluster 2023-10-11T14:52:38.310795+0000 mgr.smithi131.gzpodz (mgr.14195) 93 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:39.816 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.852275+0000 mon.smithi131 (mon.0) 380 : audit 1 from='client.? 172.21.15.131:0/3560820804' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d"}]: dispatch 2023-10-11T14:52:39.816 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.860822+0000 mon.smithi131 (mon.0) 381 : audit 1 from='client.? 172.21.15.131:0/3560820804' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d"}]': finished 2023-10-11T14:52:39.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: cluster 2023-10-11T14:52:38.860869+0000 mon.smithi131 (mon.0) 382 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-10-11T14:52:39.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.861055+0000 mon.smithi131 (mon.0) 383 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:39.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.861627+0000 mon.smithi131 (mon.0) 384 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:39.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.862028+0000 mon.smithi131 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:39.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.862359+0000 mon.smithi131 (mon.0) 386 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:39.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.862670+0000 mon.smithi131 (mon.0) 387 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:39.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:38.863063+0000 mon.smithi131 (mon.0) 388 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:52:39.818 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:39 smithi131 bash[24299]: audit 2023-10-11T14:52:39.014031+0000 mon.smithi131 (mon.0) 389 : audit 0 from='client.? 172.21.15.191:0/1072290481' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:39.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: cluster 2023-10-11T14:52:38.310795+0000 mgr.smithi131.gzpodz (mgr.14195) 93 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.852275+0000 mon.smithi131 (mon.0) 380 : audit 1 from='client.? 172.21.15.131:0/3560820804' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d"}]: dispatch 2023-10-11T14:52:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.860822+0000 mon.smithi131 (mon.0) 381 : audit 1 from='client.? 172.21.15.131:0/3560820804' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d"}]': finished 2023-10-11T14:52:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: cluster 2023-10-11T14:52:38.860869+0000 mon.smithi131 (mon.0) 382 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-10-11T14:52:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.861055+0000 mon.smithi131 (mon.0) 383 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:39.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.861627+0000 mon.smithi131 (mon.0) 384 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:39.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.862028+0000 mon.smithi131 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:39.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.862359+0000 mon.smithi131 (mon.0) 386 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:39.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.862670+0000 mon.smithi131 (mon.0) 387 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:39.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:38.863063+0000 mon.smithi131 (mon.0) 388 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:52:39.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:39 smithi191 bash[32369]: audit 2023-10-11T14:52:39.014031+0000 mon.smithi131 (mon.0) 389 : audit 0 from='client.? 172.21.15.191:0/1072290481' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:40.456 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1697035958,"num_remapped_pgs":0} 2023-10-11T14:52:40.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:40 smithi131 bash[24299]: audit 2023-10-11T14:52:39.602934+0000 mon.smithi131 (mon.0) 390 : audit 0 from='client.? 172.21.15.131:0/483655034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:40.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:40 smithi191 bash[32369]: audit 2023-10-11T14:52:39.602934+0000 mon.smithi131 (mon.0) 390 : audit 0 from='client.? 172.21.15.131:0/483655034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:41.456 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:52:41.811 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:41 smithi191 bash[32369]: cluster 2023-10-11T14:52:40.311158+0000 mgr.smithi131.gzpodz (mgr.14195) 94 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:41.811 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:41 smithi191 bash[32369]: audit 2023-10-11T14:52:40.897294+0000 mon.smithi131 (mon.0) 391 : audit 0 from='client.? 172.21.15.131:0/2406190178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:41.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:41 smithi131 bash[24299]: cluster 2023-10-11T14:52:40.311158+0000 mgr.smithi131.gzpodz (mgr.14195) 94 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:41 smithi131 bash[24299]: audit 2023-10-11T14:52:40.897294+0000 mon.smithi131 (mon.0) 391 : audit 0 from='client.? 172.21.15.131:0/2406190178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:42.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.871093+0000 mon.smithi131 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe35c9a-e9ec-46d1-8879-f27550a0dd4b"}]: dispatch 2023-10-11T14:52:42.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.871166+0000 mon.smithi191 (mon.1) 7 : audit 1 from='client.? 172.21.15.191:0/1525266697' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe35c9a-e9ec-46d1-8879-f27550a0dd4b"}]: dispatch 2023-10-11T14:52:42.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.880960+0000 mon.smithi131 (mon.0) 393 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afe35c9a-e9ec-46d1-8879-f27550a0dd4b"}]': finished 2023-10-11T14:52:42.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: cluster 2023-10-11T14:52:41.881024+0000 mon.smithi131 (mon.0) 394 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-10-11T14:52:42.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.881157+0000 mon.smithi131 (mon.0) 395 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:42.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.881493+0000 mon.smithi131 (mon.0) 396 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:42.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.881682+0000 mon.smithi131 (mon.0) 397 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:42.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.881878+0000 mon.smithi131 (mon.0) 398 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:42.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.882066+0000 mon.smithi131 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:42.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.882272+0000 mon.smithi131 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:52:42.595 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:42 smithi131 bash[24299]: audit 2023-10-11T14:52:41.882451+0000 mon.smithi131 (mon.0) 401 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:52:42.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.871093+0000 mon.smithi131 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe35c9a-e9ec-46d1-8879-f27550a0dd4b"}]: dispatch 2023-10-11T14:52:42.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.871166+0000 mon.smithi191 (mon.1) 7 : audit 1 from='client.? 172.21.15.191:0/1525266697' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe35c9a-e9ec-46d1-8879-f27550a0dd4b"}]: dispatch 2023-10-11T14:52:42.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.880960+0000 mon.smithi131 (mon.0) 393 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afe35c9a-e9ec-46d1-8879-f27550a0dd4b"}]': finished 2023-10-11T14:52:42.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: cluster 2023-10-11T14:52:41.881024+0000 mon.smithi131 (mon.0) 394 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-10-11T14:52:42.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.881157+0000 mon.smithi131 (mon.0) 395 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:42.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.881493+0000 mon.smithi131 (mon.0) 396 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:42.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.881682+0000 mon.smithi131 (mon.0) 397 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:42.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.881878+0000 mon.smithi131 (mon.0) 398 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:42.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.882066+0000 mon.smithi131 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:42.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.882272+0000 mon.smithi131 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:52:42.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:42 smithi191 bash[32369]: audit 2023-10-11T14:52:41.882451+0000 mon.smithi131 (mon.0) 401 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:52:43.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:43 smithi131 bash[24299]: cluster 2023-10-11T14:52:42.311629+0000 mgr.smithi131.gzpodz (mgr.14195) 95 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:43.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:43 smithi191 bash[32369]: cluster 2023-10-11T14:52:42.311629+0000 mgr.smithi131.gzpodz (mgr.14195) 95 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:44.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.481380+0000 mon.smithi191 (mon.1) 8 : audit 0 from='client.? 172.21.15.191:0/2610082139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:44.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.811387+0000 mon.smithi131 (mon.0) 402 : audit 1 from='client.? 172.21.15.131:0/2756115967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35176d94-ab96-41b4-8250-ef1df73583ae"}]: dispatch 2023-10-11T14:52:44.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.821285+0000 mon.smithi131 (mon.0) 403 : audit 1 from='client.? 172.21.15.131:0/2756115967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35176d94-ab96-41b4-8250-ef1df73583ae"}]': finished 2023-10-11T14:52:44.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: cluster 2023-10-11T14:52:43.821352+0000 mon.smithi131 (mon.0) 404 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-10-11T14:52:44.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.821552+0000 mon.smithi131 (mon.0) 405 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:44.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.822088+0000 mon.smithi131 (mon.0) 406 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:44.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.822431+0000 mon.smithi131 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:44.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.822727+0000 mon.smithi131 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:44.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.823030+0000 mon.smithi131 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:44.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.823317+0000 mon.smithi131 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:52:44.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.823661+0000 mon.smithi131 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:52:44.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:44 smithi131 bash[24299]: audit 2023-10-11T14:52:43.824016+0000 mon.smithi131 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:52:44.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.481380+0000 mon.smithi191 (mon.1) 8 : audit 0 from='client.? 172.21.15.191:0/2610082139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:44.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.811387+0000 mon.smithi131 (mon.0) 402 : audit 1 from='client.? 172.21.15.131:0/2756115967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35176d94-ab96-41b4-8250-ef1df73583ae"}]: dispatch 2023-10-11T14:52:44.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.821285+0000 mon.smithi131 (mon.0) 403 : audit 1 from='client.? 172.21.15.131:0/2756115967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35176d94-ab96-41b4-8250-ef1df73583ae"}]': finished 2023-10-11T14:52:44.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: cluster 2023-10-11T14:52:43.821352+0000 mon.smithi131 (mon.0) 404 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-10-11T14:52:44.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.821552+0000 mon.smithi131 (mon.0) 405 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:52:44.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.822088+0000 mon.smithi131 (mon.0) 406 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:52:44.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.822431+0000 mon.smithi131 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:52:44.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.822727+0000 mon.smithi131 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:52:44.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.823030+0000 mon.smithi131 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:52:44.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.823317+0000 mon.smithi131 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:52:44.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.823661+0000 mon.smithi131 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:52:44.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:44 smithi191 bash[32369]: audit 2023-10-11T14:52:43.824016+0000 mon.smithi131 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:52:45.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:45 smithi131 bash[24299]: cluster 2023-10-11T14:52:44.312080+0000 mgr.smithi131.gzpodz (mgr.14195) 96 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:45 smithi131 bash[24299]: audit 2023-10-11T14:52:45.383225+0000 mon.smithi131 (mon.0) 413 : audit 0 from='client.? 172.21.15.131:0/2127021071' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:45.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:45 smithi191 bash[32369]: cluster 2023-10-11T14:52:44.312080+0000 mgr.smithi131.gzpodz (mgr.14195) 96 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:45.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:45 smithi191 bash[32369]: audit 2023-10-11T14:52:45.383225+0000 mon.smithi131 (mon.0) 413 : audit 0 from='client.? 172.21.15.131:0/2127021071' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T14:52:46.182 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:52:47.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:47 smithi131 bash[24299]: cluster 2023-10-11T14:52:46.312426+0000 mgr.smithi131.gzpodz (mgr.14195) 97 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:47.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:47 smithi191 bash[32369]: cluster 2023-10-11T14:52:46.312426+0000 mgr.smithi131.gzpodz (mgr.14195) 97 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:49.516 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:52:49.764 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:49 smithi131 bash[24299]: cluster 2023-10-11T14:52:48.312926+0000 mgr.smithi131.gzpodz (mgr.14195) 98 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:49.765 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:49 smithi131 bash[24299]: audit 2023-10-11T14:52:49.386354+0000 mon.smithi131 (mon.0) 414 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:49.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:49 smithi191 bash[32369]: cluster 2023-10-11T14:52:48.312926+0000 mgr.smithi131.gzpodz (mgr.14195) 98 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:49 smithi191 bash[32369]: audit 2023-10-11T14:52:49.386354+0000 mon.smithi131 (mon.0) 414 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:52:50.188 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697035963,"num_remapped_pgs":0} 2023-10-11T14:52:50.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:50 smithi131 bash[24299]: audit 2023-10-11T14:52:49.512456+0000 mon.smithi131 (mon.0) 415 : audit 0 from='client.? 172.21.15.131:0/1521676642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:50.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:50 smithi191 bash[32369]: audit 2023-10-11T14:52:49.512456+0000 mon.smithi131 (mon.0) 415 : audit 0 from='client.? 172.21.15.131:0/1521676642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:51.190 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:52:51.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:51 smithi131 bash[24299]: cluster 2023-10-11T14:52:50.313325+0000 mgr.smithi131.gzpodz (mgr.14195) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:51.838 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:51 smithi191 bash[32369]: cluster 2023-10-11T14:52:50.313325+0000 mgr.smithi131.gzpodz (mgr.14195) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:53.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:53 smithi131 bash[24299]: cluster 2023-10-11T14:52:52.313746+0000 mgr.smithi131.gzpodz (mgr.14195) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:53.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:53 smithi191 bash[32369]: cluster 2023-10-11T14:52:52.313746+0000 mgr.smithi131.gzpodz (mgr.14195) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:55.627 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:55 smithi191 bash[32369]: cluster 2023-10-11T14:52:54.314205+0000 mgr.smithi131.gzpodz (mgr.14195) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:55.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:55 smithi191 bash[32369]: audit 2023-10-11T14:52:55.286218+0000 mon.smithi131 (mon.0) 416 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T14:52:55.628 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:55 smithi191 bash[32369]: audit 2023-10-11T14:52:55.287869+0000 mon.smithi131 (mon.0) 417 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:55.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:55 smithi131 bash[24299]: cluster 2023-10-11T14:52:54.314205+0000 mgr.smithi131.gzpodz (mgr.14195) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:55.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:55 smithi131 bash[24299]: audit 2023-10-11T14:52:55.286218+0000 mon.smithi131 (mon.0) 416 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T14:52:55.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:55 smithi131 bash[24299]: audit 2023-10-11T14:52:55.287869+0000 mon.smithi131 (mon.0) 417 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:55.867 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:52:56.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:56 smithi191 bash[32369]: cephadm 2023-10-11T14:52:55.288935+0000 mgr.smithi131.gzpodz (mgr.14195) 102 : cephadm 1 Deploying daemon osd.0 on smithi191 2023-10-11T14:52:56.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:56 smithi131 bash[24299]: cephadm 2023-10-11T14:52:55.288935+0000 mgr.smithi131.gzpodz (mgr.14195) 102 : cephadm 1 Deploying daemon osd.0 on smithi191 2023-10-11T14:52:57.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:57 smithi131 bash[24299]: cluster 2023-10-11T14:52:56.314520+0000 mgr.smithi131.gzpodz (mgr.14195) 103 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:57.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:57 smithi191 bash[32369]: cluster 2023-10-11T14:52:56.314520+0000 mgr.smithi131.gzpodz (mgr.14195) 103 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:58.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:58 smithi131 bash[24299]: audit 2023-10-11T14:52:58.304692+0000 mon.smithi131 (mon.0) 418 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T14:52:58.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:58 smithi131 bash[24299]: audit 2023-10-11T14:52:58.305757+0000 mon.smithi131 (mon.0) 419 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:58.644 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:58 smithi191 bash[32369]: audit 2023-10-11T14:52:58.304692+0000 mon.smithi131 (mon.0) 418 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T14:52:58.644 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:58 smithi191 bash[32369]: audit 2023-10-11T14:52:58.305757+0000 mon.smithi131 (mon.0) 419 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:52:59.059 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:52:59.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:59 smithi191 bash[32369]: cephadm 2023-10-11T14:52:58.306735+0000 mgr.smithi131.gzpodz (mgr.14195) 104 : cephadm 1 Deploying daemon osd.1 on smithi131 2023-10-11T14:52:59.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:59 smithi191 bash[32369]: cluster 2023-10-11T14:52:58.314852+0000 mgr.smithi131.gzpodz (mgr.14195) 105 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:59.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:52:59 smithi191 bash[32369]: audit 2023-10-11T14:52:59.055080+0000 mon.smithi131 (mon.0) 420 : audit 0 from='client.? 172.21.15.131:0/851230351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:52:59.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:59 smithi131 bash[24299]: cephadm 2023-10-11T14:52:58.306735+0000 mgr.smithi131.gzpodz (mgr.14195) 104 : cephadm 1 Deploying daemon osd.1 on smithi131 2023-10-11T14:52:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:59 smithi131 bash[24299]: cluster 2023-10-11T14:52:58.314852+0000 mgr.smithi131.gzpodz (mgr.14195) 105 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:52:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:52:59 smithi131 bash[24299]: audit 2023-10-11T14:52:59.055080+0000 mon.smithi131 (mon.0) 420 : audit 0 from='client.? 172.21.15.131:0/851230351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:00.033 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697035963,"num_remapped_pgs":0} 2023-10-11T14:53:01.034 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:53:01.317 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:00 smithi191 bash[32369]: audit 2023-10-11T14:52:59.961095+0000 mon.smithi131 (mon.0) 421 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:01.317 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:00 smithi191 bash[32369]: audit 2023-10-11T14:52:59.967153+0000 mon.smithi131 (mon.0) 422 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:01.318 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:00 smithi191 bash[32369]: audit 2023-10-11T14:52:59.968057+0000 mon.smithi131 (mon.0) 423 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T14:53:01.318 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:00 smithi191 bash[32369]: audit 2023-10-11T14:52:59.969040+0000 mon.smithi131 (mon.0) 424 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:01.318 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:00 smithi191 bash[32369]: cephadm 2023-10-11T14:52:59.969990+0000 mgr.smithi131.gzpodz (mgr.14195) 106 : cephadm 1 Deploying daemon osd.2 on smithi191 2023-10-11T14:53:01.318 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:00 smithi191 bash[32369]: cluster 2023-10-11T14:53:00.315220+0000 mgr.smithi131.gzpodz (mgr.14195) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:01.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:00 smithi131 bash[24299]: audit 2023-10-11T14:52:59.961095+0000 mon.smithi131 (mon.0) 421 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:00 smithi131 bash[24299]: audit 2023-10-11T14:52:59.967153+0000 mon.smithi131 (mon.0) 422 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:00 smithi131 bash[24299]: audit 2023-10-11T14:52:59.968057+0000 mon.smithi131 (mon.0) 423 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T14:53:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:00 smithi131 bash[24299]: audit 2023-10-11T14:52:59.969040+0000 mon.smithi131 (mon.0) 424 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:01.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:00 smithi131 bash[24299]: cephadm 2023-10-11T14:52:59.969990+0000 mgr.smithi131.gzpodz (mgr.14195) 106 : cephadm 1 Deploying daemon osd.2 on smithi191 2023-10-11T14:53:01.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:00 smithi131 bash[24299]: cluster 2023-10-11T14:53:00.315220+0000 mgr.smithi131.gzpodz (mgr.14195) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:03.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:03 smithi131 bash[24299]: cluster 2023-10-11T14:53:02.315581+0000 mgr.smithi131.gzpodz (mgr.14195) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:03.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:03 smithi191 bash[32369]: cluster 2023-10-11T14:53:02.315581+0000 mgr.smithi131.gzpodz (mgr.14195) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:04.843 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:04 smithi191 bash[32369]: audit 2023-10-11T14:53:03.666750+0000 mon.smithi131 (mon.0) 425 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:04.844 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:04 smithi191 bash[32369]: audit 2023-10-11T14:53:03.673556+0000 mon.smithi131 (mon.0) 426 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:04.844 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:04 smithi191 bash[32369]: audit 2023-10-11T14:53:03.675106+0000 mon.smithi131 (mon.0) 427 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T14:53:04.844 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:04 smithi191 bash[32369]: audit 2023-10-11T14:53:03.676111+0000 mon.smithi131 (mon.0) 428 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:04.844 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:04 smithi191 bash[32369]: cephadm 2023-10-11T14:53:03.676929+0000 mgr.smithi131.gzpodz (mgr.14195) 109 : cephadm 1 Deploying daemon osd.3 on smithi131 2023-10-11T14:53:04.845 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:04 smithi191 bash[32369]: audit 2023-10-11T14:53:04.385876+0000 mon.smithi131 (mon.0) 429 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:05.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:04 smithi131 bash[24299]: audit 2023-10-11T14:53:03.666750+0000 mon.smithi131 (mon.0) 425 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:05.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:04 smithi131 bash[24299]: audit 2023-10-11T14:53:03.673556+0000 mon.smithi131 (mon.0) 426 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:05.067 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:04 smithi131 bash[24299]: audit 2023-10-11T14:53:03.675106+0000 mon.smithi131 (mon.0) 427 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T14:53:05.067 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:04 smithi131 bash[24299]: audit 2023-10-11T14:53:03.676111+0000 mon.smithi131 (mon.0) 428 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:05.067 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:04 smithi131 bash[24299]: cephadm 2023-10-11T14:53:03.676929+0000 mgr.smithi131.gzpodz (mgr.14195) 109 : cephadm 1 Deploying daemon osd.3 on smithi131 2023-10-11T14:53:05.067 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:04 smithi131 bash[24299]: audit 2023-10-11T14:53:04.385876+0000 mon.smithi131 (mon.0) 429 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:05.999 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:05 smithi191 bash[32369]: cluster 2023-10-11T14:53:04.315909+0000 mgr.smithi131.gzpodz (mgr.14195) 110 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:05.999 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:05 smithi191 bash[32369]: audit 2023-10-11T14:53:05.662758+0000 mon.smithi131 (mon.0) 430 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:05.999 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:05 smithi191 bash[32369]: audit 2023-10-11T14:53:05.670674+0000 mon.smithi131 (mon.0) 431 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:06.000 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:05 smithi191 bash[32369]: audit 2023-10-11T14:53:05.671861+0000 mon.smithi131 (mon.0) 432 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T14:53:06.000 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:05 smithi191 bash[32369]: audit 2023-10-11T14:53:05.672897+0000 mon.smithi131 (mon.0) 433 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:06.107 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:05 smithi131 bash[24299]: cluster 2023-10-11T14:53:04.315909+0000 mgr.smithi131.gzpodz (mgr.14195) 110 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:06.108 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:05 smithi131 bash[24299]: audit 2023-10-11T14:53:05.662758+0000 mon.smithi131 (mon.0) 430 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:06.108 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:05 smithi131 bash[24299]: audit 2023-10-11T14:53:05.670674+0000 mon.smithi131 (mon.0) 431 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:06.108 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:05 smithi131 bash[24299]: audit 2023-10-11T14:53:05.671861+0000 mon.smithi131 (mon.0) 432 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T14:53:06.108 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:05 smithi131 bash[24299]: audit 2023-10-11T14:53:05.672897+0000 mon.smithi131 (mon.0) 433 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:07.027 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:06 smithi191 bash[32369]: cephadm 2023-10-11T14:53:05.674302+0000 mgr.smithi131.gzpodz (mgr.14195) 111 : cephadm 1 Deploying daemon osd.4 on smithi191 2023-10-11T14:53:07.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:06 smithi131 bash[24299]: cephadm 2023-10-11T14:53:05.674302+0000 mgr.smithi131.gzpodz (mgr.14195) 111 : cephadm 1 Deploying daemon osd.4 on smithi191 2023-10-11T14:53:07.253 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:53:07.799 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:07 smithi191 bash[32369]: cluster 2023-10-11T14:53:06.316175+0000 mgr.smithi131.gzpodz (mgr.14195) 112 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:07.906 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:07 smithi131 bash[24299]: cluster 2023-10-11T14:53:06.316175+0000 mgr.smithi131.gzpodz (mgr.14195) 112 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:08.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:08 smithi131 bash[24299]: audit 2023-10-11T14:53:07.854607+0000 mon.smithi131 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T14:53:08.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:08 smithi131 bash[24299]: audit 2023-10-11T14:53:07.854914+0000 mon.smithi191 (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.191:6800/1858198023,v1:172.21.15.191:6801/1858198023]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T14:53:08.966 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:08 smithi191 bash[32369]: audit 2023-10-11T14:53:07.854607+0000 mon.smithi131 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T14:53:08.967 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:08 smithi191 bash[32369]: audit 2023-10-11T14:53:07.854914+0000 mon.smithi191 (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.191:6800/1858198023,v1:172.21.15.191:6801/1858198023]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T14:53:09.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: cluster 2023-10-11T14:53:08.316591+0000 mgr.smithi131.gzpodz (mgr.14195) 113 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:09.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.692901+0000 mon.smithi131 (mon.0) 435 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T14:53:09.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: cluster 2023-10-11T14:53:08.692975+0000 mon.smithi131 (mon.0) 436 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-10-11T14:53:09.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.693111+0000 mon.smithi131 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:09.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.693509+0000 mon.smithi131 (mon.0) 438 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:09.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.693737+0000 mon.smithi131 (mon.0) 439 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:09.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.693975+0000 mon.smithi131 (mon.0) 440 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:09.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.694246+0000 mon.smithi131 (mon.0) 441 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:09.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.694611+0000 mon.smithi131 (mon.0) 442 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:09.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.694694+0000 mon.smithi191 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.191:6800/1858198023,v1:172.21.15.191:6801/1858198023]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:09.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.694896+0000 mon.smithi131 (mon.0) 443 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:09.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.695103+0000 mon.smithi131 (mon.0) 444 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:09.812 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:09 smithi131 bash[24299]: audit 2023-10-11T14:53:08.695343+0000 mon.smithi131 (mon.0) 445 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:10.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: cluster 2023-10-11T14:53:08.316591+0000 mgr.smithi131.gzpodz (mgr.14195) 113 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:10.056 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.692901+0000 mon.smithi131 (mon.0) 435 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T14:53:10.056 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: cluster 2023-10-11T14:53:08.692975+0000 mon.smithi131 (mon.0) 436 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-10-11T14:53:10.056 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.693111+0000 mon.smithi131 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:10.056 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.693509+0000 mon.smithi131 (mon.0) 438 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:10.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.693737+0000 mon.smithi131 (mon.0) 439 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:10.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.693975+0000 mon.smithi131 (mon.0) 440 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:10.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.694246+0000 mon.smithi131 (mon.0) 441 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:10.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.694611+0000 mon.smithi131 (mon.0) 442 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:10.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.694694+0000 mon.smithi191 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.191:6800/1858198023,v1:172.21.15.191:6801/1858198023]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:10.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.694896+0000 mon.smithi131 (mon.0) 443 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:10.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.695103+0000 mon.smithi131 (mon.0) 444 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:10.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:09 smithi191 bash[32369]: audit 2023-10-11T14:53:08.695343+0000 mon.smithi131 (mon.0) 445 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:11.063 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.701980+0000 mon.smithi131 (mon.0) 446 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:11.063 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: cluster 2023-10-11T14:53:09.702173+0000 mon.smithi131 (mon.0) 447 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-10-11T14:53:11.063 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.702550+0000 mon.smithi131 (mon.0) 448 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:11.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.702821+0000 mon.smithi131 (mon.0) 449 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:11.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.702992+0000 mon.smithi131 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:11.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.703192+0000 mon.smithi131 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:11.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.703351+0000 mon.smithi131 (mon.0) 452 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:11.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.703495+0000 mon.smithi131 (mon.0) 453 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:11.065 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.703643+0000 mon.smithi131 (mon.0) 454 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:11.065 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.703818+0000 mon.smithi131 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:11.065 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.708833+0000 mon.smithi131 (mon.0) 456 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:11.065 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.783078+0000 mon.smithi131 (mon.0) 457 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:11.065 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.792011+0000 mon.smithi131 (mon.0) 458 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:11.065 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.793330+0000 mon.smithi131 (mon.0) 459 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T14:53:11.066 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:10 smithi191 bash[32369]: audit 2023-10-11T14:53:09.794755+0000 mon.smithi131 (mon.0) 460 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:11.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.701980+0000 mon.smithi131 (mon.0) 446 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:11.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: cluster 2023-10-11T14:53:09.702173+0000 mon.smithi131 (mon.0) 447 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-10-11T14:53:11.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.702550+0000 mon.smithi131 (mon.0) 448 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:11.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.702821+0000 mon.smithi131 (mon.0) 449 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:11.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.702992+0000 mon.smithi131 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:11.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.703192+0000 mon.smithi131 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:11.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.703351+0000 mon.smithi131 (mon.0) 452 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:11.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.703495+0000 mon.smithi131 (mon.0) 453 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:11.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.703643+0000 mon.smithi131 (mon.0) 454 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:11.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.703818+0000 mon.smithi131 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:11.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.708833+0000 mon.smithi131 (mon.0) 456 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:11.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.783078+0000 mon.smithi131 (mon.0) 457 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:11.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.792011+0000 mon.smithi131 (mon.0) 458 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:11.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.793330+0000 mon.smithi131 (mon.0) 459 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T14:53:11.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:10 smithi131 bash[24299]: audit 2023-10-11T14:53:09.794755+0000 mon.smithi131 (mon.0) 460 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:11.849 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:53:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: cluster 2023-10-11T14:53:08.889745+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: cluster 2023-10-11T14:53:08.889837+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: cephadm 2023-10-11T14:53:09.795848+0000 mgr.smithi131.gzpodz (mgr.14195) 114 : cephadm 1 Deploying daemon osd.5 on smithi131 2023-10-11T14:53:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: cluster 2023-10-11T14:53:10.316969+0000 mgr.smithi131.gzpodz (mgr.14195) 115 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.714452+0000 mon.smithi131 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: cluster 2023-10-11T14:53:10.718230+0000 mon.smithi131 (mon.0) 462 : cluster 1 osd.0 [v2:172.21.15.191:6800/1858198023,v1:172.21.15.191:6801/1858198023] boot 2023-10-11T14:53:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: cluster 2023-10-11T14:53:10.718277+0000 mon.smithi131 (mon.0) 463 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-10-11T14:53:11.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.718414+0000 mon.smithi131 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:11.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.718774+0000 mon.smithi131 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:11.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.719080+0000 mon.smithi131 (mon.0) 466 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:11.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.719385+0000 mon.smithi131 (mon.0) 467 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:11.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.719547+0000 mon.smithi131 (mon.0) 468 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:11.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.719738+0000 mon.smithi131 (mon.0) 469 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:11.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.719908+0000 mon.smithi131 (mon.0) 470 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:11.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:10.720102+0000 mon.smithi131 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:11.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:11.601609+0000 mon.smithi131 (mon.0) 472 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:11.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:11.613083+0000 mon.smithi131 (mon.0) 473 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:11.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:11.614114+0000 mon.smithi131 (mon.0) 474 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T14:53:11.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:11 smithi191 bash[32369]: audit 2023-10-11T14:53:11.615011+0000 mon.smithi131 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:12.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: cluster 2023-10-11T14:53:08.889745+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: cluster 2023-10-11T14:53:08.889837+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: cephadm 2023-10-11T14:53:09.795848+0000 mgr.smithi131.gzpodz (mgr.14195) 114 : cephadm 1 Deploying daemon osd.5 on smithi131 2023-10-11T14:53:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: cluster 2023-10-11T14:53:10.316969+0000 mgr.smithi131.gzpodz (mgr.14195) 115 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T14:53:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.714452+0000 mon.smithi131 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: cluster 2023-10-11T14:53:10.718230+0000 mon.smithi131 (mon.0) 462 : cluster 1 osd.0 [v2:172.21.15.191:6800/1858198023,v1:172.21.15.191:6801/1858198023] boot 2023-10-11T14:53:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: cluster 2023-10-11T14:53:10.718277+0000 mon.smithi131 (mon.0) 463 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-10-11T14:53:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.718414+0000 mon.smithi131 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T14:53:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.718774+0000 mon.smithi131 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.719080+0000 mon.smithi131 (mon.0) 466 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:12.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.719385+0000 mon.smithi131 (mon.0) 467 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:12.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.719547+0000 mon.smithi131 (mon.0) 468 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:12.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.719738+0000 mon.smithi131 (mon.0) 469 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:12.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.719908+0000 mon.smithi131 (mon.0) 470 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:12.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:10.720102+0000 mon.smithi131 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:12.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:11.601609+0000 mon.smithi131 (mon.0) 472 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:12.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:11.613083+0000 mon.smithi131 (mon.0) 473 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:12.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:11.614114+0000 mon.smithi131 (mon.0) 474 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T14:53:12.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:11 smithi131 bash[24299]: audit 2023-10-11T14:53:11.615011+0000 mon.smithi131 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: cephadm 2023-10-11T14:53:11.615847+0000 mgr.smithi131.gzpodz (mgr.14195) 116 : cephadm 1 Deploying daemon osd.6 on smithi191 2023-10-11T14:53:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: cluster 2023-10-11T14:53:11.797613+0000 mon.smithi131 (mon.0) 476 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-10-11T14:53:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.797791+0000 mon.smithi131 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.798356+0000 mon.smithi131 (mon.0) 478 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.798650+0000 mon.smithi131 (mon.0) 479 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.798945+0000 mon.smithi131 (mon.0) 480 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.799217+0000 mon.smithi131 (mon.0) 481 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.799498+0000 mon.smithi131 (mon.0) 482 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.799770+0000 mon.smithi131 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:13.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:11.845142+0000 mon.smithi131 (mon.0) 484 : audit 0 from='client.? 172.21.15.131:0/1494188161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:13.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:12 smithi131 bash[24299]: audit 2023-10-11T14:53:12.280681+0000 mon.smithi131 (mon.0) 485 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T14:53:13.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: cephadm 2023-10-11T14:53:11.615847+0000 mgr.smithi131.gzpodz (mgr.14195) 116 : cephadm 1 Deploying daemon osd.6 on smithi191 2023-10-11T14:53:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: cluster 2023-10-11T14:53:11.797613+0000 mon.smithi131 (mon.0) 476 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-10-11T14:53:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.797791+0000 mon.smithi131 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.798356+0000 mon.smithi131 (mon.0) 478 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.798650+0000 mon.smithi131 (mon.0) 479 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.798945+0000 mon.smithi131 (mon.0) 480 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.799217+0000 mon.smithi131 (mon.0) 481 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.799498+0000 mon.smithi131 (mon.0) 482 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.799770+0000 mon.smithi131 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:11.845142+0000 mon.smithi131 (mon.0) 484 : audit 0 from='client.? 172.21.15.131:0/1494188161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:12 smithi191 bash[32369]: audit 2023-10-11T14:53:12.280681+0000 mon.smithi131 (mon.0) 485 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T14:53:13.460 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1697035990,"num_in_osds":8,"osd_in_since":1697035963,"num_remapped_pgs":0} 2023-10-11T14:53:13.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: cluster 2023-10-11T14:53:12.317386+0000 mgr.smithi131.gzpodz (mgr.14195) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T14:53:13.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.228999+0000 mon.smithi131 (mon.0) 486 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T14:53:13.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: cluster 2023-10-11T14:53:13.229050+0000 mon.smithi131 (mon.0) 487 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-10-11T14:53:13.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.229157+0000 mon.smithi131 (mon.0) 488 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:13.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.229591+0000 mon.smithi131 (mon.0) 489 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:13.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.229803+0000 mon.smithi131 (mon.0) 490 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:13.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.230074+0000 mon.smithi131 (mon.0) 491 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:13.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.230248+0000 mon.smithi131 (mon.0) 492 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:13.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.230463+0000 mon.smithi131 (mon.0) 493 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:13.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.230654+0000 mon.smithi131 (mon.0) 494 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:13.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.230827+0000 mon.smithi131 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:13.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.523322+0000 mon.smithi131 (mon.0) 496 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T14:53:13.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:13 smithi191 bash[32369]: audit 2023-10-11T14:53:13.523554+0000 mon.smithi191 (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.191:6808/1496998074,v1:172.21.15.191:6809/1496998074]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T14:53:14.156 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: cluster 2023-10-11T14:53:12.317386+0000 mgr.smithi131.gzpodz (mgr.14195) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T14:53:14.156 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.228999+0000 mon.smithi131 (mon.0) 486 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T14:53:14.157 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: cluster 2023-10-11T14:53:13.229050+0000 mon.smithi131 (mon.0) 487 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-10-11T14:53:14.157 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.229157+0000 mon.smithi131 (mon.0) 488 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:14.157 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.229591+0000 mon.smithi131 (mon.0) 489 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:14.157 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.229803+0000 mon.smithi131 (mon.0) 490 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:14.157 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.230074+0000 mon.smithi131 (mon.0) 491 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:14.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.230248+0000 mon.smithi131 (mon.0) 492 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:14.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.230463+0000 mon.smithi131 (mon.0) 493 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:14.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.230654+0000 mon.smithi131 (mon.0) 494 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:14.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.230827+0000 mon.smithi131 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:14.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.523322+0000 mon.smithi131 (mon.0) 496 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T14:53:14.159 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:13 smithi131 bash[24299]: audit 2023-10-11T14:53:13.523554+0000 mon.smithi191 (mon.1) 11 : audit 1 from='osd.2 [v2:172.21.15.191:6808/1496998074,v1:172.21.15.191:6809/1496998074]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T14:53:14.462 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:53:15.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.230064+0000 mon.smithi131 (mon.0) 497 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:15.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.230150+0000 mon.smithi131 (mon.0) 498 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T14:53:15.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: cluster 2023-10-11T14:53:14.230216+0000 mon.smithi131 (mon.0) 499 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-10-11T14:53:15.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.230397+0000 mon.smithi131 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:15.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.230876+0000 mon.smithi131 (mon.0) 501 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:15.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.231431+0000 mon.smithi131 (mon.0) 502 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:15.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.231638+0000 mon.smithi131 (mon.0) 503 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:15.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.231794+0000 mon.smithi131 (mon.0) 504 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:15.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.231982+0000 mon.smithi131 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:15.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.232297+0000 mon.smithi131 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:15.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.234378+0000 mon.smithi131 (mon.0) 507 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:15.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.234625+0000 mon.smithi191 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.191:6808/1496998074,v1:172.21.15.191:6809/1496998074]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:15.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: audit 2023-10-11T14:53:14.236259+0000 mon.smithi131 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:15.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:15 smithi131 bash[24299]: cluster 2023-10-11T14:53:14.317758+0000 mgr.smithi131.gzpodz (mgr.14195) 118 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T14:53:15.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.230064+0000 mon.smithi131 (mon.0) 497 : audit 1 from='osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:15.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.230150+0000 mon.smithi131 (mon.0) 498 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T14:53:15.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: cluster 2023-10-11T14:53:14.230216+0000 mon.smithi131 (mon.0) 499 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-10-11T14:53:15.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.230397+0000 mon.smithi131 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:15.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.230876+0000 mon.smithi131 (mon.0) 501 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:15.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.231431+0000 mon.smithi131 (mon.0) 502 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:15.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.231638+0000 mon.smithi131 (mon.0) 503 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:15.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.231794+0000 mon.smithi131 (mon.0) 504 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:15.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.231982+0000 mon.smithi131 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:15.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.232297+0000 mon.smithi131 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:15.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.234378+0000 mon.smithi131 (mon.0) 507 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:15.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.234625+0000 mon.smithi191 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.191:6808/1496998074,v1:172.21.15.191:6809/1496998074]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:15.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: audit 2023-10-11T14:53:14.236259+0000 mon.smithi131 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:15.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:15 smithi191 bash[32369]: cluster 2023-10-11T14:53:14.317758+0000 mgr.smithi131.gzpodz (mgr.14195) 118 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T14:53:16.537 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: cluster 2023-10-11T14:53:13.284662+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:16.537 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: cluster 2023-10-11T14:53:13.284774+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:16.537 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.235745+0000 mon.smithi131 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:16.538 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.242055+0000 mon.smithi131 (mon.0) 510 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:16.538 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: cluster 2023-10-11T14:53:15.242232+0000 mon.smithi131 (mon.0) 511 : cluster 1 osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601] boot 2023-10-11T14:53:16.538 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: cluster 2023-10-11T14:53:15.242291+0000 mon.smithi131 (mon.0) 512 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-10-11T14:53:16.538 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.242873+0000 mon.smithi131 (mon.0) 513 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:16.538 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.243417+0000 mon.smithi131 (mon.0) 514 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:16.539 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.243669+0000 mon.smithi131 (mon.0) 515 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:16.539 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.244018+0000 mon.smithi131 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:16.539 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.244201+0000 mon.smithi131 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:16.539 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.244436+0000 mon.smithi131 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:16.539 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.244647+0000 mon.smithi131 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:16.539 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:15.246537+0000 mon.smithi131 (mon.0) 520 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:16.540 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:16.218223+0000 mon.smithi131 (mon.0) 521 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:16.540 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:16.225807+0000 mon.smithi131 (mon.0) 522 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:16.540 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:16.227128+0000 mon.smithi131 (mon.0) 523 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T14:53:16.540 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:16 smithi191 bash[32369]: audit 2023-10-11T14:53:16.228260+0000 mon.smithi131 (mon.0) 524 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:16.555 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: cluster 2023-10-11T14:53:13.284662+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:16.556 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: cluster 2023-10-11T14:53:13.284774+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:16.556 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.235745+0000 mon.smithi131 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:16.556 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.242055+0000 mon.smithi131 (mon.0) 510 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:16.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: cluster 2023-10-11T14:53:15.242232+0000 mon.smithi131 (mon.0) 511 : cluster 1 osd.1 [v2:172.21.15.131:6802/156209601,v1:172.21.15.131:6803/156209601] boot 2023-10-11T14:53:16.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: cluster 2023-10-11T14:53:15.242291+0000 mon.smithi131 (mon.0) 512 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-10-11T14:53:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.242873+0000 mon.smithi131 (mon.0) 513 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T14:53:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.243417+0000 mon.smithi131 (mon.0) 514 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.243669+0000 mon.smithi131 (mon.0) 515 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:16.558 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.244018+0000 mon.smithi131 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:16.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.244201+0000 mon.smithi131 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:16.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.244436+0000 mon.smithi131 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:16.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.244647+0000 mon.smithi131 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:16.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:15.246537+0000 mon.smithi131 (mon.0) 520 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:16.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:16.218223+0000 mon.smithi131 (mon.0) 521 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:16.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:16.225807+0000 mon.smithi131 (mon.0) 522 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:16.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:16.227128+0000 mon.smithi131 (mon.0) 523 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T14:53:16.561 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:16 smithi131 bash[24299]: audit 2023-10-11T14:53:16.228260+0000 mon.smithi131 (mon.0) 524 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:17.476 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: cluster 2023-10-11T14:53:14.534771+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:17.476 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: cluster 2023-10-11T14:53:14.534910+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:17.476 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: cephadm 2023-10-11T14:53:16.229191+0000 mgr.smithi131.gzpodz (mgr.14195) 119 : cephadm 1 Deploying daemon osd.7 on smithi131 2023-10-11T14:53:17.477 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: cluster 2023-10-11T14:53:16.242103+0000 mon.smithi131 (mon.0) 525 : cluster 1 osd.2 [v2:172.21.15.191:6808/1496998074,v1:172.21.15.191:6809/1496998074] boot 2023-10-11T14:53:17.477 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: cluster 2023-10-11T14:53:16.242180+0000 mon.smithi131 (mon.0) 526 : cluster 0 osdmap e21: 8 total, 3 up, 8 in 2023-10-11T14:53:17.477 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.242698+0000 mon.smithi131 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:17.477 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.243369+0000 mon.smithi131 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:17.477 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.243679+0000 mon.smithi131 (mon.0) 529 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:17.478 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.243906+0000 mon.smithi131 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:17.478 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.244101+0000 mon.smithi131 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:17.478 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.244353+0000 mon.smithi131 (mon.0) 532 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:17.478 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: cluster 2023-10-11T14:53:16.318193+0000 mgr.smithi131.gzpodz (mgr.14195) 120 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T14:53:17.478 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:17 smithi191 bash[32369]: audit 2023-10-11T14:53:16.448031+0000 mon.smithi131 (mon.0) 533 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 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-10-11T14:53:17.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: cluster 2023-10-11T14:53:14.534771+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:17.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: cluster 2023-10-11T14:53:14.534910+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:17.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: cephadm 2023-10-11T14:53:16.229191+0000 mgr.smithi131.gzpodz (mgr.14195) 119 : cephadm 1 Deploying daemon osd.7 on smithi131 2023-10-11T14:53:17.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: cluster 2023-10-11T14:53:16.242103+0000 mon.smithi131 (mon.0) 525 : cluster 1 osd.2 [v2:172.21.15.191:6808/1496998074,v1:172.21.15.191:6809/1496998074] boot 2023-10-11T14:53:17.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: cluster 2023-10-11T14:53:16.242180+0000 mon.smithi131 (mon.0) 526 : cluster 0 osdmap e21: 8 total, 3 up, 8 in 2023-10-11T14:53:17.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.242698+0000 mon.smithi131 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T14:53:17.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.243369+0000 mon.smithi131 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:17.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.243679+0000 mon.smithi131 (mon.0) 529 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:17.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.243906+0000 mon.smithi131 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:17.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.244101+0000 mon.smithi131 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:17.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.244353+0000 mon.smithi131 (mon.0) 532 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:17.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: cluster 2023-10-11T14:53:16.318193+0000 mgr.smithi131.gzpodz (mgr.14195) 120 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T14:53:17.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:17 smithi131 bash[24299]: audit 2023-10-11T14:53:16.448031+0000 mon.smithi131 (mon.0) 533 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 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-10-11T14:53:18.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.261493+0000 mon.smithi131 (mon.0) 534 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 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-10-11T14:53:18.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: cluster 2023-10-11T14:53:17.261600+0000 mon.smithi131 (mon.0) 535 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-10-11T14:53:18.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.261885+0000 mon.smithi131 (mon.0) 536 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:18.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.262963+0000 mon.smithi131 (mon.0) 537 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:18.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.263467+0000 mon.smithi131 (mon.0) 538 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:18.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.264030+0000 mon.smithi131 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:18.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.264480+0000 mon.smithi131 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:18.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.265785+0000 mon.smithi131 (mon.0) 541 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T14:53:18.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.775478+0000 mon.smithi131 (mon.0) 542 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:18.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:18 smithi131 bash[24299]: audit 2023-10-11T14:53:17.782668+0000 mon.smithi131 (mon.0) 543 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:18.597 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.261493+0000 mon.smithi131 (mon.0) 534 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 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-10-11T14:53:18.597 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: cluster 2023-10-11T14:53:17.261600+0000 mon.smithi131 (mon.0) 535 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2023-10-11T14:53:18.597 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.261885+0000 mon.smithi131 (mon.0) 536 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:18.598 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.262963+0000 mon.smithi131 (mon.0) 537 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:18.598 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.263467+0000 mon.smithi131 (mon.0) 538 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:18.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.264030+0000 mon.smithi131 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:18.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.264480+0000 mon.smithi131 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:18.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.265785+0000 mon.smithi131 (mon.0) 541 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T14:53:18.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.775478+0000 mon.smithi131 (mon.0) 542 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:18.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:18 smithi191 bash[32369]: audit 2023-10-11T14:53:17.782668+0000 mon.smithi131 (mon.0) 543 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:19.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.263109+0000 mon.smithi131 (mon.0) 544 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T14:53:19.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: cluster 2023-10-11T14:53:18.263203+0000 mon.smithi131 (mon.0) 545 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-10-11T14:53:19.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.263653+0000 mon.smithi131 (mon.0) 546 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:19.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.263907+0000 mon.smithi131 (mon.0) 547 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:19.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.264128+0000 mon.smithi131 (mon.0) 548 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:19.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.264375+0000 mon.smithi131 (mon.0) 549 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:19.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.264558+0000 mon.smithi131 (mon.0) 550 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:19.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: cluster 2023-10-11T14:53:18.318539+0000 mgr.smithi131.gzpodz (mgr.14195) 121 : cluster 0 pgmap v78: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T14:53:19.588 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:19 smithi191 bash[32369]: audit 2023-10-11T14:53:18.493512+0000 mon.smithi131 (mon.0) 551 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T14:53:19.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.263109+0000 mon.smithi131 (mon.0) 544 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T14:53:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: cluster 2023-10-11T14:53:18.263203+0000 mon.smithi131 (mon.0) 545 : cluster 0 osdmap e23: 8 total, 3 up, 8 in 2023-10-11T14:53:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.263653+0000 mon.smithi131 (mon.0) 546 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:19.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.263907+0000 mon.smithi131 (mon.0) 547 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:19.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.264128+0000 mon.smithi131 (mon.0) 548 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:19.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.264375+0000 mon.smithi131 (mon.0) 549 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:19.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.264558+0000 mon.smithi131 (mon.0) 550 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:19.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: cluster 2023-10-11T14:53:18.318539+0000 mgr.smithi131.gzpodz (mgr.14195) 121 : cluster 0 pgmap v78: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T14:53:19.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:19 smithi131 bash[24299]: audit 2023-10-11T14:53:18.493512+0000 mon.smithi131 (mon.0) 551 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T14:53:19.836 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:53:20.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: cluster 2023-10-11T14:53:19.287148+0000 mon.smithi131 (mon.0) 552 : cluster 0 mgrmap e19: smithi131.gzpodz(active, since 2m), standbys: smithi191.ighaca 2023-10-11T14:53:20.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.287234+0000 mon.smithi131 (mon.0) 553 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T14:53:20.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: cluster 2023-10-11T14:53:19.287283+0000 mon.smithi131 (mon.0) 554 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-10-11T14:53:20.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.287419+0000 mon.smithi131 (mon.0) 555 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:20.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.287847+0000 mon.smithi131 (mon.0) 556 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:20.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.288024+0000 mon.smithi131 (mon.0) 557 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:20.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.288290+0000 mon.smithi131 (mon.0) 558 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:20.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.288553+0000 mon.smithi131 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:20.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.288716+0000 mon.smithi131 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:20.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.386329+0000 mon.smithi131 (mon.0) 561 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:20.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.495867+0000 mon.smithi131 (mon.0) 562 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:20.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.927963+0000 mon.smithi191 (mon.1) 13 : audit 1 from='osd.4 [v2:172.21.15.191:6816/1190726366,v1:172.21.15.191:6817/1190726366]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T14:53:20.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:20 smithi131 bash[24299]: audit 2023-10-11T14:53:19.928081+0000 mon.smithi131 (mon.0) 563 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T14:53:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: cluster 2023-10-11T14:53:19.287148+0000 mon.smithi131 (mon.0) 552 : cluster 0 mgrmap e19: smithi131.gzpodz(active, since 2m), standbys: smithi191.ighaca 2023-10-11T14:53:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.287234+0000 mon.smithi131 (mon.0) 553 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T14:53:20.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: cluster 2023-10-11T14:53:19.287283+0000 mon.smithi131 (mon.0) 554 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-10-11T14:53:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.287419+0000 mon.smithi131 (mon.0) 555 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.287847+0000 mon.smithi131 (mon.0) 556 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.288024+0000 mon.smithi131 (mon.0) 557 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:20.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.288290+0000 mon.smithi131 (mon.0) 558 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:20.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.288553+0000 mon.smithi131 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:20.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.288716+0000 mon.smithi131 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:20.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.386329+0000 mon.smithi131 (mon.0) 561 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:20.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.495867+0000 mon.smithi131 (mon.0) 562 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:20.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.927963+0000 mon.smithi191 (mon.1) 13 : audit 1 from='osd.4 [v2:172.21.15.191:6816/1190726366,v1:172.21.15.191:6817/1190726366]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T14:53:20.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:20 smithi191 bash[32369]: audit 2023-10-11T14:53:19.928081+0000 mon.smithi131 (mon.0) 563 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T14:53:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.285325+0000 mon.smithi131 (mon.0) 564 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.285445+0000 mon.smithi131 (mon.0) 565 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T14:53:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: cluster 2023-10-11T14:53:20.285531+0000 mon.smithi131 (mon.0) 566 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-10-11T14:53:21.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.286151+0000 mon.smithi131 (mon.0) 567 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:21.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.286462+0000 mon.smithi131 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:21.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.287364+0000 mon.smithi191 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.191:6816/1190726366,v1:172.21.15.191:6817/1190726366]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:21.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.292524+0000 mon.smithi131 (mon.0) 569 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:21.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.292940+0000 mon.smithi131 (mon.0) 570 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:21.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.293203+0000 mon.smithi131 (mon.0) 571 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:21.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.293654+0000 mon.smithi131 (mon.0) 572 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:21.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:20.293912+0000 mon.smithi131 (mon.0) 573 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:21.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: cluster 2023-10-11T14:53:20.319021+0000 mgr.smithi131.gzpodz (mgr.14195) 122 : cluster 0 pgmap v81: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T14:53:21.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:21.286060+0000 mon.smithi131 (mon.0) 574 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:21.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: cluster 2023-10-11T14:53:21.286198+0000 mon.smithi131 (mon.0) 575 : cluster 1 osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312] boot 2023-10-11T14:53:21.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: cluster 2023-10-11T14:53:21.286258+0000 mon.smithi131 (mon.0) 576 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-10-11T14:53:21.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:21.286686+0000 mon.smithi131 (mon.0) 577 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:21.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:21.287075+0000 mon.smithi131 (mon.0) 578 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:21.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:21 smithi131 bash[24299]: audit 2023-10-11T14:53:21.287316+0000 mon.smithi131 (mon.0) 579 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.285325+0000 mon.smithi131 (mon.0) 564 : audit 1 from='osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.285445+0000 mon.smithi131 (mon.0) 565 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T14:53:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: cluster 2023-10-11T14:53:20.285531+0000 mon.smithi131 (mon.0) 566 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-10-11T14:53:21.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.286151+0000 mon.smithi131 (mon.0) 567 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:21.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.286462+0000 mon.smithi131 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:21.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.287364+0000 mon.smithi191 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.191:6816/1190726366,v1:172.21.15.191:6817/1190726366]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:21.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.292524+0000 mon.smithi131 (mon.0) 569 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:21.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.292940+0000 mon.smithi131 (mon.0) 570 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:21.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.293203+0000 mon.smithi131 (mon.0) 571 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:21.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.293654+0000 mon.smithi131 (mon.0) 572 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:21.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:20.293912+0000 mon.smithi131 (mon.0) 573 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:21.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: cluster 2023-10-11T14:53:20.319021+0000 mgr.smithi131.gzpodz (mgr.14195) 122 : cluster 0 pgmap v81: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T14:53:21.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:21.286060+0000 mon.smithi131 (mon.0) 574 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:21.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: cluster 2023-10-11T14:53:21.286198+0000 mon.smithi131 (mon.0) 575 : cluster 1 osd.3 [v2:172.21.15.131:6810/2649456312,v1:172.21.15.131:6811/2649456312] boot 2023-10-11T14:53:21.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: cluster 2023-10-11T14:53:21.286258+0000 mon.smithi131 (mon.0) 576 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-10-11T14:53:21.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:21.286686+0000 mon.smithi131 (mon.0) 577 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T14:53:21.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:21.287075+0000 mon.smithi131 (mon.0) 578 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:21.401 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:21 smithi191 bash[32369]: audit 2023-10-11T14:53:21.287316+0000 mon.smithi131 (mon.0) 579 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:22.465 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: cluster 2023-10-11T14:53:19.540655+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:22.466 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: cluster 2023-10-11T14:53:19.540720+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:22.466 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:21.287842+0000 mon.smithi131 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:22.466 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:21.288051+0000 mon.smithi131 (mon.0) 581 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:22.467 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:21.296331+0000 mon.smithi131 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:22.467 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: cluster 2023-10-11T14:53:22.224888+0000 mon.smithi131 (mon.0) 583 : cluster 1 osd.4 [v2:172.21.15.191:6816/1190726366,v1:172.21.15.191:6817/1190726366] boot 2023-10-11T14:53:22.467 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: cluster 2023-10-11T14:53:22.224980+0000 mon.smithi131 (mon.0) 584 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2023-10-11T14:53:22.467 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:22.225484+0000 mon.smithi131 (mon.0) 585 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:22.467 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:22.226154+0000 mon.smithi131 (mon.0) 586 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:22.468 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:22.226556+0000 mon.smithi131 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:22.468 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:22 smithi131 bash[24299]: audit 2023-10-11T14:53:22.226964+0000 mon.smithi131 (mon.0) 588 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:22.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: cluster 2023-10-11T14:53:19.540655+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:22.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: cluster 2023-10-11T14:53:19.540720+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:22.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:21.287842+0000 mon.smithi131 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:22.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:21.288051+0000 mon.smithi131 (mon.0) 581 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:22.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:21.296331+0000 mon.smithi131 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:22.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: cluster 2023-10-11T14:53:22.224888+0000 mon.smithi131 (mon.0) 583 : cluster 1 osd.4 [v2:172.21.15.191:6816/1190726366,v1:172.21.15.191:6817/1190726366] boot 2023-10-11T14:53:22.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: cluster 2023-10-11T14:53:22.224980+0000 mon.smithi131 (mon.0) 584 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2023-10-11T14:53:22.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:22.225484+0000 mon.smithi131 (mon.0) 585 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T14:53:22.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:22.226154+0000 mon.smithi131 (mon.0) 586 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:22.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:22.226556+0000 mon.smithi131 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:22.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:22 smithi191 bash[32369]: audit 2023-10-11T14:53:22.226964+0000 mon.smithi131 (mon.0) 588 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:24.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: cluster 2023-10-11T14:53:20.930865+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:24.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: cluster 2023-10-11T14:53:20.930934+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:24.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: cluster 2023-10-11T14:53:22.319403+0000 mgr.smithi131.gzpodz (mgr.14195) 123 : cluster 0 pgmap v84: 1 pgs: 1 unknown; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-11T14:53:24.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: audit 2023-10-11T14:53:22.743240+0000 mon.smithi131 (mon.0) 589 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: audit 2023-10-11T14:53:22.750029+0000 mon.smithi131 (mon.0) 590 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: cluster 2023-10-11T14:53:23.228576+0000 mon.smithi131 (mon.0) 591 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2023-10-11T14:53:24.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: audit 2023-10-11T14:53:23.228748+0000 mon.smithi131 (mon.0) 592 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:24.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: audit 2023-10-11T14:53:23.229090+0000 mon.smithi131 (mon.0) 593 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:24.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: audit 2023-10-11T14:53:23.229333+0000 mon.smithi131 (mon.0) 594 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:24.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:23 smithi131 bash[24299]: audit 2023-10-11T14:53:23.265857+0000 mon.smithi131 (mon.0) 595 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.131 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:53:24.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: cluster 2023-10-11T14:53:20.930865+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:24.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: cluster 2023-10-11T14:53:20.930934+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:24.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: cluster 2023-10-11T14:53:22.319403+0000 mgr.smithi131.gzpodz (mgr.14195) 123 : cluster 0 pgmap v84: 1 pgs: 1 unknown; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-11T14:53:24.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: audit 2023-10-11T14:53:22.743240+0000 mon.smithi131 (mon.0) 589 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: audit 2023-10-11T14:53:22.750029+0000 mon.smithi131 (mon.0) 590 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: cluster 2023-10-11T14:53:23.228576+0000 mon.smithi131 (mon.0) 591 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2023-10-11T14:53:24.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: audit 2023-10-11T14:53:23.228748+0000 mon.smithi131 (mon.0) 592 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:24.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: audit 2023-10-11T14:53:23.229090+0000 mon.smithi131 (mon.0) 593 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:24.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: audit 2023-10-11T14:53:23.229333+0000 mon.smithi131 (mon.0) 594 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:24.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:23 smithi191 bash[32369]: audit 2023-10-11T14:53:23.265857+0000 mon.smithi131 (mon.0) 595 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.975 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1697036002,"num_in_osds":8,"osd_in_since":1697035963,"num_remapped_pgs":0} 2023-10-11T14:53:24.984 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:24 smithi191 bash[32369]: audit 2023-10-11T14:53:24.127254+0000 mon.smithi131 (mon.0) 596 : audit 0 from='client.? 172.21.15.131:0/1144052804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:24.984 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:24 smithi191 bash[32369]: audit 2023-10-11T14:53:24.217676+0000 mon.smithi131 (mon.0) 597 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:24.984 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:24 smithi191 bash[32369]: audit 2023-10-11T14:53:24.678638+0000 mon.smithi131 (mon.0) 598 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T14:53:24.984 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:24 smithi191 bash[32369]: audit 2023-10-11T14:53:24.715003+0000 mon.smithi131 (mon.0) 599 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T14:53:24.984 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:24 smithi191 bash[32369]: audit 2023-10-11T14:53:24.715017+0000 mon.smithi191 (mon.1) 15 : audit 1 from='osd.6 [v2:172.21.15.191:6824/899817986,v1:172.21.15.191:6825/899817986]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T14:53:25.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:24 smithi131 bash[24299]: audit 2023-10-11T14:53:24.127254+0000 mon.smithi131 (mon.0) 596 : audit 0 from='client.? 172.21.15.131:0/1144052804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:25.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:24 smithi131 bash[24299]: audit 2023-10-11T14:53:24.217676+0000 mon.smithi131 (mon.0) 597 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:25.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:24 smithi131 bash[24299]: audit 2023-10-11T14:53:24.678638+0000 mon.smithi131 (mon.0) 598 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T14:53:25.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:24 smithi131 bash[24299]: audit 2023-10-11T14:53:24.715003+0000 mon.smithi131 (mon.0) 599 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T14:53:25.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:24 smithi131 bash[24299]: audit 2023-10-11T14:53:24.715017+0000 mon.smithi191 (mon.1) 15 : audit 1 from='osd.6 [v2:172.21.15.191:6824/899817986,v1:172.21.15.191:6825/899817986]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T14:53:25.977 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T14:53:26.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: cluster 2023-10-11T14:53:24.319681+0000 mgr.smithi131.gzpodz (mgr.14195) 124 : cluster 0 pgmap v86: 1 pgs: 1 unknown; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-11T14:53:26.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.170385+0000 mon.smithi131 (mon.0) 600 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:26.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.223317+0000 mon.smithi131 (mon.0) 601 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T14:53:26.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.223370+0000 mon.smithi131 (mon.0) 602 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T14:53:26.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: cluster 2023-10-11T14:53:25.223439+0000 mon.smithi131 (mon.0) 603 : cluster 0 osdmap e29: 8 total, 5 up, 8 in 2023-10-11T14:53:26.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.223608+0000 mon.smithi131 (mon.0) 604 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:26.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.224117+0000 mon.smithi131 (mon.0) 605 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:26.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.224374+0000 mon.smithi131 (mon.0) 606 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:26.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.224651+0000 mon.smithi131 (mon.0) 607 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:26.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.225019+0000 mon.smithi131 (mon.0) 608 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:26.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:25 smithi131 bash[24299]: audit 2023-10-11T14:53:25.225060+0000 mon.smithi191 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.191:6824/899817986,v1:172.21.15.191:6825/899817986]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:26.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: cluster 2023-10-11T14:53:24.319681+0000 mgr.smithi131.gzpodz (mgr.14195) 124 : cluster 0 pgmap v86: 1 pgs: 1 unknown; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-11T14:53:26.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.170385+0000 mon.smithi131 (mon.0) 600 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:26.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.223317+0000 mon.smithi131 (mon.0) 601 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T14:53:26.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.223370+0000 mon.smithi131 (mon.0) 602 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T14:53:26.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: cluster 2023-10-11T14:53:25.223439+0000 mon.smithi131 (mon.0) 603 : cluster 0 osdmap e29: 8 total, 5 up, 8 in 2023-10-11T14:53:26.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.223608+0000 mon.smithi131 (mon.0) 604 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:26.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.224117+0000 mon.smithi131 (mon.0) 605 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:26.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.224374+0000 mon.smithi131 (mon.0) 606 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:26.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.224651+0000 mon.smithi131 (mon.0) 607 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:26.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.225019+0000 mon.smithi131 (mon.0) 608 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:26.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:25 smithi191 bash[32369]: audit 2023-10-11T14:53:25.225060+0000 mon.smithi191 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.191:6824/899817986,v1:172.21.15.191:6825/899817986]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2023-10-11T14:53:28.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:26.119089+0000 mon.smithi131 (mon.0) 609 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:28.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:26.121843+0000 mon.smithi131 (mon.0) 610 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T14:53:28.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: cluster 2023-10-11T14:53:26.320224+0000 mgr.smithi131.gzpodz (mgr.14195) 125 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 7.1 KiB/s rd, 415 KiB/s wr, 25 op/s; 114 KiB/s, 0 objects/s recovering 2023-10-11T14:53:28.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.049956+0000 mon.smithi131 (mon.0) 611 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T14:53:28.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.051331+0000 mon.smithi131 (mon.0) 612 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:53:28.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.051497+0000 mon.smithi131 (mon.0) 613 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:53:28.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.056962+0000 mon.smithi131 (mon.0) 614 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:28.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.057070+0000 mon.smithi131 (mon.0) 615 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:28.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: cluster 2023-10-11T14:53:27.057164+0000 mon.smithi131 (mon.0) 616 : cluster 0 osdmap e30: 8 total, 5 up, 8 in 2023-10-11T14:53:28.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.057313+0000 mon.smithi131 (mon.0) 617 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:28.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.057933+0000 mon.smithi131 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:28.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.059059+0000 mon.smithi131 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:28.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.064396+0000 mon.smithi131 (mon.0) 620 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:28.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.064779+0000 mon.smithi131 (mon.0) 621 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:28.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.082390+0000 mon.smithi131 (mon.0) 622 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:28.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.084288+0000 mon.smithi131 (mon.0) 623 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:53:28.345 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:28 smithi131 bash[24299]: audit 2023-10-11T14:53:27.084468+0000 mon.smithi131 (mon.0) 624 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:53:28.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:26.119089+0000 mon.smithi131 (mon.0) 609 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:28.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:26.121843+0000 mon.smithi131 (mon.0) 610 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T14:53:28.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: cluster 2023-10-11T14:53:26.320224+0000 mgr.smithi131.gzpodz (mgr.14195) 125 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 7.1 KiB/s rd, 415 KiB/s wr, 25 op/s; 114 KiB/s, 0 objects/s recovering 2023-10-11T14:53:28.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.049956+0000 mon.smithi131 (mon.0) 611 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T14:53:28.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.051331+0000 mon.smithi131 (mon.0) 612 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:53:28.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.051497+0000 mon.smithi131 (mon.0) 613 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:53:28.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.056962+0000 mon.smithi131 (mon.0) 614 : audit 1 from='osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:28.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.057070+0000 mon.smithi131 (mon.0) 615 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2023-10-11T14:53:28.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: cluster 2023-10-11T14:53:27.057164+0000 mon.smithi131 (mon.0) 616 : cluster 0 osdmap e30: 8 total, 5 up, 8 in 2023-10-11T14:53:28.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.057313+0000 mon.smithi131 (mon.0) 617 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:28.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.057933+0000 mon.smithi131 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:28.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.059059+0000 mon.smithi131 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:28.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.064396+0000 mon.smithi131 (mon.0) 620 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:28.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.064779+0000 mon.smithi131 (mon.0) 621 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:28.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.082390+0000 mon.smithi131 (mon.0) 622 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:28.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.084288+0000 mon.smithi131 (mon.0) 623 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2023-10-11T14:53:28.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:28 smithi191 bash[32369]: audit 2023-10-11T14:53:27.084468+0000 mon.smithi131 (mon.0) 624 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2023-10-11T14:53:29.317 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:25.689315+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:29.318 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:25.689405+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:29.318 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:25.730252+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:29.318 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:25.730310+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:29.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:27.084878+0000 mon.smithi191 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T14:53:29.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:27.992119+0000 mon.smithi191 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T14:53:29.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.006753+0000 mon.smithi131 (mon.0) 625 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:29.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.013157+0000 mon.smithi131 (mon.0) 626 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:29.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.024298+0000 mon.smithi131 (mon.0) 627 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:29.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.064476+0000 mon.smithi131 (mon.0) 628 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:29.320 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.065099+0000 mon.smithi131 (mon.0) 629 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:29.320 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:28.087479+0000 mon.smithi131 (mon.0) 630 : cluster 1 osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203] boot 2023-10-11T14:53:29.320 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:28.087522+0000 mon.smithi131 (mon.0) 631 : cluster 1 osd.6 [v2:172.21.15.191:6824/899817986,v1:172.21.15.191:6825/899817986] boot 2023-10-11T14:53:29.320 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:28.087557+0000 mon.smithi131 (mon.0) 632 : cluster 0 osdmap e31: 8 total, 7 up, 8 in 2023-10-11T14:53:29.320 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.088077+0000 mon.smithi131 (mon.0) 633 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:29.321 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.088519+0000 mon.smithi131 (mon.0) 634 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:29.321 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: audit 2023-10-11T14:53:28.088897+0000 mon.smithi131 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:29.321 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:29 smithi131 bash[24299]: cluster 2023-10-11T14:53:28.320782+0000 mgr.smithi131.gzpodz (mgr.14195) 126 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 7.1 KiB/s rd, 410 KiB/s wr, 25 op/s; 113 KiB/s, 0 objects/s recovering 2023-10-11T14:53:29.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:25.689315+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:29.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:25.689405+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:29.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:25.730252+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:29.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:25.730310+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:29.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:27.084878+0000 mon.smithi191 (mon.1) 17 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T14:53:29.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:27.992119+0000 mon.smithi191 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T14:53:29.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.006753+0000 mon.smithi131 (mon.0) 625 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:29.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.013157+0000 mon.smithi131 (mon.0) 626 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:29.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.024298+0000 mon.smithi131 (mon.0) 627 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:29.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.064476+0000 mon.smithi131 (mon.0) 628 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:29.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.065099+0000 mon.smithi131 (mon.0) 629 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:29.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:28.087479+0000 mon.smithi131 (mon.0) 630 : cluster 1 osd.5 [v2:172.21.15.131:6818/1292446203,v1:172.21.15.131:6819/1292446203] boot 2023-10-11T14:53:29.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:28.087522+0000 mon.smithi131 (mon.0) 631 : cluster 1 osd.6 [v2:172.21.15.191:6824/899817986,v1:172.21.15.191:6825/899817986] boot 2023-10-11T14:53:29.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:28.087557+0000 mon.smithi131 (mon.0) 632 : cluster 0 osdmap e31: 8 total, 7 up, 8 in 2023-10-11T14:53:29.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.088077+0000 mon.smithi131 (mon.0) 633 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T14:53:29.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.088519+0000 mon.smithi131 (mon.0) 634 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T14:53:29.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: audit 2023-10-11T14:53:28.088897+0000 mon.smithi131 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:29.400 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:29 smithi191 bash[32369]: cluster 2023-10-11T14:53:28.320782+0000 mgr.smithi131.gzpodz (mgr.14195) 126 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 7.1 KiB/s rd, 410 KiB/s wr, 25 op/s; 113 KiB/s, 0 objects/s recovering 2023-10-11T14:53:30.268 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:53:30.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:30 smithi131 bash[24299]: cluster 2023-10-11T14:53:29.093878+0000 mon.smithi131 (mon.0) 636 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2023-10-11T14:53:30.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:30 smithi131 bash[24299]: audit 2023-10-11T14:53:29.094087+0000 mon.smithi131 (mon.0) 637 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:30.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:30 smithi131 bash[24299]: audit 2023-10-11T14:53:29.882400+0000 mon.smithi131 (mon.0) 638 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T14:53:30.396 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:30 smithi191 bash[32369]: cluster 2023-10-11T14:53:29.093878+0000 mon.smithi131 (mon.0) 636 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2023-10-11T14:53:30.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:30 smithi191 bash[32369]: audit 2023-10-11T14:53:29.094087+0000 mon.smithi131 (mon.0) 637 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:30.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:30 smithi191 bash[32369]: audit 2023-10-11T14:53:29.882400+0000 mon.smithi131 (mon.0) 638 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T14:53:31.339 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:31 smithi131 bash[24299]: audit 2023-10-11T14:53:30.101856+0000 mon.smithi131 (mon.0) 639 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T14:53:31.339 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:31 smithi131 bash[24299]: cluster 2023-10-11T14:53:30.101913+0000 mon.smithi131 (mon.0) 640 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2023-10-11T14:53:31.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:31 smithi131 bash[24299]: audit 2023-10-11T14:53:30.102139+0000 mon.smithi131 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:31.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:31 smithi131 bash[24299]: audit 2023-10-11T14:53:30.103053+0000 mon.smithi131 (mon.0) 642 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:31.340 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:31 smithi131 bash[24299]: cluster 2023-10-11T14:53:30.321375+0000 mgr.smithi131.gzpodz (mgr.14195) 127 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T14:53:31.396 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:31 smithi191 bash[32369]: audit 2023-10-11T14:53:30.101856+0000 mon.smithi131 (mon.0) 639 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T14:53:31.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:31 smithi191 bash[32369]: cluster 2023-10-11T14:53:30.101913+0000 mon.smithi131 (mon.0) 640 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2023-10-11T14:53:31.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:31 smithi191 bash[32369]: audit 2023-10-11T14:53:30.102139+0000 mon.smithi131 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:31.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:31 smithi191 bash[32369]: audit 2023-10-11T14:53:30.103053+0000 mon.smithi131 (mon.0) 642 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2023-10-11T14:53:31.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:31 smithi191 bash[32369]: cluster 2023-10-11T14:53:30.321375+0000 mgr.smithi131.gzpodz (mgr.14195) 127 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T14:53:32.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:32 smithi191 bash[32369]: audit 2023-10-11T14:53:31.112829+0000 mon.smithi131 (mon.0) 643 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:32.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:32 smithi191 bash[32369]: cluster 2023-10-11T14:53:31.113012+0000 mon.smithi131 (mon.0) 644 : cluster 0 osdmap e34: 8 total, 7 up, 8 in 2023-10-11T14:53:32.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:32 smithi191 bash[32369]: audit 2023-10-11T14:53:31.113355+0000 mon.smithi131 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:32.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:32 smithi191 bash[32369]: audit 2023-10-11T14:53:31.119208+0000 mon.smithi131 (mon.0) 646 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:32.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:32 smithi131 bash[24299]: audit 2023-10-11T14:53:31.112829+0000 mon.smithi131 (mon.0) 643 : audit 1 from='osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2023-10-11T14:53:32.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:32 smithi131 bash[24299]: cluster 2023-10-11T14:53:31.113012+0000 mon.smithi131 (mon.0) 644 : cluster 0 osdmap e34: 8 total, 7 up, 8 in 2023-10-11T14:53:32.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:32 smithi131 bash[24299]: audit 2023-10-11T14:53:31.113355+0000 mon.smithi131 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:32.570 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:32 smithi131 bash[24299]: audit 2023-10-11T14:53:31.119208+0000 mon.smithi131 (mon.0) 646 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:33.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: cluster 2023-10-11T14:53:30.876705+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:33.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: cluster 2023-10-11T14:53:30.876779+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:33.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: cluster 2023-10-11T14:53:32.114948+0000 mon.smithi131 (mon.0) 647 : cluster 1 osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548] boot 2023-10-11T14:53:33.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: cluster 2023-10-11T14:53:32.115117+0000 mon.smithi131 (mon.0) 648 : cluster 0 osdmap e35: 8 total, 8 up, 8 in 2023-10-11T14:53:33.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: audit 2023-10-11T14:53:32.115663+0000 mon.smithi131 (mon.0) 649 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:33.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: cluster 2023-10-11T14:53:32.228573+0000 mon.smithi131 (mon.0) 650 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2023-10-11T14:53:33.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: cluster 2023-10-11T14:53:32.321984+0000 mgr.smithi131.gzpodz (mgr.14195) 128 : cluster 0 pgmap v98: 1 pgs: 1 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 404 KiB/s wr, 27 op/s 2023-10-11T14:53:33.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: audit 2023-10-11T14:53:32.959906+0000 mon.smithi131 (mon.0) 651 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:33.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: audit 2023-10-11T14:53:32.968083+0000 mon.smithi131 (mon.0) 652 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:33.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:33 smithi191 bash[32369]: audit 2023-10-11T14:53:33.047400+0000 mon.smithi131 (mon.0) 653 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:53:33.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: cluster 2023-10-11T14:53:30.876705+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T14:53:33.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: cluster 2023-10-11T14:53:30.876779+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T14:53:33.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: cluster 2023-10-11T14:53:32.114948+0000 mon.smithi131 (mon.0) 647 : cluster 1 osd.7 [v2:172.21.15.131:6826/2344316548,v1:172.21.15.131:6827/2344316548] boot 2023-10-11T14:53:33.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: cluster 2023-10-11T14:53:32.115117+0000 mon.smithi131 (mon.0) 648 : cluster 0 osdmap e35: 8 total, 8 up, 8 in 2023-10-11T14:53:33.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: audit 2023-10-11T14:53:32.115663+0000 mon.smithi131 (mon.0) 649 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T14:53:33.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: cluster 2023-10-11T14:53:32.228573+0000 mon.smithi131 (mon.0) 650 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2023-10-11T14:53:33.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: cluster 2023-10-11T14:53:32.321984+0000 mgr.smithi131.gzpodz (mgr.14195) 128 : cluster 0 pgmap v98: 1 pgs: 1 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 404 KiB/s wr, 27 op/s 2023-10-11T14:53:33.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: audit 2023-10-11T14:53:32.959906+0000 mon.smithi131 (mon.0) 651 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:33.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: audit 2023-10-11T14:53:32.968083+0000 mon.smithi131 (mon.0) 652 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:33.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:33 smithi131 bash[24299]: audit 2023-10-11T14:53:33.047400+0000 mon.smithi131 (mon.0) 653 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:53:33.696 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:53:34.438 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1697036012,"num_in_osds":8,"osd_in_since":1697035963,"num_remapped_pgs":1} 2023-10-11T14:53:34.438 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T14:53:34.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:34 smithi131 bash[24299]: cluster 2023-10-11T14:53:33.230638+0000 mon.smithi131 (mon.0) 654 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2023-10-11T14:53:34.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:34 smithi131 bash[24299]: audit 2023-10-11T14:53:33.692573+0000 mon.smithi131 (mon.0) 655 : audit 0 from='client.? 172.21.15.131:0/1768945180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:34.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:34 smithi191 bash[32369]: cluster 2023-10-11T14:53:33.230638+0000 mon.smithi131 (mon.0) 654 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2023-10-11T14:53:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:34 smithi191 bash[32369]: audit 2023-10-11T14:53:33.692573+0000 mon.smithi131 (mon.0) 655 : audit 0 from='client.? 172.21.15.131:0/1768945180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T14:53:35.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:35 smithi131 bash[24299]: cluster 2023-10-11T14:53:34.238649+0000 mon.smithi131 (mon.0) 656 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2023-10-11T14:53:35.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:35 smithi131 bash[24299]: cluster 2023-10-11T14:53:34.322528+0000 mgr.smithi131.gzpodz (mgr.14195) 129 : cluster 0 pgmap v101: 1 pgs: 1 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 406 KiB/s wr, 27 op/s 2023-10-11T14:53:35.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:35 smithi131 bash[24299]: audit 2023-10-11T14:53:34.387308+0000 mon.smithi131 (mon.0) 657 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:35.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:35 smithi191 bash[32369]: cluster 2023-10-11T14:53:34.238649+0000 mon.smithi131 (mon.0) 656 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2023-10-11T14:53:35.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:35 smithi191 bash[32369]: cluster 2023-10-11T14:53:34.322528+0000 mgr.smithi131.gzpodz (mgr.14195) 129 : cluster 0 pgmap v101: 1 pgs: 1 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 406 KiB/s wr, 27 op/s 2023-10-11T14:53:35.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:35 smithi191 bash[32369]: audit 2023-10-11T14:53:34.387308+0000 mon.smithi131 (mon.0) 657 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:36.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:36 smithi131 bash[24299]: cluster 2023-10-11T14:53:35.247685+0000 mon.smithi131 (mon.0) 658 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2023-10-11T14:53:36.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:36 smithi191 bash[32369]: cluster 2023-10-11T14:53:35.247685+0000 mon.smithi131 (mon.0) 658 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2023-10-11T14:53:37.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:37 smithi131 bash[24299]: cluster 2023-10-11T14:53:36.323300+0000 mgr.smithi131.gzpodz (mgr.14195) 130 : cluster 0 pgmap v103: 1 pgs: 1 unknown; 577 KiB data, 214 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:37.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:37 smithi191 bash[32369]: cluster 2023-10-11T14:53:36.323300+0000 mgr.smithi131.gzpodz (mgr.14195) 130 : cluster 0 pgmap v103: 1 pgs: 1 unknown; 577 KiB data, 214 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:39.005 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:53:40.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:39 smithi131 bash[24299]: cluster 2023-10-11T14:53:38.324022+0000 mgr.smithi131.gzpodz (mgr.14195) 131 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-11T14:53:40.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:39 smithi131 bash[24299]: audit 2023-10-11T14:53:38.741182+0000 mon.smithi131 (mon.0) 659 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:39 smithi131 bash[24299]: audit 2023-10-11T14:53:38.749334+0000 mon.smithi131 (mon.0) 660 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:39 smithi131 bash[24299]: audit 2023-10-11T14:53:39.492091+0000 mon.smithi131 (mon.0) 661 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:39 smithi131 bash[24299]: audit 2023-10-11T14:53:39.499551+0000 mon.smithi131 (mon.0) 662 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:39 smithi191 bash[32369]: cluster 2023-10-11T14:53:38.324022+0000 mgr.smithi131.gzpodz (mgr.14195) 131 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-11T14:53:40.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:39 smithi191 bash[32369]: audit 2023-10-11T14:53:38.741182+0000 mon.smithi131 (mon.0) 659 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:39 smithi191 bash[32369]: audit 2023-10-11T14:53:38.749334+0000 mon.smithi131 (mon.0) 660 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:39 smithi191 bash[32369]: audit 2023-10-11T14:53:39.492091+0000 mon.smithi131 (mon.0) 661 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:40.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:39 smithi191 bash[32369]: audit 2023-10-11T14:53:39.499551+0000 mon.smithi131 (mon.0) 662 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:41.774 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:53:41.774 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":39,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","created":"2023-10-11T14:48:21.330405+0000","modified":"2023-10-11T14:53:35.234908+0000","last_up_change":"2023-10-11T14:53:32.107111+0000","last_in_change":"2023-10-11T14:52:43.812621+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"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-10-11T14:53:16.890120+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":"24","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":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"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":"a3a7932a-8193-4f63-9400-14ee930f25e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6801","nonce":1858198023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6803","nonce":1858198023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6807","nonce":1858198023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6805","nonce":1858198023}]},"public_addr":"172.21.15.191:6801/1858198023","cluster_addr":"172.21.15.191:6803/1858198023","heartbeat_back_addr":"172.21.15.191:6807/1858198023","heartbeat_front_addr":"172.21.15.191:6805/1858198023","state":["exists","up"]},{"osd":1,"uuid":"cddbc37c-d10c-4490-a721-958ac8012cd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6803","nonce":156209601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6805","nonce":156209601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6809","nonce":156209601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6807","nonce":156209601}]},"public_addr":"172.21.15.131:6803/156209601","cluster_addr":"172.21.15.131:6805/156209601","heartbeat_back_addr":"172.21.15.131:6809/156209601","heartbeat_front_addr":"172.21.15.131:6807/156209601","state":["exists","up"]},{"osd":2,"uuid":"444ddc41-f523-498c-b40a-2793be046e22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6809","nonce":1496998074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6811","nonce":1496998074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6815","nonce":1496998074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6813","nonce":1496998074}]},"public_addr":"172.21.15.191:6809/1496998074","cluster_addr":"172.21.15.191:6811/1496998074","heartbeat_back_addr":"172.21.15.191:6815/1496998074","heartbeat_front_addr":"172.21.15.191:6813/1496998074","state":["exists","up"]},{"osd":3,"uuid":"1d09abb2-851e-4ce4-95bf-ef0b6d4268c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6811","nonce":2649456312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6813","nonce":2649456312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6817","nonce":2649456312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6815","nonce":2649456312}]},"public_addr":"172.21.15.131:6811/2649456312","cluster_addr":"172.21.15.131:6813/2649456312","heartbeat_back_addr":"172.21.15.131:6817/2649456312","heartbeat_front_addr":"172.21.15.131:6815/2649456312","state":["exists","up"]},{"osd":4,"uuid":"eaf784fa-a498-4335-9444-91fa3d53b93a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6816","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6817","nonce":1190726366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6819","nonce":1190726366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6823","nonce":1190726366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6821","nonce":1190726366}]},"public_addr":"172.21.15.191:6817/1190726366","cluster_addr":"172.21.15.191:6819/1190726366","heartbeat_back_addr":"172.21.15.191:6823/1190726366","heartbeat_front_addr":"172.21.15.191:6821/1190726366","state":["exists","up"]},{"osd":5,"uuid":"06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6819","nonce":1292446203}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6821","nonce":1292446203}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6825","nonce":1292446203}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6823","nonce":1292446203}]},"public_addr":"172.21.15.131:6819/1292446203","cluster_addr":"172.21.15.131:6821/1292446203","heartbeat_back_addr":"172.21.15.131:6825/1292446203","heartbeat_front_addr":"172.21.15.131:6823/1292446203","state":["exists","up"]},{"osd":6,"uuid":"afe35c9a-e9ec-46d1-8879-f27550a0dd4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6824","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6825","nonce":899817986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6827","nonce":899817986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6831","nonce":899817986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6829","nonce":899817986}]},"public_addr":"172.21.15.191:6825/899817986","cluster_addr":"172.21.15.191:6827/899817986","heartbeat_back_addr":"172.21.15.191:6831/899817986","heartbeat_front_addr":"172.21.15.191:6829/899817986","state":["exists","up"]},{"osd":7,"uuid":"35176d94-ab96-41b4-8250-ef1df73583ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6827","nonce":2344316548}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6829","nonce":2344316548}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6833","nonce":2344316548}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6831","nonce":2344316548}]},"public_addr":"172.21.15.131:6827/2344316548","cluster_addr":"172.21.15.131:6829/2344316548","heartbeat_back_addr":"172.21.15.131:6833/2344316548","heartbeat_front_addr":"172.21.15.131:6831/2344316548","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-10-11T14:53:08.889843+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-10-11T14:53:13.284779+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-10-11T14:53:14.534915+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:19.540723+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:20.930939+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:25.689409+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:25.730313+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:30.876782+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/513333378":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6801/2058740828":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6800/2058740828":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6801/932468296":"2023-10-12T14:49:37.708135+0000","172.21.15.131:6800/932468296":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/450367682":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/1459291444":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/3002951653":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/1866386866":"2023-10-12T14:51:04.283824+0000","172.21.15.131:0/260662935":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6800/1364110316":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/3039109913":"2023-10-12T14:48:53.264617+0000","172.21.15.131:6801/1364110316":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/3679613589":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/3203848969":"2023-10-12T14:49:37.708135+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-10-11T14:53:42.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:41 smithi131 bash[24299]: cluster 2023-10-11T14:53:40.324600+0000 mgr.smithi131.gzpodz (mgr.14195) 132 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-10-11T14:53:42.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:41 smithi191 bash[32369]: cluster 2023-10-11T14:53:40.324600+0000 mgr.smithi131.gzpodz (mgr.14195) 132 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-10-11T14:53:42.384 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-11T14:53:16.890120+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': '24', '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': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-10-11T14:53:42.385 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-11T14:53:43.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:42 smithi131 bash[24299]: audit 2023-10-11T14:53:41.769182+0000 mon.smithi191 (mon.1) 19 : audit 0 from='client.? 172.21.15.131:0/1817937418' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T14:53:43.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:42 smithi191 bash[32369]: audit 2023-10-11T14:53:41.769182+0000 mon.smithi191 (mon.1) 19 : audit 0 from='client.? 172.21.15.131:0/1817937418' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T14:53:44.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:43 smithi131 bash[24299]: cluster 2023-10-11T14:53:42.325245+0000 mgr.smithi131.gzpodz (mgr.14195) 133 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-10-11T14:53:44.109 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:43 smithi191 bash[32369]: cluster 2023-10-11T14:53:42.325245+0000 mgr.smithi131.gzpodz (mgr.14195) 133 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-10-11T14:53:45.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:45 smithi131 bash[24299]: cluster 2023-10-11T14:53:44.325794+0000 mgr.smithi131.gzpodz (mgr.14195) 134 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-11T14:53:46.007 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:45 smithi191 bash[32369]: cluster 2023-10-11T14:53:44.325794+0000 mgr.smithi131.gzpodz (mgr.14195) 134 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-11T14:53:46.937 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:53:47.855 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:47 smithi131 bash[24299]: cluster 2023-10-11T14:53:46.326483+0000 mgr.smithi131.gzpodz (mgr.14195) 135 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-11T14:53:48.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:47 smithi191 bash[32369]: cluster 2023-10-11T14:53:46.326483+0000 mgr.smithi131.gzpodz (mgr.14195) 135 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-11T14:53:49.896 INFO:teuthology.orchestra.run.smithi131.stdout:pg_num: 1 2023-10-11T14:53:50.016 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:49 smithi191 bash[32369]: cluster 2023-10-11T14:53:48.327052+0000 mgr.smithi131.gzpodz (mgr.14195) 136 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-11T14:53:50.016 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:49 smithi191 bash[32369]: audit 2023-10-11T14:53:49.387449+0000 mon.smithi131 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:50.071 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:49 smithi131 bash[24299]: cluster 2023-10-11T14:53:48.327052+0000 mgr.smithi131.gzpodz (mgr.14195) 136 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-11T14:53:50.071 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:49 smithi131 bash[24299]: audit 2023-10-11T14:53:49.387449+0000 mon.smithi131 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:53:50.519 INFO:tasks.cephadm:Setting up client nodes... 2023-10-11T14:53:50.520 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T14:53:51.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:50 smithi131 bash[24299]: audit 2023-10-11T14:53:49.892630+0000 mon.smithi131 (mon.0) 664 : audit 0 from='client.? 172.21.15.131:0/1811698297' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-11T14:53:51.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:50 smithi191 bash[32369]: audit 2023-10-11T14:53:49.892630+0000 mon.smithi131 (mon.0) 664 : audit 0 from='client.? 172.21.15.131:0/1811698297' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-11T14:53:52.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: cluster 2023-10-11T14:53:50.327463+0000 mgr.smithi131.gzpodz (mgr.14195) 137 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:52.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: cephadm 2023-10-11T14:53:50.769707+0000 mgr.smithi131.gzpodz (mgr.14195) 138 : cephadm 1 Detected new or changed devices on smithi191 2023-10-11T14:53:52.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.777740+0000 mon.smithi131 (mon.0) 665 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.784678+0000 mon.smithi131 (mon.0) 666 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.786501+0000 mon.smithi131 (mon.0) 667 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.787441+0000 mon.smithi131 (mon.0) 668 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.788286+0000 mon.smithi131 (mon.0) 669 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.789105+0000 mon.smithi131 (mon.0) 670 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: cephadm 2023-10-11T14:53:50.789747+0000 mgr.smithi131.gzpodz (mgr.14195) 139 : cephadm 1 Adjusting osd_memory_target on smithi191 to 3772M 2023-10-11T14:53:52.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:50.795242+0000 mon.smithi131 (mon.0) 671 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.267054+0000 mon.smithi131 (mon.0) 672 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.276868+0000 mon.smithi131 (mon.0) 673 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.279550+0000 mon.smithi131 (mon.0) 674 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.280929+0000 mon.smithi131 (mon.0) 675 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.282260+0000 mon.smithi131 (mon.0) 676 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.283603+0000 mon.smithi131 (mon.0) 677 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.291838+0000 mon.smithi131 (mon.0) 678 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.096 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.293535+0000 mon.smithi131 (mon.0) 679 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:52.096 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.294763+0000 mon.smithi131 (mon.0) 680 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:53:52.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.301126+0000 mon.smithi131 (mon.0) 681 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.305503+0000 mon.smithi131 (mon.0) 682 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:53:52.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.312948+0000 mon.smithi131 (mon.0) 683 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:53:52.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.314064+0000 mon.smithi131 (mon.0) 684 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:52.097 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.318942+0000 mon.smithi131 (mon.0) 685 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:53:52.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:51 smithi131 bash[24299]: audit 2023-10-11T14:53:51.320174+0000 mon.smithi131 (mon.0) 686 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:52.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: cluster 2023-10-11T14:53:50.327463+0000 mgr.smithi131.gzpodz (mgr.14195) 137 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:52.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: cephadm 2023-10-11T14:53:50.769707+0000 mgr.smithi131.gzpodz (mgr.14195) 138 : cephadm 1 Detected new or changed devices on smithi191 2023-10-11T14:53:52.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.777740+0000 mon.smithi131 (mon.0) 665 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.784678+0000 mon.smithi131 (mon.0) 666 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.786501+0000 mon.smithi131 (mon.0) 667 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.787441+0000 mon.smithi131 (mon.0) 668 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.788286+0000 mon.smithi131 (mon.0) 669 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.789105+0000 mon.smithi131 (mon.0) 670 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: cephadm 2023-10-11T14:53:50.789747+0000 mgr.smithi131.gzpodz (mgr.14195) 139 : cephadm 1 Adjusting osd_memory_target on smithi191 to 3772M 2023-10-11T14:53:52.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:50.795242+0000 mon.smithi131 (mon.0) 671 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.267054+0000 mon.smithi131 (mon.0) 672 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.276868+0000 mon.smithi131 (mon.0) 673 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.279550+0000 mon.smithi131 (mon.0) 674 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.150 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.280929+0000 mon.smithi131 (mon.0) 675 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.150 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.282260+0000 mon.smithi131 (mon.0) 676 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.150 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.283603+0000 mon.smithi131 (mon.0) 677 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T14:53:52.150 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.291838+0000 mon.smithi131 (mon.0) 678 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.150 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.293535+0000 mon.smithi131 (mon.0) 679 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:52.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.294763+0000 mon.smithi131 (mon.0) 680 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:53:52.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.301126+0000 mon.smithi131 (mon.0) 681 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:53:52.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.305503+0000 mon.smithi131 (mon.0) 682 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:53:52.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.312948+0000 mon.smithi131 (mon.0) 683 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:53:52.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.314064+0000 mon.smithi131 (mon.0) 684 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:52.152 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.318942+0000 mon.smithi131 (mon.0) 685 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T14:53:52.152 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:51 smithi191 bash[32369]: audit 2023-10-11T14:53:51.320174+0000 mon.smithi131 (mon.0) 686 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:53:53.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:52 smithi131 bash[24299]: cephadm 2023-10-11T14:53:51.256593+0000 mgr.smithi131.gzpodz (mgr.14195) 140 : cephadm 1 Detected new or changed devices on smithi131 2023-10-11T14:53:53.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:52 smithi131 bash[24299]: cephadm 2023-10-11T14:53:51.284815+0000 mgr.smithi131.gzpodz (mgr.14195) 141 : cephadm 1 Adjusting osd_memory_target on smithi131 to 3004M 2023-10-11T14:53:53.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:52 smithi191 bash[32369]: cephadm 2023-10-11T14:53:51.256593+0000 mgr.smithi131.gzpodz (mgr.14195) 140 : cephadm 1 Detected new or changed devices on smithi131 2023-10-11T14:53:53.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:52 smithi191 bash[32369]: cephadm 2023-10-11T14:53:51.284815+0000 mgr.smithi131.gzpodz (mgr.14195) 141 : cephadm 1 Adjusting osd_memory_target on smithi131 to 3004M 2023-10-11T14:53:54.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:53 smithi131 bash[24299]: cluster 2023-10-11T14:53:52.328033+0000 mgr.smithi131.gzpodz (mgr.14195) 142 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:54.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:53 smithi191 bash[32369]: cluster 2023-10-11T14:53:52.328033+0000 mgr.smithi131.gzpodz (mgr.14195) 142 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:55.261 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:53:56.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:55 smithi131 bash[24299]: cluster 2023-10-11T14:53:54.328664+0000 mgr.smithi131.gzpodz (mgr.14195) 143 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:56.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:55 smithi191 bash[32369]: cluster 2023-10-11T14:53:54.328664+0000 mgr.smithi131.gzpodz (mgr.14195) 143 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:57.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:57 smithi191 bash[32369]: cluster 2023-10-11T14:53:56.329144+0000 mgr.smithi131.gzpodz (mgr.14195) 144 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:58.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:57 smithi131 bash[24299]: cluster 2023-10-11T14:53:56.329144+0000 mgr.smithi131.gzpodz (mgr.14195) 144 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:53:59.482 INFO:teuthology.orchestra.run.smithi131.stdout:[client.0] 2023-10-11T14:53:59.482 INFO:teuthology.orchestra.run.smithi131.stdout: key = AQAHtyZlHjwYHBAA7U4y6IHdVf8ZetayEB+9sg== 2023-10-11T14:54:00.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:59 smithi131 bash[24299]: cluster 2023-10-11T14:53:58.329644+0000 mgr.smithi131.gzpodz (mgr.14195) 145 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:00.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:59 smithi131 bash[24299]: audit 2023-10-11T14:53:59.471015+0000 mon.smithi131 (mon.0) 687 : audit 1 from='client.? 172.21.15.131:0/3460422447' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T14:54:00.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:53:59 smithi131 bash[24299]: audit 2023-10-11T14:53:59.478220+0000 mon.smithi131 (mon.0) 688 : audit 1 from='client.? 172.21.15.131:0/3460422447' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T14:54:00.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:59 smithi191 bash[32369]: cluster 2023-10-11T14:53:58.329644+0000 mgr.smithi131.gzpodz (mgr.14195) 145 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:00.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:59 smithi191 bash[32369]: audit 2023-10-11T14:53:59.471015+0000 mon.smithi131 (mon.0) 687 : audit 1 from='client.? 172.21.15.131:0/3460422447' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T14:54:00.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:53:59 smithi191 bash[32369]: audit 2023-10-11T14:53:59.478220+0000 mon.smithi131 (mon.0) 688 : audit 1 from='client.? 172.21.15.131:0/3460422447' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T14:54:00.246 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T14:54:00.246 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-11T14:54:00.246 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-11T14:54:00.268 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T14:54:02.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:01 smithi131 bash[24299]: cluster 2023-10-11T14:54:00.330119+0000 mgr.smithi131.gzpodz (mgr.14195) 146 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:02.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:01 smithi191 bash[32369]: cluster 2023-10-11T14:54:00.330119+0000 mgr.smithi131.gzpodz (mgr.14195) 146 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:03.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:03 smithi131 bash[24299]: cluster 2023-10-11T14:54:02.330662+0000 mgr.smithi131.gzpodz (mgr.14195) 147 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:03.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:03 smithi191 bash[32369]: cluster 2023-10-11T14:54:02.330662+0000 mgr.smithi131.gzpodz (mgr.14195) 147 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:04.997 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi191/config 2023-10-11T14:54:05.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:05 smithi191 bash[32369]: cluster 2023-10-11T14:54:04.331133+0000 mgr.smithi131.gzpodz (mgr.14195) 148 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:05.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:05 smithi191 bash[32369]: audit 2023-10-11T14:54:04.388118+0000 mon.smithi131 (mon.0) 689 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:05.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:05 smithi131 bash[24299]: cluster 2023-10-11T14:54:04.331133+0000 mgr.smithi131.gzpodz (mgr.14195) 148 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:05 smithi131 bash[24299]: audit 2023-10-11T14:54:04.388118+0000 mon.smithi131 (mon.0) 689 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:07.533 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:07 smithi191 bash[32369]: cluster 2023-10-11T14:54:06.331680+0000 mgr.smithi131.gzpodz (mgr.14195) 149 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:07.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:07 smithi131 bash[24299]: cluster 2023-10-11T14:54:06.331680+0000 mgr.smithi131.gzpodz (mgr.14195) 149 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:09.517 INFO:teuthology.orchestra.run.smithi191.stdout:[client.1] 2023-10-11T14:54:09.517 INFO:teuthology.orchestra.run.smithi191.stdout: key = AQARtyZlpPcPHhAAun/Wyv2ew12wXc/daAeZLA== 2023-10-11T14:54:09.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:09 smithi131 bash[24299]: cluster 2023-10-11T14:54:08.332285+0000 mgr.smithi131.gzpodz (mgr.14195) 150 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:09.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:09 smithi191 bash[32369]: cluster 2023-10-11T14:54:08.332285+0000 mgr.smithi131.gzpodz (mgr.14195) 150 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:10.621 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T14:54:10.622 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-11T14:54:10.622 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-11T14:54:10.646 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-11T14:54:10.648 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-11T14:54:10.648 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-11T14:54:10.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:10 smithi131 bash[24299]: audit 2023-10-11T14:54:09.503804+0000 mon.smithi191 (mon.1) 20 : audit 1 from='client.? 172.21.15.191:0/1892157347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T14:54:10.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:10 smithi131 bash[24299]: audit 2023-10-11T14:54:09.504017+0000 mon.smithi131 (mon.0) 690 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T14:54:10.661 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:10 smithi131 bash[24299]: audit 2023-10-11T14:54:09.509448+0000 mon.smithi131 (mon.0) 691 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T14:54:10.726 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:10 smithi191 bash[32369]: audit 2023-10-11T14:54:09.503804+0000 mon.smithi191 (mon.1) 20 : audit 1 from='client.? 172.21.15.191:0/1892157347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T14:54:10.727 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:10 smithi191 bash[32369]: audit 2023-10-11T14:54:09.504017+0000 mon.smithi131 (mon.0) 690 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T14:54:10.727 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:10 smithi191 bash[32369]: audit 2023-10-11T14:54:09.509448+0000 mon.smithi131 (mon.0) 691 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T14:54:11.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:11 smithi131 bash[24299]: cluster 2023-10-11T14:54:10.332905+0000 mgr.smithi131.gzpodz (mgr.14195) 151 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:11.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:11 smithi191 bash[32369]: cluster 2023-10-11T14:54:10.332905+0000 mgr.smithi131.gzpodz (mgr.14195) 151 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:13.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:13 smithi131 bash[24299]: cluster 2023-10-11T14:54:12.333514+0000 mgr.smithi131.gzpodz (mgr.14195) 152 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:13.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:13 smithi191 bash[32369]: cluster 2023-10-11T14:54:12.333514+0000 mgr.smithi131.gzpodz (mgr.14195) 152 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:14.657 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:15.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:15 smithi191 bash[32369]: cluster 2023-10-11T14:54:14.334129+0000 mgr.smithi131.gzpodz (mgr.14195) 153 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:15.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:15 smithi131 bash[24299]: cluster 2023-10-11T14:54:14.334129+0000 mgr.smithi131.gzpodz (mgr.14195) 153 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:17.693 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:17 smithi191 bash[32369]: cluster 2023-10-11T14:54:16.334717+0000 mgr.smithi131.gzpodz (mgr.14195) 154 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:17.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:17 smithi131 bash[24299]: cluster 2023-10-11T14:54:16.334717+0000 mgr.smithi131.gzpodz (mgr.14195) 154 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:18.807 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:54:19.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:19 smithi131 bash[24299]: cluster 2023-10-11T14:54:18.335251+0000 mgr.smithi131.gzpodz (mgr.14195) 155 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:19 smithi131 bash[24299]: audit 2023-10-11T14:54:18.792646+0000 mon.smithi131 (mon.0) 692 : audit 0 from='client.? 172.21.15.131:0/401391035' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T14:54:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:19 smithi131 bash[24299]: audit 2023-10-11T14:54:19.387583+0000 mon.smithi131 (mon.0) 693 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:19 smithi191 bash[32369]: cluster 2023-10-11T14:54:18.335251+0000 mgr.smithi131.gzpodz (mgr.14195) 155 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:19 smithi191 bash[32369]: audit 2023-10-11T14:54:18.792646+0000 mon.smithi131 (mon.0) 692 : audit 0 from='client.? 172.21.15.131:0/401391035' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T14:54:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:19 smithi191 bash[32369]: audit 2023-10-11T14:54:19.387583+0000 mon.smithi131 (mon.0) 693 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:19.981 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":19,"active_gid":14195,"active_name":"smithi131.gzpodz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":1500286363},{"type":"v1","addr":"172.21.15.131:6801","nonce":1500286363}]},"active_addr":"172.21.15.131:6801/1500286363","active_change":"2023-10-11T14:51:04.283997+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14212,"name":"smithi191.ighaca","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":[]},"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:0.0.2","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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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","prometheus","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":[]},"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:0.0.2","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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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.131:8443/","prometheus":"http://172.21.15.131:9283/"},"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":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":1017631322}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":1384552370}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":3995957719}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":2622029415}]}]} 2023-10-11T14:54:19.986 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-11T14:54:19.986 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-11T14:54:19.987 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T14:54:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:21 smithi131 bash[24299]: audit 2023-10-11T14:54:20.085951+0000 mon.smithi131 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:21 smithi131 bash[24299]: audit 2023-10-11T14:54:20.095104+0000 mon.smithi131 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:21 smithi131 bash[24299]: cluster 2023-10-11T14:54:20.335839+0000 mgr.smithi131.gzpodz (mgr.14195) 156 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:21.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:21 smithi131 bash[24299]: audit 2023-10-11T14:54:20.775943+0000 mon.smithi131 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:21 smithi131 bash[24299]: audit 2023-10-11T14:54:20.783343+0000 mon.smithi131 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.396 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:21 smithi191 bash[32369]: audit 2023-10-11T14:54:20.085951+0000 mon.smithi131 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:21 smithi191 bash[32369]: audit 2023-10-11T14:54:20.095104+0000 mon.smithi131 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:21 smithi191 bash[32369]: cluster 2023-10-11T14:54:20.335839+0000 mgr.smithi131.gzpodz (mgr.14195) 156 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:21 smithi191 bash[32369]: audit 2023-10-11T14:54:20.775943+0000 mon.smithi131 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:21.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:21 smithi191 bash[32369]: audit 2023-10-11T14:54:20.783343+0000 mon.smithi131 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:54:23.504 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:23 smithi131 bash[24299]: cluster 2023-10-11T14:54:22.336402+0000 mgr.smithi131.gzpodz (mgr.14195) 157 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:23.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:23 smithi191 bash[32369]: cluster 2023-10-11T14:54:22.336402+0000 mgr.smithi131.gzpodz (mgr.14195) 157 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:24.774 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:25.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:25 smithi131 bash[24299]: cluster 2023-10-11T14:54:24.336887+0000 mgr.smithi131.gzpodz (mgr.14195) 158 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:25.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:25 smithi191 bash[32369]: cluster 2023-10-11T14:54:24.336887+0000 mgr.smithi131.gzpodz (mgr.14195) 158 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:27.438 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:54:27.439 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":39,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","created":"2023-10-11T14:48:21.330405+0000","modified":"2023-10-11T14:53:35.234908+0000","last_up_change":"2023-10-11T14:53:32.107111+0000","last_in_change":"2023-10-11T14:52:43.812621+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"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-10-11T14:53:16.890120+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":"24","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":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"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":"a3a7932a-8193-4f63-9400-14ee930f25e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6801","nonce":1858198023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6803","nonce":1858198023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6807","nonce":1858198023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6805","nonce":1858198023}]},"public_addr":"172.21.15.191:6801/1858198023","cluster_addr":"172.21.15.191:6803/1858198023","heartbeat_back_addr":"172.21.15.191:6807/1858198023","heartbeat_front_addr":"172.21.15.191:6805/1858198023","state":["exists","up"]},{"osd":1,"uuid":"cddbc37c-d10c-4490-a721-958ac8012cd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6803","nonce":156209601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6805","nonce":156209601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6809","nonce":156209601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6807","nonce":156209601}]},"public_addr":"172.21.15.131:6803/156209601","cluster_addr":"172.21.15.131:6805/156209601","heartbeat_back_addr":"172.21.15.131:6809/156209601","heartbeat_front_addr":"172.21.15.131:6807/156209601","state":["exists","up"]},{"osd":2,"uuid":"444ddc41-f523-498c-b40a-2793be046e22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6809","nonce":1496998074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6811","nonce":1496998074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6815","nonce":1496998074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6813","nonce":1496998074}]},"public_addr":"172.21.15.191:6809/1496998074","cluster_addr":"172.21.15.191:6811/1496998074","heartbeat_back_addr":"172.21.15.191:6815/1496998074","heartbeat_front_addr":"172.21.15.191:6813/1496998074","state":["exists","up"]},{"osd":3,"uuid":"1d09abb2-851e-4ce4-95bf-ef0b6d4268c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6811","nonce":2649456312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6813","nonce":2649456312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6817","nonce":2649456312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6815","nonce":2649456312}]},"public_addr":"172.21.15.131:6811/2649456312","cluster_addr":"172.21.15.131:6813/2649456312","heartbeat_back_addr":"172.21.15.131:6817/2649456312","heartbeat_front_addr":"172.21.15.131:6815/2649456312","state":["exists","up"]},{"osd":4,"uuid":"eaf784fa-a498-4335-9444-91fa3d53b93a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6816","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6817","nonce":1190726366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6819","nonce":1190726366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6823","nonce":1190726366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6821","nonce":1190726366}]},"public_addr":"172.21.15.191:6817/1190726366","cluster_addr":"172.21.15.191:6819/1190726366","heartbeat_back_addr":"172.21.15.191:6823/1190726366","heartbeat_front_addr":"172.21.15.191:6821/1190726366","state":["exists","up"]},{"osd":5,"uuid":"06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6819","nonce":1292446203}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6821","nonce":1292446203}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6825","nonce":1292446203}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6823","nonce":1292446203}]},"public_addr":"172.21.15.131:6819/1292446203","cluster_addr":"172.21.15.131:6821/1292446203","heartbeat_back_addr":"172.21.15.131:6825/1292446203","heartbeat_front_addr":"172.21.15.131:6823/1292446203","state":["exists","up"]},{"osd":6,"uuid":"afe35c9a-e9ec-46d1-8879-f27550a0dd4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6824","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6825","nonce":899817986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6827","nonce":899817986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6831","nonce":899817986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6829","nonce":899817986}]},"public_addr":"172.21.15.191:6825/899817986","cluster_addr":"172.21.15.191:6827/899817986","heartbeat_back_addr":"172.21.15.191:6831/899817986","heartbeat_front_addr":"172.21.15.191:6829/899817986","state":["exists","up"]},{"osd":7,"uuid":"35176d94-ab96-41b4-8250-ef1df73583ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6827","nonce":2344316548}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6829","nonce":2344316548}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6833","nonce":2344316548}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6831","nonce":2344316548}]},"public_addr":"172.21.15.131:6827/2344316548","cluster_addr":"172.21.15.131:6829/2344316548","heartbeat_back_addr":"172.21.15.131:6833/2344316548","heartbeat_front_addr":"172.21.15.131:6831/2344316548","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-10-11T14:53:08.889843+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-10-11T14:53:13.284779+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-10-11T14:53:14.534915+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:19.540723+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:20.930939+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:25.689409+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:25.730313+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:30.876782+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/513333378":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6801/2058740828":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6800/2058740828":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6801/932468296":"2023-10-12T14:49:37.708135+0000","172.21.15.131:6800/932468296":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/450367682":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/1459291444":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/3002951653":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/1866386866":"2023-10-12T14:51:04.283824+0000","172.21.15.131:0/260662935":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6800/1364110316":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/3039109913":"2023-10-12T14:48:53.264617+0000","172.21.15.131:6801/1364110316":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/3679613589":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/3203848969":"2023-10-12T14:49:37.708135+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-10-11T14:54:27.650 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:27 smithi131 bash[24299]: cluster 2023-10-11T14:54:26.337274+0000 mgr.smithi131.gzpodz (mgr.14195) 159 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:27.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:27 smithi191 bash[32369]: cluster 2023-10-11T14:54:26.337274+0000 mgr.smithi131.gzpodz (mgr.14195) 159 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:28.031 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-11T14:54:28.031 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T14:54:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:28 smithi131 bash[24299]: audit 2023-10-11T14:54:27.433636+0000 mon.smithi131 (mon.0) 698 : audit 0 from='client.? 172.21.15.131:0/2664330772' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T14:54:28.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:28 smithi191 bash[32369]: audit 2023-10-11T14:54:27.433636+0000 mon.smithi131 (mon.0) 698 : audit 0 from='client.? 172.21.15.131:0/2664330772' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T14:54:29.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:29 smithi191 bash[32369]: cluster 2023-10-11T14:54:28.337932+0000 mgr.smithi131.gzpodz (mgr.14195) 160 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:29.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:29 smithi131 bash[24299]: cluster 2023-10-11T14:54:28.337932+0000 mgr.smithi131.gzpodz (mgr.14195) 160 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:31.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:31 smithi131 bash[24299]: cluster 2023-10-11T14:54:30.338534+0000 mgr.smithi131.gzpodz (mgr.14195) 161 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:31.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:31 smithi191 bash[32369]: cluster 2023-10-11T14:54:30.338534+0000 mgr.smithi131.gzpodz (mgr.14195) 161 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:32.774 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:33.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:33 smithi131 bash[24299]: cluster 2023-10-11T14:54:32.339132+0000 mgr.smithi131.gzpodz (mgr.14195) 162 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:33.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:33 smithi191 bash[32369]: cluster 2023-10-11T14:54:32.339132+0000 mgr.smithi131.gzpodz (mgr.14195) 162 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:34.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:34 smithi131 bash[24299]: audit 2023-10-11T14:54:34.388640+0000 mon.smithi131 (mon.0) 699 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:34.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:34 smithi191 bash[32369]: audit 2023-10-11T14:54:34.388640+0000 mon.smithi131 (mon.0) 699 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:35.429 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:54:35.429 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":39,"fsid":"0e3bc968-6845-11ee-8db6-212e2dc638e7","created":"2023-10-11T14:48:21.330405+0000","modified":"2023-10-11T14:53:35.234908+0000","last_up_change":"2023-10-11T14:53:32.107111+0000","last_in_change":"2023-10-11T14:52:43.812621+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"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-10-11T14:53:16.890120+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":"24","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":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"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":"a3a7932a-8193-4f63-9400-14ee930f25e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6801","nonce":1858198023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6803","nonce":1858198023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6807","nonce":1858198023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":1858198023},{"type":"v1","addr":"172.21.15.191:6805","nonce":1858198023}]},"public_addr":"172.21.15.191:6801/1858198023","cluster_addr":"172.21.15.191:6803/1858198023","heartbeat_back_addr":"172.21.15.191:6807/1858198023","heartbeat_front_addr":"172.21.15.191:6805/1858198023","state":["exists","up"]},{"osd":1,"uuid":"cddbc37c-d10c-4490-a721-958ac8012cd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6803","nonce":156209601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6805","nonce":156209601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6809","nonce":156209601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":156209601},{"type":"v1","addr":"172.21.15.131:6807","nonce":156209601}]},"public_addr":"172.21.15.131:6803/156209601","cluster_addr":"172.21.15.131:6805/156209601","heartbeat_back_addr":"172.21.15.131:6809/156209601","heartbeat_front_addr":"172.21.15.131:6807/156209601","state":["exists","up"]},{"osd":2,"uuid":"444ddc41-f523-498c-b40a-2793be046e22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6808","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6809","nonce":1496998074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6811","nonce":1496998074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6815","nonce":1496998074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":1496998074},{"type":"v1","addr":"172.21.15.191:6813","nonce":1496998074}]},"public_addr":"172.21.15.191:6809/1496998074","cluster_addr":"172.21.15.191:6811/1496998074","heartbeat_back_addr":"172.21.15.191:6815/1496998074","heartbeat_front_addr":"172.21.15.191:6813/1496998074","state":["exists","up"]},{"osd":3,"uuid":"1d09abb2-851e-4ce4-95bf-ef0b6d4268c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6811","nonce":2649456312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6813","nonce":2649456312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6817","nonce":2649456312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":2649456312},{"type":"v1","addr":"172.21.15.131:6815","nonce":2649456312}]},"public_addr":"172.21.15.131:6811/2649456312","cluster_addr":"172.21.15.131:6813/2649456312","heartbeat_back_addr":"172.21.15.131:6817/2649456312","heartbeat_front_addr":"172.21.15.131:6815/2649456312","state":["exists","up"]},{"osd":4,"uuid":"eaf784fa-a498-4335-9444-91fa3d53b93a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6816","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6817","nonce":1190726366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6819","nonce":1190726366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6823","nonce":1190726366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":1190726366},{"type":"v1","addr":"172.21.15.191:6821","nonce":1190726366}]},"public_addr":"172.21.15.191:6817/1190726366","cluster_addr":"172.21.15.191:6819/1190726366","heartbeat_back_addr":"172.21.15.191:6823/1190726366","heartbeat_front_addr":"172.21.15.191:6821/1190726366","state":["exists","up"]},{"osd":5,"uuid":"06f28fb5-53b0-47f6-a5b4-ff3cb8b1cd5d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6819","nonce":1292446203}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6821","nonce":1292446203}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6825","nonce":1292446203}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1292446203},{"type":"v1","addr":"172.21.15.131:6823","nonce":1292446203}]},"public_addr":"172.21.15.131:6819/1292446203","cluster_addr":"172.21.15.131:6821/1292446203","heartbeat_back_addr":"172.21.15.131:6825/1292446203","heartbeat_front_addr":"172.21.15.131:6823/1292446203","state":["exists","up"]},{"osd":6,"uuid":"afe35c9a-e9ec-46d1-8879-f27550a0dd4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6824","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6825","nonce":899817986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6827","nonce":899817986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6831","nonce":899817986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":899817986},{"type":"v1","addr":"172.21.15.191:6829","nonce":899817986}]},"public_addr":"172.21.15.191:6825/899817986","cluster_addr":"172.21.15.191:6827/899817986","heartbeat_back_addr":"172.21.15.191:6831/899817986","heartbeat_front_addr":"172.21.15.191:6829/899817986","state":["exists","up"]},{"osd":7,"uuid":"35176d94-ab96-41b4-8250-ef1df73583ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6827","nonce":2344316548}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6829","nonce":2344316548}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6833","nonce":2344316548}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":2344316548},{"type":"v1","addr":"172.21.15.131:6831","nonce":2344316548}]},"public_addr":"172.21.15.131:6827/2344316548","cluster_addr":"172.21.15.131:6829/2344316548","heartbeat_back_addr":"172.21.15.131:6833/2344316548","heartbeat_front_addr":"172.21.15.131:6831/2344316548","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-10-11T14:53:08.889843+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-10-11T14:53:13.284779+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-10-11T14:53:14.534915+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:19.540723+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:20.930939+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:25.689409+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:25.730313+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-11T14:53:30.876782+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/513333378":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6801/2058740828":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6800/2058740828":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6801/932468296":"2023-10-12T14:49:37.708135+0000","172.21.15.131:6800/932468296":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/450367682":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/1459291444":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/3002951653":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/1866386866":"2023-10-12T14:51:04.283824+0000","172.21.15.131:0/260662935":"2023-10-12T14:51:04.283824+0000","172.21.15.131:6800/1364110316":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/3039109913":"2023-10-12T14:48:53.264617+0000","172.21.15.131:6801/1364110316":"2023-10-12T14:48:53.264617+0000","172.21.15.131:0/3679613589":"2023-10-12T14:49:37.708135+0000","172.21.15.131:0/3203848969":"2023-10-12T14:49:37.708135+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-10-11T14:54:35.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:35 smithi131 bash[24299]: cluster 2023-10-11T14:54:34.339545+0000 mgr.smithi131.gzpodz (mgr.14195) 163 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:35 smithi131 bash[24299]: audit 2023-10-11T14:54:35.423775+0000 mon.smithi131 (mon.0) 700 : audit 0 from='client.? 172.21.15.131:0/4189452319' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T14:54:35.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:35 smithi191 bash[32369]: cluster 2023-10-11T14:54:34.339545+0000 mgr.smithi131.gzpodz (mgr.14195) 163 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:35.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:35 smithi191 bash[32369]: audit 2023-10-11T14:54:35.423775+0000 mon.smithi131 (mon.0) 700 : audit 0 from='client.? 172.21.15.131:0/4189452319' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T14:54:36.043 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-11T14:54:36.044 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-11T14:54:36.044 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-11T14:54:36.045 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-11T14:54:36.045 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-11T14:54:36.046 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-11T14:54:36.047 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-11T14:54:36.047 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-11T14:54:37.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:37 smithi131 bash[24299]: cluster 2023-10-11T14:54:36.340038+0000 mgr.smithi131.gzpodz (mgr.14195) 164 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:37.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:37 smithi191 bash[32369]: cluster 2023-10-11T14:54:36.340038+0000 mgr.smithi131.gzpodz (mgr.14195) 164 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:39.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:39 smithi131 bash[24299]: cluster 2023-10-11T14:54:38.340605+0000 mgr.smithi131.gzpodz (mgr.14195) 165 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:39.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:39 smithi191 bash[32369]: cluster 2023-10-11T14:54:38.340605+0000 mgr.smithi131.gzpodz (mgr.14195) 165 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:40.878 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.879 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.879 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.879 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.880 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.880 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.882 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:40.882 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:41.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:41 smithi131 bash[24299]: cluster 2023-10-11T14:54:40.341471+0000 mgr.smithi131.gzpodz (mgr.14195) 166 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:41.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:41 smithi191 bash[32369]: cluster 2023-10-11T14:54:40.341471+0000 mgr.smithi131.gzpodz (mgr.14195) 166 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:43.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:43 smithi131 bash[24299]: cluster 2023-10-11T14:54:42.342069+0000 mgr.smithi131.gzpodz (mgr.14195) 167 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:43.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:43 smithi191 bash[32369]: cluster 2023-10-11T14:54:42.342069+0000 mgr.smithi131.gzpodz (mgr.14195) 167 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:45.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:45 smithi131 bash[24299]: cluster 2023-10-11T14:54:44.342555+0000 mgr.smithi131.gzpodz (mgr.14195) 168 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:45.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:45 smithi191 bash[32369]: cluster 2023-10-11T14:54:44.342555+0000 mgr.smithi131.gzpodz (mgr.14195) 168 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:47.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:47 smithi131 bash[24299]: cluster 2023-10-11T14:54:46.343054+0000 mgr.smithi131.gzpodz (mgr.14195) 169 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:47.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:47 smithi191 bash[32369]: cluster 2023-10-11T14:54:46.343054+0000 mgr.smithi131.gzpodz (mgr.14195) 169 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:49.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:49 smithi131 bash[24299]: cluster 2023-10-11T14:54:48.343574+0000 mgr.smithi131.gzpodz (mgr.14195) 170 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:49.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:49 smithi131 bash[24299]: audit 2023-10-11T14:54:49.388933+0000 mon.smithi131 (mon.0) 701 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:49 smithi191 bash[32369]: cluster 2023-10-11T14:54:48.343574+0000 mgr.smithi131.gzpodz (mgr.14195) 170 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:49 smithi191 bash[32369]: audit 2023-10-11T14:54:49.388933+0000 mon.smithi131 (mon.0) 701 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:54:51.474 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:51 smithi131 bash[24299]: cluster 2023-10-11T14:54:50.344085+0000 mgr.smithi131.gzpodz (mgr.14195) 171 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:51.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:51 smithi191 bash[32369]: cluster 2023-10-11T14:54:50.344085+0000 mgr.smithi131.gzpodz (mgr.14195) 171 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:52.543 INFO:teuthology.orchestra.run.smithi131.stdout:85899345942 2023-10-11T14:54:52.544 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-11T14:54:53.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:53 smithi131 bash[24299]: cluster 2023-10-11T14:54:52.344455+0000 mgr.smithi131.gzpodz (mgr.14195) 172 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:53.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:53 smithi191 bash[32369]: cluster 2023-10-11T14:54:52.344455+0000 mgr.smithi131.gzpodz (mgr.14195) 172 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:54.097 INFO:teuthology.orchestra.run.smithi131.stdout:68719476760 2023-10-11T14:54:54.098 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-11T14:54:55.302 INFO:teuthology.orchestra.run.smithi131.stdout:150323855378 2023-10-11T14:54:55.303 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-11T14:54:55.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:55 smithi131 bash[24299]: cluster 2023-10-11T14:54:54.344873+0000 mgr.smithi131.gzpodz (mgr.14195) 173 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:55.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:55 smithi191 bash[32369]: cluster 2023-10-11T14:54:54.344873+0000 mgr.smithi131.gzpodz (mgr.14195) 173 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:56.097 INFO:teuthology.orchestra.run.smithi131.stdout:133143986195 2023-10-11T14:54:56.098 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-11T14:54:56.277 INFO:teuthology.orchestra.run.smithi131.stdout:90194313238 2023-10-11T14:54:56.278 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-11T14:54:56.831 INFO:teuthology.orchestra.run.smithi131.stdout:115964117013 2023-10-11T14:54:56.831 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-11T14:54:57.350 INFO:teuthology.orchestra.run.smithi131.stdout:111669149717 2023-10-11T14:54:57.351 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-11T14:54:57.464 INFO:teuthology.orchestra.run.smithi131.stdout:133143986196 2023-10-11T14:54:57.464 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-11T14:54:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:57 smithi131 bash[24299]: cluster 2023-10-11T14:54:56.345184+0000 mgr.smithi131.gzpodz (mgr.14195) 174 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:57.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:57 smithi191 bash[32369]: cluster 2023-10-11T14:54:56.345184+0000 mgr.smithi131.gzpodz (mgr.14195) 174 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:59.821 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:54:59.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:54:59 smithi191 bash[32369]: cluster 2023-10-11T14:54:58.345690+0000 mgr.smithi131.gzpodz (mgr.14195) 175 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:54:59.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:54:59 smithi131 bash[24299]: cluster 2023-10-11T14:54:58.345690+0000 mgr.smithi131.gzpodz (mgr.14195) 175 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:00.842 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:00.843 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:00.843 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:00.848 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:00.848 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:01 smithi131 bash[24299]: cluster 2023-10-11T14:55:00.346287+0000 mgr.smithi131.gzpodz (mgr.14195) 176 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:01 smithi191 bash[32369]: cluster 2023-10-11T14:55:00.346287+0000 mgr.smithi131.gzpodz (mgr.14195) 176 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:02.594 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:02.595 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:03.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:03 smithi131 bash[24299]: cluster 2023-10-11T14:55:02.346886+0000 mgr.smithi131.gzpodz (mgr.14195) 177 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:03.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:03 smithi191 bash[32369]: cluster 2023-10-11T14:55:02.346886+0000 mgr.smithi131.gzpodz (mgr.14195) 177 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:04.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:04 smithi131 bash[24299]: audit 2023-10-11T14:55:04.389102+0000 mon.smithi131 (mon.0) 702 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:04.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:04 smithi191 bash[32369]: audit 2023-10-11T14:55:04.389102+0000 mon.smithi131 (mon.0) 702 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:05.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:05 smithi131 bash[24299]: cluster 2023-10-11T14:55:04.347297+0000 mgr.smithi131.gzpodz (mgr.14195) 178 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:05.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:05 smithi191 bash[32369]: cluster 2023-10-11T14:55:04.347297+0000 mgr.smithi131.gzpodz (mgr.14195) 178 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:07.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:07 smithi131 bash[24299]: cluster 2023-10-11T14:55:06.347701+0000 mgr.smithi131.gzpodz (mgr.14195) 179 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:07.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:07 smithi191 bash[32369]: cluster 2023-10-11T14:55:06.347701+0000 mgr.smithi131.gzpodz (mgr.14195) 179 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:08.552 INFO:teuthology.orchestra.run.smithi131.stdout:85899345946 2023-10-11T14:55:09.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:09 smithi131 bash[24299]: cluster 2023-10-11T14:55:08.348036+0000 mgr.smithi131.gzpodz (mgr.14195) 180 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:09.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:09 smithi131 bash[24299]: audit 2023-10-11T14:55:08.548809+0000 mon.smithi131 (mon.0) 703 : audit 0 from='client.? 172.21.15.131:0/2158075748' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T14:55:09.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:09 smithi191 bash[32369]: cluster 2023-10-11T14:55:08.348036+0000 mgr.smithi131.gzpodz (mgr.14195) 180 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:09 smithi191 bash[32369]: audit 2023-10-11T14:55:08.548809+0000 mon.smithi131 (mon.0) 703 : audit 0 from='client.? 172.21.15.131:0/2158075748' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T14:55:11.562 INFO:teuthology.orchestra.run.smithi131.stdout:68719476763 2023-10-11T14:55:11.798 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:11 smithi131 bash[24299]: cluster 2023-10-11T14:55:10.348486+0000 mgr.smithi131.gzpodz (mgr.14195) 181 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:11.860 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345942 got 85899345946 for osd.1 2023-10-11T14:55:11.860 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:11 smithi191 bash[32369]: cluster 2023-10-11T14:55:10.348486+0000 mgr.smithi131.gzpodz (mgr.14195) 181 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:12.194 INFO:teuthology.orchestra.run.smithi131.stdout:90194313241 2023-10-11T14:55:12.646 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:12 smithi131 bash[24299]: audit 2023-10-11T14:55:11.558203+0000 mon.smithi131 (mon.0) 704 : audit 0 from='client.? 172.21.15.131:0/709753676' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T14:55:12.646 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:12 smithi131 bash[24299]: audit 2023-10-11T14:55:12.190756+0000 mon.smithi131 (mon.0) 705 : audit 0 from='client.? 172.21.15.131:0/3572128371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T14:55:12.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:12 smithi191 bash[32369]: audit 2023-10-11T14:55:11.558203+0000 mon.smithi131 (mon.0) 704 : audit 0 from='client.? 172.21.15.131:0/709753676' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T14:55:12.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:12 smithi191 bash[32369]: audit 2023-10-11T14:55:12.190756+0000 mon.smithi131 (mon.0) 705 : audit 0 from='client.? 172.21.15.131:0/3572128371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T14:55:13.081 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476760 got 68719476763 for osd.0 2023-10-11T14:55:13.082 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:13.522 INFO:teuthology.orchestra.run.smithi131.stdout:133143986199 2023-10-11T14:55:13.612 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:13 smithi131 bash[24299]: cluster 2023-10-11T14:55:12.349028+0000 mgr.smithi131.gzpodz (mgr.14195) 182 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:13.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:13 smithi191 bash[32369]: cluster 2023-10-11T14:55:12.349028+0000 mgr.smithi131.gzpodz (mgr.14195) 182 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:14.289 INFO:teuthology.orchestra.run.smithi131.stdout:115964117017 2023-10-11T14:55:14.375 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313238 got 90194313241 for osd.2 2023-10-11T14:55:14.375 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:14.477 INFO:teuthology.orchestra.run.smithi131.stdout:133143986200 2023-10-11T14:55:14.496 INFO:teuthology.orchestra.run.smithi131.stdout:150323855382 2023-10-11T14:55:14.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:14 smithi131 bash[24299]: audit 2023-10-11T14:55:13.518672+0000 mon.smithi131 (mon.0) 706 : audit 0 from='client.? 172.21.15.131:0/2476423105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T14:55:14.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:14 smithi131 bash[24299]: audit 2023-10-11T14:55:14.286692+0000 mon.smithi191 (mon.1) 21 : audit 0 from='client.? 172.21.15.131:0/2696441100' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T14:55:14.751 INFO:teuthology.orchestra.run.smithi131.stdout:111669149721 2023-10-11T14:55:14.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:14 smithi191 bash[32369]: audit 2023-10-11T14:55:13.518672+0000 mon.smithi131 (mon.0) 706 : audit 0 from='client.? 172.21.15.131:0/2476423105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T14:55:14.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:14 smithi191 bash[32369]: audit 2023-10-11T14:55:14.286692+0000 mon.smithi191 (mon.1) 21 : audit 0 from='client.? 172.21.15.131:0/2696441100' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T14:55:15.443 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986199 for osd.6 2023-10-11T14:55:15.444 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:15.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:15 smithi131 bash[24299]: cluster 2023-10-11T14:55:14.349453+0000 mgr.smithi131.gzpodz (mgr.14195) 183 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:15.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:15 smithi131 bash[24299]: audit 2023-10-11T14:55:14.474007+0000 mon.smithi131 (mon.0) 707 : audit 0 from='client.? 172.21.15.131:0/2472986682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T14:55:15.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:15 smithi131 bash[24299]: audit 2023-10-11T14:55:14.493092+0000 mon.smithi131 (mon.0) 708 : audit 0 from='client.? 172.21.15.131:0/3985862761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T14:55:15.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:15 smithi131 bash[24299]: audit 2023-10-11T14:55:14.747473+0000 mon.smithi131 (mon.0) 709 : audit 0 from='client.? 172.21.15.131:0/2803022477' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T14:55:15.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:15 smithi191 bash[32369]: cluster 2023-10-11T14:55:14.349453+0000 mgr.smithi131.gzpodz (mgr.14195) 183 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:15.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:15 smithi191 bash[32369]: audit 2023-10-11T14:55:14.474007+0000 mon.smithi131 (mon.0) 707 : audit 0 from='client.? 172.21.15.131:0/2472986682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T14:55:15.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:15 smithi191 bash[32369]: audit 2023-10-11T14:55:14.493092+0000 mon.smithi131 (mon.0) 708 : audit 0 from='client.? 172.21.15.131:0/3985862761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T14:55:15.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:15 smithi191 bash[32369]: audit 2023-10-11T14:55:14.747473+0000 mon.smithi131 (mon.0) 709 : audit 0 from='client.? 172.21.15.131:0/2803022477' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T14:55:15.998 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117013 got 115964117017 for osd.4 2023-10-11T14:55:15.998 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:16.264 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855378 got 150323855382 for osd.7 2023-10-11T14:55:16.264 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:16.981 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986195 got 133143986200 for osd.5 2023-10-11T14:55:16.982 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:16.996 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149721 for osd.3 2023-10-11T14:55:16.996 DEBUG:teuthology.parallel:result is None 2023-10-11T14:55:16.996 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-11T14:55:16.997 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T14:55:17.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:17 smithi131 bash[24299]: cluster 2023-10-11T14:55:16.350065+0000 mgr.smithi131.gzpodz (mgr.14195) 184 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:17.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:17 smithi191 bash[32369]: cluster 2023-10-11T14:55:16.350065+0000 mgr.smithi131.gzpodz (mgr.14195) 184 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:19 smithi131 bash[24299]: cluster 2023-10-11T14:55:18.350635+0000 mgr.smithi131.gzpodz (mgr.14195) 185 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:19 smithi131 bash[24299]: audit 2023-10-11T14:55:19.389892+0000 mon.smithi131 (mon.0) 710 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:19.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:19 smithi191 bash[32369]: cluster 2023-10-11T14:55:18.350635+0000 mgr.smithi131.gzpodz (mgr.14195) 185 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:19 smithi191 bash[32369]: audit 2023-10-11T14:55:19.389892+0000 mon.smithi131 (mon.0) 710 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:21.785 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:21.816 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:21 smithi131 bash[24299]: cluster 2023-10-11T14:55:20.351214+0000 mgr.smithi131.gzpodz (mgr.14195) 186 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:21.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:21 smithi131 bash[24299]: audit 2023-10-11T14:55:20.885946+0000 mon.smithi131 (mon.0) 711 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:55:21.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:21 smithi191 bash[32369]: cluster 2023-10-11T14:55:20.351214+0000 mgr.smithi131.gzpodz (mgr.14195) 186 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:21.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:21 smithi191 bash[32369]: audit 2023-10-11T14:55:20.885946+0000 mon.smithi131 (mon.0) 711 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:55:23.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:23 smithi131 bash[24299]: cluster 2023-10-11T14:55:22.351759+0000 mgr.smithi131.gzpodz (mgr.14195) 187 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:23.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:23 smithi191 bash[32369]: cluster 2023-10-11T14:55:22.351759+0000 mgr.smithi131.gzpodz (mgr.14195) 187 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:24.641 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:55:24.643 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2023-10-11T14:55:25.275 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":157,"stamp":"2023-10-11T14:55:24.351948+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":220360,"kb_used_data":4744,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749708088,"statfs":{"total":767926730752,"available":767701082112,"internally_reserved":0,"allocated":4857856,"data_stored":3006443,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"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.003201"},"pg_stats":[{"pgid":"1.0","version":"30'217","reported_seq":317,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-10-11T14:53:35.253218+0000","last_change":"2023-10-11T14:53:35.252764+0000","last_active":"2023-10-11T14:53:35.253218+0000","last_peered":"2023-10-11T14:53:35.253218+0000","last_clean":"2023-10-11T14:53:35.253218+0000","last_became_active":"2023-10-11T14:53:35.251934+0000","last_became_peered":"2023-10-11T14:53:35.251934+0000","last_unstale":"2023-10-11T14:53:35.253218+0000","last_undegraded":"2023-10-11T14:53:35.253218+0000","last_fullsized":"2023-10-11T14:53:35.253218+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T14:53:17.247671+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T14:53:17.247671+0000","last_clean_scrub_stamp":"2023-10-11T14:53:17.247671+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"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-10-12T22:23:31.747887+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27908,"kb_used_data":956,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713148,"statfs":{"total":95990841344,"available":95962263552,"internally_reserved":0,"allocated":978944,"data_stored":744869,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"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":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.60499999999999998}]},{"osd":1,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.8420000000000001,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":0.38200000000000001}]},{"osd":2,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.214,"5min":1.214,"15min":1.214},"last":1.0109999999999999}]},{"osd":3,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.503}]},{"osd":4,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.995,"15min":0.995},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.88},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.7509999999999999,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":0.80000000000000004}]},{"osd":5,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.64200000000000002},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.9630000000000001,"5min":1.9630000000000001,"15min":1.9630000000000001},"last":0.54500000000000004}]},{"osd":6,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.8999999999999999,"5min":1.8999999999999999,"15min":1.8999999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":1.135,"5min":1.135,"15min":1.135},"min":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.84199999999999997}]}]},{"osd":6,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"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":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.754,"5min":0.754,"15min":0.754},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.53000000000000003}]},{"osd":1,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1479999999999999,"5min":1.1479999999999999,"15min":1.1479999999999999},"last":1.153},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.75900000000000001}]},{"osd":2,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.05},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":0.91100000000000003}]},{"osd":3,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":1.0089999999999999},{"interface":"front","average":{"1min":1.03,"5min":1.03,"15min":1.03},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":3.2400000000000002,"5min":3.2400000000000002,"15min":3.2400000000000002},"last":0.94399999999999995}]},{"osd":4,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.6020000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":0.82999999999999996}]},{"osd":5,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":3.2189999999999999,"5min":3.2189999999999999,"15min":3.2189999999999999},"last":0.80200000000000005},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.1020000000000001}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"min":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.081},{"interface":"front","average":{"1min":1.093,"5min":1.093,"15min":1.093},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":1.1990000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345949,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"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":"Wed Oct 11 14:54:17 2023","interfaces":[{"interface":"back","average":{"1min":1,"5min":1,"15min":1},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.83099999999999996}]},{"osd":2,"last update":"Wed Oct 11 14:54:17 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.1850000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"min":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.76800000000000002}]},{"osd":3,"last update":"Wed Oct 11 14:54:21 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.054},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.84999999999999998}]},{"osd":4,"last update":"Wed Oct 11 14:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.157,"5min":1.157,"15min":1.157},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.105}]},{"osd":5,"last update":"Wed Oct 11 14:54:31 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.98099999999999998}]},{"osd":6,"last update":"Wed Oct 11 14:54:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.86399999999999999}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.125,"15min":1.125},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.9339999999999999,"5min":1.9339999999999999,"15min":1.9339999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":1.081,"5min":1.081,"15min":1.081},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":0.60499999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476766,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27908,"kb_used_data":956,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713148,"statfs":{"total":95990841344,"available":95962263552,"internally_reserved":0,"allocated":978944,"data_stored":744869,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"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":"Wed Oct 11 14:54:19 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.874,"15min":0.874},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.84799999999999998}]},{"osd":2,"last update":"Wed Oct 11 14:54:19 2023","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.93500000000000005}]},{"osd":3,"last update":"Wed Oct 11 14:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":1.159}]},{"osd":4,"last update":"Wed Oct 11 14:54:24 2023","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.4970000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.76200000000000001}]},{"osd":5,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.68200000000000005},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.89700000000000002}]},{"osd":6,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.226},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":0.98899999999999999}]},{"osd":7,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.877},{"interface":"front","average":{"1min":1.232,"5min":1.232,"15min":1.232},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.486,"5min":1.486,"15min":1.486},"last":1.095}]}]},{"osd":2,"up_from":21,"seq":90194313244,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27324,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713732,"statfs":{"total":95990841344,"available":95962861568,"internally_reserved":0,"allocated":380928,"data_stored":153832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"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":"Wed Oct 11 14:54:20 2023","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.5149999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.194,"5min":1.194,"15min":1.194},"last":0.77000000000000002}]},{"osd":1,"last update":"Wed Oct 11 14:54:20 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.222,"5min":1.222,"15min":1.222},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.82599999999999996}]},{"osd":3,"last update":"Wed Oct 11 14:54:21 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.036},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.90900000000000003}]},{"osd":4,"last update":"Wed Oct 11 14:54:27 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.1000000000000001},{"interface":"front","average":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3540000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.96899999999999997}]},{"osd":5,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.94499999999999995}]},{"osd":6,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.999,"15min":0.999},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.999},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.876}]},{"osd":7,"last update":"Wed Oct 11 14:54:34 2023","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.661,"5min":1.661,"15min":1.661},"last":1.1459999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149723,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27908,"kb_used_data":956,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713148,"statfs":{"total":95990841344,"available":95962263552,"internally_reserved":0,"allocated":978944,"data_stored":744869,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"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":"Wed Oct 11 14:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":1.0649999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":1.1950000000000001}]},{"osd":1,"last update":"Wed Oct 11 14:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.879},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.82099999999999995}]},{"osd":2,"last update":"Wed Oct 11 14:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.226,"5min":1.226,"15min":1.226},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.91900000000000004}]},{"osd":4,"last update":"Wed Oct 11 14:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.2829999999999999}]},{"osd":5,"last update":"Wed Oct 11 14:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":1.159}]},{"osd":6,"last update":"Wed Oct 11 14:54:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.7509999999999999,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":1.367},{"interface":"front","average":{"1min":1.002,"5min":1.002,"15min":1.002},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":1.125}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.3180000000000001},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.387}]}]},{"osd":4,"up_from":27,"seq":115964117019,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"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":"Wed Oct 11 14:54:25 2023","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.71899999999999997}]},{"osd":1,"last update":"Wed Oct 11 14:54:25 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":1.2749999999999999},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.4650000000000001,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.97699999999999998}]},{"osd":2,"last update":"Wed Oct 11 14:54:25 2023","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.0269999999999999}]},{"osd":3,"last update":"Wed Oct 11 14:54:25 2023","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.999,"15min":0.999},"min":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.1759999999999999}]},{"osd":5,"last update":"Wed Oct 11 14:54:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.6399999999999999,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.1319999999999999},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0129999999999999,"15min":1.0129999999999999},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.0640000000000001}]},{"osd":6,"last update":"Wed Oct 11 14:54:30 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.2090000000000001}]},{"osd":7,"last update":"Wed Oct 11 14:54:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":1.3160000000000001},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"min":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.357}]}]},{"osd":5,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"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":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.874,"15min":0.874},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.87}]},{"osd":1,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.84299999999999997}]},{"osd":2,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.8600000000000001,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.99399999999999999}]},{"osd":3,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.80800000000000005}]},{"osd":4,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.0469999999999999},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":1.0840000000000001}]},{"osd":6,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.823,"5min":1.823,"15min":1.823},"last":1.306},{"interface":"front","average":{"1min":1.155,"5min":1.155,"15min":1.155},"min":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":1.893,"5min":1.893,"15min":1.893},"last":1.202}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.256},{"interface":"front","average":{"1min":1.121,"5min":1.121,"15min":1.121},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.8220000000000001,"5min":1.8220000000000001,"15min":1.8220000000000001},"last":1.1279999999999999}]}]}],"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":0,"data_stored":0,"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},{"poolid":1,"osd":3,"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":7,"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-10-11T14:55:25.277 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T14:55:25.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:25 smithi131 bash[24299]: cluster 2023-10-11T14:55:24.352090+0000 mgr.smithi131.gzpodz (mgr.14195) 188 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:25.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:25 smithi131 bash[24299]: audit 2023-10-11T14:55:24.633026+0000 mgr.smithi131.gzpodz (mgr.14195) 189 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:55:25.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:25 smithi191 bash[32369]: cluster 2023-10-11T14:55:24.352090+0000 mgr.smithi131.gzpodz (mgr.14195) 188 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:25.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:25 smithi191 bash[32369]: audit 2023-10-11T14:55:24.633026+0000 mgr.smithi131.gzpodz (mgr.14195) 189 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:55:27.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:26.329590+0000 mon.smithi131 (mon.0) 712 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:26.337284+0000 mon.smithi131 (mon.0) 713 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: cluster 2023-10-11T14:55:26.352509+0000 mgr.smithi131.gzpodz (mgr.14195) 190 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:27.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:26.583330+0000 mon.smithi131 (mon.0) 714 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:26.591117+0000 mon.smithi131 (mon.0) 715 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:27.067284+0000 mon.smithi131 (mon.0) 716 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:55:27.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:27.069279+0000 mon.smithi131 (mon.0) 717 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:55:27.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:27.079080+0000 mon.smithi131 (mon.0) 718 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.594 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:27 smithi131 bash[24299]: audit 2023-10-11T14:55:27.084282+0000 mon.smithi131 (mon.0) 719 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:55:27.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:26.329590+0000 mon.smithi131 (mon.0) 712 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:26.337284+0000 mon.smithi131 (mon.0) 713 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: cluster 2023-10-11T14:55:26.352509+0000 mgr.smithi131.gzpodz (mgr.14195) 190 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:27.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:26.583330+0000 mon.smithi131 (mon.0) 714 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:26.591117+0000 mon.smithi131 (mon.0) 715 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:27.067284+0000 mon.smithi131 (mon.0) 716 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:55:27.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:27.069279+0000 mon.smithi131 (mon.0) 717 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:55:27.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:27.079080+0000 mon.smithi131 (mon.0) 718 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:55:27.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:27 smithi191 bash[32369]: audit 2023-10-11T14:55:27.084282+0000 mon.smithi131 (mon.0) 719 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:55:29.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:29 smithi131 bash[24299]: cluster 2023-10-11T14:55:28.353058+0000 mgr.smithi131.gzpodz (mgr.14195) 191 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:29.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:29 smithi191 bash[32369]: cluster 2023-10-11T14:55:28.353058+0000 mgr.smithi131.gzpodz (mgr.14195) 191 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:30.015 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:31.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:31 smithi131 bash[24299]: cluster 2023-10-11T14:55:30.353618+0000 mgr.smithi131.gzpodz (mgr.14195) 192 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:31.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:31 smithi191 bash[32369]: cluster 2023-10-11T14:55:30.353618+0000 mgr.smithi131.gzpodz (mgr.14195) 192 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:32.788 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:55:32.790 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2023-10-11T14:55:33.422 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":161,"stamp":"2023-10-11T14:55:32.353886+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":220360,"kb_used_data":4744,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749708088,"statfs":{"total":767926730752,"available":767701082112,"internally_reserved":0,"allocated":4857856,"data_stored":3006443,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"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.002947"},"pg_stats":[{"pgid":"1.0","version":"30'217","reported_seq":317,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-10-11T14:53:35.253218+0000","last_change":"2023-10-11T14:53:35.252764+0000","last_active":"2023-10-11T14:53:35.253218+0000","last_peered":"2023-10-11T14:53:35.253218+0000","last_clean":"2023-10-11T14:53:35.253218+0000","last_became_active":"2023-10-11T14:53:35.251934+0000","last_became_peered":"2023-10-11T14:53:35.251934+0000","last_unstale":"2023-10-11T14:53:35.253218+0000","last_undegraded":"2023-10-11T14:53:35.253218+0000","last_fullsized":"2023-10-11T14:53:35.253218+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T14:53:17.247671+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T14:53:17.247671+0000","last_clean_scrub_stamp":"2023-10-11T14:53:17.247671+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"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-10-12T22:23:31.747887+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27908,"kb_used_data":956,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713148,"statfs":{"total":95990841344,"available":95962263552,"internally_reserved":0,"allocated":978944,"data_stored":744869,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"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":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.77500000000000002}]},{"osd":1,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.8420000000000001,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":0.97599999999999998}]},{"osd":2,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.214,"5min":1.214,"15min":1.214},"last":1.036}]},{"osd":3,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.69499999999999995}]},{"osd":4,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.995,"15min":0.995},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.95499999999999996},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.7509999999999999,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":1.1100000000000001}]},{"osd":5,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.9630000000000001,"5min":1.9630000000000001,"15min":1.9630000000000001},"last":1.0720000000000001}]},{"osd":6,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.8999999999999999,"5min":1.8999999999999999,"15min":1.8999999999999999},"last":1.1379999999999999},{"interface":"front","average":{"1min":1.135,"5min":1.135,"15min":1.135},"min":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.018}]}]},{"osd":6,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"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":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.754,"5min":0.754,"15min":0.754},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.875}]},{"osd":1,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1479999999999999,"5min":1.1479999999999999,"15min":1.1479999999999999},"last":1.254},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.90500000000000003}]},{"osd":2,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.62},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":0.76800000000000002}]},{"osd":3,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.03,"5min":1.03,"15min":1.03},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":3.2400000000000002,"5min":3.2400000000000002,"15min":3.2400000000000002},"last":1.0009999999999999}]},{"osd":4,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.6020000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.97999999999999998},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.337,"5min":1.337,"15min":1.337},"last":0.95299999999999996}]},{"osd":5,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":3.2189999999999999,"5min":3.2189999999999999,"15min":3.2189999999999999},"last":1.028},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.5129999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.121}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"min":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":0.93700000000000006},{"interface":"front","average":{"1min":1.093,"5min":1.093,"15min":1.093},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":1.1839999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345951,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"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":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.96899999999999997,"15min":0.98899999999999999},"min":{"1min":0.68500000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.02,"5min":1.302,"15min":1.302},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.94899999999999995,"15min":0.96399999999999997},"min":{"1min":0.72999999999999998,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":0.997,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.78700000000000003}]},{"osd":2,"last update":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.82999999999999996,"15min":0.83299999999999996},"min":{"1min":0.57099999999999995,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.101,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.0920000000000001},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.84299999999999997,"15min":0.85399999999999998},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.1579999999999999,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.64600000000000002}]},{"osd":3,"last update":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.68300000000000005,"5min":0.80800000000000005,"15min":0.82899999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.054,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.86899999999999999,"15min":0.89200000000000002},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.107,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.82599999999999996}]},{"osd":4,"last update":"Wed Oct 11 14:55:27 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.86799999999999999,"15min":0.88300000000000001},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.0669999999999999,"5min":1.157,"15min":1.157},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.96099999999999997,"15min":0.98199999999999998},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.121,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.999}]},{"osd":5,"last update":"Wed Oct 11 14:54:31 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.1539999999999999},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.73599999999999999}]},{"osd":6,"last update":"Wed Oct 11 14:54:31 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"min":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":1.0569999999999999}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.125,"15min":1.125},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.9339999999999999,"5min":1.9339999999999999,"15min":1.9339999999999999},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.081,"5min":1.081,"15min":1.081},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.218}]}]},{"osd":0,"up_from":16,"seq":68719476768,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27908,"kb_used_data":956,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713148,"statfs":{"total":95990841344,"available":95962263552,"internally_reserved":0,"allocated":978944,"data_stored":744869,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"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":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.879,"15min":0.875},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.2290000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.82899999999999996,"15min":0.82299999999999995},"min":{"1min":0.51900000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.751}]},{"osd":2,"last update":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.75600000000000001,"15min":0.745},"min":{"1min":0.60899999999999999,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.2170000000000001,"5min":1.367,"15min":1.367},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.80400000000000005,"15min":0.78800000000000003},"min":{"1min":0.61799999999999999,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.149,"5min":1.218,"15min":1.218},"last":0.876}]},{"osd":3,"last update":"Wed Oct 11 14:55:24 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.90800000000000003,"15min":0.91400000000000003},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1579999999999999,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.077,"5min":1.0489999999999999,"15min":1.0449999999999999},"min":{"1min":0.80100000000000005,"5min":0.623,"15min":0.623},"max":{"1min":1.2849999999999999,"5min":1.498,"15min":1.498},"last":1.179}]},{"osd":4,"last update":"Wed Oct 11 14:55:24 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":0.98099999999999998,"15min":0.97499999999999998},"min":{"1min":0.68500000000000005,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.3680000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.127},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.92700000000000005,"15min":0.93000000000000005},"min":{"1min":0.69299999999999995,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.2410000000000001,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.069}]},{"osd":5,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.008},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.97099999999999997}]},{"osd":6,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":0.95299999999999996}]},{"osd":7,"last update":"Wed Oct 11 14:54:32 2023","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.232,"5min":1.232,"15min":1.232},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.486,"5min":1.486,"15min":1.486},"last":1.2270000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313246,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27324,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713732,"statfs":{"total":95990841344,"available":95962861568,"internally_reserved":0,"allocated":380928,"data_stored":153832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"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":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.71999999999999997,"15min":0.70599999999999996},"min":{"1min":0.53500000000000003,"5min":0.439,"15min":0.439},"max":{"1min":1.1539999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.1919999999999999},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"min":{"1min":0.60799999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.998,"5min":1.194,"15min":1.194},"last":0.55600000000000005}]},{"osd":1,"last update":"Wed Oct 11 14:55:21 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.91300000000000003,"15min":0.91500000000000004},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.196,"5min":1.222,"15min":1.222},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.93500000000000005,"15min":0.94199999999999995},"min":{"1min":0.755,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.0820000000000001,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.80100000000000005}]},{"osd":3,"last update":"Wed Oct 11 14:55:24 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":0.998,"15min":0.98999999999999999},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.345,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.93500000000000005},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.94799999999999995,"15min":0.95199999999999996},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.0860000000000001,"5min":1.28,"15min":1.28},"last":0.70199999999999996}]},{"osd":4,"last update":"Wed Oct 11 14:55:30 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.71899999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.24},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.94399999999999995,"15min":0.93700000000000006},"min":{"1min":0.66100000000000003,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.266,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.66100000000000003}]},{"osd":5,"last update":"Wed Oct 11 14:55:30 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1910000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":1.044,"5min":1.032,"15min":1.03},"min":{"1min":0.88800000000000001,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.284,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.073}]},{"osd":6,"last update":"Wed Oct 11 14:55:30 2023","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.98899999999999999,"15min":0.995},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.1659999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.028},{"interface":"front","average":{"1min":1.044,"5min":1.032,"15min":1.03},"min":{"1min":0.75900000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.234,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.97799999999999998}]},{"osd":7,"last update":"Wed Oct 11 14:54:34 2023","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.90800000000000003},{"interface":"front","average":{"1min":1.157,"5min":1.157,"15min":1.157},"min":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.661,"5min":1.661,"15min":1.661},"last":1.327}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27908,"kb_used_data":956,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713148,"statfs":{"total":95990841344,"available":95962263552,"internally_reserved":0,"allocated":978944,"data_stored":744869,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"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":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.94599999999999995,"15min":0.95199999999999996},"min":{"1min":0.48599999999999999,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.70599999999999996,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":1.288}]},{"osd":1,"last update":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.68300000000000005,"15min":0.69299999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.1699999999999999,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.1699999999999999}]},{"osd":2,"last update":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.90600000000000003,"15min":0.92200000000000004},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.109,"5min":1.226,"15min":1.226},"last":0.90800000000000003},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.88100000000000001,"15min":0.88500000000000001},"min":{"1min":0.64300000000000002,"5min":0.628,"15min":0.628},"max":{"1min":1.236,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.97899999999999998}]},{"osd":4,"last update":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.96699999999999997,"15min":0.97199999999999998},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.198,"5min":1.266,"15min":1.266},"last":1.198},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.014,"15min":1.0209999999999999},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2829999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.125}]},{"osd":5,"last update":"Wed Oct 11 14:54:30 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1.091},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":1.23}]},{"osd":6,"last update":"Wed Oct 11 14:54:30 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.7509999999999999,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":1.319},{"interface":"front","average":{"1min":1.002,"5min":1.002,"15min":1.002},"min":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":1.258}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.347},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.147}]}]},{"osd":4,"up_from":27,"seq":115964117021,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"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":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.70699999999999996,"5min":0.69899999999999995,"15min":0.69799999999999995},"min":{"1min":0.53500000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":1},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.76200000000000001,"15min":0.76800000000000002},"min":{"1min":0.57099999999999995,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":0.86599999999999999,"5min":1.077,"15min":1.077},"last":0.84999999999999998}]},{"osd":1,"last update":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.93000000000000005,"15min":0.93100000000000005},"min":{"1min":0.65400000000000003,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.90300000000000002,"15min":0.89500000000000002},"min":{"1min":0.61199999999999999,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.145,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.79800000000000004}]},{"osd":2,"last update":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.85299999999999998,"15min":0.85699999999999998},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.115,"5min":1.343,"15min":1.343},"last":0.91700000000000004},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.83999999999999997,"15min":0.82999999999999996},"min":{"1min":0.68400000000000005,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.1879999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.755}]},{"osd":3,"last update":"Wed Oct 11 14:55:28 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.98799999999999999,"15min":0.995},"min":{"1min":0.747,"5min":0.747,"15min":0.747},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.878},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0009999999999999,"15min":0.995},"min":{"1min":0.73499999999999999,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.244,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.095}]},{"osd":5,"last update":"Wed Oct 11 14:55:32 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0369999999999999,"15min":1.038},"min":{"1min":0.84199999999999997,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.2669999999999999,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0169999999999999,"15min":1.014},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.3149999999999999,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.1850000000000001}]},{"osd":6,"last update":"Wed Oct 11 14:55:32 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.028,"15min":1.03},"min":{"1min":0.76000000000000001,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2310000000000001,"5min":1.954,"15min":1.954},"last":1.1379999999999999},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.087,"15min":1.077},"min":{"1min":0.97499999999999998,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3899999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.034}]},{"osd":7,"last update":"Wed Oct 11 14:54:37 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":1.238},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.1220000000000001,"15min":1.1220000000000001},"min":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.0680000000000001}]}]},{"osd":5,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27328,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713728,"statfs":{"total":95990841344,"available":95962857472,"internally_reserved":0,"allocated":385024,"data_stored":154501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"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":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.874,"15min":0.874},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.66100000000000003}]},{"osd":1,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.79400000000000004}]},{"osd":2,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.8600000000000001,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.0509999999999999}]},{"osd":3,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.872}]},{"osd":4,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":0.98999999999999999}]},{"osd":6,"last update":"Wed Oct 11 14:54:29 2023","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.823,"5min":1.823,"15min":1.823},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.155,"5min":1.155,"15min":1.155},"min":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":1.893,"5min":1.893,"15min":1.893},"last":1.0740000000000001}]},{"osd":7,"last update":"Wed Oct 11 14:54:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.121,"5min":1.121,"15min":1.121},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.8220000000000001,"5min":1.8220000000000001,"15min":1.8220000000000001},"last":1.117}]}]}],"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":0,"data_stored":0,"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},{"poolid":1,"osd":3,"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":7,"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-10-11T14:55:33.424 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-11T14:55:33.425 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-11T14:55:33.425 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-11T14:55:33.425 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-11T14:55:33.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:33 smithi131 bash[24299]: cluster 2023-10-11T14:55:32.354120+0000 mgr.smithi131.gzpodz (mgr.14195) 193 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:33.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:33 smithi131 bash[24299]: audit 2023-10-11T14:55:32.776876+0000 mgr.smithi131.gzpodz (mgr.14195) 194 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:55:33.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:33 smithi191 bash[32369]: cluster 2023-10-11T14:55:32.354120+0000 mgr.smithi131.gzpodz (mgr.14195) 193 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:33 smithi191 bash[32369]: audit 2023-10-11T14:55:32.776876+0000 mgr.smithi131.gzpodz (mgr.14195) 194 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:55:34.755 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:34 smithi131 bash[24299]: audit 2023-10-11T14:55:34.390200+0000 mon.smithi131 (mon.0) 720 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:34.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:34 smithi191 bash[32369]: audit 2023-10-11T14:55:34.390200+0000 mon.smithi131 (mon.0) 720 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:35.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:35 smithi131 bash[24299]: cluster 2023-10-11T14:55:34.354637+0000 mgr.smithi131.gzpodz (mgr.14195) 195 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:35.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:35 smithi191 bash[32369]: cluster 2023-10-11T14:55:34.354637+0000 mgr.smithi131.gzpodz (mgr.14195) 195 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:37.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:37 smithi131 bash[24299]: cluster 2023-10-11T14:55:36.355199+0000 mgr.smithi131.gzpodz (mgr.14195) 196 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:37.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:37 smithi191 bash[32369]: cluster 2023-10-11T14:55:36.355199+0000 mgr.smithi131.gzpodz (mgr.14195) 196 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:38.173 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:39.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:39 smithi131 bash[24299]: cluster 2023-10-11T14:55:38.355812+0000 mgr.smithi131.gzpodz (mgr.14195) 197 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:39.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:39 smithi191 bash[32369]: cluster 2023-10-11T14:55:38.355812+0000 mgr.smithi131.gzpodz (mgr.14195) 197 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:40.801 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:55:40.801 INFO:teuthology.orchestra.run.smithi131.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-11T14:55:41.494 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-11T14:55:41.494 INFO:tasks.cephadm:Setup complete, yielding 2023-10-11T14:55:41.494 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T14:55:41.504 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:55:41.505 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-11T14:55:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:41 smithi131 bash[24299]: cluster 2023-10-11T14:55:40.356206+0000 mgr.smithi131.gzpodz (mgr.14195) 198 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:41 smithi131 bash[24299]: audit 2023-10-11T14:55:40.797568+0000 mon.smithi131 (mon.0) 721 : audit 0 from='client.? 172.21.15.131:0/3606186072' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T14:55:41.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:41 smithi191 bash[32369]: cluster 2023-10-11T14:55:40.356206+0000 mgr.smithi131.gzpodz (mgr.14195) 198 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:41.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:41 smithi191 bash[32369]: audit 2023-10-11T14:55:40.797568+0000 mon.smithi131 (mon.0) 721 : audit 0 from='client.? 172.21.15.131:0/3606186072' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T14:55:43.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:43 smithi131 bash[24299]: cluster 2023-10-11T14:55:42.356827+0000 mgr.smithi131.gzpodz (mgr.14195) 199 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:43.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:43 smithi191 bash[32369]: cluster 2023-10-11T14:55:42.356827+0000 mgr.smithi131.gzpodz (mgr.14195) 199 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:45.704 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:45 smithi191 bash[32369]: cluster 2023-10-11T14:55:44.357371+0000 mgr.smithi131.gzpodz (mgr.14195) 200 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:45.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:45 smithi131 bash[24299]: cluster 2023-10-11T14:55:44.357371+0000 mgr.smithi131.gzpodz (mgr.14195) 200 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:46.249 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:47 smithi131 bash[24299]: cluster 2023-10-11T14:55:46.358007+0000 mgr.smithi131.gzpodz (mgr.14195) 201 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:47 smithi191 bash[32369]: cluster 2023-10-11T14:55:46.358007+0000 mgr.smithi131.gzpodz (mgr.14195) 201 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:49.023 INFO:teuthology.orchestra.run.smithi131.stdout:Backend: cephadm 2023-10-11T14:55:49.024 INFO:teuthology.orchestra.run.smithi131.stdout:Available: Yes 2023-10-11T14:55:49.024 INFO:teuthology.orchestra.run.smithi131.stdout:Paused: No 2023-10-11T14:55:49.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:49 smithi131 bash[24299]: cluster 2023-10-11T14:55:48.358550+0000 mgr.smithi131.gzpodz (mgr.14195) 202 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:49.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:49 smithi131 bash[24299]: audit 2023-10-11T14:55:49.390697+0000 mon.smithi131 (mon.0) 722 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:49.629 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-11T14:55:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:49 smithi191 bash[32369]: cluster 2023-10-11T14:55:48.358550+0000 mgr.smithi131.gzpodz (mgr.14195) 202 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:49 smithi191 bash[32369]: audit 2023-10-11T14:55:49.390697+0000 mon.smithi131 (mon.0) 722 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:55:50.807 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:50 smithi191 bash[32369]: audit 2023-10-11T14:55:49.018790+0000 mgr.smithi131.gzpodz (mgr.14195) 203 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:55:50.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:50 smithi131 bash[24299]: audit 2023-10-11T14:55:49.018790+0000 mgr.smithi131.gzpodz (mgr.14195) 203 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:55:51.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:51 smithi131 bash[24299]: cluster 2023-10-11T14:55:50.359172+0000 mgr.smithi131.gzpodz (mgr.14195) 204 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:51.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:51 smithi191 bash[32369]: cluster 2023-10-11T14:55:50.359172+0000 mgr.smithi131.gzpodz (mgr.14195) 204 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:53.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:53 smithi131 bash[24299]: cluster 2023-10-11T14:55:52.359598+0000 mgr.smithi131.gzpodz (mgr.14195) 205 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:53.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:53 smithi191 bash[32369]: cluster 2023-10-11T14:55:52.359598+0000 mgr.smithi131.gzpodz (mgr.14195) 205 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:54.376 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:55:55.838 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:55 smithi131 bash[24299]: cluster 2023-10-11T14:55:54.360118+0000 mgr.smithi131.gzpodz (mgr.14195) 206 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:55 smithi191 bash[32369]: cluster 2023-10-11T14:55:54.360118+0000 mgr.smithi131.gzpodz (mgr.14195) 206 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:57.000 INFO:teuthology.orchestra.run.smithi131.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T14:55:57.001 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (4m) 30s ago 5m 13.7M - 0.25.0 c8568f914cd2 fec0c69401fc 2023-10-11T14:55:57.001 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi131 smithi131 running (5m) 30s ago 5m 7860k - 18.2.0-669-ge62d759a 97519c6bda34 92bc893b9091 2023-10-11T14:55:57.001 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter.smithi191 smithi191 running (4m) 30s ago 4m 8068k - 18.2.0-669-ge62d759a 97519c6bda34 b46a83f667af 2023-10-11T14:55:57.002 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi131 smithi131 running (5m) 30s ago 5m 7104k - 18.2.0-669-ge62d759a 97519c6bda34 6bf08978ce33 2023-10-11T14:55:57.002 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi191 smithi191 running (4m) 30s ago 4m 7092k - 18.2.0-669-ge62d759a 97519c6bda34 557b6f8f35c0 2023-10-11T14:55:57.002 INFO:teuthology.orchestra.run.smithi131.stdout:grafana.smithi131 smithi131 *:3000 running (3m) 30s ago 5m 75.3M - 9.4.7 2c41d148cca3 04ac7a4902a7 2023-10-11T14:55:57.002 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi131.gzpodz smithi131 *:9283,8765,8443 running (7m) 30s ago 7m 477M - 18.2.0-669-ge62d759a 97519c6bda34 ab4aa4f41754 2023-10-11T14:55:57.002 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi191.ighaca smithi191 *:8443,9283,8765 running (4m) 30s ago 4m 426M - 18.2.0-669-ge62d759a 97519c6bda34 c328b312c229 2023-10-11T14:55:57.003 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi131 smithi131 running (7m) 30s ago 7m 43.1M 2048M 18.2.0-669-ge62d759a 97519c6bda34 ed6aa1265901 2023-10-11T14:55:57.003 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi191 smithi191 running (4m) 30s ago 4m 33.7M 2048M 18.2.0-669-ge62d759a 97519c6bda34 85aedd67facb 2023-10-11T14:55:57.003 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi131 smithi131 *:9100 running (5m) 30s ago 5m 8531k - 1.5.0 0da6a335fe13 f15c1e97d4b4 2023-10-11T14:55:57.003 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi191 smithi191 *:9100 running (4m) 30s ago 4m 8548k - 1.5.0 0da6a335fe13 c6d51d6e9a08 2023-10-11T14:55:57.003 INFO:teuthology.orchestra.run.smithi131.stdout:osd.0 smithi191 running (2m) 30s ago 2m 41.2M 3772M 18.2.0-669-ge62d759a 97519c6bda34 e63ad46ee885 2023-10-11T14:55:57.004 INFO:teuthology.orchestra.run.smithi131.stdout:osd.1 smithi131 running (2m) 30s ago 2m 41.0M 3004M 18.2.0-669-ge62d759a 97519c6bda34 6de634459089 2023-10-11T14:55:57.004 INFO:teuthology.orchestra.run.smithi131.stdout:osd.2 smithi191 running (2m) 30s ago 2m 38.3M 3772M 18.2.0-669-ge62d759a 97519c6bda34 59880680c227 2023-10-11T14:55:57.004 INFO:teuthology.orchestra.run.smithi131.stdout:osd.3 smithi131 running (2m) 30s ago 2m 38.8M 3004M 18.2.0-669-ge62d759a 97519c6bda34 98cda380fe65 2023-10-11T14:55:57.004 INFO:teuthology.orchestra.run.smithi131.stdout:osd.4 smithi191 running (2m) 30s ago 2m 36.8M 3772M 18.2.0-669-ge62d759a 97519c6bda34 78aa1cbae368 2023-10-11T14:55:57.004 INFO:teuthology.orchestra.run.smithi131.stdout:osd.5 smithi131 running (2m) 30s ago 2m 37.5M 3004M 18.2.0-669-ge62d759a 97519c6bda34 05266c5fb5ee 2023-10-11T14:55:57.005 INFO:teuthology.orchestra.run.smithi131.stdout:osd.6 smithi191 running (2m) 30s ago 2m 37.2M 3772M 18.2.0-669-ge62d759a 97519c6bda34 8ae152a52eb4 2023-10-11T14:55:57.005 INFO:teuthology.orchestra.run.smithi131.stdout:osd.7 smithi131 running (2m) 30s ago 2m 40.6M 3004M 18.2.0-669-ge62d759a 97519c6bda34 0bf660d64d6c 2023-10-11T14:55:57.005 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus.smithi131 smithi131 *:9095 running (3m) 30s ago 5m 48.9M - 2.43.0 a07b618ecd1d 8691f11f2253 2023-10-11T14:55:57.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:57 smithi131 bash[24299]: cluster 2023-10-11T14:55:56.360766+0000 mgr.smithi131.gzpodz (mgr.14195) 207 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:57.640 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-11T14:55:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:57 smithi191 bash[32369]: cluster 2023-10-11T14:55:56.360766+0000 mgr.smithi131.gzpodz (mgr.14195) 207 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:58.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:58 smithi131 bash[24299]: audit 2023-10-11T14:55:56.976792+0000 mgr.smithi131.gzpodz (mgr.14195) 208 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:55:58.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:58 smithi191 bash[32369]: audit 2023-10-11T14:55:56.976792+0000 mgr.smithi131.gzpodz (mgr.14195) 208 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:55:59.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:55:59 smithi131 bash[24299]: cluster 2023-10-11T14:55:58.361405+0000 mgr.smithi131.gzpodz (mgr.14195) 209 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:55:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:55:59 smithi191 bash[32369]: cluster 2023-10-11T14:55:58.361405+0000 mgr.smithi131.gzpodz (mgr.14195) 209 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:01 smithi131 bash[24299]: cluster 2023-10-11T14:56:00.361913+0000 mgr.smithi131.gzpodz (mgr.14195) 210 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:01 smithi191 bash[32369]: cluster 2023-10-11T14:56:00.361913+0000 mgr.smithi131.gzpodz (mgr.14195) 210 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:02.390 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:56:03.508 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:03 smithi131 bash[24299]: cluster 2023-10-11T14:56:02.362430+0000 mgr.smithi131.gzpodz (mgr.14195) 211 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:03.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:03 smithi191 bash[32369]: cluster 2023-10-11T14:56:02.362430+0000 mgr.smithi131.gzpodz (mgr.14195) 211 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:04.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:04 smithi131 bash[24299]: audit 2023-10-11T14:56:04.390259+0000 mon.smithi131 (mon.0) 723 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:04.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:04 smithi191 bash[32369]: audit 2023-10-11T14:56:04.390259+0000 mon.smithi131 (mon.0) 723 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:05.147 INFO:teuthology.orchestra.run.smithi131.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-11T14:56:05.147 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager ?:9093,9094 1/1 38s ago 6m count:1 2023-10-11T14:56:05.147 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-exporter 2/2 38s ago 6m * 2023-10-11T14:56:05.148 INFO:teuthology.orchestra.run.smithi131.stdout:crash 2/2 38s ago 6m * 2023-10-11T14:56:05.148 INFO:teuthology.orchestra.run.smithi131.stdout:grafana ?:3000 1/1 38s ago 6m count:1 2023-10-11T14:56:05.148 INFO:teuthology.orchestra.run.smithi131.stdout:mgr 2/2 38s ago 6m count:2 2023-10-11T14:56:05.148 INFO:teuthology.orchestra.run.smithi131.stdout:mon 2/2 38s ago 4m smithi131:172.21.15.131=smithi131;smithi191:172.21.15.191=smithi191;count:2 2023-10-11T14:56:05.148 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter ?:9100 2/2 38s ago 6m * 2023-10-11T14:56:05.149 INFO:teuthology.orchestra.run.smithi131.stdout:osd.all-available-devices 8 38s ago 4m * 2023-10-11T14:56:05.149 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus ?:9095 1/1 38s ago 6m count:1 2023-10-11T14:56:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:05 smithi131 bash[24299]: cluster 2023-10-11T14:56:04.363028+0000 mgr.smithi131.gzpodz (mgr.14195) 212 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:05.784 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-11T14:56:05.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:05 smithi191 bash[32369]: cluster 2023-10-11T14:56:04.363028+0000 mgr.smithi131.gzpodz (mgr.14195) 212 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:06.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:06 smithi131 bash[24299]: audit 2023-10-11T14:56:05.133682+0000 mgr.smithi131.gzpodz (mgr.14195) 213 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:06.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:06 smithi191 bash[32369]: audit 2023-10-11T14:56:05.133682+0000 mgr.smithi131.gzpodz (mgr.14195) 213 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:07.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:07 smithi131 bash[24299]: cluster 2023-10-11T14:56:06.363616+0000 mgr.smithi131.gzpodz (mgr.14195) 214 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:07.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:07 smithi191 bash[32369]: cluster 2023-10-11T14:56:06.363616+0000 mgr.smithi131.gzpodz (mgr.14195) 214 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:09.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:09 smithi131 bash[24299]: cluster 2023-10-11T14:56:08.364263+0000 mgr.smithi131.gzpodz (mgr.14195) 215 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:09 smithi191 bash[32369]: cluster 2023-10-11T14:56:08.364263+0000 mgr.smithi131.gzpodz (mgr.14195) 215 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:10.530 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:56:11.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:11 smithi131 bash[24299]: cluster 2023-10-11T14:56:10.364845+0000 mgr.smithi131.gzpodz (mgr.14195) 216 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:11 smithi191 bash[32369]: cluster 2023-10-11T14:56:10.364845+0000 mgr.smithi131.gzpodz (mgr.14195) 216 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:13.311 INFO:teuthology.orchestra.run.smithi131.stdout:HOST ADDR LABELS STATUS 2023-10-11T14:56:13.311 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 172.21.15.131 2023-10-11T14:56:13.312 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 172.21.15.191 2023-10-11T14:56:13.312 INFO:teuthology.orchestra.run.smithi131.stdout:2 hosts in cluster 2023-10-11T14:56:13.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:13 smithi131 bash[24299]: cluster 2023-10-11T14:56:12.365439+0000 mgr.smithi131.gzpodz (mgr.14195) 217 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:13.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:13 smithi191 bash[32369]: cluster 2023-10-11T14:56:12.365439+0000 mgr.smithi131.gzpodz (mgr.14195) 217 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:14.015 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-11T14:56:14.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:14 smithi131 bash[24299]: audit 2023-10-11T14:56:13.305772+0000 mgr.smithi131.gzpodz (mgr.14195) 218 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:14.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:14 smithi191 bash[32369]: audit 2023-10-11T14:56:13.305772+0000 mgr.smithi131.gzpodz (mgr.14195) 218 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:15.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:15 smithi131 bash[24299]: cluster 2023-10-11T14:56:14.366019+0000 mgr.smithi131.gzpodz (mgr.14195) 219 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:15.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:15 smithi191 bash[32369]: cluster 2023-10-11T14:56:14.366019+0000 mgr.smithi131.gzpodz (mgr.14195) 219 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:17.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:17 smithi131 bash[24299]: cluster 2023-10-11T14:56:16.366517+0000 mgr.smithi131.gzpodz (mgr.14195) 220 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:17.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:17 smithi191 bash[32369]: cluster 2023-10-11T14:56:16.366517+0000 mgr.smithi131.gzpodz (mgr.14195) 220 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:18.760 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:56:19.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:19 smithi131 bash[24299]: cluster 2023-10-11T14:56:18.367163+0000 mgr.smithi131.gzpodz (mgr.14195) 221 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:19.814 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:19 smithi131 bash[24299]: audit 2023-10-11T14:56:19.391177+0000 mon.smithi131 (mon.0) 724 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:19 smithi191 bash[32369]: cluster 2023-10-11T14:56:18.367163+0000 mgr.smithi131.gzpodz (mgr.14195) 221 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:19 smithi191 bash[32369]: audit 2023-10-11T14:56:19.391177+0000 mon.smithi131 (mon.0) 724 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:21.474 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-11T14:56:21.475 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300N4400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T14:56:21.475 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_00bd704a5df2b1a40acc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.475 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_0c41aebe2c676f3c05c4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.475 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_795f572f0d5222de0f88 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.476 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_cc871741c337ead8a1fe 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.476 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303008M400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T14:56:21.476 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme1n1 ssd Linux_7f32e986578781bca8da 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.476 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme2n1 ssd Linux_49bb7bc715470cb43e10 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.476 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme3n1 ssd Linux_13e94476d7b1c93d1dff 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.477 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme4n1 ssd Linux_b6534cc7fb34b684a422 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:21.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:21 smithi191 bash[32369]: cluster 2023-10-11T14:56:20.367740+0000 mgr.smithi131.gzpodz (mgr.14195) 222 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:21.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:21 smithi131 bash[24299]: cluster 2023-10-11T14:56:20.367740+0000 mgr.smithi131.gzpodz (mgr.14195) 222 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:22.212 INFO:teuthology.run_tasks:Running task vip... 2023-10-11T14:56:22.222 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-11T14:56:22.222 INFO:tasks.vip:peername 172.21.15.131 2023-10-11T14:56:22.225 INFO:tasks.vip:172.21.15.131 in 172.21.0.0/20, pos 3970 2023-10-11T14:56:22.230 INFO:tasks.vip:smithi131.front.sepia.ceph.com static 10.0.15.131, vnet 10.0.0.0/16 2023-10-11T14:56:22.230 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-11T14:56:22.231 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip route ls 2023-10-11T14:56:22.243 INFO:teuthology.orchestra.run.smithi131.stdout:default via 172.21.15.254 dev enp3s0f1 2023-10-11T14:56:22.243 INFO:teuthology.orchestra.run.smithi131.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.131 metric 100 2023-10-11T14:56:22.244 INFO:teuthology.orchestra.run.smithi131.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-11T14:56:22.244 INFO:teuthology.orchestra.run.smithi131.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 2023-10-11T14:56:22.244 INFO:teuthology.orchestra.run.smithi131.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.131 metric 100 2023-10-11T14:56:22.245 INFO:tasks.vip:Configuring 10.0.15.131 on smithi131.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T14:56:22.245 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr add 10.0.15.131/16 dev enp3s0f1 2023-10-11T14:56:22.308 INFO:tasks.vip:peername 172.21.15.191 2023-10-11T14:56:22.311 INFO:tasks.vip:172.21.15.191 in 172.21.0.0/20, pos 4030 2023-10-11T14:56:22.315 INFO:tasks.vip:smithi191.front.sepia.ceph.com static 10.0.15.191, vnet 10.0.0.0/16 2023-10-11T14:56:22.316 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip route ls 2023-10-11T14:56:22.333 INFO:teuthology.orchestra.run.smithi191.stdout:default via 172.21.15.254 dev enp3s0f1 2023-10-11T14:56:22.334 INFO:teuthology.orchestra.run.smithi191.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.191 metric 100 2023-10-11T14:56:22.334 INFO:teuthology.orchestra.run.smithi191.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-11T14:56:22.334 INFO:teuthology.orchestra.run.smithi191.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.191 2023-10-11T14:56:22.334 INFO:teuthology.orchestra.run.smithi191.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.191 metric 100 2023-10-11T14:56:22.335 INFO:tasks.vip:Configuring 10.0.15.191 on smithi191.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T14:56:22.335 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip addr add 10.0.15.191/16 dev enp3s0f1 2023-10-11T14:56:22.393 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T14:56:22.402 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:56:22.402 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-11T14:56:22.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:22 smithi131 bash[24299]: audit 2023-10-11T14:56:21.463584+0000 mgr.smithi131.gzpodz (mgr.14195) 223 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:22.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:22 smithi191 bash[32369]: audit 2023-10-11T14:56:21.463584+0000 mgr.smithi131.gzpodz (mgr.14195) 223 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:23.720 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:23 smithi131 bash[24299]: cluster 2023-10-11T14:56:22.368337+0000 mgr.smithi131.gzpodz (mgr.14195) 224 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:23.745 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:23 smithi191 bash[32369]: cluster 2023-10-11T14:56:22.368337+0000 mgr.smithi131.gzpodz (mgr.14195) 224 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:25.714 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:25 smithi131 bash[24299]: cluster 2023-10-11T14:56:24.368937+0000 mgr.smithi131.gzpodz (mgr.14195) 225 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:25.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:25 smithi191 bash[32369]: cluster 2023-10-11T14:56:24.368937+0000 mgr.smithi131.gzpodz (mgr.14195) 225 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:27.150 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:56:27.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:27 smithi131 bash[24299]: cluster 2023-10-11T14:56:26.369554+0000 mgr.smithi131.gzpodz (mgr.14195) 226 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:27.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:27 smithi131 bash[24299]: audit 2023-10-11T14:56:27.174000+0000 mon.smithi131 (mon.0) 725 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:56:27.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:27 smithi191 bash[32369]: cluster 2023-10-11T14:56:26.369554+0000 mgr.smithi131.gzpodz (mgr.14195) 226 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:27.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:27 smithi191 bash[32369]: audit 2023-10-11T14:56:27.174000+0000 mon.smithi131 (mon.0) 725 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:56:29.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:29 smithi131 bash[24299]: cluster 2023-10-11T14:56:28.370048+0000 mgr.smithi131.gzpodz (mgr.14195) 227 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:29.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:29 smithi191 bash[32369]: cluster 2023-10-11T14:56:28.370048+0000 mgr.smithi131.gzpodz (mgr.14195) 227 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:30.040 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-11T14:56:30.040 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300N4400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T14:56:30.040 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_00bd704a5df2b1a40acc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_0c41aebe2c676f3c05c4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_795f572f0d5222de0f88 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_cc871741c337ead8a1fe 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303008M400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T14:56:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme1n1 ssd Linux_7f32e986578781bca8da 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme2n1 ssd Linux_49bb7bc715470cb43e10 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.042 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme3n1 ssd Linux_13e94476d7b1c93d1dff 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.042 INFO:teuthology.orchestra.run.smithi131.stdout:smithi191 /dev/nvme4n1 ssd Linux_b6534cc7fb34b684a422 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T14:56:30.685 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T14:56:30.695 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:56:30.696 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T14:56:30.711 INFO:teuthology.orchestra.run.smithi131.stderr:+ systemctl stop nfs-server 2023-10-11T14:56:30.819 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi191.front.sepia.ceph.com 2023-10-11T14:56:30.820 DEBUG:teuthology.orchestra.run.smithi191:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T14:56:30.836 INFO:teuthology.orchestra.run.smithi191.stderr:+ systemctl stop nfs-server 2023-10-11T14:56:30.973 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T14:56:30.982 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:56:30.983 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-10-11T14:56:31.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:31 smithi131 bash[24299]: audit 2023-10-11T14:56:30.032342+0000 mgr.smithi131.gzpodz (mgr.14195) 228 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:31.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:31 smithi131 bash[24299]: cluster 2023-10-11T14:56:30.370488+0000 mgr.smithi131.gzpodz (mgr.14195) 229 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:31.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:31 smithi191 bash[32369]: audit 2023-10-11T14:56:30.032342+0000 mgr.smithi131.gzpodz (mgr.14195) 228 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:31.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:31 smithi191 bash[32369]: cluster 2023-10-11T14:56:30.370488+0000 mgr.smithi131.gzpodz (mgr.14195) 229 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:34.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: cluster 2023-10-11T14:56:32.370867+0000 mgr.smithi131.gzpodz (mgr.14195) 230 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:34.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:32.818883+0000 mon.smithi131 (mon.0) 726 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:32.827749+0000 mon.smithi131 (mon.0) 727 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:32.871009+0000 mon.smithi131 (mon.0) 728 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:32.880145+0000 mon.smithi131 (mon.0) 729 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:33.731707+0000 mon.smithi131 (mon.0) 730 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:33.736199+0000 mon.smithi131 (mon.0) 731 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:33.742621+0000 mon.smithi131 (mon.0) 732 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:33 smithi131 bash[24299]: audit 2023-10-11T14:56:33.746523+0000 mon.smithi131 (mon.0) 733 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: cluster 2023-10-11T14:56:32.370867+0000 mgr.smithi131.gzpodz (mgr.14195) 230 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:34.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:32.818883+0000 mon.smithi131 (mon.0) 726 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:32.827749+0000 mon.smithi131 (mon.0) 727 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:32.871009+0000 mon.smithi131 (mon.0) 728 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:32.880145+0000 mon.smithi131 (mon.0) 729 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:33.731707+0000 mon.smithi131 (mon.0) 730 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:33.736199+0000 mon.smithi131 (mon.0) 731 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:33.742621+0000 mon.smithi131 (mon.0) 732 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:34.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:33 smithi191 bash[32369]: audit 2023-10-11T14:56:33.746523+0000 mon.smithi131 (mon.0) 733 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:35.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:34 smithi131 bash[24299]: audit 2023-10-11T14:56:34.391500+0000 mon.smithi131 (mon.0) 734 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:35.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:34 smithi191 bash[32369]: audit 2023-10-11T14:56:34.391500+0000 mon.smithi131 (mon.0) 734 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:35.300 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:56:36.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:35 smithi131 bash[24299]: cluster 2023-10-11T14:56:34.371455+0000 mgr.smithi131.gzpodz (mgr.14195) 231 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:36.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:35 smithi191 bash[32369]: cluster 2023-10-11T14:56:34.371455+0000 mgr.smithi131.gzpodz (mgr.14195) 231 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:38.073 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled rgw.foorgw update... 2023-10-11T14:56:38.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:37 smithi131 bash[24299]: cluster 2023-10-11T14:56:36.372093+0000 mgr.smithi131.gzpodz (mgr.14195) 232 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:38.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:37 smithi191 bash[32369]: cluster 2023-10-11T14:56:36.372093+0000 mgr.smithi131.gzpodz (mgr.14195) 232 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:38.740 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.131/16' 2023-10-11T14:56:39.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:39 smithi131 bash[24299]: audit 2023-10-11T14:56:38.058652+0000 mgr.smithi131.gzpodz (mgr.14195) 233 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:39.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:39 smithi131 bash[24299]: cephadm 2023-10-11T14:56:38.061798+0000 mgr.smithi131.gzpodz (mgr.14195) 234 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T14:56:39.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:39 smithi131 bash[24299]: audit 2023-10-11T14:56:38.068858+0000 mon.smithi131 (mon.0) 735 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:39.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:39 smithi131 bash[24299]: cluster 2023-10-11T14:56:38.372541+0000 mgr.smithi131.gzpodz (mgr.14195) 235 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:39.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:39 smithi191 bash[32369]: audit 2023-10-11T14:56:38.058652+0000 mgr.smithi131.gzpodz (mgr.14195) 233 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:39.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:39 smithi191 bash[32369]: cephadm 2023-10-11T14:56:38.061798+0000 mgr.smithi131.gzpodz (mgr.14195) 234 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T14:56:39.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:39 smithi191 bash[32369]: audit 2023-10-11T14:56:38.068858+0000 mon.smithi131 (mon.0) 735 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:39.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:39 smithi191 bash[32369]: cluster 2023-10-11T14:56:38.372541+0000 mgr.smithi131.gzpodz (mgr.14195) 235 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:41.765 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:41 smithi191 bash[32369]: cluster 2023-10-11T14:56:40.372912+0000 mgr.smithi131.gzpodz (mgr.14195) 236 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:41.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:41 smithi131 bash[24299]: cluster 2023-10-11T14:56:40.372912+0000 mgr.smithi131.gzpodz (mgr.14195) 236 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:43.492 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:56:43.591 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:43 smithi131 bash[24299]: cluster 2023-10-11T14:56:42.373316+0000 mgr.smithi131.gzpodz (mgr.14195) 237 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:43.646 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:43 smithi191 bash[32369]: cluster 2023-10-11T14:56:42.373316+0000 mgr.smithi131.gzpodz (mgr.14195) 237 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:45.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: cluster 2023-10-11T14:56:44.373882+0000 mgr.smithi131.gzpodz (mgr.14195) 238 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:45.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.893327+0000 mon.smithi131 (mon.0) 736 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.902065+0000 mon.smithi131 (mon.0) 737 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.942279+0000 mon.smithi131 (mon.0) 738 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.951573+0000 mon.smithi131 (mon.0) 739 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.953417+0000 mon.smithi131 (mon.0) 740 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:45.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.954744+0000 mon.smithi131 (mon.0) 741 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:56:45.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.962791+0000 mon.smithi131 (mon.0) 742 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.967215+0000 mon.smithi131 (mon.0) 743 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:56:45.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.979292+0000 mon.smithi131 (mon.0) 744 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.bbqvhc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T14:56:45.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.983328+0000 mon.smithi131 (mon.0) 745 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.bbqvhc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T14:56:45.650 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.987828+0000 mon.smithi131 (mon.0) 746 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.651 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:45 smithi191 bash[32369]: audit 2023-10-11T14:56:44.989003+0000 mon.smithi131 (mon.0) 747 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: cluster 2023-10-11T14:56:44.373882+0000 mgr.smithi131.gzpodz (mgr.14195) 238 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.893327+0000 mon.smithi131 (mon.0) 736 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.902065+0000 mon.smithi131 (mon.0) 737 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.942279+0000 mon.smithi131 (mon.0) 738 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.951573+0000 mon.smithi131 (mon.0) 739 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.953417+0000 mon.smithi131 (mon.0) 740 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:45.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.954744+0000 mon.smithi131 (mon.0) 741 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:56:45.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.962791+0000 mon.smithi131 (mon.0) 742 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.967215+0000 mon.smithi131 (mon.0) 743 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:56:45.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.979292+0000 mon.smithi131 (mon.0) 744 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.bbqvhc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T14:56:45.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.983328+0000 mon.smithi131 (mon.0) 745 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.bbqvhc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T14:56:45.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.987828+0000 mon.smithi131 (mon.0) 746 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:45.845 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:45 smithi131 bash[24299]: audit 2023-10-11T14:56:44.989003+0000 mon.smithi131 (mon.0) 747 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:46.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:46 smithi131 bash[24299]: cephadm 2023-10-11T14:56:44.990289+0000 mgr.smithi131.gzpodz (mgr.14195) 239 : cephadm 1 Deploying daemon rgw.foorgw.smithi191.bbqvhc on smithi191 2023-10-11T14:56:46.861 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:46 smithi191 bash[32369]: cephadm 2023-10-11T14:56:44.990289+0000 mgr.smithi131.gzpodz (mgr.14195) 239 : cephadm 1 Deploying daemon rgw.foorgw.smithi191.bbqvhc on smithi191 2023-10-11T14:56:47.609 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:47 smithi191 bash[32369]: cluster 2023-10-11T14:56:46.374292+0000 mgr.smithi131.gzpodz (mgr.14195) 240 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:47.610 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:47 smithi191 bash[32369]: audit 2023-10-11T14:56:46.625849+0000 mgr.smithi131.gzpodz (mgr.14195) 241 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.131/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:47.610 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:47 smithi191 bash[32369]: audit 2023-10-11T14:56:46.629121+0000 mon.smithi131 (mon.0) 748 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T14:56:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:47 smithi131 bash[24299]: cluster 2023-10-11T14:56:46.374292+0000 mgr.smithi131.gzpodz (mgr.14195) 240 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:47 smithi131 bash[24299]: audit 2023-10-11T14:56:46.625849+0000 mgr.smithi131.gzpodz (mgr.14195) 241 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.131/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:56:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:47 smithi131 bash[24299]: audit 2023-10-11T14:56:46.629121+0000 mon.smithi131 (mon.0) 748 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T14:56:48.826 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.449805+0000 mon.smithi131 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T14:56:48.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: cluster 2023-10-11T14:56:47.449947+0000 mon.smithi131 (mon.0) 750 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2023-10-11T14:56:48.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.451938+0000 mon.smithi131 (mon.0) 751 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T14:56:48.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.645984+0000 mon.smithi131 (mon.0) 752 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.655361+0000 mon.smithi131 (mon.0) 753 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.664252+0000 mon.smithi131 (mon.0) 754 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.665469+0000 mon.smithi131 (mon.0) 755 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.wtqpxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T14:56:48.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.671464+0000 mon.smithi131 (mon.0) 756 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.wtqpxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T14:56:48.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.678379+0000 mon.smithi131 (mon.0) 757 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: audit 2023-10-11T14:56:47.679777+0000 mon.smithi131 (mon.0) 758 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:48.828 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:48 smithi131 bash[24299]: cephadm 2023-10-11T14:56:47.681398+0000 mgr.smithi131.gzpodz (mgr.14195) 242 : cephadm 1 Deploying daemon rgw.foorgw.smithi131.wtqpxh on smithi131 2023-10-11T14:56:48.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.449805+0000 mon.smithi131 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T14:56:48.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: cluster 2023-10-11T14:56:47.449947+0000 mon.smithi131 (mon.0) 750 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2023-10-11T14:56:48.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.451938+0000 mon.smithi131 (mon.0) 751 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T14:56:48.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.645984+0000 mon.smithi131 (mon.0) 752 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.655361+0000 mon.smithi131 (mon.0) 753 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.664252+0000 mon.smithi131 (mon.0) 754 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.665469+0000 mon.smithi131 (mon.0) 755 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.wtqpxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T14:56:48.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.671464+0000 mon.smithi131 (mon.0) 756 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.wtqpxh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T14:56:48.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.678379+0000 mon.smithi131 (mon.0) 757 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:48.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: audit 2023-10-11T14:56:47.679777+0000 mon.smithi131 (mon.0) 758 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:48.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:48 smithi191 bash[32369]: cephadm 2023-10-11T14:56:47.681398+0000 mgr.smithi131.gzpodz (mgr.14195) 242 : cephadm 1 Deploying daemon rgw.foorgw.smithi131.wtqpxh on smithi131 2023-10-11T14:56:49.442 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T14:56:49.452 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:56:49.452 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-10-11T14:56:49.468 INFO:teuthology.orchestra.run.smithi131.stderr:+ dnf install -y python3-boto3 2023-10-11T14:56:49.469 INFO:teuthology.orchestra.run.smithi131.stderr:bash: dnf: command not found 2023-10-11T14:56:49.469 INFO:teuthology.orchestra.run.smithi131.stderr:+ apt install -y python3-boto3 2023-10-11T14:56:49.495 INFO:teuthology.orchestra.run.smithi131.stderr: 2023-10-11T14:56:49.495 INFO:teuthology.orchestra.run.smithi131.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-11T14:56:49.496 INFO:teuthology.orchestra.run.smithi131.stderr: 2023-10-11T14:56:49.502 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: cluster 2023-10-11T14:56:48.374863+0000 mgr.smithi131.gzpodz (mgr.14195) 243 : cluster 0 pgmap v200: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:49.502 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: audit 2023-10-11T14:56:48.453978+0000 mon.smithi131 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T14:56:49.502 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: cluster 2023-10-11T14:56:48.454285+0000 mon.smithi131 (mon.0) 760 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2023-10-11T14:56:49.554 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2023-10-11T14:56:49.764 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2023-10-11T14:56:49.764 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2023-10-11T14:56:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: cephadm 2023-10-11T14:56:48.490489+0000 mgr.smithi131.gzpodz (mgr.14195) 244 : cephadm 1 Saving service nfs.foo spec with placement count:1 2023-10-11T14:56:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: audit 2023-10-11T14:56:48.494905+0000 mon.smithi131 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: cephadm 2023-10-11T14:56:48.498596+0000 mgr.smithi131.gzpodz (mgr.14195) 245 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-10-11T14:56:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: audit 2023-10-11T14:56:48.502318+0000 mon.smithi131 (mon.0) 762 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:49.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:49 smithi131 bash[24299]: audit 2023-10-11T14:56:49.392196+0000 mon.smithi131 (mon.0) 763 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: cluster 2023-10-11T14:56:48.374863+0000 mgr.smithi131.gzpodz (mgr.14195) 243 : cluster 0 pgmap v200: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:56:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: audit 2023-10-11T14:56:48.453978+0000 mon.smithi131 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T14:56:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: cluster 2023-10-11T14:56:48.454285+0000 mon.smithi131 (mon.0) 760 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2023-10-11T14:56:49.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: cephadm 2023-10-11T14:56:48.490489+0000 mgr.smithi131.gzpodz (mgr.14195) 244 : cephadm 1 Saving service nfs.foo spec with placement count:1 2023-10-11T14:56:49.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: audit 2023-10-11T14:56:48.494905+0000 mon.smithi131 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:49.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: cephadm 2023-10-11T14:56:48.498596+0000 mgr.smithi131.gzpodz (mgr.14195) 245 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-10-11T14:56:49.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: audit 2023-10-11T14:56:48.502318+0000 mon.smithi131 (mon.0) 762 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:49.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:49 smithi191 bash[32369]: audit 2023-10-11T14:56:49.392196+0000 mon.smithi131 (mon.0) 763 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:56:49.960 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2023-10-11T14:56:49.961 INFO:teuthology.orchestra.run.smithi131.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-docutils 2023-10-11T14:56:49.961 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jmespath python3-pygments python3-roman python3-s3transfer 2023-10-11T14:56:49.962 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2023-10-11T14:56:49.963 INFO:teuthology.orchestra.run.smithi131.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-10-11T14:56:49.963 INFO:teuthology.orchestra.run.smithi131.stdout: texlive-latex-base texlive-latex-recommended python-pygments-doc 2023-10-11T14:56:50.002 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2023-10-11T14:56:50.004 INFO:teuthology.orchestra.run.smithi131.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-10-11T14:56:50.004 INFO:teuthology.orchestra.run.smithi131.stdout: python3-docutils python3-jmespath python3-pygments python3-roman 2023-10-11T14:56:50.004 INFO:teuthology.orchestra.run.smithi131.stdout: python3-s3transfer 2023-10-11T14:56:50.152 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 10 newly installed, 0 to remove and 256 not upgraded. 2023-10-11T14:56:50.152 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 4,480 kB of archives. 2023-10-11T14:56:50.153 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 53.0 MB of additional disk space will be used. 2023-10-11T14:56:50.153 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 docutils-common all 0.16+dfsg-2 [116 kB] 2023-10-11T14:56:50.241 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] 2023-10-11T14:56:50.242 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper-utils amd64 1.1.28 [8,400 B] 2023-10-11T14:56:50.244 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8,728 B] 2023-10-11T14:56:50.245 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB] 2023-10-11T14:56:50.287 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jmespath all 0.9.4-2ubuntu1 [21.5 kB] 2023-10-11T14:56:50.289 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.20.04.1 [3,255 kB] 2023-10-11T14:56:50.362 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-s3transfer all 0.3.3-1 [46.6 kB] 2023-10-11T14:56:50.363 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-boto3 all 1.9.253-1 [63.7 kB] 2023-10-11T14:56:50.366 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2023-10-11T14:56:50.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:50 smithi131 bash[24299]: cluster 2023-10-11T14:56:49.474189+0000 mon.smithi131 (mon.0) 764 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-10-11T14:56:50.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:50 smithi131 bash[24299]: audit 2023-10-11T14:56:49.476126+0000 mon.smithi131 (mon.0) 765 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T14:56:50.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:50 smithi131 bash[24299]: cluster 2023-10-11T14:56:49.517006+0000 mon.smithi131 (mon.0) 766 : cluster 0 mgrmap e20: smithi131.gzpodz(active, since 5m), standbys: smithi191.ighaca 2023-10-11T14:56:50.645 INFO:teuthology.orchestra.run.smithi131.stderr:debconf: unable to initialize frontend: Dialog 2023-10-11T14:56:50.645 INFO:teuthology.orchestra.run.smithi131.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-11T14:56:50.645 INFO:teuthology.orchestra.run.smithi131.stderr:debconf: falling back to frontend: Readline 2023-10-11T14:56:50.661 INFO:teuthology.orchestra.run.smithi131.stderr:debconf: unable to initialize frontend: Readline 2023-10-11T14:56:50.662 INFO:teuthology.orchestra.run.smithi131.stderr:debconf: (This frontend requires a controlling tty.) 2023-10-11T14:56:50.662 INFO:teuthology.orchestra.run.smithi131.stderr:debconf: falling back to frontend: Teletype 2023-10-11T14:56:50.665 INFO:teuthology.orchestra.run.smithi131.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-10-11T14:56:50.711 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 4,480 kB in 0s (12.6 MB/s) 2023-10-11T14:56:50.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:50 smithi191 bash[32369]: cluster 2023-10-11T14:56:49.474189+0000 mon.smithi131 (mon.0) 764 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-10-11T14:56:50.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:50 smithi191 bash[32369]: audit 2023-10-11T14:56:49.476126+0000 mon.smithi131 (mon.0) 765 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T14:56:50.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:50 smithi191 bash[32369]: cluster 2023-10-11T14:56:49.517006+0000 mon.smithi131 (mon.0) 766 : cluster 0 mgrmap e20: smithi131.gzpodz(active, since 5m), standbys: smithi191.ighaca 2023-10-11T14:56:51.271 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package docutils-common. 2023-10-11T14:56:51.315 INFO:teuthology.orchestra.run.smithi131.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 ... 112643 files and directories currently installed.) 2023-10-11T14:56:51.318 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../0-docutils-common_0.16+dfsg-2_all.deb ... 2023-10-11T14:56:51.580 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking docutils-common (0.16+dfsg-2) ... 2023-10-11T14:56:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: cluster 2023-10-11T14:56:50.375223+0000 mgr.smithi131.gzpodz (mgr.14195) 246 : cluster 0 pgmap v203: 65 pgs: 53 unknown, 12 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:56:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:50.475872+0000 mon.smithi131 (mon.0) 767 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-11T14:56:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: cluster 2023-10-11T14:56:50.476300+0000 mon.smithi131 (mon.0) 768 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-10-11T14:56:51.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:50.999085+0000 mon.smithi131 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:51.006017+0000 mon.smithi131 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:51.062761+0000 mon.smithi131 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:51.068885+0000 mon.smithi131 (mon.0) 772 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:51.072404+0000 mon.smithi131 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:51 smithi131 bash[24299]: audit 2023-10-11T14:56:51.137455+0000 mon.smithi131 (mon.0) 774 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:56:51.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: cluster 2023-10-11T14:56:50.375223+0000 mgr.smithi131.gzpodz (mgr.14195) 246 : cluster 0 pgmap v203: 65 pgs: 53 unknown, 12 active+clean; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:56:51.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:50.475872+0000 mon.smithi131 (mon.0) 767 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-11T14:56:51.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: cluster 2023-10-11T14:56:50.476300+0000 mon.smithi131 (mon.0) 768 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-10-11T14:56:51.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:50.999085+0000 mon.smithi131 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:51.006017+0000 mon.smithi131 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:51.062761+0000 mon.smithi131 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:51.068885+0000 mon.smithi131 (mon.0) 772 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:51.072404+0000 mon.smithi131 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:51.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:51 smithi191 bash[32369]: audit 2023-10-11T14:56:51.137455+0000 mon.smithi131 (mon.0) 774 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:56:52.355 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libpaper1:amd64. 2023-10-11T14:56:52.364 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../1-libpaper1_1.1.28_amd64.deb ... 2023-10-11T14:56:52.448 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libpaper1:amd64 (1.1.28) ... 2023-10-11T14:56:52.745 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libpaper-utils. 2023-10-11T14:56:52.757 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../2-libpaper-utils_1.1.28_amd64.deb ... 2023-10-11T14:56:52.794 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libpaper-utils (1.1.28) ... 2023-10-11T14:56:52.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:52 smithi131 bash[24299]: cephadm 2023-10-11T14:56:51.063530+0000 mgr.smithi131.gzpodz (mgr.14195) 247 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T14:56:52.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:52 smithi131 bash[24299]: cluster 2023-10-11T14:56:51.488985+0000 mon.smithi131 (mon.0) 775 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-10-11T14:56:52.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:52 smithi131 bash[24299]: audit 2023-10-11T14:56:51.490802+0000 mon.smithi131 (mon.0) 776 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T14:56:52.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:52 smithi131 bash[24299]: audit 2023-10-11T14:56:52.492703+0000 mon.smithi131 (mon.0) 777 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T14:56:52.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:52 smithi131 bash[24299]: cluster 2023-10-11T14:56:52.493108+0000 mon.smithi131 (mon.0) 778 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-10-11T14:56:52.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:52 smithi191 bash[32369]: cephadm 2023-10-11T14:56:51.063530+0000 mgr.smithi131.gzpodz (mgr.14195) 247 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T14:56:52.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:52 smithi191 bash[32369]: cluster 2023-10-11T14:56:51.488985+0000 mon.smithi131 (mon.0) 775 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-10-11T14:56:52.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:52 smithi191 bash[32369]: audit 2023-10-11T14:56:51.490802+0000 mon.smithi131 (mon.0) 776 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T14:56:52.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:52 smithi191 bash[32369]: audit 2023-10-11T14:56:52.492703+0000 mon.smithi131 (mon.0) 777 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T14:56:52.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:52 smithi191 bash[32369]: cluster 2023-10-11T14:56:52.493108+0000 mon.smithi131 (mon.0) 778 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-10-11T14:56:53.126 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-roman. 2023-10-11T14:56:53.141 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../3-python3-roman_2.0.0-3build1_all.deb ... 2023-10-11T14:56:53.184 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-roman (2.0.0-3build1) ... 2023-10-11T14:56:53.491 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-docutils. 2023-10-11T14:56:53.504 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../4-python3-docutils_0.16+dfsg-2_all.deb ... 2023-10-11T14:56:53.552 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-docutils (0.16+dfsg-2) ... 2023-10-11T14:56:53.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:53 smithi131 bash[24299]: cluster 2023-10-11T14:56:52.375851+0000 mgr.smithi131.gzpodz (mgr.14195) 248 : cluster 0 pgmap v206: 97 pgs: 11 creating+peering, 56 active+clean, 30 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:56:53.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:53 smithi131 bash[24299]: cluster 2023-10-11T14:56:53.495692+0000 mon.smithi131 (mon.0) 779 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-10-11T14:56:53.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:53 smithi131 bash[24299]: audit 2023-10-11T14:56:53.496943+0000 mon.smithi131 (mon.0) 780 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T14:56:53.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:53 smithi131 bash[24299]: audit 2023-10-11T14:56:53.497176+0000 mon.smithi131 (mon.0) 781 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T14:56:53.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:53 smithi191 bash[32369]: cluster 2023-10-11T14:56:52.375851+0000 mgr.smithi131.gzpodz (mgr.14195) 248 : cluster 0 pgmap v206: 97 pgs: 11 creating+peering, 56 active+clean, 30 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:56:53.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:53 smithi191 bash[32369]: cluster 2023-10-11T14:56:53.495692+0000 mon.smithi131 (mon.0) 779 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-10-11T14:56:53.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:53 smithi191 bash[32369]: audit 2023-10-11T14:56:53.496943+0000 mon.smithi131 (mon.0) 780 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T14:56:53.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:53 smithi191 bash[32369]: audit 2023-10-11T14:56:53.497176+0000 mon.smithi131 (mon.0) 781 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T14:56:53.941 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jmespath. 2023-10-11T14:56:53.955 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../5-python3-jmespath_0.9.4-2ubuntu1_all.deb ... 2023-10-11T14:56:54.000 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jmespath (0.9.4-2ubuntu1) ... 2023-10-11T14:56:54.314 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-botocore. 2023-10-11T14:56:54.328 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../6-python3-botocore_1.16.19+repack-1ubuntu0.20.04.1_all.deb ... 2023-10-11T14:56:54.372 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-10-11T14:56:55.636 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-s3transfer. 2023-10-11T14:56:55.649 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../7-python3-s3transfer_0.3.3-1_all.deb ... 2023-10-11T14:56:55.682 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-s3transfer (0.3.3-1) ... 2023-10-11T14:56:55.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:55 smithi131 bash[24299]: audit 2023-10-11T14:56:54.496558+0000 mon.smithi131 (mon.0) 782 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T14:56:55.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:55 smithi131 bash[24299]: audit 2023-10-11T14:56:54.496632+0000 mon.smithi131 (mon.0) 783 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T14:56:55.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:55 smithi131 bash[24299]: cluster 2023-10-11T14:56:54.496865+0000 mon.smithi131 (mon.0) 784 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-10-11T14:56:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:55 smithi191 bash[32369]: audit 2023-10-11T14:56:54.496558+0000 mon.smithi131 (mon.0) 782 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T14:56:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:55 smithi191 bash[32369]: audit 2023-10-11T14:56:54.496632+0000 mon.smithi131 (mon.0) 783 : audit 1 from='client.? 172.21.15.191:0/1150881096' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T14:56:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:55 smithi191 bash[32369]: cluster 2023-10-11T14:56:54.496865+0000 mon.smithi131 (mon.0) 784 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-10-11T14:56:56.005 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-boto3. 2023-10-11T14:56:56.018 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../8-python3-boto3_1.9.253-1_all.deb ... 2023-10-11T14:56:56.063 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-boto3 (1.9.253-1) ... 2023-10-11T14:56:56.400 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pygments. 2023-10-11T14:56:56.414 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../9-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2023-10-11T14:56:56.483 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-10-11T14:56:56.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:56 smithi131 bash[24299]: cluster 2023-10-11T14:56:54.376362+0000 mgr.smithi131.gzpodz (mgr.14195) 249 : cluster 0 pgmap v209: 129 pgs: 18 creating+peering, 71 active+clean, 40 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-11T14:56:56.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:56 smithi131 bash[24299]: cluster 2023-10-11T14:56:55.511061+0000 mon.smithi131 (mon.0) 785 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-10-11T14:56:56.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:56 smithi131 bash[24299]: audit 2023-10-11T14:56:55.513125+0000 mon.smithi131 (mon.0) 786 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T14:56:56.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:56 smithi131 bash[24299]: audit 2023-10-11T14:56:55.516271+0000 mon.smithi191 (mon.1) 22 : audit 1 from='client.? 172.21.15.191:0/2206348690' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T14:56:56.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:56 smithi131 bash[24299]: audit 2023-10-11T14:56:55.518133+0000 mon.smithi131 (mon.0) 787 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T14:56:56.593 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:56 smithi131 bash[24299]: audit 2023-10-11T14:56:55.540449+0000 mon.smithi131 (mon.0) 788 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:56.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:56 smithi191 bash[32369]: cluster 2023-10-11T14:56:54.376362+0000 mgr.smithi131.gzpodz (mgr.14195) 249 : cluster 0 pgmap v209: 129 pgs: 18 creating+peering, 71 active+clean, 40 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-11T14:56:56.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:56 smithi191 bash[32369]: cluster 2023-10-11T14:56:55.511061+0000 mon.smithi131 (mon.0) 785 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-10-11T14:56:56.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:56 smithi191 bash[32369]: audit 2023-10-11T14:56:55.513125+0000 mon.smithi131 (mon.0) 786 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T14:56:56.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:56 smithi191 bash[32369]: audit 2023-10-11T14:56:55.516271+0000 mon.smithi191 (mon.1) 22 : audit 1 from='client.? 172.21.15.191:0/2206348690' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T14:56:56.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:56 smithi191 bash[32369]: audit 2023-10-11T14:56:55.518133+0000 mon.smithi131 (mon.0) 787 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T14:56:56.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:56 smithi191 bash[32369]: audit 2023-10-11T14:56:55.540449+0000 mon.smithi131 (mon.0) 788 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:56.899 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libpaper1:amd64 (1.1.28) ... 2023-10-11T14:56:57.070 INFO:teuthology.orchestra.run.smithi131.stdout:debconf: unable to initialize frontend: Dialog 2023-10-11T14:56:57.071 INFO:teuthology.orchestra.run.smithi131.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-11T14:56:57.071 INFO:teuthology.orchestra.run.smithi131.stdout:debconf: falling back to frontend: Readline 2023-10-11T14:56:57.309 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:56:57.310 INFO:teuthology.orchestra.run.smithi131.stdout:Creating config file /etc/papersize with new version 2023-10-11T14:56:57.518 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libpaper-utils (1.1.28) ... 2023-10-11T14:56:57.643 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-roman (2.0.0-3build1) ... 2023-10-11T14:56:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: cluster 2023-10-11T14:56:56.377009+0000 mgr.smithi131.gzpodz (mgr.14195) 250 : cluster 0 pgmap v212: 161 pgs: 26 creating+peering, 101 active+clean, 34 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 767 B/s wr, 3 op/s 2023-10-11T14:56:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.512050+0000 mon.smithi131 (mon.0) 789 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T14:56:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.512379+0000 mon.smithi131 (mon.0) 790 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T14:56:57.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: cluster 2023-10-11T14:56:56.512660+0000 mon.smithi131 (mon.0) 791 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-10-11T14:56:57.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.517023+0000 mon.smithi131 (mon.0) 792 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:56:57.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.520084+0000 mon.smithi191 (mon.1) 23 : audit 1 from='client.? 172.21.15.191:0/2206348690' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:56:57.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.520357+0000 mon.smithi131 (mon.0) 793 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:56:57.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.831105+0000 mon.smithi131 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:57.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:57 smithi131 bash[24299]: audit 2023-10-11T14:56:56.838930+0000 mon.smithi131 (mon.0) 795 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: cluster 2023-10-11T14:56:56.377009+0000 mgr.smithi131.gzpodz (mgr.14195) 250 : cluster 0 pgmap v212: 161 pgs: 26 creating+peering, 101 active+clean, 34 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 767 B/s wr, 3 op/s 2023-10-11T14:56:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.512050+0000 mon.smithi131 (mon.0) 789 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T14:56:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.512379+0000 mon.smithi131 (mon.0) 790 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T14:56:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: cluster 2023-10-11T14:56:56.512660+0000 mon.smithi131 (mon.0) 791 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-10-11T14:56:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.517023+0000 mon.smithi131 (mon.0) 792 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:56:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.520084+0000 mon.smithi191 (mon.1) 23 : audit 1 from='client.? 172.21.15.191:0/2206348690' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:56:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.520357+0000 mon.smithi131 (mon.0) 793 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:56:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.831105+0000 mon.smithi131 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:57 smithi191 bash[32369]: audit 2023-10-11T14:56:56.838930+0000 mon.smithi131 (mon.0) 795 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:57.931 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-10-11T14:56:58.534 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jmespath (0.9.4-2ubuntu1) ... 2023-10-11T14:56:58.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:57.526513+0000 mon.smithi131 (mon.0) 796 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T14:56:58.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:57.526607+0000 mon.smithi131 (mon.0) 797 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T14:56:58.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: cluster 2023-10-11T14:56:57.526696+0000 mon.smithi131 (mon.0) 798 : cluster 0 osdmap e50: 8 total, 8 up, 8 in 2023-10-11T14:56:58.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:57.579929+0000 mon.smithi131 (mon.0) 799 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:57.590022+0000 mon.smithi131 (mon.0) 800 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:57.592196+0000 mon.smithi131 (mon.0) 801 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:58.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:57.593556+0000 mon.smithi131 (mon.0) 802 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:56:58.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: cephadm 2023-10-11T14:56:57.599565+0000 mgr.smithi131.gzpodz (mgr.14195) 251 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T14:56:58.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.114134+0000 mon.smithi131 (mon.0) 803 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.126529+0000 mon.smithi131 (mon.0) 804 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.136894+0000 mon.smithi131 (mon.0) 805 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.141805+0000 mon.smithi131 (mon.0) 806 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:56:58.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.171359+0000 mon.smithi131 (mon.0) 807 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.172601+0000 mon.smithi131 (mon.0) 808 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T14:56:58.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.178177+0000 mon.smithi131 (mon.0) 809 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T14:56:58.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.179301+0000 mon.smithi131 (mon.0) 810 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T14:56:58.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.185011+0000 mon.smithi131 (mon.0) 811 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T14:56:58.683 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.187236+0000 mon.smithi131 (mon.0) 812 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:58.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.250238+0000 mon.smithi131 (mon.0) 813 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T14:56:58.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.255335+0000 mon.smithi131 (mon.0) 814 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T14:56:58.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.329436+0000 mon.smithi131 (mon.0) 815 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T14:56:58.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.336426+0000 mon.smithi131 (mon.0) 816 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T14:56:58.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:58 smithi131 bash[24299]: audit 2023-10-11T14:56:58.345635+0000 mon.smithi131 (mon.0) 817 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:58.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:57.526513+0000 mon.smithi131 (mon.0) 796 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T14:56:58.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:57.526607+0000 mon.smithi131 (mon.0) 797 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi191.bbqvhc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T14:56:58.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: cluster 2023-10-11T14:56:57.526696+0000 mon.smithi131 (mon.0) 798 : cluster 0 osdmap e50: 8 total, 8 up, 8 in 2023-10-11T14:56:58.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:57.579929+0000 mon.smithi131 (mon.0) 799 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:57.590022+0000 mon.smithi131 (mon.0) 800 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:57.592196+0000 mon.smithi131 (mon.0) 801 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:58.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:57.593556+0000 mon.smithi131 (mon.0) 802 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:56:58.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: cephadm 2023-10-11T14:56:57.599565+0000 mgr.smithi131.gzpodz (mgr.14195) 251 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T14:56:58.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.114134+0000 mon.smithi131 (mon.0) 803 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.126529+0000 mon.smithi131 (mon.0) 804 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.136894+0000 mon.smithi131 (mon.0) 805 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.141805+0000 mon.smithi131 (mon.0) 806 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:56:58.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.171359+0000 mon.smithi131 (mon.0) 807 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:56:58.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.172601+0000 mon.smithi131 (mon.0) 808 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T14:56:58.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.178177+0000 mon.smithi131 (mon.0) 809 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T14:56:58.900 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.179301+0000 mon.smithi131 (mon.0) 810 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T14:56:58.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.185011+0000 mon.smithi131 (mon.0) 811 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T14:56:58.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.187236+0000 mon.smithi131 (mon.0) 812 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:58.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.250238+0000 mon.smithi131 (mon.0) 813 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T14:56:58.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.255335+0000 mon.smithi131 (mon.0) 814 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T14:56:58.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.329436+0000 mon.smithi131 (mon.0) 815 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T14:56:58.901 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.336426+0000 mon.smithi131 (mon.0) 816 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.brcczx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T14:56:58.902 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:58 smithi191 bash[32369]: audit 2023-10-11T14:56:58.345635+0000 mon.smithi131 (mon.0) 817 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:56:59.561 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up docutils-common (0.16+dfsg-2) ... 2023-10-11T14:56:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cephadm 2023-10-11T14:56:58.172115+0000 mgr.smithi131.gzpodz (mgr.14195) 252 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi131.brcczx 2023-10-11T14:56:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cephadm 2023-10-11T14:56:58.178934+0000 mgr.smithi131.gzpodz (mgr.14195) 253 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T14:56:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cephadm 2023-10-11T14:56:58.328654+0000 mgr.smithi131.gzpodz (mgr.14195) 254 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-10-11T14:56:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cephadm 2023-10-11T14:56:58.328824+0000 mgr.smithi131.gzpodz (mgr.14195) 255 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi131.brcczx-rgw 2023-10-11T14:56:59.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cephadm 2023-10-11T14:56:58.338277+0000 mgr.smithi131.gzpodz (mgr.14195) 256 : cephadm 3 Bind address in nfs.foo.0.0.smithi131.brcczx's ganesha conf is defaulting to empty 2023-10-11T14:56:59.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cephadm 2023-10-11T14:56:58.347558+0000 mgr.smithi131.gzpodz (mgr.14195) 257 : cephadm 1 Deploying daemon nfs.foo.0.0.smithi131.brcczx on smithi131 2023-10-11T14:56:59.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:56:59 smithi131 bash[24299]: cluster 2023-10-11T14:56:58.377699+0000 mgr.smithi131.gzpodz (mgr.14195) 258 : cluster 0 pgmap v215: 161 pgs: 15 creating+peering, 135 active+clean, 11 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s 2023-10-11T14:56:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cephadm 2023-10-11T14:56:58.172115+0000 mgr.smithi131.gzpodz (mgr.14195) 252 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi131.brcczx 2023-10-11T14:56:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cephadm 2023-10-11T14:56:58.178934+0000 mgr.smithi131.gzpodz (mgr.14195) 253 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T14:56:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cephadm 2023-10-11T14:56:58.328654+0000 mgr.smithi131.gzpodz (mgr.14195) 254 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-10-11T14:56:59.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cephadm 2023-10-11T14:56:58.328824+0000 mgr.smithi131.gzpodz (mgr.14195) 255 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi131.brcczx-rgw 2023-10-11T14:56:59.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cephadm 2023-10-11T14:56:58.338277+0000 mgr.smithi131.gzpodz (mgr.14195) 256 : cephadm 3 Bind address in nfs.foo.0.0.smithi131.brcczx's ganesha conf is defaulting to empty 2023-10-11T14:56:59.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cephadm 2023-10-11T14:56:58.347558+0000 mgr.smithi131.gzpodz (mgr.14195) 257 : cephadm 1 Deploying daemon nfs.foo.0.0.smithi131.brcczx on smithi131 2023-10-11T14:56:59.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:56:59 smithi191 bash[32369]: cluster 2023-10-11T14:56:58.377699+0000 mgr.smithi131.gzpodz (mgr.14195) 258 : cluster 0 pgmap v215: 161 pgs: 15 creating+peering, 135 active+clean, 11 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s 2023-10-11T14:57:00.436 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-11T14:57:01.435 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for shared-mime-info (1.15-1) ... 2023-10-11T14:57:01.831 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:01 smithi131 bash[24299]: cluster 2023-10-11T14:57:00.378578+0000 mgr.smithi131.gzpodz (mgr.14195) 259 : cluster 0 pgmap v216: 161 pgs: 8 creating+peering, 153 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 1.2 KiB/s wr, 45 op/s 2023-10-11T14:57:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:01 smithi191 bash[32369]: cluster 2023-10-11T14:57:00.378578+0000 mgr.smithi131.gzpodz (mgr.14195) 259 : cluster 0 pgmap v216: 161 pgs: 8 creating+peering, 153 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 1.2 KiB/s wr, 45 op/s 2023-10-11T14:57:03.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: audit 2023-10-11T14:57:02.134623+0000 mon.smithi131 (mon.0) 818 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: audit 2023-10-11T14:57:02.144993+0000 mon.smithi131 (mon.0) 819 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: audit 2023-10-11T14:57:02.176033+0000 mon.smithi131 (mon.0) 820 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: audit 2023-10-11T14:57:02.208047+0000 mon.smithi131 (mon.0) 821 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: audit 2023-10-11T14:57:02.216383+0000 mon.smithi131 (mon.0) 822 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: cephadm 2023-10-11T14:57:02.229814+0000 mgr.smithi131.gzpodz (mgr.14195) 260 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi131.cbkviz on smithi131 2023-10-11T14:57:03.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:03 smithi191 bash[32369]: cluster 2023-10-11T14:57:02.380147+0000 mgr.smithi131.gzpodz (mgr.14195) 261 : cluster 0 pgmap v217: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 5.5 KiB/s wr, 225 op/s 2023-10-11T14:57:03.601 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: audit 2023-10-11T14:57:02.134623+0000 mon.smithi131 (mon.0) 818 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.601 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: audit 2023-10-11T14:57:02.144993+0000 mon.smithi131 (mon.0) 819 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.601 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: audit 2023-10-11T14:57:02.176033+0000 mon.smithi131 (mon.0) 820 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.602 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: audit 2023-10-11T14:57:02.208047+0000 mon.smithi131 (mon.0) 821 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.602 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: audit 2023-10-11T14:57:02.216383+0000 mon.smithi131 (mon.0) 822 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:03.602 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: cephadm 2023-10-11T14:57:02.229814+0000 mgr.smithi131.gzpodz (mgr.14195) 260 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi131.cbkviz on smithi131 2023-10-11T14:57:03.602 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:03 smithi131 bash[24299]: cluster 2023-10-11T14:57:02.380147+0000 mgr.smithi131.gzpodz (mgr.14195) 261 : cluster 0 pgmap v217: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 5.5 KiB/s wr, 225 op/s 2023-10-11T14:57:04.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:04 smithi131 bash[24299]: audit 2023-10-11T14:57:04.353707+0000 mon.smithi131 (mon.0) 823 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]: dispatch 2023-10-11T14:57:04.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:04 smithi131 bash[24299]: audit 2023-10-11T14:57:04.398717+0000 mon.smithi131 (mon.0) 824 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:04.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:04 smithi191 bash[32369]: audit 2023-10-11T14:57:04.353707+0000 mon.smithi131 (mon.0) 823 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]: dispatch 2023-10-11T14:57:04.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:04 smithi191 bash[32369]: audit 2023-10-11T14:57:04.398717+0000 mon.smithi131 (mon.0) 824 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:05 smithi131 bash[24299]: cluster 2023-10-11T14:57:04.380921+0000 mgr.smithi131.gzpodz (mgr.14195) 262 : cluster 0 pgmap v218: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 4.6 KiB/s wr, 192 op/s 2023-10-11T14:57:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:05 smithi131 bash[24299]: audit 2023-10-11T14:57:04.409769+0000 mon.smithi131 (mon.0) 825 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]': finished 2023-10-11T14:57:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:05 smithi131 bash[24299]: cluster 2023-10-11T14:57:04.409876+0000 mon.smithi131 (mon.0) 826 : cluster 0 osdmap e51: 8 total, 8 up, 8 in 2023-10-11T14:57:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:05 smithi191 bash[32369]: cluster 2023-10-11T14:57:04.380921+0000 mgr.smithi131.gzpodz (mgr.14195) 262 : cluster 0 pgmap v218: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 94 KiB/s rd, 4.6 KiB/s wr, 192 op/s 2023-10-11T14:57:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:05 smithi191 bash[32369]: audit 2023-10-11T14:57:04.409769+0000 mon.smithi131 (mon.0) 825 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [4, 6]}]': finished 2023-10-11T14:57:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:05 smithi191 bash[32369]: cluster 2023-10-11T14:57:04.409876+0000 mon.smithi131 (mon.0) 826 : cluster 0 osdmap e51: 8 total, 8 up, 8 in 2023-10-11T14:57:06.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:06 smithi131 bash[24299]: cluster 2023-10-11T14:57:05.421134+0000 mon.smithi131 (mon.0) 827 : cluster 0 osdmap e52: 8 total, 8 up, 8 in 2023-10-11T14:57:06.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:06 smithi131 bash[24299]: audit 2023-10-11T14:57:05.551201+0000 mon.smithi131 (mon.0) 828 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:06.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:06 smithi191 bash[32369]: cluster 2023-10-11T14:57:05.421134+0000 mon.smithi131 (mon.0) 827 : cluster 0 osdmap e52: 8 total, 8 up, 8 in 2023-10-11T14:57:06.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:06 smithi191 bash[32369]: audit 2023-10-11T14:57:05.551201+0000 mon.smithi131 (mon.0) 828 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:07.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:07 smithi191 bash[32369]: cluster 2023-10-11T14:57:06.381871+0000 mgr.smithi131.gzpodz (mgr.14195) 263 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s rd, 5.4 KiB/s wr, 194 op/s 2023-10-11T14:57:07.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:07 smithi131 bash[24299]: cluster 2023-10-11T14:57:06.381871+0000 mgr.smithi131.gzpodz (mgr.14195) 263 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s rd, 5.4 KiB/s wr, 194 op/s 2023-10-11T14:57:09.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:09 smithi131 bash[24299]: cluster 2023-10-11T14:57:08.382919+0000 mgr.smithi131.gzpodz (mgr.14195) 264 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 4.6 KiB/s wr, 162 op/s 2023-10-11T14:57:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:09 smithi191 bash[32369]: cluster 2023-10-11T14:57:08.382919+0000 mgr.smithi131.gzpodz (mgr.14195) 264 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 4.6 KiB/s wr, 162 op/s 2023-10-11T14:57:11.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:11 smithi131 bash[24299]: cluster 2023-10-11T14:57:10.383971+0000 mgr.smithi131.gzpodz (mgr.14195) 265 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-10-11T14:57:11.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:11 smithi131 bash[24299]: audit 2023-10-11T14:57:10.563582+0000 mon.smithi131 (mon.0) 829 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:11 smithi191 bash[32369]: cluster 2023-10-11T14:57:10.383971+0000 mgr.smithi131.gzpodz (mgr.14195) 265 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-10-11T14:57:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:11 smithi191 bash[32369]: audit 2023-10-11T14:57:10.563582+0000 mon.smithi131 (mon.0) 829 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:13 smithi131 bash[24299]: cluster 2023-10-11T14:57:12.385142+0000 mgr.smithi131.gzpodz (mgr.14195) 266 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 1 op/s 2023-10-11T14:57:14.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:13 smithi131 bash[24299]: audit 2023-10-11T14:57:12.744528+0000 mon.smithi131 (mon.0) 830 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:13 smithi131 bash[24299]: audit 2023-10-11T14:57:12.752732+0000 mon.smithi131 (mon.0) 831 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:13 smithi131 bash[24299]: audit 2023-10-11T14:57:12.772955+0000 mon.smithi131 (mon.0) 832 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:13 smithi131 bash[24299]: cephadm 2023-10-11T14:57:12.775882+0000 mgr.smithi131.gzpodz (mgr.14195) 267 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi191.ixdjuq on smithi191 2023-10-11T14:57:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:13 smithi191 bash[32369]: cluster 2023-10-11T14:57:12.385142+0000 mgr.smithi131.gzpodz (mgr.14195) 266 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 1 op/s 2023-10-11T14:57:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:13 smithi191 bash[32369]: audit 2023-10-11T14:57:12.744528+0000 mon.smithi131 (mon.0) 830 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:13 smithi191 bash[32369]: audit 2023-10-11T14:57:12.752732+0000 mon.smithi131 (mon.0) 831 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:13 smithi191 bash[32369]: audit 2023-10-11T14:57:12.772955+0000 mon.smithi131 (mon.0) 832 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:13 smithi191 bash[32369]: cephadm 2023-10-11T14:57:12.775882+0000 mgr.smithi131.gzpodz (mgr.14195) 267 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi191.ixdjuq on smithi191 2023-10-11T14:57:16.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:15 smithi131 bash[24299]: cluster 2023-10-11T14:57:14.386228+0000 mgr.smithi131.gzpodz (mgr.14195) 268 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 615 B/s wr, 1 op/s 2023-10-11T14:57:16.146 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:15 smithi191 bash[32369]: cluster 2023-10-11T14:57:14.386228+0000 mgr.smithi131.gzpodz (mgr.14195) 268 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 615 B/s wr, 1 op/s 2023-10-11T14:57:17.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:17 smithi191 bash[32369]: cluster 2023-10-11T14:57:16.387009+0000 mgr.smithi131.gzpodz (mgr.14195) 269 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 560 B/s wr, 1 op/s 2023-10-11T14:57:18.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:17 smithi131 bash[24299]: cluster 2023-10-11T14:57:16.387009+0000 mgr.smithi131.gzpodz (mgr.14195) 269 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 933 B/s rd, 560 B/s wr, 1 op/s 2023-10-11T14:57:20.036 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:19 smithi191 bash[32369]: cluster 2023-10-11T14:57:18.388071+0000 mgr.smithi131.gzpodz (mgr.14195) 270 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:20.036 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:19 smithi191 bash[32369]: audit 2023-10-11T14:57:19.399344+0000 mon.smithi131 (mon.0) 833 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:20.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:19 smithi131 bash[24299]: cluster 2023-10-11T14:57:18.388071+0000 mgr.smithi131.gzpodz (mgr.14195) 270 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:20.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:19 smithi131 bash[24299]: audit 2023-10-11T14:57:19.399344+0000 mon.smithi131 (mon.0) 833 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:22.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:21 smithi131 bash[24299]: cluster 2023-10-11T14:57:20.389132+0000 mgr.smithi131.gzpodz (mgr.14195) 271 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:22.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:21 smithi131 bash[24299]: audit 2023-10-11T14:57:21.302714+0000 mon.smithi131 (mon.0) 834 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:21 smithi131 bash[24299]: audit 2023-10-11T14:57:21.311045+0000 mon.smithi131 (mon.0) 835 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:21 smithi131 bash[24299]: audit 2023-10-11T14:57:21.316127+0000 mon.smithi131 (mon.0) 836 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:21 smithi131 bash[24299]: audit 2023-10-11T14:57:21.323088+0000 mon.smithi131 (mon.0) 837 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:21 smithi191 bash[32369]: cluster 2023-10-11T14:57:20.389132+0000 mgr.smithi131.gzpodz (mgr.14195) 271 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:22.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:21 smithi191 bash[32369]: audit 2023-10-11T14:57:21.302714+0000 mon.smithi131 (mon.0) 834 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:21 smithi191 bash[32369]: audit 2023-10-11T14:57:21.311045+0000 mon.smithi131 (mon.0) 835 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:21 smithi191 bash[32369]: audit 2023-10-11T14:57:21.316127+0000 mon.smithi131 (mon.0) 836 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:22.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:21 smithi191 bash[32369]: audit 2023-10-11T14:57:21.323088+0000 mon.smithi131 (mon.0) 837 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:23.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:22 smithi131 bash[24299]: cephadm 2023-10-11T14:57:21.323971+0000 mgr.smithi131.gzpodz (mgr.14195) 272 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2023-10-11T14:57:23.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:22 smithi131 bash[24299]: cephadm 2023-10-11T14:57:21.324275+0000 mgr.smithi131.gzpodz (mgr.14195) 273 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2023-10-11T14:57:23.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:22 smithi131 bash[24299]: cephadm 2023-10-11T14:57:21.333585+0000 mgr.smithi131.gzpodz (mgr.14195) 274 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi131.azxrfd on smithi131 2023-10-11T14:57:23.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:22 smithi191 bash[32369]: cephadm 2023-10-11T14:57:21.323971+0000 mgr.smithi131.gzpodz (mgr.14195) 272 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2023-10-11T14:57:23.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:22 smithi191 bash[32369]: cephadm 2023-10-11T14:57:21.324275+0000 mgr.smithi131.gzpodz (mgr.14195) 273 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2023-10-11T14:57:23.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:22 smithi191 bash[32369]: cephadm 2023-10-11T14:57:21.333585+0000 mgr.smithi131.gzpodz (mgr.14195) 274 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi131.azxrfd on smithi131 2023-10-11T14:57:24.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:23 smithi131 bash[24299]: cluster 2023-10-11T14:57:22.390777+0000 mgr.smithi131.gzpodz (mgr.14195) 275 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:24.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:23 smithi191 bash[32369]: cluster 2023-10-11T14:57:22.390777+0000 mgr.smithi131.gzpodz (mgr.14195) 275 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:26.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:25 smithi131 bash[24299]: cluster 2023-10-11T14:57:24.391730+0000 mgr.smithi131.gzpodz (mgr.14195) 276 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:26.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:25 smithi191 bash[32369]: cluster 2023-10-11T14:57:24.391730+0000 mgr.smithi131.gzpodz (mgr.14195) 276 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:28.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:27 smithi131 bash[24299]: cluster 2023-10-11T14:57:26.392605+0000 mgr.smithi131.gzpodz (mgr.14195) 277 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:28.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:27 smithi191 bash[32369]: cluster 2023-10-11T14:57:26.392605+0000 mgr.smithi131.gzpodz (mgr.14195) 277 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:30.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:29 smithi131 bash[24299]: cluster 2023-10-11T14:57:28.393460+0000 mgr.smithi131.gzpodz (mgr.14195) 278 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:30.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:29 smithi191 bash[32369]: cluster 2023-10-11T14:57:28.393460+0000 mgr.smithi131.gzpodz (mgr.14195) 278 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:31.979 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:31 smithi131 bash[24299]: cluster 2023-10-11T14:57:30.394350+0000 mgr.smithi131.gzpodz (mgr.14195) 279 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:32.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:31 smithi191 bash[32369]: cluster 2023-10-11T14:57:30.394350+0000 mgr.smithi131.gzpodz (mgr.14195) 279 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:33.229 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for sgml-base (1.29.1) ... 2023-10-11T14:57:33.333 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:33 smithi131 bash[24299]: cluster 2023-10-11T14:57:32.395150+0000 mgr.smithi131.gzpodz (mgr.14195) 280 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:33.480 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-docutils (0.16+dfsg-2) ... 2023-10-11T14:57:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:33 smithi191 bash[32369]: cluster 2023-10-11T14:57:32.395150+0000 mgr.smithi131.gzpodz (mgr.14195) 280 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:34.645 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:34 smithi131 bash[24299]: audit 2023-10-11T14:57:33.368556+0000 mon.smithi131 (mon.0) 838 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:34.645 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:34 smithi131 bash[24299]: audit 2023-10-11T14:57:33.377802+0000 mon.smithi131 (mon.0) 839 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:34.645 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:34 smithi131 bash[24299]: audit 2023-10-11T14:57:33.428397+0000 mon.smithi131 (mon.0) 840 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:34.645 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:34 smithi131 bash[24299]: cephadm 2023-10-11T14:57:33.430511+0000 mgr.smithi131.gzpodz (mgr.14195) 281 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2023-10-11T14:57:34.646 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:34 smithi131 bash[24299]: cephadm 2023-10-11T14:57:33.430655+0000 mgr.smithi131.gzpodz (mgr.14195) 282 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2023-10-11T14:57:34.646 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:34 smithi131 bash[24299]: cephadm 2023-10-11T14:57:33.431509+0000 mgr.smithi131.gzpodz (mgr.14195) 283 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi191.osoorw on smithi191 2023-10-11T14:57:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:34 smithi191 bash[32369]: audit 2023-10-11T14:57:33.368556+0000 mon.smithi131 (mon.0) 838 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:34 smithi191 bash[32369]: audit 2023-10-11T14:57:33.377802+0000 mon.smithi131 (mon.0) 839 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:34 smithi191 bash[32369]: audit 2023-10-11T14:57:33.428397+0000 mon.smithi131 (mon.0) 840 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:34 smithi191 bash[32369]: cephadm 2023-10-11T14:57:33.430511+0000 mgr.smithi131.gzpodz (mgr.14195) 281 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2023-10-11T14:57:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:34 smithi191 bash[32369]: cephadm 2023-10-11T14:57:33.430655+0000 mgr.smithi131.gzpodz (mgr.14195) 282 : cephadm 1 10.0.31.131 is in 10.0.0.0/16 on smithi131 interface enp3s0f1 2023-10-11T14:57:34.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:34 smithi191 bash[32369]: cephadm 2023-10-11T14:57:33.431509+0000 mgr.smithi131.gzpodz (mgr.14195) 283 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi191.osoorw on smithi191 2023-10-11T14:57:34.834 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-10-11T14:57:34.887 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-10-11T14:57:34.936 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-10-11T14:57:34.962 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-10-11T14:57:34.987 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-10-11T14:57:35.013 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-10-11T14:57:35.039 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-10-11T14:57:35.064 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-10-11T14:57:35.089 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-10-11T14:57:35.115 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-10-11T14:57:35.132 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-10-11T14:57:35.157 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-10-11T14:57:35.182 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-10-11T14:57:35.586 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-11T14:57:35.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:35 smithi191 bash[32369]: cluster 2023-10-11T14:57:34.396136+0000 mgr.smithi131.gzpodz (mgr.14195) 284 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:35.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:35 smithi191 bash[32369]: audit 2023-10-11T14:57:34.399187+0000 mon.smithi131 (mon.0) 841 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:35.746 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-10-11T14:57:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:35 smithi131 bash[24299]: cluster 2023-10-11T14:57:34.396136+0000 mgr.smithi131.gzpodz (mgr.14195) 284 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:35 smithi131 bash[24299]: audit 2023-10-11T14:57:34.399187+0000 mon.smithi131 (mon.0) 841 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:36.122 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-s3transfer (0.3.3-1) ... 2023-10-11T14:57:36.415 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-boto3 (1.9.253-1) ... 2023-10-11T14:57:37.035 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-10-11T14:57:37.091 INFO:teuthology.orchestra.run.smithi131.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-10-11T14:57:37.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:37 smithi131 bash[24299]: cluster 2023-10-11T14:57:36.397233+0000 mgr.smithi131.gzpodz (mgr.14195) 285 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:37.896 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:37 smithi191 bash[32369]: cluster 2023-10-11T14:57:36.397233+0000 mgr.smithi131.gzpodz (mgr.14195) 285 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:39.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:39 smithi191 bash[32369]: cluster 2023-10-11T14:57:38.398447+0000 mgr.smithi131.gzpodz (mgr.14195) 286 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:39.720 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:39 smithi131 bash[24299]: cluster 2023-10-11T14:57:38.398447+0000 mgr.smithi131.gzpodz (mgr.14195) 286 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:41 smithi131 bash[24299]: cluster 2023-10-11T14:57:40.399477+0000 mgr.smithi131.gzpodz (mgr.14195) 287 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:41.845 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T14:57:41.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:41 smithi191 bash[32369]: cluster 2023-10-11T14:57:40.399477+0000 mgr.smithi131.gzpodz (mgr.14195) 287 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:43.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:43 smithi191 bash[32369]: cluster 2023-10-11T14:57:42.400937+0000 mgr.smithi131.gzpodz (mgr.14195) 288 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:43.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:43 smithi131 bash[24299]: cluster 2023-10-11T14:57:42.400937+0000 mgr.smithi131.gzpodz (mgr.14195) 288 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:45.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:44 smithi131 bash[24299]: audit 2023-10-11T14:57:43.723136+0000 mon.smithi131 (mon.0) 842 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:44 smithi131 bash[24299]: audit 2023-10-11T14:57:43.732271+0000 mon.smithi131 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:44 smithi131 bash[24299]: audit 2023-10-11T14:57:43.777851+0000 mon.smithi131 (mon.0) 844 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:44 smithi131 bash[24299]: audit 2023-10-11T14:57:43.784647+0000 mon.smithi131 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:44 smithi131 bash[24299]: audit 2023-10-11T14:57:43.882773+0000 mon.smithi131 (mon.0) 846 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:57:45.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:44 smithi191 bash[32369]: audit 2023-10-11T14:57:43.723136+0000 mon.smithi131 (mon.0) 842 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:44 smithi191 bash[32369]: audit 2023-10-11T14:57:43.732271+0000 mon.smithi131 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:44 smithi191 bash[32369]: audit 2023-10-11T14:57:43.777851+0000 mon.smithi131 (mon.0) 844 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:44 smithi191 bash[32369]: audit 2023-10-11T14:57:43.784647+0000 mon.smithi131 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:45.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:44 smithi191 bash[32369]: audit 2023-10-11T14:57:43.882773+0000 mon.smithi131 (mon.0) 846 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:57:45.951 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:57:46.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:45 smithi131 bash[24299]: cluster 2023-10-11T14:57:44.401847+0000 mgr.smithi131.gzpodz (mgr.14195) 289 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:46.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:45 smithi131 bash[24299]: audit 2023-10-11T14:57:45.580684+0000 mon.smithi131 (mon.0) 847 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:46.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:45 smithi191 bash[32369]: cluster 2023-10-11T14:57:44.401847+0000 mgr.smithi131.gzpodz (mgr.14195) 289 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:46.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:45 smithi191 bash[32369]: audit 2023-10-11T14:57:45.580684+0000 mon.smithi131 (mon.0) 847 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:48.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:47 smithi131 bash[24299]: cluster 2023-10-11T14:57:46.402903+0000 mgr.smithi131.gzpodz (mgr.14195) 290 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:48.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:47 smithi191 bash[32369]: cluster 2023-10-11T14:57:46.402903+0000 mgr.smithi131.gzpodz (mgr.14195) 290 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:50.075 INFO:teuthology.orchestra.run.smithi131.stderr:Using ceph image with id '97519c6bda34' and tag 'e62d759a6de3042e046d7d9889d2209cbc674fbd' created on 2023-10-11 00:20:24 +0000 UTC 2023-10-11T14:57:50.075 INFO:teuthology.orchestra.run.smithi131.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee 2023-10-11T14:57:50.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:49 smithi131 bash[24299]: cluster 2023-10-11T14:57:48.403829+0000 mgr.smithi131.gzpodz (mgr.14195) 291 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:50.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:49 smithi131 bash[24299]: audit 2023-10-11T14:57:49.399860+0000 mon.smithi131 (mon.0) 848 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:50.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:49 smithi191 bash[32369]: cluster 2023-10-11T14:57:48.403829+0000 mgr.smithi131.gzpodz (mgr.14195) 291 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:50.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:49 smithi191 bash[32369]: audit 2023-10-11T14:57:49.399860+0000 mon.smithi131 (mon.0) 848 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:57:51.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:49.987931+0000 mon.smithi131 (mon.0) 849 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:49.997362+0000 mon.smithi131 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.102423+0000 mon.smithi131 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.109991+0000 mon.smithi131 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: cluster 2023-10-11T14:57:50.404612+0000 mgr.smithi131.gzpodz (mgr.14195) 292 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:51.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.582752+0000 mon.smithi131 (mon.0) 853 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:57:51.343 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.584327+0000 mon.smithi131 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:57:51.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.593776+0000 mon.smithi131 (mon.0) 855 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.598224+0000 mon.smithi131 (mon.0) 856 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:57:51.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: audit 2023-10-11T14:57:50.613869+0000 mon.smithi131 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:50 smithi131 bash[24299]: cephadm 2023-10-11T14:57:50.683501+0000 mgr.smithi131.gzpodz (mgr.14195) 293 : cephadm 1 Reconfiguring prometheus.smithi131 (dependencies changed)... 2023-10-11T14:57:51.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:49.987931+0000 mon.smithi131 (mon.0) 849 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:49.997362+0000 mon.smithi131 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.102423+0000 mon.smithi131 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.109991+0000 mon.smithi131 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: cluster 2023-10-11T14:57:50.404612+0000 mgr.smithi131.gzpodz (mgr.14195) 292 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:51.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.582752+0000 mon.smithi131 (mon.0) 853 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:57:51.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.584327+0000 mon.smithi131 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:57:51.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.593776+0000 mon.smithi131 (mon.0) 855 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.598224+0000 mon.smithi131 (mon.0) 856 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:57:51.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: audit 2023-10-11T14:57:50.613869+0000 mon.smithi131 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:51.399 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:50 smithi191 bash[32369]: cephadm 2023-10-11T14:57:50.683501+0000 mgr.smithi131.gzpodz (mgr.14195) 293 : cephadm 1 Reconfiguring prometheus.smithi131 (dependencies changed)... 2023-10-11T14:57:52.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:52 smithi191 bash[32369]: cephadm 2023-10-11T14:57:50.921498+0000 mgr.smithi131.gzpodz (mgr.14195) 294 : cephadm 1 Reconfiguring daemon prometheus.smithi131 on smithi131 2023-10-11T14:57:52.431 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:52 smithi131 bash[24299]: cephadm 2023-10-11T14:57:50.921498+0000 mgr.smithi131.gzpodz (mgr.14195) 294 : cephadm 1 Reconfiguring daemon prometheus.smithi131 on smithi131 2023-10-11T14:57:53.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:53 smithi131 bash[24299]: cluster 2023-10-11T14:57:52.406235+0000 mgr.smithi131.gzpodz (mgr.14195) 295 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:53.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:53 smithi191 bash[32369]: cluster 2023-10-11T14:57:52.406235+0000 mgr.smithi131.gzpodz (mgr.14195) 295 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:57:55.817 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:55 smithi131 bash[24299]: cluster 2023-10-11T14:57:54.407323+0000 mgr.smithi131.gzpodz (mgr.14195) 296 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:55 smithi191 bash[32369]: cluster 2023-10-11T14:57:54.407323+0000 mgr.smithi131.gzpodz (mgr.14195) 296 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T14:57:55.928 INFO:teuthology.run_tasks:Running task python... 2023-10-11T14:57:55.938 INFO:tasks.python:Running python on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:57:55.938 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-10-11T14:57:55.939 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-10-11T14:57:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:57 smithi131 bash[24299]: cluster 2023-10-11T14:57:56.408652+0000 mgr.smithi131.gzpodz (mgr.14195) 297 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:57:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:57 smithi131 bash[24299]: audit 2023-10-11T14:57:57.331689+0000 mon.smithi131 (mon.0) 858 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:57 smithi131 bash[24299]: audit 2023-10-11T14:57:57.343334+0000 mon.smithi131 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:57 smithi131 bash[24299]: audit 2023-10-11T14:57:57.363303+0000 mon.smithi131 (mon.0) 860 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:57:57.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:57 smithi131 bash[24299]: audit 2023-10-11T14:57:57.372505+0000 mon.smithi131 (mon.0) 861 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:57:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:57 smithi191 bash[32369]: cluster 2023-10-11T14:57:56.408652+0000 mgr.smithi131.gzpodz (mgr.14195) 297 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:57:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:57 smithi191 bash[32369]: audit 2023-10-11T14:57:57.331689+0000 mon.smithi131 (mon.0) 858 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:57 smithi191 bash[32369]: audit 2023-10-11T14:57:57.343334+0000 mon.smithi131 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:57:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:57 smithi191 bash[32369]: audit 2023-10-11T14:57:57.363303+0000 mon.smithi131 (mon.0) 860 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:57:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:57 smithi191 bash[32369]: audit 2023-10-11T14:57:57.372505+0000 mon.smithi131 (mon.0) 861 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:57:58.553 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:58 smithi131 bash[24299]: audit 2023-10-11T14:57:57.364037+0000 mgr.smithi131.gzpodz (mgr.14195) 298 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:57:58.553 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:58 smithi131 bash[24299]: cluster 2023-10-11T14:57:57.475364+0000 mon.smithi131 (mon.0) 862 : cluster 0 osdmap e53: 8 total, 8 up, 8 in 2023-10-11T14:57:58.554 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:58 smithi131 bash[24299]: audit 2023-10-11T14:57:57.476156+0000 mon.smithi131 (mon.0) 863 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-11T14:57:58.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:58 smithi191 bash[32369]: audit 2023-10-11T14:57:57.364037+0000 mgr.smithi131.gzpodz (mgr.14195) 298 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T14:57:58.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:58 smithi191 bash[32369]: cluster 2023-10-11T14:57:57.475364+0000 mon.smithi131 (mon.0) 862 : cluster 0 osdmap e53: 8 total, 8 up, 8 in 2023-10-11T14:57:58.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:58 smithi191 bash[32369]: audit 2023-10-11T14:57:57.476156+0000 mon.smithi131 (mon.0) 863 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-11T14:57:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:59 smithi131 bash[24299]: cluster 2023-10-11T14:57:58.409207+0000 mgr.smithi131.gzpodz (mgr.14195) 299 : cluster 0 pgmap v248: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 102 B/s wr, 0 op/s 2023-10-11T14:57:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:59 smithi131 bash[24299]: audit 2023-10-11T14:57:58.480311+0000 mon.smithi131 (mon.0) 864 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-11T14:57:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:59 smithi131 bash[24299]: cluster 2023-10-11T14:57:58.480785+0000 mon.smithi131 (mon.0) 865 : cluster 0 osdmap e54: 8 total, 8 up, 8 in 2023-10-11T14:57:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:57:59 smithi131 bash[24299]: audit 2023-10-11T14:57:58.496114+0000 mon.smithi131 (mon.0) 866 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:57:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:59 smithi191 bash[32369]: cluster 2023-10-11T14:57:58.409207+0000 mgr.smithi131.gzpodz (mgr.14195) 299 : cluster 0 pgmap v248: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 102 B/s wr, 0 op/s 2023-10-11T14:57:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:59 smithi191 bash[32369]: audit 2023-10-11T14:57:58.480311+0000 mon.smithi131 (mon.0) 864 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-11T14:57:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:59 smithi191 bash[32369]: cluster 2023-10-11T14:57:58.480785+0000 mon.smithi131 (mon.0) 865 : cluster 0 osdmap e54: 8 total, 8 up, 8 in 2023-10-11T14:57:59.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:57:59 smithi191 bash[32369]: audit 2023-10-11T14:57:58.496114+0000 mon.smithi131 (mon.0) 866 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T14:58:00.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:00 smithi131 bash[24299]: audit 2023-10-11T14:57:59.497724+0000 mon.smithi131 (mon.0) 867 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T14:58:00.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:00 smithi131 bash[24299]: cluster 2023-10-11T14:57:59.497808+0000 mon.smithi131 (mon.0) 868 : cluster 0 osdmap e55: 8 total, 8 up, 8 in 2023-10-11T14:58:00.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:00 smithi191 bash[32369]: audit 2023-10-11T14:57:59.497724+0000 mon.smithi131 (mon.0) 867 : audit 1 from='client.? 172.21.15.131:0/2786883131' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T14:58:00.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:00 smithi191 bash[32369]: cluster 2023-10-11T14:57:59.497808+0000 mon.smithi131 (mon.0) 868 : cluster 0 osdmap e55: 8 total, 8 up, 8 in 2023-10-11T14:58:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:01 smithi131 bash[24299]: cluster 2023-10-11T14:58:00.409920+0000 mgr.smithi131.gzpodz (mgr.14195) 300 : cluster 0 pgmap v251: 193 pgs: 23 unknown, 170 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-11T14:58:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:01 smithi131 bash[24299]: cluster 2023-10-11T14:58:00.509765+0000 mon.smithi131 (mon.0) 869 : cluster 0 osdmap e56: 8 total, 8 up, 8 in 2023-10-11T14:58:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:01 smithi131 bash[24299]: audit 2023-10-11T14:58:00.511130+0000 mon.smithi131 (mon.0) 870 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-11T14:58:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:01 smithi191 bash[32369]: cluster 2023-10-11T14:58:00.409920+0000 mgr.smithi131.gzpodz (mgr.14195) 300 : cluster 0 pgmap v251: 193 pgs: 23 unknown, 170 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-11T14:58:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:01 smithi191 bash[32369]: cluster 2023-10-11T14:58:00.509765+0000 mon.smithi131 (mon.0) 869 : cluster 0 osdmap e56: 8 total, 8 up, 8 in 2023-10-11T14:58:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:01 smithi191 bash[32369]: audit 2023-10-11T14:58:00.511130+0000 mon.smithi131 (mon.0) 870 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-11T14:58:02.587 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T14:58:02.598 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:58:02.598 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-10-11T14:58:02.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:02 smithi131 bash[24299]: audit 2023-10-11T14:58:01.512062+0000 mon.smithi131 (mon.0) 871 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-11T14:58:02.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:02 smithi131 bash[24299]: cluster 2023-10-11T14:58:01.512571+0000 mon.smithi131 (mon.0) 872 : cluster 0 osdmap e57: 8 total, 8 up, 8 in 2023-10-11T14:58:02.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:02 smithi131 bash[24299]: audit 2023-10-11T14:58:01.529592+0000 mon.smithi131 (mon.0) 873 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-11T14:58:02.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:02 smithi191 bash[32369]: audit 2023-10-11T14:58:01.512062+0000 mon.smithi131 (mon.0) 871 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-11T14:58:02.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:02 smithi191 bash[32369]: cluster 2023-10-11T14:58:01.512571+0000 mon.smithi131 (mon.0) 872 : cluster 0 osdmap e57: 8 total, 8 up, 8 in 2023-10-11T14:58:02.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:02 smithi191 bash[32369]: audit 2023-10-11T14:58:01.529592+0000 mon.smithi131 (mon.0) 873 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-11T14:58:03.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:03 smithi131 bash[24299]: cluster 2023-10-11T14:58:02.411188+0000 mgr.smithi131.gzpodz (mgr.14195) 301 : cluster 0 pgmap v254: 225 pgs: 9 creating+peering, 7 unknown, 209 active+clean; 583 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-10-11T14:58:03.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:03 smithi131 bash[24299]: audit 2023-10-11T14:58:02.524291+0000 mon.smithi131 (mon.0) 874 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-11T14:58:03.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:03 smithi131 bash[24299]: cluster 2023-10-11T14:58:02.524376+0000 mon.smithi131 (mon.0) 875 : cluster 0 osdmap e58: 8 total, 8 up, 8 in 2023-10-11T14:58:03.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:03 smithi131 bash[24299]: audit 2023-10-11T14:58:03.468886+0000 mon.smithi131 (mon.0) 876 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:03.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:03 smithi131 bash[24299]: audit 2023-10-11T14:58:03.478570+0000 mon.smithi131 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:03.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:03 smithi191 bash[32369]: cluster 2023-10-11T14:58:02.411188+0000 mgr.smithi131.gzpodz (mgr.14195) 301 : cluster 0 pgmap v254: 225 pgs: 9 creating+peering, 7 unknown, 209 active+clean; 583 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-10-11T14:58:03.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:03 smithi191 bash[32369]: audit 2023-10-11T14:58:02.524291+0000 mon.smithi131 (mon.0) 874 : audit 1 from='client.? 172.21.15.131:0/2821105890' entity='client.rgw.foorgw.smithi131.wtqpxh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-11T14:58:03.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:03 smithi191 bash[32369]: cluster 2023-10-11T14:58:02.524376+0000 mon.smithi131 (mon.0) 875 : cluster 0 osdmap e58: 8 total, 8 up, 8 in 2023-10-11T14:58:03.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:03 smithi191 bash[32369]: audit 2023-10-11T14:58:03.468886+0000 mon.smithi131 (mon.0) 876 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:03.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:03 smithi191 bash[32369]: audit 2023-10-11T14:58:03.478570+0000 mon.smithi131 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.369379+0000 mon.smithi131 (mon.0) 878 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.379471+0000 mon.smithi131 (mon.0) 879 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.381414+0000 mon.smithi131 (mon.0) 880 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:58:05.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.382494+0000 mon.smithi131 (mon.0) 881 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:58:05.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: cephadm 2023-10-11T14:58:04.388633+0000 mgr.smithi131.gzpodz (mgr.14195) 302 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T14:58:05.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.407561+0000 mon.smithi131 (mon.0) 882 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:05.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: cluster 2023-10-11T14:58:04.412389+0000 mgr.smithi131.gzpodz (mgr.14195) 303 : cluster 0 pgmap v256: 225 pgs: 9 creating+peering, 216 active+clean; 583 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 416 B/s rd, 624 B/s wr, 4 op/s 2023-10-11T14:58:05.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.669712+0000 mon.smithi131 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.675251+0000 mon.smithi131 (mon.0) 884 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:58:05.649 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:05 smithi191 bash[32369]: audit 2023-10-11T14:58:04.698088+0000 mon.smithi131 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.369379+0000 mon.smithi131 (mon.0) 878 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.379471+0000 mon.smithi131 (mon.0) 879 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.381414+0000 mon.smithi131 (mon.0) 880 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:58:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.382494+0000 mon.smithi131 (mon.0) 881 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:58:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: cephadm 2023-10-11T14:58:04.388633+0000 mgr.smithi131.gzpodz (mgr.14195) 302 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T14:58:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.407561+0000 mon.smithi131 (mon.0) 882 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:05.843 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: cluster 2023-10-11T14:58:04.412389+0000 mgr.smithi131.gzpodz (mgr.14195) 303 : cluster 0 pgmap v256: 225 pgs: 9 creating+peering, 216 active+clean; 583 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 416 B/s rd, 624 B/s wr, 4 op/s 2023-10-11T14:58:05.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.669712+0000 mon.smithi131 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:05.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.675251+0000 mon.smithi131 (mon.0) 884 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:58:05.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:05 smithi131 bash[24299]: audit 2023-10-11T14:58:04.698088+0000 mon.smithi131 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:58:06.389 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:58:07.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:07 smithi131 bash[24299]: cluster 2023-10-11T14:58:06.413973+0000 mgr.smithi131.gzpodz (mgr.14195) 304 : cluster 0 pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 852 B/s wr, 5 op/s 2023-10-11T14:58:07.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:07 smithi191 bash[32369]: cluster 2023-10-11T14:58:06.413973+0000 mgr.smithi131.gzpodz (mgr.14195) 304 : cluster 0 pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 852 B/s wr, 5 op/s 2023-10-11T14:58:09.763 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:09 smithi131 bash[24299]: cluster 2023-10-11T14:58:08.415582+0000 mgr.smithi131.gzpodz (mgr.14195) 305 : cluster 0 pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 776 B/s wr, 5 op/s 2023-10-11T14:58:09.764 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2023-10-11T14:58:09.764 INFO:teuthology.orchestra.run.smithi131.stdout: "bind": "/foouser", 2023-10-11T14:58:09.765 INFO:teuthology.orchestra.run.smithi131.stdout: "cluster": "foo", 2023-10-11T14:58:09.765 INFO:teuthology.orchestra.run.smithi131.stdout: "mode": "RW", 2023-10-11T14:58:09.765 INFO:teuthology.orchestra.run.smithi131.stdout: "path": "/", 2023-10-11T14:58:09.765 INFO:teuthology.orchestra.run.smithi131.stdout: "squash": "none" 2023-10-11T14:58:09.765 INFO:teuthology.orchestra.run.smithi131.stdout:} 2023-10-11T14:58:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:09 smithi191 bash[32369]: cluster 2023-10-11T14:58:08.415582+0000 mgr.smithi131.gzpodz (mgr.14195) 305 : cluster 0 pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 776 B/s wr, 5 op/s 2023-10-11T14:58:10.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:10 smithi131 bash[24299]: audit 2023-10-11T14:58:09.550041+0000 mgr.smithi131.gzpodz (mgr.14195) 306 : audit 0 from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:58:10.888 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-11T14:58:10.898 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-11T14:58:10.898 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T14:58:10.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:10 smithi191 bash[32369]: audit 2023-10-11T14:58:09.550041+0000 mgr.smithi131.gzpodz (mgr.14195) 306 : audit 0 from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T14:58:11.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:11 smithi131 bash[24299]: cluster 2023-10-11T14:58:10.417210+0000 mgr.smithi131.gzpodz (mgr.14195) 307 : cluster 0 pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 574 B/s wr, 4 op/s 2023-10-11T14:58:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:11 smithi191 bash[32369]: cluster 2023-10-11T14:58:10.417210+0000 mgr.smithi131.gzpodz (mgr.14195) 307 : cluster 0 pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 574 B/s wr, 4 op/s 2023-10-11T14:58:13.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:13 smithi131 bash[24299]: cluster 2023-10-11T14:58:12.419050+0000 mgr.smithi131.gzpodz (mgr.14195) 308 : cluster 0 pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 409 B/s wr, 4 op/s 2023-10-11T14:58:13.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:13 smithi191 bash[32369]: cluster 2023-10-11T14:58:12.419050+0000 mgr.smithi131.gzpodz (mgr.14195) 308 : cluster 0 pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 409 B/s wr, 4 op/s 2023-10-11T14:58:15.674 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:58:15.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:15 smithi131 bash[24299]: cluster 2023-10-11T14:58:14.420223+0000 mgr.smithi131.gzpodz (mgr.14195) 309 : cluster 0 pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 430 B/s wr, 4 op/s 2023-10-11T14:58:15.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:15 smithi191 bash[32369]: cluster 2023-10-11T14:58:14.420223+0000 mgr.smithi131.gzpodz (mgr.14195) 309 : cluster 0 pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 430 B/s wr, 4 op/s 2023-10-11T14:58:17.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:17 smithi131 bash[24299]: cluster 2023-10-11T14:58:16.421541+0000 mgr.smithi131.gzpodz (mgr.14195) 310 : cluster 0 pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2023-10-11T14:58:17.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:17 smithi191 bash[32369]: cluster 2023-10-11T14:58:16.421541+0000 mgr.smithi131.gzpodz (mgr.14195) 310 : cluster 0 pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2023-10-11T14:58:18.757 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:58:18.758 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T14:49:23.044030Z", "last_refresh": "2023-10-11T14:58:04.360287Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:51:20.038055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-11T14:49:15.587437Z", "last_refresh": "2023-10-11T14:58:03.456001Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T14:51:22.925676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T14:49:13.680524Z", "last_refresh": "2023-10-11T14:58:03.456256Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T14:49:19.298099Z", "last_refresh": "2023-10-11T14:58:04.360491Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:56:48.502594Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2023-10-11T14:56:48.498619Z", "last_refresh": "2023-10-11T14:58:03.458179Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2023-10-11T14:51:27.442838Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T14:49:11.802555Z", "last_refresh": "2023-10-11T14:58:03.456699Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T14:51:05.305709Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T14:51:05.300162Z", "last_refresh": "2023-10-11T14:58:03.456919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T14:56:48.495203Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-11T14:56:48.490515Z", "last_refresh": "2023-10-11T14:58:04.361428Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:51:23.952993Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T14:49:21.112718Z", "last_refresh": "2023-10-11T14:58:03.456479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T14:52:02.733093Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-11T14:52:02.728100Z", "last_refresh": "2023-10-11T14:58:03.457134Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T14:51:34.450721Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T14:49:17.450043Z", "last_refresh": "2023-10-11T14:58:04.360697Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:56:38.069260Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-11T14:56:51.063544Z", "last_refresh": "2023-10-11T14:58:03.457978Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T14:58:19.481 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-11T14:58:19.481 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-11T14:58:19.491 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-11T14:58:19.492 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T14:58:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:19 smithi131 bash[24299]: cluster 2023-10-11T14:58:18.423075+0000 mgr.smithi131.gzpodz (mgr.14195) 311 : cluster 0 pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 255 B/s wr, 2 op/s 2023-10-11T14:58:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:19 smithi131 bash[24299]: audit 2023-10-11T14:58:18.746442+0000 mgr.smithi131.gzpodz (mgr.14195) 312 : audit 0 from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:58:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:19 smithi131 bash[24299]: audit 2023-10-11T14:58:19.403267+0000 mon.smithi131 (mon.0) 886 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:19 smithi191 bash[32369]: cluster 2023-10-11T14:58:18.423075+0000 mgr.smithi131.gzpodz (mgr.14195) 311 : cluster 0 pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 255 B/s wr, 2 op/s 2023-10-11T14:58:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:19 smithi191 bash[32369]: audit 2023-10-11T14:58:18.746442+0000 mgr.smithi131.gzpodz (mgr.14195) 312 : audit 0 from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:58:19.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:19 smithi191 bash[32369]: audit 2023-10-11T14:58:19.403267+0000 mon.smithi131 (mon.0) 886 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:21.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:21 smithi131 bash[24299]: cluster 2023-10-11T14:58:20.424382+0000 mgr.smithi131.gzpodz (mgr.14195) 313 : cluster 0 pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T14:58:21.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:21 smithi191 bash[32369]: cluster 2023-10-11T14:58:20.424382+0000 mgr.smithi131.gzpodz (mgr.14195) 313 : cluster 0 pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T14:58:23.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:23 smithi131 bash[24299]: cluster 2023-10-11T14:58:22.426135+0000 mgr.smithi131.gzpodz (mgr.14195) 314 : cluster 0 pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T14:58:23.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:23 smithi191 bash[32369]: cluster 2023-10-11T14:58:22.426135+0000 mgr.smithi131.gzpodz (mgr.14195) 314 : cluster 0 pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T14:58:24.265 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/mon.smithi131/config 2023-10-11T14:58:25.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:25 smithi131 bash[24299]: cluster 2023-10-11T14:58:24.427023+0000 mgr.smithi131.gzpodz (mgr.14195) 315 : cluster 0 pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 85 B/s wr, 1 op/s 2023-10-11T14:58:25.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:25 smithi191 bash[32369]: cluster 2023-10-11T14:58:24.427023+0000 mgr.smithi131.gzpodz (mgr.14195) 315 : cluster 0 pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 85 B/s wr, 1 op/s 2023-10-11T14:58:27.365 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-10-11T14:58:27.365 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T14:49:23.044030Z", "last_refresh": "2023-10-11T14:58:04.360287Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:51:20.038055Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-11T14:49:15.587437Z", "last_refresh": "2023-10-11T14:58:03.456001Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T14:51:22.925676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T14:49:13.680524Z", "last_refresh": "2023-10-11T14:58:03.456256Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T14:49:19.298099Z", "last_refresh": "2023-10-11T14:58:04.360491Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:56:48.502594Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2023-10-11T14:56:48.498619Z", "last_refresh": "2023-10-11T14:58:03.458179Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"events": ["2023-10-11T14:51:27.442838Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T14:49:11.802555Z", "last_refresh": "2023-10-11T14:58:03.456699Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T14:51:05.305709Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T14:51:05.300162Z", "last_refresh": "2023-10-11T14:58:03.456919Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T14:56:48.495203Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-11T14:56:48.490515Z", "last_refresh": "2023-10-11T14:58:04.361428Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:51:23.952993Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T14:49:21.112718Z", "last_refresh": "2023-10-11T14:58:03.456479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T14:52:02.733093Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-11T14:52:02.728100Z", "last_refresh": "2023-10-11T14:58:03.457134Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T14:51:34.450721Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T14:49:17.450043Z", "last_refresh": "2023-10-11T14:58:04.360697Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T14:56:38.069260Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-11T14:56:51.063544Z", "last_refresh": "2023-10-11T14:58:03.457978Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T14:58:27.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:27 smithi131 bash[24299]: cluster 2023-10-11T14:58:26.428221+0000 mgr.smithi131.gzpodz (mgr.14195) 316 : cluster 0 pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:27.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:27 smithi191 bash[32369]: cluster 2023-10-11T14:58:26.428221+0000 mgr.smithi131.gzpodz (mgr.14195) 316 : cluster 0 pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:28.010 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-11T14:58:28.011 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T14:58:28.022 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T14:58:28.022 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-11T14:58:28.037 INFO:teuthology.orchestra.run.smithi131.stderr:+ mkdir /mnt/foo 2023-10-11T14:58:28.045 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-11T14:58:28.104 INFO:teuthology.orchestra.run.smithi131.stderr:+ sleep 5 2023-10-11T14:58:28.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:28 smithi131 bash[24299]: audit 2023-10-11T14:58:27.348440+0000 mgr.smithi131.gzpodz (mgr.14195) 317 : audit 0 from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:58:28.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:28 smithi191 bash[32369]: audit 2023-10-11T14:58:27.348440+0000 mgr.smithi131.gzpodz (mgr.14195) 317 : audit 0 from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T14:58:29.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:29 smithi131 bash[24299]: cluster 2023-10-11T14:58:28.429663+0000 mgr.smithi131.gzpodz (mgr.14195) 318 : cluster 0 pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:29.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:29 smithi191 bash[32369]: cluster 2023-10-11T14:58:28.429663+0000 mgr.smithi131.gzpodz (mgr.14195) 318 : cluster 0 pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:31.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:31 smithi131 bash[24299]: cluster 2023-10-11T14:58:30.430882+0000 mgr.smithi131.gzpodz (mgr.14195) 319 : cluster 0 pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:31.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:31 smithi191 bash[32369]: cluster 2023-10-11T14:58:30.430882+0000 mgr.smithi131.gzpodz (mgr.14195) 319 : cluster 0 pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:33.107 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.131:/foouser /mnt/foo' 2023-10-11T14:58:33.164 INFO:teuthology.orchestra.run.smithi131.stderr:+ mount -t nfs 10.0.31.131:/foouser /mnt/foo 2023-10-11T14:58:33.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:33 smithi131 bash[24299]: cluster 2023-10-11T14:58:32.432728+0000 mgr.smithi131.gzpodz (mgr.14195) 320 : cluster 0 pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-10-11T14:58:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:33 smithi191 bash[32369]: cluster 2023-10-11T14:58:32.432728+0000 mgr.smithi131.gzpodz (mgr.14195) 320 : cluster 0 pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 682 B/s wr, 1 op/s 2023-10-11T14:58:34.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:34 smithi131 bash[24299]: audit 2023-10-11T14:58:34.404265+0000 mon.smithi131 (mon.0) 887 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:34.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:34 smithi191 bash[32369]: audit 2023-10-11T14:58:34.404265+0000 mon.smithi131 (mon.0) 887 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:35 smithi131 bash[24299]: cluster 2023-10-11T14:58:34.436519+0000 mgr.smithi131.gzpodz (mgr.14195) 321 : cluster 0 pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 682 B/s wr, 1 op/s 2023-10-11T14:58:35.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:35 smithi191 bash[32369]: cluster 2023-10-11T14:58:34.436519+0000 mgr.smithi131.gzpodz (mgr.14195) 321 : cluster 0 pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 682 B/s wr, 1 op/s 2023-10-11T14:58:37.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:37 smithi131 bash[24299]: cluster 2023-10-11T14:58:36.437961+0000 mgr.smithi131.gzpodz (mgr.14195) 322 : cluster 0 pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 682 B/s wr, 1 op/s 2023-10-11T14:58:37.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:37 smithi191 bash[32369]: cluster 2023-10-11T14:58:36.437961+0000 mgr.smithi131.gzpodz (mgr.14195) 322 : cluster 0 pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 682 B/s wr, 1 op/s 2023-10-11T14:58:39.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:39 smithi131 bash[24299]: cluster 2023-10-11T14:58:38.439415+0000 mgr.smithi131.gzpodz (mgr.14195) 323 : cluster 0 pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T14:58:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:39 smithi191 bash[32369]: cluster 2023-10-11T14:58:38.439415+0000 mgr.smithi131.gzpodz (mgr.14195) 323 : cluster 0 pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T14:58:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:41 smithi131 bash[24299]: cluster 2023-10-11T14:58:40.440634+0000 mgr.smithi131.gzpodz (mgr.14195) 324 : cluster 0 pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T14:58:41.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:41 smithi191 bash[32369]: cluster 2023-10-11T14:58:40.440634+0000 mgr.smithi131.gzpodz (mgr.14195) 324 : cluster 0 pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T14:58:43.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:43 smithi191 bash[32369]: cluster 2023-10-11T14:58:42.442514+0000 mgr.smithi131.gzpodz (mgr.14195) 325 : cluster 0 pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T14:58:43.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:43 smithi131 bash[24299]: cluster 2023-10-11T14:58:42.442514+0000 mgr.smithi131.gzpodz (mgr.14195) 325 : cluster 0 pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T14:58:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:45 smithi131 bash[24299]: cluster 2023-10-11T14:58:44.443692+0000 mgr.smithi131.gzpodz (mgr.14195) 326 : cluster 0 pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:58:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:45 smithi191 bash[32369]: cluster 2023-10-11T14:58:44.443692+0000 mgr.smithi131.gzpodz (mgr.14195) 326 : cluster 0 pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:58:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:47 smithi131 bash[24299]: cluster 2023-10-11T14:58:46.445018+0000 mgr.smithi131.gzpodz (mgr.14195) 327 : cluster 0 pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:58:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:47 smithi191 bash[32369]: cluster 2023-10-11T14:58:46.445018+0000 mgr.smithi131.gzpodz (mgr.14195) 327 : cluster 0 pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:58:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:49 smithi131 bash[24299]: cluster 2023-10-11T14:58:48.446459+0000 mgr.smithi131.gzpodz (mgr.14195) 328 : cluster 0 pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T14:58:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:49 smithi131 bash[24299]: audit 2023-10-11T14:58:49.404650+0000 mon.smithi131 (mon.0) 888 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:49 smithi191 bash[32369]: cluster 2023-10-11T14:58:48.446459+0000 mgr.smithi131.gzpodz (mgr.14195) 328 : cluster 0 pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T14:58:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:49 smithi191 bash[32369]: audit 2023-10-11T14:58:49.404650+0000 mon.smithi131 (mon.0) 888 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:58:51.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:51 smithi131 bash[24299]: cluster 2023-10-11T14:58:50.447652+0000 mgr.smithi131.gzpodz (mgr.14195) 329 : cluster 0 pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:58:51.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:51 smithi191 bash[32369]: cluster 2023-10-11T14:58:50.447652+0000 mgr.smithi131.gzpodz (mgr.14195) 329 : cluster 0 pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T14:58:53.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:53 smithi191 bash[32369]: cluster 2023-10-11T14:58:52.449514+0000 mgr.smithi131.gzpodz (mgr.14195) 330 : cluster 0 pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:53.727 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:53 smithi131 bash[24299]: cluster 2023-10-11T14:58:52.449514+0000 mgr.smithi131.gzpodz (mgr.14195) 330 : cluster 0 pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:55.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:55 smithi131 bash[24299]: cluster 2023-10-11T14:58:54.450664+0000 mgr.smithi131.gzpodz (mgr.14195) 331 : cluster 0 pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:55 smithi191 bash[32369]: cluster 2023-10-11T14:58:54.450664+0000 mgr.smithi131.gzpodz (mgr.14195) 331 : cluster 0 pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:58:57.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:57 smithi131 bash[24299]: cluster 2023-10-11T14:58:56.451981+0000 mgr.smithi131.gzpodz (mgr.14195) 332 : cluster 0 pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:58:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:57 smithi191 bash[32369]: cluster 2023-10-11T14:58:56.451981+0000 mgr.smithi131.gzpodz (mgr.14195) 332 : cluster 0 pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:58:59.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:58:59 smithi131 bash[24299]: cluster 2023-10-11T14:58:58.453406+0000 mgr.smithi131.gzpodz (mgr.14195) 333 : cluster 0 pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:58:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:58:59 smithi191 bash[32369]: cluster 2023-10-11T14:58:58.453406+0000 mgr.smithi131.gzpodz (mgr.14195) 333 : cluster 0 pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:01 smithi131 bash[24299]: cluster 2023-10-11T14:59:00.454575+0000 mgr.smithi131.gzpodz (mgr.14195) 334 : cluster 0 pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:01 smithi191 bash[32369]: cluster 2023-10-11T14:59:00.454575+0000 mgr.smithi131.gzpodz (mgr.14195) 334 : cluster 0 pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:03.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:03 smithi191 bash[32369]: cluster 2023-10-11T14:59:02.456439+0000 mgr.smithi131.gzpodz (mgr.14195) 335 : cluster 0 pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:03.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:03 smithi131 bash[24299]: cluster 2023-10-11T14:59:02.456439+0000 mgr.smithi131.gzpodz (mgr.14195) 335 : cluster 0 pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:04.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:04 smithi131 bash[24299]: audit 2023-10-11T14:59:04.405142+0000 mon.smithi131 (mon.0) 889 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:04.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:04 smithi191 bash[32369]: audit 2023-10-11T14:59:04.405142+0000 mon.smithi131 (mon.0) 889 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:05 smithi131 bash[24299]: cluster 2023-10-11T14:59:04.461027+0000 mgr.smithi131.gzpodz (mgr.14195) 336 : cluster 0 pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:05 smithi131 bash[24299]: audit 2023-10-11T14:59:04.479967+0000 mon.smithi131 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.18", "id": [5, 3]}]: dispatch 2023-10-11T14:59:05.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:05 smithi131 bash[24299]: audit 2023-10-11T14:59:04.777466+0000 mon.smithi131 (mon.0) 891 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:59:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:05 smithi191 bash[32369]: cluster 2023-10-11T14:59:04.461027+0000 mgr.smithi131.gzpodz (mgr.14195) 336 : cluster 0 pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:05 smithi191 bash[32369]: audit 2023-10-11T14:59:04.479967+0000 mon.smithi131 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.18", "id": [5, 3]}]: dispatch 2023-10-11T14:59:05.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:05 smithi191 bash[32369]: audit 2023-10-11T14:59:04.777466+0000 mon.smithi131 (mon.0) 891 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T14:59:06.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:06 smithi131 bash[24299]: audit 2023-10-11T14:59:05.470398+0000 mon.smithi131 (mon.0) 892 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.18", "id": [5, 3]}]': finished 2023-10-11T14:59:06.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:06 smithi131 bash[24299]: cluster 2023-10-11T14:59:05.470464+0000 mon.smithi131 (mon.0) 893 : cluster 0 osdmap e59: 8 total, 8 up, 8 in 2023-10-11T14:59:06.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:06 smithi191 bash[32369]: audit 2023-10-11T14:59:05.470398+0000 mon.smithi131 (mon.0) 892 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.18", "id": [5, 3]}]': finished 2023-10-11T14:59:06.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:06 smithi191 bash[32369]: cluster 2023-10-11T14:59:05.470464+0000 mon.smithi131 (mon.0) 893 : cluster 0 osdmap e59: 8 total, 8 up, 8 in 2023-10-11T14:59:07.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:07 smithi131 bash[24299]: cluster 2023-10-11T14:59:06.462402+0000 mgr.smithi131.gzpodz (mgr.14195) 337 : cluster 0 pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:07.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:07 smithi131 bash[24299]: cluster 2023-10-11T14:59:06.476079+0000 mon.smithi131 (mon.0) 894 : cluster 0 osdmap e60: 8 total, 8 up, 8 in 2023-10-11T14:59:07.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:07 smithi191 bash[32369]: cluster 2023-10-11T14:59:06.462402+0000 mgr.smithi131.gzpodz (mgr.14195) 337 : cluster 0 pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:07.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:07 smithi191 bash[32369]: cluster 2023-10-11T14:59:06.476079+0000 mon.smithi131 (mon.0) 894 : cluster 0 osdmap e60: 8 total, 8 up, 8 in 2023-10-11T14:59:09.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:09 smithi131 bash[24299]: cluster 2023-10-11T14:59:08.463589+0000 mgr.smithi131.gzpodz (mgr.14195) 338 : cluster 0 pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:09 smithi191 bash[32369]: cluster 2023-10-11T14:59:08.463589+0000 mgr.smithi131.gzpodz (mgr.14195) 338 : cluster 0 pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:11 smithi131 bash[24299]: cluster 2023-10-11T14:59:10.464715+0000 mgr.smithi131.gzpodz (mgr.14195) 339 : cluster 0 pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:59:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:11 smithi131 bash[24299]: audit 2023-10-11T14:59:10.821085+0000 mon.smithi131 (mon.0) 895 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:11 smithi131 bash[24299]: audit 2023-10-11T14:59:10.828336+0000 mon.smithi131 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:11 smithi131 bash[24299]: audit 2023-10-11T14:59:11.684589+0000 mon.smithi131 (mon.0) 897 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:11 smithi131 bash[24299]: audit 2023-10-11T14:59:11.696225+0000 mon.smithi131 (mon.0) 898 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:11 smithi191 bash[32369]: cluster 2023-10-11T14:59:10.464715+0000 mgr.smithi131.gzpodz (mgr.14195) 339 : cluster 0 pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-11T14:59:12.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:11 smithi191 bash[32369]: audit 2023-10-11T14:59:10.821085+0000 mon.smithi131 (mon.0) 895 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:11 smithi191 bash[32369]: audit 2023-10-11T14:59:10.828336+0000 mon.smithi131 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:11 smithi191 bash[32369]: audit 2023-10-11T14:59:11.684589+0000 mon.smithi131 (mon.0) 897 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:12.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:11 smithi191 bash[32369]: audit 2023-10-11T14:59:11.696225+0000 mon.smithi131 (mon.0) 898 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:12 smithi131 bash[24299]: audit 2023-10-11T14:59:12.168260+0000 mon.smithi131 (mon.0) 899 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:59:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:12 smithi131 bash[24299]: audit 2023-10-11T14:59:12.170182+0000 mon.smithi131 (mon.0) 900 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:59:13.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:12 smithi131 bash[24299]: audit 2023-10-11T14:59:12.179446+0000 mon.smithi131 (mon.0) 901 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:12 smithi131 bash[24299]: audit 2023-10-11T14:59:12.184464+0000 mon.smithi131 (mon.0) 902 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:59:13.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:12 smithi131 bash[24299]: audit 2023-10-11T14:59:12.206515+0000 mon.smithi131 (mon.0) 903 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:12 smithi191 bash[32369]: audit 2023-10-11T14:59:12.168260+0000 mon.smithi131 (mon.0) 899 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T14:59:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:12 smithi191 bash[32369]: audit 2023-10-11T14:59:12.170182+0000 mon.smithi131 (mon.0) 900 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T14:59:13.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:12 smithi191 bash[32369]: audit 2023-10-11T14:59:12.179446+0000 mon.smithi131 (mon.0) 901 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:12 smithi191 bash[32369]: audit 2023-10-11T14:59:12.184464+0000 mon.smithi131 (mon.0) 902 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T14:59:13.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:12 smithi191 bash[32369]: audit 2023-10-11T14:59:12.206515+0000 mon.smithi131 (mon.0) 903 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T14:59:14.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:13 smithi131 bash[24299]: cluster 2023-10-11T14:59:12.466666+0000 mgr.smithi131.gzpodz (mgr.14195) 340 : cluster 0 pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T14:59:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:13 smithi191 bash[32369]: cluster 2023-10-11T14:59:12.466666+0000 mgr.smithi131.gzpodz (mgr.14195) 340 : cluster 0 pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T14:59:16.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:15 smithi131 bash[24299]: cluster 2023-10-11T14:59:14.467864+0000 mgr.smithi131.gzpodz (mgr.14195) 341 : cluster 0 pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 568 B/s rd, 113 B/s wr, 0 op/s 2023-10-11T14:59:16.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:15 smithi191 bash[32369]: cluster 2023-10-11T14:59:14.467864+0000 mgr.smithi131.gzpodz (mgr.14195) 341 : cluster 0 pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 568 B/s rd, 113 B/s wr, 0 op/s 2023-10-11T14:59:18.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:17 smithi131 bash[24299]: cluster 2023-10-11T14:59:16.469151+0000 mgr.smithi131.gzpodz (mgr.14195) 342 : cluster 0 pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 306 B/s wr, 1 op/s 2023-10-11T14:59:18.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:17 smithi191 bash[32369]: cluster 2023-10-11T14:59:16.469151+0000 mgr.smithi131.gzpodz (mgr.14195) 342 : cluster 0 pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 306 B/s wr, 1 op/s 2023-10-11T14:59:20.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:19 smithi191 bash[32369]: cluster 2023-10-11T14:59:18.470469+0000 mgr.smithi131.gzpodz (mgr.14195) 343 : cluster 0 pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 256 B/s wr, 1 op/s 2023-10-11T14:59:20.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:19 smithi191 bash[32369]: audit 2023-10-11T14:59:19.405913+0000 mon.smithi131 (mon.0) 904 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:20.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:19 smithi131 bash[24299]: cluster 2023-10-11T14:59:18.470469+0000 mgr.smithi131.gzpodz (mgr.14195) 343 : cluster 0 pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 256 B/s wr, 1 op/s 2023-10-11T14:59:20.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:19 smithi131 bash[24299]: audit 2023-10-11T14:59:19.405913+0000 mon.smithi131 (mon.0) 904 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:22.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:21 smithi191 bash[32369]: cluster 2023-10-11T14:59:20.471867+0000 mgr.smithi131.gzpodz (mgr.14195) 344 : cluster 0 pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 1 op/s 2023-10-11T14:59:22.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:21 smithi131 bash[24299]: cluster 2023-10-11T14:59:20.471867+0000 mgr.smithi131.gzpodz (mgr.14195) 344 : cluster 0 pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 1 op/s 2023-10-11T14:59:23.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:23 smithi191 bash[32369]: cluster 2023-10-11T14:59:22.473753+0000 mgr.smithi131.gzpodz (mgr.14195) 345 : cluster 0 pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:23.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:23 smithi131 bash[24299]: cluster 2023-10-11T14:59:22.473753+0000 mgr.smithi131.gzpodz (mgr.14195) 345 : cluster 0 pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:25.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:25 smithi131 bash[24299]: cluster 2023-10-11T14:59:24.474551+0000 mgr.smithi131.gzpodz (mgr.14195) 346 : cluster 0 pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:25.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:25 smithi191 bash[32369]: cluster 2023-10-11T14:59:24.474551+0000 mgr.smithi131.gzpodz (mgr.14195) 346 : cluster 0 pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:27.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:27 smithi131 bash[24299]: cluster 2023-10-11T14:59:26.475870+0000 mgr.smithi131.gzpodz (mgr.14195) 347 : cluster 0 pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:27.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:27 smithi191 bash[32369]: cluster 2023-10-11T14:59:26.475870+0000 mgr.smithi131.gzpodz (mgr.14195) 347 : cluster 0 pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:29.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:29 smithi131 bash[24299]: cluster 2023-10-11T14:59:28.477058+0000 mgr.smithi131.gzpodz (mgr.14195) 348 : cluster 0 pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:29.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:29 smithi191 bash[32369]: cluster 2023-10-11T14:59:28.477058+0000 mgr.smithi131.gzpodz (mgr.14195) 348 : cluster 0 pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:31.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:31 smithi131 bash[24299]: cluster 2023-10-11T14:59:30.478244+0000 mgr.smithi131.gzpodz (mgr.14195) 349 : cluster 0 pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:31.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:31 smithi191 bash[32369]: cluster 2023-10-11T14:59:30.478244+0000 mgr.smithi131.gzpodz (mgr.14195) 349 : cluster 0 pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:33.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:33 smithi191 bash[32369]: cluster 2023-10-11T14:59:32.480037+0000 mgr.smithi131.gzpodz (mgr.14195) 350 : cluster 0 pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:33.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:33 smithi131 bash[24299]: cluster 2023-10-11T14:59:32.480037+0000 mgr.smithi131.gzpodz (mgr.14195) 350 : cluster 0 pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T14:59:34.740 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:34 smithi131 bash[24299]: audit 2023-10-11T14:59:34.405953+0000 mon.smithi131 (mon.0) 905 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:34.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:34 smithi191 bash[32369]: audit 2023-10-11T14:59:34.405953+0000 mon.smithi131 (mon.0) 905 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:35 smithi131 bash[24299]: cluster 2023-10-11T14:59:34.481129+0000 mgr.smithi131.gzpodz (mgr.14195) 351 : cluster 0 pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:35.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:35 smithi191 bash[32369]: cluster 2023-10-11T14:59:34.481129+0000 mgr.smithi131.gzpodz (mgr.14195) 351 : cluster 0 pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:37.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:37 smithi131 bash[24299]: cluster 2023-10-11T14:59:36.482051+0000 mgr.smithi131.gzpodz (mgr.14195) 352 : cluster 0 pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:37.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:37 smithi191 bash[32369]: cluster 2023-10-11T14:59:36.482051+0000 mgr.smithi131.gzpodz (mgr.14195) 352 : cluster 0 pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:39.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:39 smithi131 bash[24299]: cluster 2023-10-11T14:59:38.483297+0000 mgr.smithi131.gzpodz (mgr.14195) 353 : cluster 0 pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:39 smithi191 bash[32369]: cluster 2023-10-11T14:59:38.483297+0000 mgr.smithi131.gzpodz (mgr.14195) 353 : cluster 0 pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:41.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:41 smithi131 bash[24299]: cluster 2023-10-11T14:59:40.484511+0000 mgr.smithi131.gzpodz (mgr.14195) 354 : cluster 0 pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:41.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:41 smithi191 bash[32369]: cluster 2023-10-11T14:59:40.484511+0000 mgr.smithi131.gzpodz (mgr.14195) 354 : cluster 0 pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:43.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:43 smithi191 bash[32369]: cluster 2023-10-11T14:59:42.486353+0000 mgr.smithi131.gzpodz (mgr.14195) 355 : cluster 0 pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:43.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:43 smithi131 bash[24299]: cluster 2023-10-11T14:59:42.486353+0000 mgr.smithi131.gzpodz (mgr.14195) 355 : cluster 0 pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:45 smithi131 bash[24299]: cluster 2023-10-11T14:59:44.487358+0000 mgr.smithi131.gzpodz (mgr.14195) 356 : cluster 0 pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:45 smithi191 bash[32369]: cluster 2023-10-11T14:59:44.487358+0000 mgr.smithi131.gzpodz (mgr.14195) 356 : cluster 0 pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:47.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:47 smithi131 bash[24299]: cluster 2023-10-11T14:59:46.488681+0000 mgr.smithi131.gzpodz (mgr.14195) 357 : cluster 0 pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:47.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:47 smithi191 bash[32369]: cluster 2023-10-11T14:59:46.488681+0000 mgr.smithi131.gzpodz (mgr.14195) 357 : cluster 0 pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T14:59:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:49 smithi131 bash[24299]: cluster 2023-10-11T14:59:48.490075+0000 mgr.smithi131.gzpodz (mgr.14195) 358 : cluster 0 pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:49 smithi131 bash[24299]: audit 2023-10-11T14:59:49.406289+0000 mon.smithi131 (mon.0) 906 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:49 smithi191 bash[32369]: cluster 2023-10-11T14:59:48.490075+0000 mgr.smithi131.gzpodz (mgr.14195) 358 : cluster 0 pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:49 smithi191 bash[32369]: audit 2023-10-11T14:59:49.406289+0000 mon.smithi131 (mon.0) 906 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T14:59:51.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:51 smithi131 bash[24299]: cluster 2023-10-11T14:59:50.491152+0000 mgr.smithi131.gzpodz (mgr.14195) 359 : cluster 0 pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:51.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:51 smithi191 bash[32369]: cluster 2023-10-11T14:59:50.491152+0000 mgr.smithi131.gzpodz (mgr.14195) 359 : cluster 0 pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:53.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:53 smithi191 bash[32369]: cluster 2023-10-11T14:59:52.492667+0000 mgr.smithi131.gzpodz (mgr.14195) 360 : cluster 0 pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:53.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:53 smithi131 bash[24299]: cluster 2023-10-11T14:59:52.492667+0000 mgr.smithi131.gzpodz (mgr.14195) 360 : cluster 0 pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T14:59:55.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:55 smithi131 bash[24299]: cluster 2023-10-11T14:59:54.493939+0000 mgr.smithi131.gzpodz (mgr.14195) 361 : cluster 0 pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:55 smithi191 bash[32369]: cluster 2023-10-11T14:59:54.493939+0000 mgr.smithi131.gzpodz (mgr.14195) 361 : cluster 0 pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:57.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:57 smithi131 bash[24299]: cluster 2023-10-11T14:59:56.495143+0000 mgr.smithi131.gzpodz (mgr.14195) 362 : cluster 0 pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:57.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:57 smithi191 bash[32369]: cluster 2023-10-11T14:59:56.495143+0000 mgr.smithi131.gzpodz (mgr.14195) 362 : cluster 0 pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T14:59:59.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 14:59:59 smithi131 bash[24299]: cluster 2023-10-11T14:59:58.496184+0000 mgr.smithi131.gzpodz (mgr.14195) 363 : cluster 0 pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T14:59:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 14:59:59 smithi191 bash[32369]: cluster 2023-10-11T14:59:58.496184+0000 mgr.smithi131.gzpodz (mgr.14195) 363 : cluster 0 pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:00:00.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:00 smithi131 bash[24299]: cluster 2023-10-11T15:00:00.000154+0000 mon.smithi131 (mon.0) 907 : cluster 1 overall HEALTH_OK 2023-10-11T15:00:00.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:00 smithi191 bash[32369]: cluster 2023-10-11T15:00:00.000154+0000 mon.smithi131 (mon.0) 907 : cluster 1 overall HEALTH_OK 2023-10-11T15:00:01.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:01 smithi131 bash[24299]: cluster 2023-10-11T15:00:00.497422+0000 mgr.smithi131.gzpodz (mgr.14195) 364 : cluster 0 pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T15:00:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:01 smithi191 bash[32369]: cluster 2023-10-11T15:00:00.497422+0000 mgr.smithi131.gzpodz (mgr.14195) 364 : cluster 0 pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 B/s wr, 0 op/s 2023-10-11T15:00:03.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:03 smithi191 bash[32369]: cluster 2023-10-11T15:00:02.500144+0000 mgr.smithi131.gzpodz (mgr.14195) 365 : cluster 0 pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T15:00:03.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:03 smithi131 bash[24299]: cluster 2023-10-11T15:00:02.500144+0000 mgr.smithi131.gzpodz (mgr.14195) 365 : cluster 0 pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T15:00:04.743 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:04 smithi131 bash[24299]: audit 2023-10-11T15:00:04.406758+0000 mon.smithi131 (mon.0) 908 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:04.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:04 smithi191 bash[32369]: audit 2023-10-11T15:00:04.406758+0000 mon.smithi131 (mon.0) 908 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:05.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:05 smithi131 bash[24299]: cluster 2023-10-11T15:00:04.501339+0000 mgr.smithi131.gzpodz (mgr.14195) 366 : cluster 0 pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T15:00:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:05 smithi191 bash[32369]: cluster 2023-10-11T15:00:04.501339+0000 mgr.smithi131.gzpodz (mgr.14195) 366 : cluster 0 pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-11T15:00:07.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:07 smithi131 bash[24299]: cluster 2023-10-11T15:00:06.502741+0000 mgr.smithi131.gzpodz (mgr.14195) 367 : cluster 0 pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:00:07.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:07 smithi191 bash[32369]: cluster 2023-10-11T15:00:06.502741+0000 mgr.smithi131.gzpodz (mgr.14195) 367 : cluster 0 pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:00:09.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:09 smithi131 bash[24299]: cluster 2023-10-11T15:00:08.504246+0000 mgr.smithi131.gzpodz (mgr.14195) 368 : cluster 0 pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:00:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:09 smithi191 bash[32369]: cluster 2023-10-11T15:00:08.504246+0000 mgr.smithi131.gzpodz (mgr.14195) 368 : cluster 0 pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:00:11.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:11 smithi131 bash[24299]: cluster 2023-10-11T15:00:10.505012+0000 mgr.smithi131.gzpodz (mgr.14195) 369 : cluster 0 pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:00:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:11 smithi191 bash[32369]: cluster 2023-10-11T15:00:10.505012+0000 mgr.smithi131.gzpodz (mgr.14195) 369 : cluster 0 pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:00:12.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:12 smithi131 bash[24299]: audit 2023-10-11T15:00:12.285422+0000 mon.smithi131 (mon.0) 909 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:00:12.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:12 smithi191 bash[32369]: audit 2023-10-11T15:00:12.285422+0000 mon.smithi131 (mon.0) 909 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:00:14.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:13 smithi131 bash[24299]: cluster 2023-10-11T15:00:12.506725+0000 mgr.smithi131.gzpodz (mgr.14195) 370 : cluster 0 pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 596 B/s wr, 2 op/s 2023-10-11T15:00:14.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:13 smithi131 bash[24299]: audit 2023-10-11T15:00:12.665644+0000 mon.smithi131 (mon.0) 910 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:14.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:13 smithi131 bash[24299]: audit 2023-10-11T15:00:12.676231+0000 mon.smithi131 (mon.0) 911 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:14.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:13 smithi191 bash[32369]: cluster 2023-10-11T15:00:12.506725+0000 mgr.smithi131.gzpodz (mgr.14195) 370 : cluster 0 pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 596 B/s wr, 2 op/s 2023-10-11T15:00:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:13 smithi191 bash[32369]: audit 2023-10-11T15:00:12.665644+0000 mon.smithi131 (mon.0) 910 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:14.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:13 smithi191 bash[32369]: audit 2023-10-11T15:00:12.676231+0000 mon.smithi131 (mon.0) 911 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:15.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:15 smithi131 bash[24299]: cluster 2023-10-11T15:00:14.507672+0000 mgr.smithi131.gzpodz (mgr.14195) 371 : cluster 0 pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:00:16.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:15 smithi191 bash[32369]: cluster 2023-10-11T15:00:14.507672+0000 mgr.smithi131.gzpodz (mgr.14195) 371 : cluster 0 pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:00:18.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:17 smithi131 bash[24299]: cluster 2023-10-11T15:00:16.508925+0000 mgr.smithi131.gzpodz (mgr.14195) 372 : cluster 0 pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:00:18.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:17 smithi191 bash[32369]: cluster 2023-10-11T15:00:16.508925+0000 mgr.smithi131.gzpodz (mgr.14195) 372 : cluster 0 pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:00:19.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:19 smithi191 bash[32369]: audit 2023-10-11T15:00:18.384271+0000 mon.smithi131 (mon.0) 912 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:19.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:19 smithi191 bash[32369]: audit 2023-10-11T15:00:18.392429+0000 mon.smithi131 (mon.0) 913 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:19.648 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:19 smithi191 bash[32369]: cluster 2023-10-11T15:00:18.509758+0000 mgr.smithi131.gzpodz (mgr.14195) 373 : cluster 0 pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:00:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:19 smithi131 bash[24299]: audit 2023-10-11T15:00:18.384271+0000 mon.smithi131 (mon.0) 912 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:19 smithi131 bash[24299]: audit 2023-10-11T15:00:18.392429+0000 mon.smithi131 (mon.0) 913 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:19 smithi131 bash[24299]: cluster 2023-10-11T15:00:18.509758+0000 mgr.smithi131.gzpodz (mgr.14195) 373 : cluster 0 pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:00:20.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:19.406749+0000 mon.smithi131 (mon.0) 914 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:20.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:19.595462+0000 mon.smithi131 (mon.0) 915 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:19.605910+0000 mon.smithi131 (mon.0) 916 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:20.077919+0000 mon.smithi131 (mon.0) 917 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:00:20.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:20.079669+0000 mon.smithi131 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:00:20.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:20.090711+0000 mon.smithi131 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:20.094538+0000 mon.smithi131 (mon.0) 920 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:00:20.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:20 smithi131 bash[24299]: audit 2023-10-11T15:00:20.115125+0000 mon.smithi131 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:19.406749+0000 mon.smithi131 (mon.0) 914 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:20.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:19.595462+0000 mon.smithi131 (mon.0) 915 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:19.605910+0000 mon.smithi131 (mon.0) 916 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:20.077919+0000 mon.smithi131 (mon.0) 917 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:00:20.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:20.079669+0000 mon.smithi131 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:00:20.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:20.090711+0000 mon.smithi131 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:20.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:20.094538+0000 mon.smithi131 (mon.0) 920 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:00:20.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:20 smithi191 bash[32369]: audit 2023-10-11T15:00:20.115125+0000 mon.smithi131 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:21.724 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:21 smithi191 bash[32369]: cluster 2023-10-11T15:00:20.083193+0000 mgr.smithi131.gzpodz (mgr.14195) 374 : cluster 0 pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 265 B/s rd, 88 B/s wr, 0 op/s 2023-10-11T15:00:21.725 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:21 smithi191 bash[32369]: cluster 2023-10-11T15:00:20.603217+0000 mon.smithi131 (mon.0) 922 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T15:00:21.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:21 smithi131 bash[24299]: cluster 2023-10-11T15:00:20.083193+0000 mgr.smithi131.gzpodz (mgr.14195) 374 : cluster 0 pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 265 B/s rd, 88 B/s wr, 0 op/s 2023-10-11T15:00:21.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:21 smithi131 bash[24299]: cluster 2023-10-11T15:00:20.603217+0000 mon.smithi131 (mon.0) 922 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T15:00:23.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:23 smithi131 bash[24299]: cluster 2023-10-11T15:00:22.084765+0000 mgr.smithi131.gzpodz (mgr.14195) 375 : cluster 0 pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 176 B/s rd, 88 B/s wr, 0 op/s 2023-10-11T15:00:23.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:23 smithi191 bash[32369]: cluster 2023-10-11T15:00:22.084765+0000 mgr.smithi131.gzpodz (mgr.14195) 375 : cluster 0 pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 176 B/s rd, 88 B/s wr, 0 op/s 2023-10-11T15:00:25.769 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:25 smithi131 bash[24299]: cluster 2023-10-11T15:00:24.086000+0000 mgr.smithi131.gzpodz (mgr.14195) 376 : cluster 0 pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:00:25.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:25 smithi191 bash[32369]: cluster 2023-10-11T15:00:24.086000+0000 mgr.smithi131.gzpodz (mgr.14195) 376 : cluster 0 pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:00:27.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:27 smithi131 bash[24299]: cluster 2023-10-11T15:00:26.087199+0000 mgr.smithi131.gzpodz (mgr.14195) 377 : cluster 0 pgmap v329: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:27.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:27 smithi191 bash[32369]: cluster 2023-10-11T15:00:26.087199+0000 mgr.smithi131.gzpodz (mgr.14195) 377 : cluster 0 pgmap v329: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:29.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:29 smithi131 bash[24299]: cluster 2023-10-11T15:00:28.088976+0000 mgr.smithi131.gzpodz (mgr.14195) 378 : cluster 0 pgmap v330: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:29.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:29 smithi191 bash[32369]: cluster 2023-10-11T15:00:28.088976+0000 mgr.smithi131.gzpodz (mgr.14195) 378 : cluster 0 pgmap v330: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:31.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:31 smithi131 bash[24299]: cluster 2023-10-11T15:00:30.090272+0000 mgr.smithi131.gzpodz (mgr.14195) 379 : cluster 0 pgmap v331: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:31.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:31 smithi191 bash[32369]: cluster 2023-10-11T15:00:30.090272+0000 mgr.smithi131.gzpodz (mgr.14195) 379 : cluster 0 pgmap v331: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:33.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:33 smithi131 bash[24299]: cluster 2023-10-11T15:00:32.091904+0000 mgr.smithi131.gzpodz (mgr.14195) 380 : cluster 0 pgmap v332: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:33.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:33 smithi191 bash[32369]: cluster 2023-10-11T15:00:32.091904+0000 mgr.smithi131.gzpodz (mgr.14195) 380 : cluster 0 pgmap v332: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:35.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:35 smithi131 bash[24299]: cluster 2023-10-11T15:00:34.093090+0000 mgr.smithi131.gzpodz (mgr.14195) 381 : cluster 0 pgmap v333: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:35 smithi131 bash[24299]: audit 2023-10-11T15:00:34.413198+0000 mon.smithi131 (mon.0) 923 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:35.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:35 smithi131 bash[24299]: audit 2023-10-11T15:00:34.414975+0000 mon.smithi131 (mon.0) 924 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:35.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:35 smithi191 bash[32369]: cluster 2023-10-11T15:00:34.093090+0000 mgr.smithi131.gzpodz (mgr.14195) 381 : cluster 0 pgmap v333: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:35.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:35 smithi191 bash[32369]: audit 2023-10-11T15:00:34.413198+0000 mon.smithi131 (mon.0) 923 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:00:35.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:35 smithi191 bash[32369]: audit 2023-10-11T15:00:34.414975+0000 mon.smithi131 (mon.0) 924 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:37.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:37 smithi131 bash[24299]: cluster 2023-10-11T15:00:36.094069+0000 mgr.smithi131.gzpodz (mgr.14195) 382 : cluster 0 pgmap v334: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:37.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:37 smithi191 bash[32369]: cluster 2023-10-11T15:00:36.094069+0000 mgr.smithi131.gzpodz (mgr.14195) 382 : cluster 0 pgmap v334: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:39.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:39 smithi131 bash[24299]: cluster 2023-10-11T15:00:38.095766+0000 mgr.smithi131.gzpodz (mgr.14195) 383 : cluster 0 pgmap v335: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:39.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:39 smithi191 bash[32369]: cluster 2023-10-11T15:00:38.095766+0000 mgr.smithi131.gzpodz (mgr.14195) 383 : cluster 0 pgmap v335: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:41.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:41 smithi131 bash[24299]: cluster 2023-10-11T15:00:40.096974+0000 mgr.smithi131.gzpodz (mgr.14195) 384 : cluster 0 pgmap v336: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:41.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:41 smithi191 bash[32369]: cluster 2023-10-11T15:00:40.096974+0000 mgr.smithi131.gzpodz (mgr.14195) 384 : cluster 0 pgmap v336: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:43.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:43 smithi131 bash[24299]: cluster 2023-10-11T15:00:42.098556+0000 mgr.smithi131.gzpodz (mgr.14195) 385 : cluster 0 pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:43.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:43 smithi191 bash[32369]: cluster 2023-10-11T15:00:42.098556+0000 mgr.smithi131.gzpodz (mgr.14195) 385 : cluster 0 pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:45.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:45 smithi131 bash[24299]: cluster 2023-10-11T15:00:44.099646+0000 mgr.smithi131.gzpodz (mgr.14195) 386 : cluster 0 pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:45.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:45 smithi191 bash[32369]: cluster 2023-10-11T15:00:44.099646+0000 mgr.smithi131.gzpodz (mgr.14195) 386 : cluster 0 pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:47.647 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:47 smithi191 bash[32369]: cluster 2023-10-11T15:00:46.100956+0000 mgr.smithi131.gzpodz (mgr.14195) 387 : cluster 0 pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:47.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:47 smithi131 bash[24299]: cluster 2023-10-11T15:00:46.100956+0000 mgr.smithi131.gzpodz (mgr.14195) 387 : cluster 0 pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:49.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:49 smithi131 bash[24299]: cluster 2023-10-11T15:00:48.101957+0000 mgr.smithi131.gzpodz (mgr.14195) 388 : cluster 0 pgmap v340: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:49.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:49 smithi131 bash[24299]: audit 2023-10-11T15:00:49.407907+0000 mon.smithi131 (mon.0) 925 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:49.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:49 smithi191 bash[32369]: cluster 2023-10-11T15:00:48.101957+0000 mgr.smithi131.gzpodz (mgr.14195) 388 : cluster 0 pgmap v340: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:49.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:49 smithi191 bash[32369]: audit 2023-10-11T15:00:49.407907+0000 mon.smithi131 (mon.0) 925 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:00:51.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:51 smithi131 bash[24299]: cluster 2023-10-11T15:00:50.103074+0000 mgr.smithi131.gzpodz (mgr.14195) 389 : cluster 0 pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:51.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:51 smithi191 bash[32369]: cluster 2023-10-11T15:00:50.103074+0000 mgr.smithi131.gzpodz (mgr.14195) 389 : cluster 0 pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:53.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:53 smithi131 bash[24299]: cluster 2023-10-11T15:00:52.104564+0000 mgr.smithi131.gzpodz (mgr.14195) 390 : cluster 0 pgmap v342: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:53.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:53 smithi191 bash[32369]: cluster 2023-10-11T15:00:52.104564+0000 mgr.smithi131.gzpodz (mgr.14195) 390 : cluster 0 pgmap v342: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:55.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:55 smithi131 bash[24299]: cluster 2023-10-11T15:00:54.105760+0000 mgr.smithi131.gzpodz (mgr.14195) 391 : cluster 0 pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:55.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:55 smithi191 bash[32369]: cluster 2023-10-11T15:00:54.105760+0000 mgr.smithi131.gzpodz (mgr.14195) 391 : cluster 0 pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:57.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:57 smithi131 bash[24299]: cluster 2023-10-11T15:00:56.107061+0000 mgr.smithi131.gzpodz (mgr.14195) 392 : cluster 0 pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:57.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:57 smithi191 bash[32369]: cluster 2023-10-11T15:00:56.107061+0000 mgr.smithi131.gzpodz (mgr.14195) 392 : cluster 0 pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:59.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:00:59 smithi131 bash[24299]: cluster 2023-10-11T15:00:58.108963+0000 mgr.smithi131.gzpodz (mgr.14195) 393 : cluster 0 pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:00:59.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:00:59 smithi191 bash[32369]: cluster 2023-10-11T15:00:58.108963+0000 mgr.smithi131.gzpodz (mgr.14195) 393 : cluster 0 pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:01.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:01 smithi131 bash[24299]: cluster 2023-10-11T15:01:00.110245+0000 mgr.smithi131.gzpodz (mgr.14195) 394 : cluster 0 pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:01.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:01 smithi191 bash[32369]: cluster 2023-10-11T15:01:00.110245+0000 mgr.smithi131.gzpodz (mgr.14195) 394 : cluster 0 pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:03.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:03 smithi131 bash[24299]: cluster 2023-10-11T15:01:02.111864+0000 mgr.smithi131.gzpodz (mgr.14195) 395 : cluster 0 pgmap v347: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:03.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:03 smithi191 bash[32369]: cluster 2023-10-11T15:01:02.111864+0000 mgr.smithi131.gzpodz (mgr.14195) 395 : cluster 0 pgmap v347: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:04.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:04 smithi131 bash[24299]: audit 2023-10-11T15:01:04.408451+0000 mon.smithi131 (mon.0) 926 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:01:04.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:04 smithi191 bash[32369]: audit 2023-10-11T15:01:04.408451+0000 mon.smithi131 (mon.0) 926 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:01:05.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:05 smithi131 bash[24299]: cluster 2023-10-11T15:01:04.113104+0000 mgr.smithi131.gzpodz (mgr.14195) 396 : cluster 0 pgmap v348: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:05.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:05 smithi191 bash[32369]: cluster 2023-10-11T15:01:04.113104+0000 mgr.smithi131.gzpodz (mgr.14195) 396 : cluster 0 pgmap v348: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:07.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:07 smithi131 bash[24299]: cluster 2023-10-11T15:01:06.114384+0000 mgr.smithi131.gzpodz (mgr.14195) 397 : cluster 0 pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:07.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:07 smithi191 bash[32369]: cluster 2023-10-11T15:01:06.114384+0000 mgr.smithi131.gzpodz (mgr.14195) 397 : cluster 0 pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:09.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:09 smithi131 bash[24299]: cluster 2023-10-11T15:01:08.116417+0000 mgr.smithi131.gzpodz (mgr.14195) 398 : cluster 0 pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:09.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:09 smithi191 bash[32369]: cluster 2023-10-11T15:01:08.116417+0000 mgr.smithi131.gzpodz (mgr.14195) 398 : cluster 0 pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:11.800 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:11 smithi131 bash[24299]: cluster 2023-10-11T15:01:10.117643+0000 mgr.smithi131.gzpodz (mgr.14195) 399 : cluster 0 pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:11.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:11 smithi191 bash[32369]: cluster 2023-10-11T15:01:10.117643+0000 mgr.smithi131.gzpodz (mgr.14195) 399 : cluster 0 pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:13.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:13 smithi131 bash[24299]: cluster 2023-10-11T15:01:12.119230+0000 mgr.smithi131.gzpodz (mgr.14195) 400 : cluster 0 pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:13.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:13 smithi191 bash[32369]: cluster 2023-10-11T15:01:12.119230+0000 mgr.smithi131.gzpodz (mgr.14195) 400 : cluster 0 pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:15.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:15 smithi131 bash[24299]: cluster 2023-10-11T15:01:14.120432+0000 mgr.smithi131.gzpodz (mgr.14195) 401 : cluster 0 pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:15.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:15 smithi191 bash[32369]: cluster 2023-10-11T15:01:14.120432+0000 mgr.smithi131.gzpodz (mgr.14195) 401 : cluster 0 pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:17.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:17 smithi131 bash[24299]: cluster 2023-10-11T15:01:16.121692+0000 mgr.smithi131.gzpodz (mgr.14195) 402 : cluster 0 pgmap v354: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:17.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:17 smithi191 bash[32369]: cluster 2023-10-11T15:01:16.121692+0000 mgr.smithi131.gzpodz (mgr.14195) 402 : cluster 0 pgmap v354: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:19.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:19 smithi131 bash[24299]: cluster 2023-10-11T15:01:18.123567+0000 mgr.smithi131.gzpodz (mgr.14195) 403 : cluster 0 pgmap v355: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:19.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:19 smithi131 bash[24299]: audit 2023-10-11T15:01:19.408727+0000 mon.smithi131 (mon.0) 927 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:01:19.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:19 smithi191 bash[32369]: cluster 2023-10-11T15:01:18.123567+0000 mgr.smithi131.gzpodz (mgr.14195) 403 : cluster 0 pgmap v355: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:19.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:19 smithi191 bash[32369]: audit 2023-10-11T15:01:19.408727+0000 mon.smithi131 (mon.0) 927 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:01:20.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:20 smithi131 bash[24299]: audit 2023-10-11T15:01:20.193444+0000 mon.smithi131 (mon.0) 928 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:01:20.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:20 smithi191 bash[32369]: audit 2023-10-11T15:01:20.193444+0000 mon.smithi131 (mon.0) 928 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:01:21.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:21 smithi131 bash[24299]: cluster 2023-10-11T15:01:20.124782+0000 mgr.smithi131.gzpodz (mgr.14195) 404 : cluster 0 pgmap v356: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:21.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:21 smithi131 bash[24299]: audit 2023-10-11T15:01:20.571799+0000 mon.smithi131 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:21.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:21 smithi131 bash[24299]: audit 2023-10-11T15:01:20.580496+0000 mon.smithi131 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:21.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:21 smithi191 bash[32369]: cluster 2023-10-11T15:01:20.124782+0000 mgr.smithi131.gzpodz (mgr.14195) 404 : cluster 0 pgmap v356: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:21.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:21 smithi191 bash[32369]: audit 2023-10-11T15:01:20.571799+0000 mon.smithi131 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:21.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:21 smithi191 bash[32369]: audit 2023-10-11T15:01:20.580496+0000 mon.smithi131 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:23.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:23 smithi131 bash[24299]: cluster 2023-10-11T15:01:22.126389+0000 mgr.smithi131.gzpodz (mgr.14195) 405 : cluster 0 pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:23.897 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:23 smithi191 bash[32369]: cluster 2023-10-11T15:01:22.126389+0000 mgr.smithi131.gzpodz (mgr.14195) 405 : cluster 0 pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:25.842 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:25 smithi131 bash[24299]: cluster 2023-10-11T15:01:24.127579+0000 mgr.smithi131.gzpodz (mgr.14195) 406 : cluster 0 pgmap v358: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:25.898 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:25 smithi191 bash[32369]: cluster 2023-10-11T15:01:24.127579+0000 mgr.smithi131.gzpodz (mgr.14195) 406 : cluster 0 pgmap v358: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:28.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:27 smithi131 bash[24299]: cluster 2023-10-11T15:01:26.128761+0000 mgr.smithi131.gzpodz (mgr.14195) 407 : cluster 0 pgmap v359: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:28.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:27 smithi131 bash[24299]: audit 2023-10-11T15:01:26.692231+0000 mon.smithi131 (mon.0) 931 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:27 smithi131 bash[24299]: audit 2023-10-11T15:01:26.704392+0000 mon.smithi131 (mon.0) 932 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:27 smithi131 bash[24299]: audit 2023-10-11T15:01:27.210815+0000 mon.smithi131 (mon.0) 933 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:27 smithi131 bash[24299]: audit 2023-10-11T15:01:27.219462+0000 mon.smithi131 (mon.0) 934 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:27 smithi191 bash[32369]: cluster 2023-10-11T15:01:26.128761+0000 mgr.smithi131.gzpodz (mgr.14195) 407 : cluster 0 pgmap v359: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:28.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:27 smithi191 bash[32369]: audit 2023-10-11T15:01:26.692231+0000 mon.smithi131 (mon.0) 931 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:27 smithi191 bash[32369]: audit 2023-10-11T15:01:26.704392+0000 mon.smithi131 (mon.0) 932 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:27 smithi191 bash[32369]: audit 2023-10-11T15:01:27.210815+0000 mon.smithi131 (mon.0) 933 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:28.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:27 smithi191 bash[32369]: audit 2023-10-11T15:01:27.219462+0000 mon.smithi131 (mon.0) 934 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:29.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: audit 2023-10-11T15:01:27.695778+0000 mon.smithi131 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:01:29.092 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: audit 2023-10-11T15:01:27.697133+0000 mon.smithi131 (mon.0) 936 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:01:29.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: cluster 2023-10-11T15:01:27.700232+0000 mgr.smithi131.gzpodz (mgr.14195) 408 : cluster 0 pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:29.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: cluster 2023-10-11T15:01:27.700648+0000 mgr.smithi131.gzpodz (mgr.14195) 409 : cluster 0 pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:29.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: audit 2023-10-11T15:01:27.706395+0000 mon.smithi131 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:29.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: audit 2023-10-11T15:01:27.711956+0000 mon.smithi131 (mon.0) 938 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:01:29.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:28 smithi131 bash[24299]: audit 2023-10-11T15:01:27.728073+0000 mon.smithi131 (mon.0) 939 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:29.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: audit 2023-10-11T15:01:27.695778+0000 mon.smithi131 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:01:29.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: audit 2023-10-11T15:01:27.697133+0000 mon.smithi131 (mon.0) 936 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:01:29.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: cluster 2023-10-11T15:01:27.700232+0000 mgr.smithi131.gzpodz (mgr.14195) 408 : cluster 0 pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:29.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: cluster 2023-10-11T15:01:27.700648+0000 mgr.smithi131.gzpodz (mgr.14195) 409 : cluster 0 pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:29.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: audit 2023-10-11T15:01:27.706395+0000 mon.smithi131 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:29.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: audit 2023-10-11T15:01:27.711956+0000 mon.smithi131 (mon.0) 938 : audit 0 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:01:29.149 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:28 smithi191 bash[32369]: audit 2023-10-11T15:01:27.728073+0000 mon.smithi131 (mon.0) 939 : audit 1 from='mgr.14195 172.21.15.131:0/2471319650' entity='mgr.smithi131.gzpodz' 2023-10-11T15:01:31.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:30 smithi131 bash[24299]: cluster 2023-10-11T15:01:29.702109+0000 mgr.smithi131.gzpodz (mgr.14195) 410 : cluster 0 pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:31.147 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:30 smithi191 bash[32369]: cluster 2023-10-11T15:01:29.702109+0000 mgr.smithi131.gzpodz (mgr.14195) 410 : cluster 0 pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:33.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:32 smithi131 bash[24299]: cluster 2023-10-11T15:01:31.703445+0000 mgr.smithi131.gzpodz (mgr.14195) 411 : cluster 0 pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:33.148 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:32 smithi191 bash[32369]: cluster 2023-10-11T15:01:31.703445+0000 mgr.smithi131.gzpodz (mgr.14195) 411 : cluster 0 pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:01:33.401 INFO:teuthology.orchestra.run.smithi131.stderr:mount.nfs: mount system call failed 2023-10-11T15:01:33.403 DEBUG:teuthology.orchestra.run:got remote process result: 32 2023-10-11T15:01:33.404 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi131 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.131:/foouser /mnt/foo'" 2023-10-11T15:01:33.471 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c20d5b5f1be3402fa4366736979e52de Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi131 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.131:/foouser /mnt/foo'" 2023-10-11T15:01:33.473 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-10-11T15:01:33.484 INFO:tasks.vip:Removing 10.0.15.131 (and any VIPs) on smithi131.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T15:01:33.484 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.15.131/16 dev enp3s0f1 2023-10-11T15:01:33.517 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.31.131/16 dev enp3s0f1 2023-10-11T15:01:33.576 INFO:tasks.vip:Removing 10.0.15.191 (and any VIPs) on smithi191.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T15:01:33.577 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip addr del 10.0.15.191/16 dev enp3s0f1 2023-10-11T15:01:33.593 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip addr del 10.0.31.131/16 dev enp3s0f1 2023-10-11T15:01:33.647 INFO:teuthology.orchestra.run.smithi191.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-11T15:01:33.648 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-11T15:01:33.648 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-11T15:01:33.700 INFO:tasks.cephadm:Teardown begin 2023-10-11T15:01:33.700 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:01:33.715 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:01:33.728 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-11T15:01:33.729 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:01:33.762 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:01:33.776 INFO:tasks.cephadm:Stopping all daemons... 2023-10-11T15:01:33.776 INFO:tasks.cephadm.mon.smithi131:Stopping mon.smithi131... 2023-10-11T15:01:33.777 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131 2023-10-11T15:01:33.990 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:33 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for 0e3bc968-6845-11ee-8db6-212e2dc638e7... 2023-10-11T15:01:34.330 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:33 smithi131 bash[24299]: debug 2023-10-11T15:01:33.984+0000 7f6014ef3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi131 -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-10-11T15:01:34.331 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Oct 11 15:01:33 smithi131 bash[24299]: debug 2023-10-11T15:01:33.984+0000 7f6014ef3700 -1 mon.smithi131@0(leader) e2 *** Got Signal Terminated *** 2023-10-11T15:01:34.982 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi131.service' 2023-10-11T15:01:35.034 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T15:01:35.035 INFO:tasks.cephadm.mon.smithi131:Stopped mon.smithi131 2023-10-11T15:01:35.035 INFO:tasks.cephadm.mon.smithi191:Stopping mon.smithi191... 2023-10-11T15:01:35.036 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi191 2023-10-11T15:01:35.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:35 smithi191 systemd[1]: Stopping Ceph mon.smithi191 for 0e3bc968-6845-11ee-8db6-212e2dc638e7... 2023-10-11T15:01:35.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:35 smithi191 bash[32369]: debug 2023-10-11T15:01:35.265+0000 7f97e4aac700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi191 -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-10-11T15:01:35.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Oct 11 15:01:35 smithi191 bash[32369]: debug 2023-10-11T15:01:35.265+0000 7f97e4aac700 -1 mon.smithi191@1(peon) e2 *** Got Signal Terminated *** 2023-10-11T15:01:36.271 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0e3bc968-6845-11ee-8db6-212e2dc638e7@mon.smithi191.service' 2023-10-11T15:01:36.328 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T15:01:36.328 INFO:tasks.cephadm.mon.smithi191:Stopped mon.smithi191 2023-10-11T15:01:36.329 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T15:01:36.457 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T15:02:37.584 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T15:02:37.712 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T15:03:36.926 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:03:36.943 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:03:36.958 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-11T15:03:36.960 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/remote/smithi131/crash 2023-10-11T15:03:36.962 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T15:03:37.001 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T15:03:37.001 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2023-10-11T15:03:37.003 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/remote/smithi191/crash 2023-10-11T15:03:37.004 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T15:03:37.018 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T15:03:37.018 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2023-10-11T15:03:37.019 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-11T15:03:37.019 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-11T15:03:37.061 INFO:teuthology.orchestra.run.smithi131.stderr:grep: /var/log/ceph/0e3bc968-6845-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-11T15:03:37.063 INFO:tasks.cephadm:Compressing logs... 2023-10-11T15:03:37.063 DEBUG:teuthology.orchestra.run.smithi131:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:03:37.105 DEBUG:teuthology.orchestra.run.smithi191:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:03:37.119 INFO:teuthology.orchestra.run.smithi131.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-11T15:03:37.123 INFO:teuthology.orchestra.run.smithi191.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-11T15:03:39.417 INFO:tasks.cephadm:Archiving logs... 2023-10-11T15:03:39.418 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/remote/smithi131/log 2023-10-11T15:03:39.419 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T15:03:39.768 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/remote/smithi191/log 2023-10-11T15:03:39.770 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T15:03:40.021 INFO:tasks.cephadm:Removing cluster... 2023-10-11T15:03:40.022 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 --force 2023-10-11T15:03:40.147 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T15:03:41.337 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0e3bc968-6845-11ee-8db6-212e2dc638e7 --force 2023-10-11T15:03:41.457 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: 0e3bc968-6845-11ee-8db6-212e2dc638e7 2023-10-11T15:03:42.649 INFO:tasks.cephadm:Removing cephadm ... 2023-10-11T15:03:42.650 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T15:03:42.657 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T15:03:42.665 INFO:tasks.cephadm:Teardown complete 2023-10-11T15:03:42.665 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-11T15:03:42.676 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2023-10-11T15:03:42.677 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_1 2023-10-11T15:03:43.005 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-11T15:03:43.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:43.007 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2023-10-11T15:03:43.007 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_2 2023-10-11T15:03:43.300 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-11T15:03:43.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:43.303 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2023-10-11T15:03:43.303 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_3 2023-10-11T15:03:43.609 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-11T15:03:43.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:43.611 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2023-10-11T15:03:43.611 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_4 2023-10-11T15:03:43.905 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-11T15:03:43.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:43.907 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-10-11T15:03:43.907 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2023-10-11T15:03:43.921 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_1... 2023-10-11T15:03:43.921 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_1 2023-10-11T15:03:44.223 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-11T15:03:44.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:44.225 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_2... 2023-10-11T15:03:44.225 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_2 2023-10-11T15:03:44.495 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-11T15:03:44.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:44.497 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_3... 2023-10-11T15:03:44.497 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_3 2023-10-11T15:03:44.783 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-11T15:03:44.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:44.785 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_4... 2023-10-11T15:03:44.785 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_4 2023-10-11T15:03:45.071 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-11T15:03:45.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:45.073 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-10-11T15:03:45.073 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/scratch_devs 2023-10-11T15:03:45.088 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-11T15:03:45.098 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-11T15:03:45.098 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:03:45.101 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:03:45.119 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T15:03:45.119 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2023-10-11T15:03:45.119 INFO:teuthology.orchestra.run.smithi131.stdout:*hv01.front.sepi 44.4.53.2 2 u 8 64 377 0.101 3.020 0.272 2023-10-11T15:03:45.120 INFO:teuthology.orchestra.run.smithi131.stdout:+hv02.front.sepi 96.245.170.99 3 u 13 64 377 0.073 2.394 0.311 2023-10-11T15:03:45.120 INFO:teuthology.orchestra.run.smithi131.stdout:+hv03.front.sepi 74.6.168.72 3 u 17 64 377 0.091 -0.052 0.233 2023-10-11T15:03:45.120 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-10-11T15:03:45.151 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T15:03:45.152 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2023-10-11T15:03:45.152 INFO:teuthology.orchestra.run.smithi191.stdout:*hv01.front.sepi 44.4.53.2 2 u 22 64 377 0.083 2.345 0.935 2023-10-11T15:03:45.152 INFO:teuthology.orchestra.run.smithi191.stdout:+hv02.front.sepi 96.245.170.99 3 u 12 64 377 0.101 2.971 1.001 2023-10-11T15:03:45.153 INFO:teuthology.orchestra.run.smithi191.stdout:+hv03.front.sepi 74.6.168.72 3 u 16 64 377 0.106 0.518 0.933 2023-10-11T15:03:45.153 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-10-11T15:03:45.154 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-11T15:03:45.167 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-11T15:03:45.168 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-11T15:03:45.195 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-11T15:03:45.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-11T15:03:45.262 INFO:teuthology.task.internal:Duration was 1361.150890 seconds 2023-10-11T15:03:45.262 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-11T15:03:45.296 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-11T15:03:45.297 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T15:03:45.299 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T15:03:45.345 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-11T15:03:45.345 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2023-10-11T15:03:45.346 DEBUG:teuthology.orchestra.run.smithi131:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-11T15:03:45.360 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2023-10-11T15:03:45.360 DEBUG:teuthology.orchestra.run.smithi191:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-11T15:03:45.404 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-11T15:03:45.405 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:03:45.407 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:03:45.491 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-11T15:03:45.492 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T15:03:45.494 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T15:03:45.626 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-11T15:03:45.637 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-11T15:03:45.637 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T15:03:45.653 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T15:03:45.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-11T15:03:45.686 DEBUG:teuthology.orchestra.run.smithi131:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:03:45.698 DEBUG:teuthology.orchestra.run.smithi191:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:03:45.710 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2023-10-11T15:03:45.727 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2023-10-11T15:03:45.806 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:03:45.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:45.854 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:03:45.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:03:45.860 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-11T15:03:45.872 INFO:teuthology.task.internal:Transferring archived files... 2023-10-11T15:03:45.873 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/remote/smithi131 2023-10-11T15:03:45.874 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T15:03:45.921 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224/remote/smithi191 2023-10-11T15:03:45.921 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T15:03:45.946 INFO:teuthology.task.internal:Removing archive directory... 2023-10-11T15:03:45.947 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T15:03:45.961 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T15:03:45.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-11T15:03:46.006 INFO:teuthology.task.internal:Not uploading archives. 2023-10-11T15:03:46.006 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-11T15:03:46.036 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-11T15:03:46.037 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T15:03:46.039 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T15:03:46.045 INFO:teuthology.orchestra.run.smithi131.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 15:03 /home/ubuntu/cephtest 2023-10-11T15:03:46.048 INFO:teuthology.orchestra.run.smithi191.stdout: 1048620 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 15:03 /home/ubuntu/cephtest 2023-10-11T15:03:46.049 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-11T15:03:46.069 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-11T15:03:46.137 INFO:teuthology.nuke:Checking targets against current locks 2023-10-11T15:03:46.164 DEBUG:teuthology.nuke:shortname: smithi131 2023-10-11T15:03:46.164 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:03:46.189 DEBUG:teuthology.nuke:shortname: smithi191 2023-10-11T15:03:46.189 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:03:46.192 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224', '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-10-11 14:31:27.083618', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-11T15:03:46.213 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421224', '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-10-11 14:31:27.082177', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-11T15:03:46.239 INFO:teuthology.orchestra.console.smithi131:Power off 2023-10-11T15:03:46.240 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T15:03:46.261 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2023-10-11T15:03:46.262 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:46.276 INFO:teuthology.orchestra.console.smithi191:Power off 2023-10-11T15:03:46.277 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T15:03:46.283 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2023-10-11T15:03:46.297 DEBUG:teuthology.orchestra.console.smithi191:power off output: Chassis Power Control: Down/Off 2023-10-11T15:03:46.297 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:46.319 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-10-11T15:03:50.285 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:50.321 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:50.396 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2023-10-11T15:03:50.431 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-10-11T15:03:54.398 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:54.432 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:54.509 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2023-10-11T15:03:54.543 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-10-11T15:03:54.611 INFO:teuthology.orchestra.console.smithi131:Power off completed 2023-10-11T15:03:58.546 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:03:58.657 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is off 2023-10-11T15:03:58.758 INFO:teuthology.orchestra.console.smithi191:Power off completed 2023-10-11T15:03:58.863 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 1361.1508903503418 failure_reason: 'Command failed on smithi131 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c ''mount -t nfs 10.0.31.131:/foouser /mnt/foo''"' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c20d5b5f1be3402fa4366736979e52de status: fail success: false 2023-10-11T15:03:58.864 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T15:03:58.939 INFO:teuthology.run:FAIL