2023-10-08T22:12:11.344 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-08T22:12:11.345 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144 --verbose --name adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi --owner scheduled_adking@teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} -- /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/orig.config.yaml 2023-10-08T22:12:11.381 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T22:12:11.466 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144 branch: wip-adk4-testing-2023-10-06-1539-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: adking@redhat.com first_in_suite: false job_id: '7416144' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-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-adk4-testing-2023-10-06-1539-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: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 kernel: hwe: true workunit: branch: wip-adk4-testing-2023-10-06-1539-reef sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 465 sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk4-testing-2023-10-06-1539-reef suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi132.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-06_23:08:11 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-08T22:12:11.466 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa; will attempt to use it 2023-10-08T22:12:11.467 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/qa/tasks 2023-10-08T22:12:11.467 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-08T22:12:11.468 INFO:teuthology.task.internal:Checking packages... 2023-10-08T22:12:11.491 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45' 2023-10-08T22:12:11.491 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-08T22:12:11.491 INFO:teuthology.packaging:ref: None 2023-10-08T22:12:11.491 INFO:teuthology.packaging:tag: None 2023-10-08T22:12:11.491 INFO:teuthology.packaging:branch: wip-adk4-testing-2023-10-06-1539-reef 2023-10-08T22:12:11.491 INFO:teuthology.packaging:sha1: b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T22:12:11.491 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-adk4-testing-2023-10-06-1539-reef 2023-10-08T22:12:11.714 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-623-gb92fa67a-1focal 2023-10-08T22:12:11.715 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-08T22:12:11.723 INFO:teuthology.task.internal:no buildpackages task found 2023-10-08T22:12:11.723 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-08T22:12:11.803 INFO:teuthology.task.internal:Saving configuration 2023-10-08T22:12:11.818 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-08T22:12:11.831 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T22:12:11.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144', '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-08 22:04:35.536045', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-08T22:12:11.879 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144', '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-08 22:04:35.537278', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-08T22:12:11.880 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-08T22:12:11.886 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-08T22:12:11.886 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-08T22:12:11.886 INFO:teuthology.run_tasks:Running task console_log... 2023-10-08T22:12:11.967 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0436fbef70>, signals=[15]) 2023-10-08T22:12:11.967 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-08T22:12:11.975 INFO:teuthology.task.internal:Opening connections... 2023-10-08T22:12:11.975 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:12:11.977 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:12:12.025 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2023-10-08T22:12:12.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:12:12.073 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-08T22:12:12.083 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2023-10-08T22:12:12.107 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2023-10-08T22:12:12.108 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2023-10-08T22:12:12.157 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Ubuntu" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:ID=ubuntu 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE=debian 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="20.04" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-08T22:12:12.158 INFO:teuthology.orchestra.run.smithi029.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-08T22:12:12.159 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_CODENAME=focal 2023-10-08T22:12:12.159 INFO:teuthology.orchestra.run.smithi029.stdout:UBUNTU_CODENAME=focal 2023-10-08T22:12:12.159 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2023-10-08T22:12:12.182 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2023-10-08T22:12:12.188 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2023-10-08T22:12:12.189 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2023-10-08T22:12:12.237 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="Ubuntu" 2023-10-08T22:12:12.237 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-08T22:12:12.237 INFO:teuthology.orchestra.run.smithi132.stdout:ID=ubuntu 2023-10-08T22:12:12.237 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE=debian 2023-10-08T22:12:12.237 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="20.04" 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_CODENAME=focal 2023-10-08T22:12:12.238 INFO:teuthology.orchestra.run.smithi132.stdout:UBUNTU_CODENAME=focal 2023-10-08T22:12:12.238 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2023-10-08T22:12:12.257 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-08T22:12:12.265 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-08T22:12:12.326 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-08T22:12:12.327 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2023-10-08T22:12:12.329 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2023-10-08T22:12:12.334 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-08T22:12:12.343 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-08T22:12:12.344 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2023-10-08T22:12:12.346 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2023-10-08T22:12:12.414 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-08T22:12:12.470 INFO:teuthology.run_tasks:Running task kernel... 2023-10-08T22:12:12.488 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-08T22:12:12.488 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-10-08T22:12:12.488 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-10-08T22:12:12.488 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-08T22:12:12.489 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T22:12:12.489 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T22:12:12.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:12:12.495 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-10-08T22:12:12.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:12:12.496 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-10-08T22:12:12.502 INFO:teuthology.orchestra.run.smithi029.stdout:5.4.0-124-generic 2023-10-08T22:12:12.502 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.4.0-124-generic 2023-10-08T22:12:12.502 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2023-10-08T22:12:12.503 INFO:teuthology.orchestra.run.smithi132.stdout:5.4.0-124-generic 2023-10-08T22:12:12.503 INFO:teuthology.task.kernel:Running kernel on smithi132: 5.4.0-124-generic 2023-10-08T22:12:12.504 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2023-10-08T22:12:12.659 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2023-10-08T22:12:12.661 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2023-10-08T22:12:12.852 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-08T22:12:12.860 INFO:teuthology.orchestra.run.smithi132.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-08T22:12:12.930 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-08T22:12:12.950 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-08T22:12:12.994 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-08T22:12:12.995 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-08T22:12:13.034 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-08T22:12:13.254 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-08T22:12:13.363 INFO:teuthology.orchestra.run.smithi132.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,890 kB] 2023-10-08T22:12:13.382 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-08T22:12:13.407 INFO:teuthology.orchestra.run.smithi132.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-08T22:12:13.413 INFO:teuthology.orchestra.run.smithi132.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-08T22:12:13.414 INFO:teuthology.orchestra.run.smithi132.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-08T22:12:13.414 INFO:teuthology.orchestra.run.smithi132.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-08T22:12:13.441 INFO:teuthology.orchestra.run.smithi132.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-08T22:12:13.443 INFO:teuthology.orchestra.run.smithi132.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-08T22:12:13.443 INFO:teuthology.orchestra.run.smithi132.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,121 kB] 2023-10-08T22:12:13.451 INFO:teuthology.orchestra.run.smithi132.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [749 kB] 2023-10-08T22:12:13.457 INFO:teuthology.orchestra.run.smithi132.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-08T22:12:13.460 INFO:teuthology.orchestra.run.smithi132.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-08T22:12:13.461 INFO:teuthology.orchestra.run.smithi132.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-08T22:12:13.461 INFO:teuthology.orchestra.run.smithi132.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-08T22:12:13.462 INFO:teuthology.orchestra.run.smithi132.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-08T22:12:13.465 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-08T22:12:13.481 INFO:teuthology.orchestra.run.smithi132.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-08T22:12:13.481 INFO:teuthology.orchestra.run.smithi132.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-08T22:12:13.481 INFO:teuthology.orchestra.run.smithi132.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-08T22:12:13.482 INFO:teuthology.orchestra.run.smithi132.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-08T22:12:13.482 INFO:teuthology.orchestra.run.smithi132.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-08T22:12:13.483 INFO:teuthology.orchestra.run.smithi132.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-08T22:12:13.483 INFO:teuthology.orchestra.run.smithi132.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-08T22:12:13.558 INFO:teuthology.orchestra.run.smithi132.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-08T22:12:13.614 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,890 kB] 2023-10-08T22:12:13.823 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-08T22:12:13.884 INFO:teuthology.orchestra.run.smithi132.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-08T22:12:14.012 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-08T22:12:14.026 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-08T22:12:14.027 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-08T22:12:14.028 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-08T22:12:14.071 INFO:teuthology.orchestra.run.smithi132.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-08T22:12:14.078 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-08T22:12:14.085 INFO:teuthology.orchestra.run.smithi132.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-08T22:12:14.086 INFO:teuthology.orchestra.run.smithi132.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-08T22:12:14.087 INFO:teuthology.orchestra.run.smithi132.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-08T22:12:14.095 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-08T22:12:14.095 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-08T22:12:14.101 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-08T22:12:14.101 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [890 kB] 2023-10-08T22:12:14.105 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-08T22:12:14.105 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-08T22:12:14.106 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-08T22:12:14.124 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [616 kB] 2023-10-08T22:12:14.155 INFO:teuthology.orchestra.run.smithi132.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-08T22:12:14.160 INFO:teuthology.orchestra.run.smithi132.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-08T22:12:14.160 INFO:teuthology.orchestra.run.smithi132.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [616 kB] 2023-10-08T22:12:14.171 INFO:teuthology.orchestra.run.smithi132.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [890 kB] 2023-10-08T22:12:14.180 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-08T22:12:14.186 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-08T22:12:14.312 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-08T22:12:14.350 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [749 kB] 2023-10-08T22:12:14.371 INFO:teuthology.orchestra.run.smithi132.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-08T22:12:14.733 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.1 kB] 2023-10-08T22:12:14.739 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-08T22:12:14.747 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-08T22:12:14.749 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-08T22:12:14.751 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-08T22:12:14.788 INFO:teuthology.orchestra.run.smithi132.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.1 kB] 2023-10-08T22:12:14.794 INFO:teuthology.orchestra.run.smithi132.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-08T22:12:14.796 INFO:teuthology.orchestra.run.smithi132.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-08T22:12:14.804 INFO:teuthology.orchestra.run.smithi132.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-08T22:12:14.806 INFO:teuthology.orchestra.run.smithi132.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-08T22:12:14.939 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,121 kB] 2023-10-08T22:12:15.048 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-08T22:12:15.068 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-08T22:12:15.070 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-08T22:12:15.071 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-08T22:12:15.072 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-08T22:12:15.073 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-08T22:12:15.073 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-08T22:12:15.076 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-08T22:12:15.079 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-08T22:12:15.243 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-08T22:12:15.427 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-08T22:12:15.449 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-08T22:12:17.484 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 17.6 MB in 3s (6,716 kB/s) 2023-10-08T22:12:18.100 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 17.6 MB in 3s (5,422 kB/s) 2023-10-08T22:12:18.925 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-10-08T22:12:18.949 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-08T22:12:19.025 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-10-08T22:12:19.224 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2023-10-08T22:12:19.225 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2023-10-08T22:12:19.396 INFO:teuthology.orchestra.run.smithi132.stdout:The following additional packages will be installed: 2023-10-08T22:12:19.397 INFO:teuthology.orchestra.run.smithi132.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-08T22:12:19.397 INFO:teuthology.orchestra.run.smithi132.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-08T22:12:19.397 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-08T22:12:19.398 INFO:teuthology.orchestra.run.smithi132.stdout:Suggested packages: 2023-10-08T22:12:19.398 INFO:teuthology.orchestra.run.smithi132.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-08T22:12:19.398 INFO:teuthology.orchestra.run.smithi132.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-08T22:12:19.458 INFO:teuthology.orchestra.run.smithi132.stdout:The following NEW packages will be installed: 2023-10-08T22:12:19.459 INFO:teuthology.orchestra.run.smithi132.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-08T22:12:19.459 INFO:teuthology.orchestra.run.smithi132.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-08T22:12:19.459 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-08T22:12:19.460 INFO:teuthology.orchestra.run.smithi132.stdout: thermald upower usbmuxd 2023-10-08T22:12:19.643 INFO:teuthology.orchestra.run.smithi132.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-08T22:12:19.643 INFO:teuthology.orchestra.run.smithi132.stdout:Need to get 90.9 MB of archives. 2023-10-08T22:12:19.644 INFO:teuthology.orchestra.run.smithi132.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-08T22:12:19.644 INFO:teuthology.orchestra.run.smithi132.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-08T22:12:19.915 INFO:teuthology.orchestra.run.smithi132.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-08T22:12:19.943 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-08T22:12:19.962 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-08T22:12:20.035 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-08T22:12:20.071 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:20.181 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-10-08T22:12:20.209 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-08T22:12:20.296 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-10-08T22:12:20.503 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2023-10-08T22:12:20.504 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2023-10-08T22:12:20.693 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2023-10-08T22:12:20.693 INFO:teuthology.orchestra.run.smithi029.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-08T22:12:20.693 INFO:teuthology.orchestra.run.smithi029.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-08T22:12:20.693 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-08T22:12:20.694 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2023-10-08T22:12:20.695 INFO:teuthology.orchestra.run.smithi029.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-08T22:12:20.695 INFO:teuthology.orchestra.run.smithi029.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-08T22:12:20.754 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2023-10-08T22:12:20.755 INFO:teuthology.orchestra.run.smithi029.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-08T22:12:20.755 INFO:teuthology.orchestra.run.smithi029.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-08T22:12:20.755 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-08T22:12:20.756 INFO:teuthology.orchestra.run.smithi029.stdout: thermald upower usbmuxd 2023-10-08T22:12:20.821 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-08T22:12:20.821 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 90.9 MB of archives. 2023-10-08T22:12:20.821 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-08T22:12:20.821 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-08T22:12:20.877 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-08T22:12:20.883 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-08T22:12:20.886 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-08T22:12:20.901 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-08T22:12:20.908 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:20.990 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:21.214 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:21.290 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:21.316 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:22.185 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:22.359 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:22.360 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-08T22:12:22.365 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-08T22:12:22.368 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-08T22:12:23.208 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 90.9 MB in 2s (56.6 MB/s) 2023-10-08T22:12:23.226 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:23.227 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:23.228 INFO:teuthology.orchestra.run.smithi132.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-08T22:12:23.397 INFO:teuthology.orchestra.run.smithi132.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-08T22:12:23.454 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-08T22:12:23.742 INFO:teuthology.orchestra.run.smithi132.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-08T22:12:24.424 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 90.9 MB in 4s (21.2 MB/s) 2023-10-08T22:12:24.628 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-08T22:12:25.890 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:25.895 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-08T22:12:26.010 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-08T22:12:26.342 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:26.347 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-08T22:12:26.442 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-08T22:12:26.457 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-08T22:12:26.501 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-08T22:12:26.509 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-08T22:12:26.841 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-08T22:12:26.857 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-08T22:12:26.895 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-08T22:12:26.908 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-08T22:12:26.908 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-08T22:12:26.945 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-08T22:12:27.246 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-08T22:12:27.259 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-08T22:12:27.305 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-08T22:12:27.323 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-08T22:12:27.337 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-08T22:12:27.373 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-08T22:12:27.668 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-08T22:12:27.682 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-08T22:12:27.686 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-08T22:12:27.700 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-08T22:12:27.718 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-08T22:12:27.745 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-08T22:12:28.087 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-08T22:12:28.103 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-08T22:12:28.119 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-08T22:12:28.132 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-08T22:12:28.145 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-08T22:12:28.177 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:28.490 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-08T22:12:28.506 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-08T22:12:28.549 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:31.017 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-08T22:12:31.029 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-08T22:12:31.090 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-08T22:12:31.104 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-08T22:12:31.129 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:31.234 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:31.653 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-08T22:12:31.665 INFO:teuthology.orchestra.run.smithi132.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-08T22:12:31.736 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:31.838 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-08T22:12:31.852 INFO:teuthology.orchestra.run.smithi029.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-08T22:12:31.896 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:38.798 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-08T22:12:38.814 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-08T22:12:38.855 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-08T22:12:39.208 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-08T22:12:39.222 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-08T22:12:39.258 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-08T22:12:39.595 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-08T22:12:39.613 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-08T22:12:39.654 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-08T22:12:39.686 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package thermald. 2023-10-08T22:12:39.700 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-08T22:12:39.744 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-08T22:12:39.992 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-08T22:12:40.008 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-08T22:12:40.050 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-08T22:12:40.316 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package upower. 2023-10-08T22:12:40.333 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-08T22:12:40.389 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-08T22:12:40.482 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package thermald. 2023-10-08T22:12:40.497 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-08T22:12:40.540 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-08T22:12:41.151 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package upower. 2023-10-08T22:12:41.165 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-08T22:12:41.226 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-08T22:12:41.379 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package usbmuxd. 2023-10-08T22:12:41.395 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-08T22:12:41.437 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-08T22:12:41.644 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package usbmuxd. 2023-10-08T22:12:41.657 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-08T22:12:41.702 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-08T22:12:41.762 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-08T22:12:41.885 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-08T22:12:42.014 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-08T22:12:42.034 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-08T22:12:42.137 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-08T22:12:42.160 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-08T22:12:42.264 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-08T22:12:42.286 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-08T22:12:42.390 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-08T22:12:42.421 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-08T22:12:42.522 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-08T22:12:42.552 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-08T22:12:42.679 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-08T22:12:42.806 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-08T22:12:43.041 INFO:teuthology.orchestra.run.smithi132.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-08T22:12:43.092 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-08T22:12:43.294 INFO:teuthology.orchestra.run.smithi132.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-08T22:12:43.300 INFO:teuthology.orchestra.run.smithi132.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-08T22:12:43.300 INFO:teuthology.orchestra.run.smithi132.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-08T22:12:43.348 INFO:teuthology.orchestra.run.smithi029.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-08T22:12:43.407 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-08T22:12:43.657 INFO:teuthology.orchestra.run.smithi029.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-08T22:12:43.664 INFO:teuthology.orchestra.run.smithi029.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-08T22:12:43.664 INFO:teuthology.orchestra.run.smithi029.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-08T22:12:43.793 INFO:teuthology.orchestra.run.smithi132.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-08T22:12:44.005 INFO:teuthology.orchestra.run.smithi132.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-08T22:12:44.047 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-08T22:12:44.254 INFO:teuthology.orchestra.run.smithi029.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-08T22:12:44.369 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-08T22:12:44.369 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-08T22:12:44.461 INFO:teuthology.orchestra.run.smithi029.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-08T22:12:44.510 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-08T22:12:44.810 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:44.850 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-08T22:12:44.850 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-08T22:12:45.275 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:46.298 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-08T22:12:46.298 INFO:teuthology.orchestra.run.smithi132.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-08T22:12:46.647 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-08T22:12:46.648 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-08T22:12:46.825 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:47.189 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:48.246 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:48.548 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:49.925 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-08T22:12:50.051 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-08T22:12:50.348 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-08T22:12:51.093 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-08T22:12:51.193 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:51.264 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-08T22:12:51.264 INFO:teuthology.orchestra.run.smithi132.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-08T22:12:51.899 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-08T22:12:52.026 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-08T22:12:52.314 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-08T22:12:53.119 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-08T22:12:53.228 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-08T22:12:53.307 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-08T22:12:53.307 INFO:teuthology.orchestra.run.smithi029.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-08T22:13:16.621 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-08T22:13:16.621 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub' 2023-10-08T22:13:16.630 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-08T22:13:16.656 INFO:teuthology.orchestra.run.smithi132.stdout:Generating grub configuration file ... 2023-10-08T22:13:16.976 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-08T22:13:17.001 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-08T22:13:17.439 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-08T22:13:17.451 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-08T22:13:19.316 INFO:teuthology.orchestra.run.smithi132.stdout:done 2023-10-08T22:13:19.790 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic-hwe-20.04 2023-10-08T22:13:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic-hwe-20.04 2023-10-08T22:13:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2023-10-08T22:13:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2023-10-08T22:13:19.837 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 20 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta-hwe-5.15 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.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-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.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-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2023-10-08T22:13:19.838 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2023-10-08T22:13:19.839 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-08T22:13:19.839 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-08T22:13:19.839 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-08T22:13:19.839 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-08T22:13:19.839 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2023-10-08T22:13:19.839 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2023-10-08T22:13:19.916 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2023-10-08T22:13:20.077 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-08T22:13:20.077 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-08T22:13:20.091 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-08T22:13:20.111 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-08T22:13:20.532 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-08T22:13:20.532 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub' 2023-10-08T22:13:20.554 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-08T22:13:20.579 INFO:teuthology.orchestra.run.smithi029.stdout:Generating grub configuration file ... 2023-10-08T22:13:20.934 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-08T22:13:20.955 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-08T22:13:21.342 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-08T22:13:21.353 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-08T22:13:21.830 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-10-08T22:13:21.853 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-08T22:13:21.919 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2023-10-08T22:13:22.121 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2023-10-08T22:13:22.121 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2023-10-08T22:13:22.337 INFO:teuthology.orchestra.run.smithi132.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-08T22:13:22.338 INFO:teuthology.orchestra.run.smithi132.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-08T22:13:22.339 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic-hwe-20.04 2023-10-08T22:13:22.362 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic-hwe-20.04 2023-10-08T22:13:22.362 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 20 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta-hwe-5.15 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.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-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.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-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2023-10-08T22:13:22.363 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2023-10-08T22:13:22.364 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2023-10-08T22:13:22.364 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2023-10-08T22:13:22.364 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2023-10-08T22:13:22.371 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.Marj8rKUK8 2023-10-08T22:13:22.371 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Marj8rKUK8 2023-10-08T22:13:22.385 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.Marj8rKUK8 2023-10-08T22:13:22.470 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.Marj8rKUK8 is 9KB 2023-10-08T22:13:22.484 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.Marj8rKUK8 2023-10-08T22:13:22.490 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-08T22:13:22.547 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:13:22.547 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-08T22:13:22.547 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-08T22:13:22.585 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-08T22:13:22.586 DEBUG:teuthology.orchestra.run.smithi132:> sudo update-grub 2023-10-08T22:13:23.451 INFO:teuthology.orchestra.run.smithi029.stdout:done 2023-10-08T22:13:23.942 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic-hwe-20.04 2023-10-08T22:13:23.991 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic-hwe-20.04 2023-10-08T22:13:23.991 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2023-10-08T22:13:23.991 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2023-10-08T22:13:23.991 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2023-10-08T22:13:23.991 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 20 2023-10-08T22:13:23.991 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta-hwe-5.15 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.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-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.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-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2023-10-08T22:13:23.992 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2023-10-08T22:13:23.992 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-08T22:13:23.993 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-08T22:13:23.993 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-08T22:13:23.993 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-08T22:13:23.993 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2023-10-08T22:13:23.993 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2023-10-08T22:13:24.040 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub' 2023-10-08T22:13:24.046 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-08T22:13:24.054 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2023-10-08T22:13:24.095 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2023-10-08T22:13:24.232 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-08T22:13:24.233 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-08T22:13:24.240 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-08T22:13:24.260 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-08T22:13:24.348 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-08T22:13:24.360 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-08T22:13:24.741 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-08T22:13:24.752 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-08T22:13:25.552 INFO:teuthology.orchestra.run.smithi132.stderr:done 2023-10-08T22:13:25.554 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2023-10-08T22:13:26.035 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-10-08T22:13:26.060 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-08T22:13:26.131 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-10-08T22:13:26.336 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2023-10-08T22:13:26.337 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2023-10-08T22:13:26.558 INFO:teuthology.orchestra.run.smithi029.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-08T22:13:26.558 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-08T22:13:26.562 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic-hwe-20.04 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic-hwe-20.04 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 20 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta-hwe-5.15 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-08T22:13:26.582 INFO:teuthology.orchestra.run.smithi029.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-08T22:13:26.583 INFO:teuthology.orchestra.run.smithi029.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-08T22:13:26.583 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2023-10-08T22:13:26.583 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2023-10-08T22:13:26.583 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2023-10-08T22:13:26.583 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2023-10-08T22:13:26.583 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2023-10-08T22:13:26.628 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.wFmhLPTd8G 2023-10-08T22:13:26.629 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub/grub.cfg /tmp/tmp.wFmhLPTd8G 2023-10-08T22:13:26.644 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.wFmhLPTd8G 2023-10-08T22:13:26.695 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.wFmhLPTd8G is 9KB 2023-10-08T22:13:26.708 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.wFmhLPTd8G 2023-10-08T22:13:26.714 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-08T22:13:26.771 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:13:26.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-08T22:13:26.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-08T22:13:26.806 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-08T22:13:26.806 DEBUG:teuthology.orchestra.run.smithi029:> sudo update-grub 2023-10-08T22:13:29.030 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub' 2023-10-08T22:13:29.044 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-08T22:13:29.069 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2023-10-08T22:13:29.362 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-08T22:13:29.374 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-08T22:13:29.776 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-08T22:13:29.787 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-08T22:13:30.568 INFO:teuthology.orchestra.run.smithi029.stderr:done 2023-10-08T22:13:30.569 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2023-10-08T22:13:55.580 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-08T22:13:55.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-08T22:13:55.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:14:00.578 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-08T22:14:00.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-10-08T22:14:00.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:14:14.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-10-08T22:14:19.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2023-10-08T22:14:23.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-08T22:14:23.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:14:28.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-10-08T22:14:28.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:15:23.202 DEBUG:teuthology.orchestra.remote:timed out 2023-10-08T22:15:28.010 DEBUG:teuthology.orchestra.remote:timed out 2023-10-08T22:15:35.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-08T22:15:35.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:15:35.437 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-10-08T22:15:36.000 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-08T22:15:36.000 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-86-generic"... 2023-10-08T22:15:36.001 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-10-08T22:15:36.049 INFO:teuthology.orchestra.run.smithi132.stdout:5.15.0-86-generic 2023-10-08T22:15:36.049 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-08T22:15:36.049 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-08T22:15:36.050 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-08T22:15:37.050 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-08T22:15:37.051 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T22:15:37.410 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2023-10-08T22:15:37.438 DEBUG:teuthology.parallel:result is None 2023-10-08T22:15:40.011 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-10-08T22:15:40.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:15:40.242 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-10-08T22:15:40.913 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-10-08T22:15:40.913 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-86-generic"... 2023-10-08T22:15:40.914 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-10-08T22:15:40.963 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-86-generic 2023-10-08T22:15:40.963 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-08T22:15:40.963 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-08T22:15:40.963 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-08T22:15:41.964 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-08T22:15:41.964 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T22:15:42.069 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2023-10-08T22:15:42.108 DEBUG:teuthology.parallel:result is None 2023-10-08T22:15:42.109 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-08T22:15:42.117 INFO:teuthology.task.internal:Creating test directory... 2023-10-08T22:15:42.118 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T22:15:42.120 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T22:15:42.127 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-08T22:15:42.138 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-08T22:15:42.152 INFO:teuthology.task.internal:Creating archive directory... 2023-10-08T22:15:42.153 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T22:15:42.171 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T22:15:42.192 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-08T22:15:42.203 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-08T22:15:42.204 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:15:42.227 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:15:42.248 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T22:15:42.252 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T22:15:42.254 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T22:15:42.259 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T22:15:42.260 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-08T22:15:42.269 INFO:teuthology.task.internal:Configuring sudo... 2023-10-08T22:15:42.269 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T22:15:42.303 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T22:15:42.319 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-08T22:15:42.332 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-08T22:15:42.332 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T22:15:42.363 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T22:15:42.370 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T22:15:42.416 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T22:15:42.464 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:15:42.464 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T22:15:42.530 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T22:15:42.537 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T22:15:42.586 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:15:42.587 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T22:15:42.645 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2023-10-08T22:15:42.648 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2023-10-08T22:15:42.730 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-08T22:15:42.737 INFO:teuthology.task.internal:Starting timer... 2023-10-08T22:15:42.737 INFO:teuthology.run_tasks:Running task pcp... 2023-10-08T22:15:42.753 INFO:teuthology.run_tasks:Running task selinux... 2023-10-08T22:15:42.768 DEBUG:teuthology.task.selinux:Excluding smithi029: OS 'ubuntu' does not support SELinux 2023-10-08T22:15:42.768 DEBUG:teuthology.task.selinux:Excluding smithi132: OS 'ubuntu' does not support SELinux 2023-10-08T22:15:42.768 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-08T22:15:42.769 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-10-08T22:15:42.769 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-08T22:15:42.769 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-08T22:15:42.784 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-08T22:15:42.784 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-08T22:15:42.801 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-08T22:15:42.801 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi132.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-08T22:21:39.194 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi132.front.sepia.ceph.com')] 2023-10-08T22:21:39.197 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-10-08T22:21:39.198 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:21:39.279 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-10-08T22:21:39.404 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-10-08T22:21:39.404 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-08T22:21:39.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T22:21:39.491 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-10-08T22:21:39.612 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-08T22:21:39.612 INFO:teuthology.run_tasks:Running task clock... 2023-10-08T22:21:39.622 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-08T22:21:39.622 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T22:21:39.622 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:21:39.625 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T22:21:39.625 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:21:39.656 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-08T22:21:39.656 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Command line: ntpd -gq 2023-10-08T22:21:39.657 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: proto: precision = 0.067 usec (-24) 2023-10-08T22:21:39.657 INFO:teuthology.orchestra.run.smithi029.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-08T22:21:39.658 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-08T22:21:39.658 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: restrict ::: KOD does nothing without LIMITED. 2023-10-08T22:21:39.658 INFO:teuthology.orchestra.run.smithi029.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-08T22:21:39.659 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listen and drop on 0 v6wildcard [::]:123 2023-10-08T22:21:39.659 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-08T22:21:39.659 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listen normally on 2 lo 127.0.0.1:123 2023-10-08T22:21:39.659 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listen normally on 3 ens1f0 172.21.15.29:123 2023-10-08T22:21:39.659 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listen normally on 4 lo [::1]:123 2023-10-08T22:21:39.659 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:125a%2]:123 2023-10-08T22:21:39.660 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:39 ntpd[22732]: Listening on routing socket on fd #22 for interface updates 2023-10-08T22:21:39.684 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-08T22:21:39.685 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Command line: ntpd -gq 2023-10-08T22:21:39.685 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: proto: precision = 0.054 usec (-24) 2023-10-08T22:21:39.685 INFO:teuthology.orchestra.run.smithi132.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-08T22:21:39.686 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-08T22:21:39.686 INFO:teuthology.orchestra.run.smithi132.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: restrict ::: KOD does nothing without LIMITED. 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listen and drop on 0 v6wildcard [::]:123 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listen normally on 2 lo 127.0.0.1:123 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listen normally on 3 enp3s0f1 172.21.15.132:123 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listen normally on 4 lo [::1]:123 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:773f%5]:123 2023-10-08T22:21:39.687 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:39 ntpd[22709]: Listening on routing socket on fd #22 for interface updates 2023-10-08T22:21:40.656 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:40 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:40.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:40 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:40.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:40 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:40.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:40 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:40.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:40 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:40.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:40 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:40.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:40 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:40.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:40 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:40.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:40 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:40.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:40 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:40.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:40 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:40.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:40 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:41.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:41 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:41.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:41 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:41.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:41 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:41.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:41 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:41.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:41 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:41.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:41 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:42.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:42 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:42.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:42 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:42.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:42 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:42.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:42 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:42.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:42 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:42.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:42 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:42.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:42 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:42.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:42 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:42.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:42 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:42.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:42 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:42.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:42 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:42.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:42 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:43.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:43.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:43.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:43 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:43.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:43.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:43 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:44.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:44 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:44.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:44 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:44.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:44 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:44.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:44 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:44.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:44 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:44.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:44 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:44.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:44.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:44.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:44.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:44.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:44.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:44.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:44.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:44 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:45.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.659 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:45.660 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:45.660 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.660 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.660 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:45.660 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:45 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:45.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:45.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:45 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:46.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:46.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:46.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:46.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:46.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:46.657 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:46.658 INFO:teuthology.orchestra.run.smithi029.stdout: 8 Oct 22:21:46 ntpd[22732]: ntpd: time slew +0.001146 s 2023-10-08T22:21:46.658 INFO:teuthology.orchestra.run.smithi029.stdout:ntpd: time slew +0.001146s 2023-10-08T22:21:46.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-08T22:21:46.658 INFO:teuthology.orchestra.run.smithi029.stderr: 8 Oct 22:21:46 ntpd[22732]: can't open /var/log/ntpstats/loopstats.20231008: Permission denied 2023-10-08T22:21:46.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:46.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:46.685 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-08T22:21:46.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: can't open /var/log/ntpstats/rawstats.20231008: Permission denied 2023-10-08T22:21:46.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-08T22:21:46.686 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: can't open /var/log/ntpstats/peerstats.20231008: Permission denied 2023-10-08T22:21:46.686 INFO:teuthology.orchestra.run.smithi132.stdout: 8 Oct 22:21:46 ntpd[22709]: ntpd: time slew -0.000108 s 2023-10-08T22:21:46.686 INFO:teuthology.orchestra.run.smithi132.stdout:ntpd: time slew -0.000108s 2023-10-08T22:21:46.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-08T22:21:46.687 INFO:teuthology.orchestra.run.smithi132.stderr: 8 Oct 22:21:46 ntpd[22709]: can't open /var/log/ntpstats/loopstats.20231008: Permission denied 2023-10-08T22:21:46.717 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2023-10-08T22:21:46.717 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2023-10-08T22:21:46.717 INFO:teuthology.orchestra.run.smithi029.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.717 INFO:teuthology.orchestra.run.smithi029.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.718 INFO:teuthology.orchestra.run.smithi029.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.718 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.742 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2023-10-08T22:21:46.742 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2023-10-08T22:21:46.742 INFO:teuthology.orchestra.run.smithi132.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.743 INFO:teuthology.orchestra.run.smithi132.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.743 INFO:teuthology.orchestra.run.smithi132.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.743 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-08T22:21:46.744 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-08T22:21:46.754 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-08T22:21:46.754 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:21:46.754 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T22:21:46.766 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-08T22:21:46.766 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2023-10-08T22:21:46.814 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T22:21:46.814 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:46.815 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 492 Links: 1 2023-10-08T22:21:46.815 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:46.815 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:20:04.225767578 +0000 2023-10-08T22:21:46.815 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:20:03.873775675 +0000 2023-10-08T22:21:46.815 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:20:03.873775675 +0000 2023-10-08T22:21:46.815 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:21:46.815 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T22:21:46.870 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:21:46.870 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:21:46.870 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000308483 s, 1.7 MB/s 2023-10-08T22:21:46.871 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T22:21:46.925 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2023-10-08T22:21:46.974 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:20:04.785754693 +0000 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:20:04.449762424 +0000 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:20:04.449762424 +0000 2023-10-08T22:21:46.975 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:21:46.975 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T22:21:47.030 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:21:47.030 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:21:47.030 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000229566 s, 2.2 MB/s 2023-10-08T22:21:47.031 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T22:21:47.084 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2023-10-08T22:21:47.134 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:20:05.373741165 +0000 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:20:05.009749540 +0000 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:20:05.009749540 +0000 2023-10-08T22:21:47.135 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:21:47.135 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T22:21:47.189 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:21:47.190 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:21:47.190 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000318511 s, 1.6 MB/s 2023-10-08T22:21:47.191 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T22:21:47.244 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2023-10-08T22:21:47.294 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T22:21:47.294 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:47.294 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-10-08T22:21:47.295 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:47.295 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:20:05.929728373 +0000 2023-10-08T22:21:47.295 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:20:05.585736288 +0000 2023-10-08T22:21:47.295 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:20:05.585736288 +0000 2023-10-08T22:21:47.295 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:21:47.295 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T22:21:47.349 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:21:47.350 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:21:47.350 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000304529 s, 1.7 MB/s 2023-10-08T22:21:47.351 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T22:21:47.400 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:21:47.544 INFO:teuthology.orchestra.run.smithi029.stdout:loop 2023-10-08T22:21:47.545 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2023-10-08T22:21:47.546 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:21:47.567 INFO:teuthology.orchestra.run.smithi029.stdout:1 2023-10-08T22:21:47.594 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_11 2023-10-08T22:21:47.620 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2023-10-08T22:21:47.621 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:21:47.689 INFO:teuthology.orchestra.run.smithi029.stdout:1 2023-10-08T22:21:47.712 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_21 2023-10-08T22:21:47.736 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2023-10-08T22:21:47.737 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:21:47.805 INFO:teuthology.orchestra.run.smithi029.stdout:1 2023-10-08T22:21:47.829 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_31 2023-10-08T22:21:47.850 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2023-10-08T22:21:47.851 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:21:47.916 INFO:teuthology.orchestra.run.smithi029.stdout:1 2023-10-08T22:21:47.942 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_41 2023-10-08T22:21:47.966 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:21:47.966 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T22:21:48.017 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme list 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme0n1 PHMB7512009B480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme1n1 a0c2a00ca9f9d9422b60 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme2n1 57b87971b90edce388b3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme3n1 87d390b4d08430fac991 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:48.074 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme4n1 972c1f15c1df79913b27 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:48.075 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T22:21:48.075 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:21:48.075 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2023-10-08T22:21:48.134 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:21:48.134 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T22:21:48.142 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-08T22:21:48.142 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_1 2023-10-08T22:21:48.189 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T22:21:48.189 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:48.190 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 489 Links: 1 2023-10-08T22:21:48.190 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:48.190 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:20:03.046414111 +0000 2023-10-08T22:21:48.190 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:20:02.718421675 +0000 2023-10-08T22:21:48.190 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:20:02.718421675 +0000 2023-10-08T22:21:48.190 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:21:48.190 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T22:21:48.243 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:21:48.243 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:21:48.243 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000394641 s, 1.3 MB/s 2023-10-08T22:21:48.244 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T22:21:48.295 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_2 2023-10-08T22:21:48.345 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 497 Links: 1 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:20:03.582401749 +0000 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:20:03.258409222 +0000 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:20:03.258409222 +0000 2023-10-08T22:21:48.346 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:21:48.347 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T22:21:48.401 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:21:48.401 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:21:48.401 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000408408 s, 1.3 MB/s 2023-10-08T22:21:48.403 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T22:21:48.455 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_3 2023-10-08T22:21:48.509 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T22:21:48.509 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:48.509 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-10-08T22:21:48.510 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:48.510 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:20:04.094389942 +0000 2023-10-08T22:21:48.510 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:20:03.786397045 +0000 2023-10-08T22:21:48.510 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:20:03.786397045 +0000 2023-10-08T22:21:48.510 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:21:48.510 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T22:21:48.565 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:21:48.565 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:21:48.565 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000393402 s, 1.3 MB/s 2023-10-08T22:21:48.566 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T22:21:48.619 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_4 2023-10-08T22:21:48.669 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T22:21:48.669 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T22:21:48.669 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-10-08T22:21:48.670 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T22:21:48.670 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:20:04.642377305 +0000 2023-10-08T22:21:48.670 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:20:04.322384684 +0000 2023-10-08T22:21:48.670 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:20:04.322384684 +0000 2023-10-08T22:21:48.670 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:21:48.670 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T22:21:48.725 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:21:48.725 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:21:48.725 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000428101 s, 1.2 MB/s 2023-10-08T22:21:48.727 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T22:21:48.780 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:21:48.897 INFO:teuthology.orchestra.run.smithi132.stdout:loop 2023-10-08T22:21:48.899 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_1... 2023-10-08T22:21:48.899 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:21:48.919 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-10-08T22:21:48.944 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_11 2023-10-08T22:21:48.969 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_2... 2023-10-08T22:21:48.969 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:21:49.034 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-10-08T22:21:49.059 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_21 2023-10-08T22:21:49.083 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_3... 2023-10-08T22:21:49.083 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:21:49.148 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-10-08T22:21:49.172 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_31 2023-10-08T22:21:49.193 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_4... 2023-10-08T22:21:49.194 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:21:49.262 INFO:teuthology.orchestra.run.smithi132.stdout:1 2023-10-08T22:21:49.285 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_41 2023-10-08T22:21:49.309 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:21:49.309 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T22:21:49.361 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme list 2023-10-08T22:21:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T22:21:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T22:21:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme0n1 CVFT6232000B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-08T22:21:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme1n1 fbf08a9daf999bd3c4e8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme2n1 d09ad7ace3b2e1595d57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:49.417 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme3n1 a6b364f7f80c3f113926 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:49.418 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme4n1 2126b0a07ae170260153 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-08T22:21:49.419 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T22:21:49.419 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:21:49.419 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/scratch_devs 2023-10-08T22:21:49.478 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-08T22:21:49.563 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': 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45'} 2023-10-08T22:21:49.563 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T22:21:49.564 INFO:tasks.cephadm:Cluster fsid is 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:21:49.564 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-08T22:21:49.564 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-08T22:21:49.564 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi029': '172.21.15.29', 'mon.smithi132': '172.21.15.132'} 2023-10-08T22:21:49.564 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-08T22:21:49.565 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2023-10-08T22:21:49.582 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2023-10-08T22:21:49.597 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-08T22:21:49.597 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T22:21:49.821 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45', '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/73082/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-623-gb92fa67a', 'node_name': '172.21.2.3+braggi03', '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-623-gb92fa67a-1focal'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-10-06 22:31:48.322881', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-testing-2023-10-06-1539-reef', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}, {'status': 'ready', 'sha1': 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45', '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/73084/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-623-gb92fa67a', 'node_name': '172.21.5.33+adami03', '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-623-gb92fa67a-1focal'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-10-06 22:26:16.065987', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk4-testing-2023-10-06-1539-reef', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-10-08T22:21:50.043 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk4-testing-2023-10-06-1539-reef, sha1 b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T22:21:50.043 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/x86_64/flavors/default/cephadm 2023-10-08T22:21:50.043 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-08T22:21:50.401 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r-- 1 ubuntu ubuntu 212261 Oct 8 22:21 /home/ubuntu/cephtest/cephadm 2023-10-08T22:21:50.401 DEBUG:teuthology.orchestra.run.smithi132:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk4-testing-2023-10-06-1539-reef/b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-08T22:21:50.902 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-rw-r-- 1 ubuntu ubuntu 212261 Oct 8 22:21 /home/ubuntu/cephtest/cephadm 2023-10-08T22:21:50.902 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T22:21:50.912 DEBUG:teuthology.orchestra.run.smithi132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T22:21:50.927 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 on all hosts... 2023-10-08T22:21:50.928 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 pull 2023-10-08T22:21:50.956 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 pull 2023-10-08T22:21:51.149 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T22:21:51.163 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T22:22:52.433 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2023-10-08T22:22:52.433 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph_version": "ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable)", 2023-10-08T22:22:52.433 INFO:teuthology.orchestra.run.smithi132.stdout: "image_id": "1405cee9b201a2ab7fc6afc0aa6fec9626cf3c50a287ea69d6b2baabc4ed2242", 2023-10-08T22:22:52.433 INFO:teuthology.orchestra.run.smithi132.stdout: "repo_digests": [ 2023-10-08T22:22:52.434 INFO:teuthology.orchestra.run.smithi132.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a" 2023-10-08T22:22:52.434 INFO:teuthology.orchestra.run.smithi132.stdout: ] 2023-10-08T22:22:52.434 INFO:teuthology.orchestra.run.smithi132.stdout:} 2023-10-08T22:22:57.258 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-10-08T22:22:57.258 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable)", 2023-10-08T22:22:57.258 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "1405cee9b201a2ab7fc6afc0aa6fec9626cf3c50a287ea69d6b2baabc4ed2242", 2023-10-08T22:22:57.258 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2023-10-08T22:22:57.258 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a" 2023-10-08T22:22:57.258 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2023-10-08T22:22:57.259 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-10-08T22:22:57.281 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2023-10-08T22:22:57.293 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2023-10-08T22:22:57.310 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2023-10-08T22:22:57.348 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2023-10-08T22:22:57.369 INFO:tasks.cephadm:Writing seed config... 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-08T22:22:57.371 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-08T22:22:57.372 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:22:57.372 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-08T22:22:57.397 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 = 1320553e-6629-11ee-8db5-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-08T22:22:57.397 DEBUG:teuthology.orchestra.run.smithi029:mon.smithi029> sudo journalctl -f -n 0 -u ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029.service 2023-10-08T22:22:57.440 INFO:tasks.cephadm:Bootstrapping... 2023-10-08T22:22:57.440 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 -v bootstrap --fsid 1320553e-6629-11ee-8db5-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.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:22:57.610 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2023-10-08T22:22:57.610 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45', '-v', 'bootstrap', '--fsid', '1320553e-6629-11ee-8db5-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.29', '--skip-admin-label'] 2023-10-08T22:22:57.610 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-08T22:22:57.611 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2023-10-08T22:22:57.611 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2023-10-08T22:22:57.611 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2023-10-08T22:22:57.615 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T22:22:57.615 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T22:22:57.622 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T22:22:57.622 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.629 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-10-08T22:22:57.629 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-08T22:22:57.635 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-10-08T22:22:57.635 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.640 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-10-08T22:22:57.640 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2023-10-08T22:22:57.646 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-10-08T22:22:57.646 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.653 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-10-08T22:22:57.653 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-08T22:22:57.658 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-10-08T22:22:57.658 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.667 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2023-10-08T22:22:57.673 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2023-10-08T22:22:57.673 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2023-10-08T22:22:57.673 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2023-10-08T22:22:57.673 INFO:teuthology.orchestra.run.smithi029.stdout:docker (/usr/bin/docker) is present 2023-10-08T22:22:57.673 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2023-10-08T22:22:57.674 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2023-10-08T22:22:57.680 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T22:22:57.681 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T22:22:57.689 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T22:22:57.689 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.694 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-10-08T22:22:57.694 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-08T22:22:57.699 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-10-08T22:22:57.700 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.705 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-10-08T22:22:57.705 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2023-10-08T22:22:57.711 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-10-08T22:22:57.711 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.718 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-10-08T22:22:57.718 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-08T22:22:57.724 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-10-08T22:22:57.725 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2023-10-08T22:22:57.732 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2023-10-08T22:22:57.738 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2023-10-08T22:22:57.739 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2023-10-08T22:22:57.739 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2023-10-08T22:22:57.739 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:22:57.739 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 140665619269568 on /run/cephadm/1320553e-6629-11ee-8db5-212e2dc638e7.lock 2023-10-08T22:22:57.739 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 140665619269568 acquired on /run/cephadm/1320553e-6629-11ee-8db5-212e2dc638e7.lock 2023-10-08T22:22:57.740 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2023-10-08T22:22:57.740 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2023-10-08T22:22:57.740 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2023-10-08T22:22:57.746 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2023-10-08T22:22:57.747 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-08T22:22:57.747 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2023-10-08T22:22:57.748 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-08T22:22:57.748 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-08T22:22:57.748 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-10-08T22:22:57.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-08T22:22:57.752 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-08T22:22:57.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T22:22:57.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 2: ens1f0: mtu 1500 state UP qlen 1000 2023-10-08T22:22:57.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link 2023-10-08T22:22:57.753 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T22:22:57.753 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2023-10-08T22:22:57.753 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2023-10-08T22:22:57.754 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-08T22:22:57.754 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-08T22:22:57.754 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-08T22:22:57.755 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45... 2023-10-08T22:22:58.007 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout b92fa67aeb011fadf4711f6e8283e1b2c49e5f45: Pulling from ceph-ci/ceph 2023-10-08T22:22:58.007 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Digest: sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a 2023-10-08T22:22:58.007 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T22:22:58.007 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 2023-10-08T22:22:59.601 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable) 2023-10-08T22:22:59.601 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable) 2023-10-08T22:22:59.601 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2023-10-08T22:23:01.078 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2023-10-08T22:23:01.079 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2023-10-08T22:23:02.571 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQDFKyNlVPPhOBAAE8Xit0BwDdqhSNJ+9s3AMg== 2023-10-08T22:23:04.057 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQDHKyNl7m3jGBAA1S0CM5KUfU3lX3qi03Lbbg== 2023-10-08T22:23:05.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQDIKyNlmQliNhAAk0CO8kjCfNqvylXkx7gYPw== 2023-10-08T22:23:05.517 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2023-10-08T22:23:06.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T22:23:06.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-08T22:23:06.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:06.977 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T22:23:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for smithi029 [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T22:23:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = pacific 2023-10-08T22:23:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T22:23:06.978 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:23:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2023-10-08T22:23:08.482 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.850+0000 7f5b4f8dac80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-08T22:23:08.482 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 1 imported monmap: 2023-10-08T22:23:08.482 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-10-08T22:23:08.482 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr fsid 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:08.482 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-10-08T22:23:06.345448+0000 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr created 2023-10-08T22:23:06.345448+0000 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 0 /usr/bin/ceph-mon: set fsid to 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: RocksDB version: 7.9.2 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Git sha 0 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Compile date 2023-10-06 21:59:22 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: DB SUMMARY 2023-10-08T22:23:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: DB Session ID: UU6X6YHPGUQP3INTLAP5 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 0, files: 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.error_if_exists: 0 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.create_if_missing: 1 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.paranoid_checks: 1 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T22:23:08.484 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.env: 0x559e37cf9720 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.info_log: 0x559e39768540 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.statistics: (nil) 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.use_fsync: 0 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_log_file_size: 0 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-08T22:23:08.485 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.allow_fallocate: 1 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.use_direct_reads: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.db_log_dir: 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.wal_dir: 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T22:23:08.486 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.write_buffer_manager: 0x559e389f8d20 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-08T22:23:08.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.unordered_write: 0 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.row_cache: None 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.wal_filter: None 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.two_write_queues: 0 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-08T22:23:08.488 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.wal_compression: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.atomic_flush: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.log_readahead_size: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-08T22:23:08.489 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_background_jobs: 2 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_background_compactions: -1 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_subcompactions: 1 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T22:23:08.490 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_open_files: -1 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_background_flushes: -1 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Compression algorithms supported: 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kZSTD supported: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kXpressCompression supported: 0 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-08T22:23:08.491 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kZlibCompression supported: 1 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kSnappyCompression supported: 1 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kLZ4Compression supported: 1 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: kBZip2Compression supported: 0 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000001 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T22:23:08.492 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.merge_operator: 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_filter: None 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559e39768640) 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-10-08T22:23:08.493 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x559e38a791f0 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-10-08T22:23:08.494 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-10-08T22:23:08.495 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression: NoCompression 2023-10-08T22:23:08.496 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.num_levels: 7 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T22:23:08.497 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-08T22:23:08.498 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T22:23:08.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T22:23:08.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.table_properties_collectors: 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.inplace_update_support: 0 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T22:23:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.bloom_locality: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.max_successive_merges: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.ttl: 2592000 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T22:23:08.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.enable_blob_files: false 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.min_blob_size: 0 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/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-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.854+0000 7f5b4f8dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c47ba980-e347-45ab-aedb-740dd872b38f 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b4f8dac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b4f8dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559e38af0000 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b4f8dac80 4 rocksdb: DB pointer 0x559e38ae2000 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b3faf0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b3faf0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.504 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-10-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-10-08T22:23:08.506 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.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-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x559e38a791f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.8e-05 secs_since: 0 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b4f8dac80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b4f8dac80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-08T22:23:07.858+0000 7f5b4f8dac80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi029 for mon.smithi029 2023-10-08T22:23:08.507 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.smithi029 on 2023-10-08T22:23:08.933 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-10-08T22:23:09.165 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1320553e-6629-11ee-8db5-212e2dc638e7.target -> /etc/systemd/system/ceph-1320553e-6629-11ee-8db5-212e2dc638e7.target. 2023-10-08T22:23:09.165 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1320553e-6629-11ee-8db5-212e2dc638e7.target -> /etc/systemd/system/ceph-1320553e-6629-11ee-8db5-212e2dc638e7.target. 2023-10-08T22:23:09.502 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029 2023-10-08T22:23:09.502 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029.service: Unit ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029.service not loaded. 2023-10-08T22:23:09.725 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1320553e-6629-11ee-8db5-212e2dc638e7.target.wants/ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029.service -> /etc/systemd/system/ceph-1320553e-6629-11ee-8db5-212e2dc638e7@.service. 2023-10-08T22:23:09.739 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2023-10-08T22:23:09.739 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T22:23:09.740 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2023-10-08T22:23:09.740 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2023-10-08T22:23:11.698 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:11 smithi029 bash[23797]: cluster 2023-10-08T22:23:11.288133+0000 mon.smithi029 (mon.0) 1 : cluster 1 mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2023-10-08T22:23:12.308 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2023-10-08T22:23:12.308 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:12.308 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi029 (age 0.35559s) 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:12.309 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2023-10-08T22:23:12.310 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-08T22:23:12.310 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-08T22:23:12.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-08T22:23:12.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2023-10-08T22:23:12.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:12.311 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2023-10-08T22:23:12.311 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2023-10-08T22:23:12.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:12 smithi029 bash[23797]: cluster 2023-10-08T22:23:11.312340+0000 mon.smithi029 (mon.0) 2 : cluster 1 mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2023-10-08T22:23:12.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:12 smithi029 bash[23797]: cluster 2023-10-08T22:23:11.312724+0000 mon.smithi029 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} 2023-10-08T22:23:12.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:12 smithi029 bash[23797]: cluster 2023-10-08T22:23:11.317508+0000 mon.smithi029 (mon.0) 4 : cluster 0 fsmap 2023-10-08T22:23:12.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:12 smithi029 bash[23797]: cluster 2023-10-08T22:23:11.320824+0000 mon.smithi029 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-10-08T22:23:12.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:12 smithi029 bash[23797]: cluster 2023-10-08T22:23:11.321525+0000 mon.smithi029 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-10-08T22:23:12.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:12 smithi029 bash[23797]: audit 2023-10-08T22:23:11.667876+0000 mon.smithi029 (mon.0) 7 : audit 0 from='client.? 172.21.15.29:0/1573346275' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-08T22:23:13.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:13 smithi029 bash[23797]: audit 2023-10-08T22:23:13.509590+0000 mon.smithi029 (mon.0) 8 : audit 1 from='client.? 172.21.15.29:0/1968043023' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T22:23:13.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:13 smithi029 bash[23797]: audit 2023-10-08T22:23:13.514066+0000 mon.smithi029 (mon.0) 9 : audit 1 from='client.? 172.21.15.29:0/1968043023' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-08T22:23:14.168 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:14.168 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:14.169 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T22:23:14.170 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T22:23:14.170 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T22:23:14.170 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2023-10-08T22:23:15.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:15 smithi029 bash[23797]: audit 2023-10-08T22:23:15.253925+0000 mon.smithi029 (mon.0) 10 : audit 0 from='client.? 172.21.15.29:0/2629450704' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:23:15.946 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2023-10-08T22:23:16.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:15 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 1320553e-6629-11ee-8db5-212e2dc638e7... 2023-10-08T22:23:16.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 bash[23797]: debug 2023-10-08T22:23:16.102+0000 7f963ce37700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi029 -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-08T22:23:16.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 bash[23797]: debug 2023-10-08T22:23:16.102+0000 7f963ce37700 -1 mon.smithi029@0(leader) e1 *** Got Signal Terminated *** 2023-10-08T22:23:16.949 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-08T22:23:17.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 bash[24209]: ceph-1320553e-6629-11ee-8db5-212e2dc638e7-mon-smithi029 2023-10-08T22:23:17.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 bash[24274]: ceph-1320553e-6629-11ee-8db5-212e2dc638e7-mon-smithi029 2023-10-08T22:23:17.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 systemd[1]: ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029.service: Succeeded. 2023-10-08T22:23:17.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 systemd[1]: Stopped Ceph mon.smithi029 for 1320553e-6629-11ee-8db5-212e2dc638e7. 2023-10-08T22:23:17.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:16 smithi029 systemd[1]: Started Ceph mon.smithi029 for 1320553e-6629-11ee-8db5-212e2dc638e7. 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.182+0000 7f1a3a8f8c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.182+0000 7f1a3a8f8c80 0 ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable), process ceph-mon, pid 7 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.182+0000 7f1a3a8f8c80 0 pidfile_write: ignore empty --pid-file 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 0 load: jerasure load: lrc 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: RocksDB version: 7.9.2 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Git sha 0 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Compile date 2023-10-06 21:59:22 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: DB SUMMARY 2023-10-08T22:23:18.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: DB Session ID: PE9A1367KE5EMFFQVHBI 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: CURRENT file: CURRENT 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: IDENTITY file: IDENTITY 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 1, files: 000008.sst 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 000009.log size: 83714 ; 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.error_if_exists: 0 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.create_if_missing: 0 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.paranoid_checks: 1 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T22:23:18.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.env: 0x55864944e720 2023-10-08T22:23:18.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-08T22:23:18.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.info_log: 0x55864b8ef2c0 2023-10-08T22:23:18.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-08T22:23:18.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.statistics: (nil) 2023-10-08T22:23:18.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.use_fsync: 0 2023-10-08T22:23:18.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_log_file_size: 0 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.allow_fallocate: 1 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-08T22:23:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.use_direct_reads: 0 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.db_log_dir: 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.wal_dir: 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T22:23:18.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.write_buffer_manager: 0x55864ab7c5a0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.unordered_write: 0 2023-10-08T22:23:18.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.row_cache: None 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.wal_filter: None 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.two_write_queues: 0 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.wal_compression: 0 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.atomic_flush: 0 2023-10-08T22:23:18.323 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T22:23:18.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T22:23:18.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T22:23:18.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.log_readahead_size: 0 2023-10-08T22:23:18.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T22:23:18.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-08T22:23:18.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_background_jobs: 2 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_background_compactions: -1 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_subcompactions: 1 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-08T22:23:18.325 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_open_files: -1 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_background_flushes: -1 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Compression algorithms supported: 2023-10-08T22:23:18.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kZSTD supported: 0 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kXpressCompression supported: 0 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kZlibCompression supported: 1 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kSnappyCompression supported: 1 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kLZ4Compression supported: 1 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: kBZip2Compression supported: 0 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000010 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T22:23:18.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.merge_operator: 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_filter: None 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55864b8ef3c0) 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cache_index_and_filter_blocks: 1 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: pin_top_level_index_and_filter: 1 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: index_type: 0 2023-10-08T22:23:18.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: data_block_index_type: 0 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: index_shortening: 1 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: data_block_hash_table_util_ratio: 0.750000 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: checksum: 4 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: no_block_cache: 0 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_cache: 0x55864abff1f0 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_cache_name: BinnedLRUCache 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_cache_options: 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: capacity : 536870912 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: num_shard_bits : 4 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: strict_capacity_limit : 0 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: high_pri_pool_ratio: 0.000 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_cache_compressed: (nil) 2023-10-08T22:23:18.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: persistent_cache: (nil) 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_size: 4096 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_size_deviation: 10 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_restart_interval: 16 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: index_block_restart_interval: 1 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: metadata_block_size: 4096 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: partition_filters: 0 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: use_delta_encoding: 1 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: filter_policy: bloomfilter 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: whole_key_filtering: 1 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: verify_compression: 0 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: read_amp_bytes_per_bit: 0 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: format_version: 5 2023-10-08T22:23:18.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: enable_index_compression: 1 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: block_align: 0 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: max_auto_readahead_size: 262144 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: prepopulate_block_cache: 0 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: initial_auto_readahead_size: 8192 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: num_file_reads_for_auto_readahead: 2 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression: NoCompression 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.num_levels: 7 2023-10-08T22:23:18.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T22:23:18.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-08T22:23:18.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T22:23:18.334 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T22:23:18.334 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T22:23:18.334 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T22:23:18.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T22:23:18.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.table_properties_collectors: 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.inplace_update_support: 0 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.bloom_locality: 0 2023-10-08T22:23:18.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.max_successive_merges: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.ttl: 2592000 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.enable_blob_files: false 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.min_blob_size: 0 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T22:23:18.338 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.186+0000 7f1a3a8f8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/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-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c47ba980-e347-45ab-aedb-740dd872b38f 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696803798192271, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696803798193617, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80486, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78669, "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": 73089, "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": 1696803798, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c47ba980-e347-45ab-aedb-740dd872b38f", "db_session_id": "PE9A1367KE5EMFFQVHBI", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-08T22:23:18.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696803798193725, "job": 1, "event": "recovery_finished"} 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi029/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55864aca0000 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.190+0000 7f1a3a8f8c80 4 rocksdb: DB pointer 0x55864ac8e000 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a29108700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a29108700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: ** DB Stats ** 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T22:23:18.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: ** Compaction Stats [default] ** 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: L0 2/0 80.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Sum 2/0 80.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: ** Compaction Stats [default] ** 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T22:23:18.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 90.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: AddFile(Keys): cumulative 0, interval 0 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Cumulative compaction: 0.00 GB write, 17.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Interval compaction: 0.00 GB write, 17.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: Block cache BinnedLRUCache@0x55864abff1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-10-08T22:23:18.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: ** File Read Latency Histogram By Level [default] ** 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 starting mon.smithi029 rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi029 fsid 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 1 mon.smithi029@-1(???) e1 preinit fsid 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 mon.smithi029@-1(???).mds e1 new map 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 mon.smithi029@-1(???).mds e1 print_map 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: e1 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 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-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: legacy client fscid: -1 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: No filesystems configured 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 mon.smithi029@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T22:23:18.343 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 0 mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: debug 2023-10-08T22:23:18.194+0000 7f1a3a8f8c80 1 mon.smithi029@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cluster 2023-10-08T22:23:18.220013+0000 mon.smithi029 (mon.0) 1 : cluster 1 mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cluster 2023-10-08T22:23:18.220094+0000 mon.smithi029 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cluster 2023-10-08T22:23:18.220558+0000 mon.smithi029 (mon.0) 3 : cluster 0 fsmap 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cluster 2023-10-08T22:23:18.220593+0000 mon.smithi029 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-10-08T22:23:18.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:18 smithi029 bash[24314]: cluster 2023-10-08T22:23:18.220971+0000 mon.smithi029 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-10-08T22:23:19.187 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-08T22:23:19.220 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:23:19.220 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2023-10-08T22:23:19.221 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-08T22:23:19.221 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-08T22:23:19.221 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-08T22:23:19.543 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mgr.smithi029.golwmn 2023-10-08T22:23:19.543 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mgr.smithi029.golwmn.service: Unit ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mgr.smithi029.golwmn.service not loaded. 2023-10-08T22:23:19.763 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1320553e-6629-11ee-8db5-212e2dc638e7.target.wants/ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mgr.smithi029.golwmn.service -> /etc/systemd/system/ceph-1320553e-6629-11ee-8db5-212e2dc638e7@.service. 2023-10-08T22:23:19.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:19 smithi029 bash[24314]: audit 2023-10-08T22:23:18.475975+0000 mon.smithi029 (mon.0) 6 : audit 1 from='client.? 172.21.15.29:0/1486658576' entity='client.admin' 2023-10-08T22:23:19.775 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2023-10-08T22:23:19.775 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T22:23:19.775 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2023-10-08T22:23:19.775 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-08T22:23:19.775 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2023-10-08T22:23:19.775 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2023-10-08T22:23:21.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:21 smithi029 bash[24314]: audit 2023-10-08T22:23:21.503968+0000 mon.smithi029 (mon.0) 7 : audit 0 from='client.? 172.21.15.29:0/1435685494' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T22:23:22.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "1320553e-6629-11ee-8db5-212e2dc638e7", 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T22:23:22.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T22:23:22.207 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:22.208 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T22:23:22.208 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T22:23:22.208 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T22:23:22.210 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.211 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:22.212 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T22:23:11.315695+0000", 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:23:22.213 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2023-10-08T22:23:25.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:25 smithi029 bash[24314]: audit 2023-10-08T22:23:25.423980+0000 mon.smithi029 (mon.0) 8 : audit 0 from='client.? 172.21.15.29:0/2630571539' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "1320553e-6629-11ee-8db5-212e2dc638e7", 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T22:23:26.198 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T22:23:26.199 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:26.200 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T22:23:26.200 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T22:23:26.200 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T22:23:26.200 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T22:23:26.203 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T22:23:26.203 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T22:23:26.203 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.203 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T22:23:26.203 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T22:23:26.203 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T22:23:26.204 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:26.205 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T22:23:11.315695+0000", 2023-10-08T22:23:26.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:26.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:26.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T22:23:26.206 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:23:26.206 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (2/15)... 2023-10-08T22:23:29.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:29 smithi029 bash[24314]: audit 2023-10-08T22:23:29.531428+0000 mon.smithi029 (mon.0) 9 : audit 0 from='client.? 172.21.15.29:0/464782194' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "1320553e-6629-11ee-8db5-212e2dc638e7", 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T22:23:30.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T22:23:30.306 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T22:23:30.307 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T22:23:30.311 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.312 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:30.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T22:23:11.315695+0000", 2023-10-08T22:23:30.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:30.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:30.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T22:23:30.314 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:23:30.314 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (3/15)... 2023-10-08T22:23:31.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: cluster 2023-10-08T22:23:29.772135+0000 mon.smithi029 (mon.0) 10 : cluster 1 Activating manager daemon smithi029.golwmn 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: cluster 2023-10-08T22:23:29.776498+0000 mon.smithi029 (mon.0) 11 : cluster 0 mgrmap e2: smithi029.golwmn(active, starting, since 0.00471993s) 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.777962+0000 mon.smithi029 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.778117+0000 mon.smithi029 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.778239+0000 mon.smithi029 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.778362+0000 mon.smithi029 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.778972+0000 mon.smithi029 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi029.golwmn", "id": "smithi029.golwmn"}]: dispatch 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: cluster 2023-10-08T22:23:29.806272+0000 mon.smithi029 (mon.0) 17 : cluster 1 Manager daemon smithi029.golwmn is now available 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.823882+0000 mon.smithi029 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/mirror_snapshot_schedule"}]: dispatch 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.828641+0000 mon.smithi029 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:31.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.828864+0000 mon.smithi029 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/trash_purge_schedule"}]: dispatch 2023-10-08T22:23:31.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.831292+0000 mon.smithi029 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:31.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:30 smithi029 bash[24314]: audit 2023-10-08T22:23:29.834322+0000 mon.smithi029 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.29:0/3788671971' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:32.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:31 smithi029 bash[24314]: cluster 2023-10-08T22:23:30.785438+0000 mon.smithi029 (mon.0) 23 : cluster 0 mgrmap e3: smithi029.golwmn(active, since 1.01365s) 2023-10-08T22:23:34.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:33 smithi029 bash[24314]: cluster 2023-10-08T22:23:32.785292+0000 mon.smithi029 (mon.0) 24 : cluster 0 mgrmap e4: smithi029.golwmn(active, since 3s) 2023-10-08T22:23:34.643 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "1320553e-6629-11ee-8db5-212e2dc638e7", 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T22:23:34.644 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T22:23:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T22:23:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T22:23:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T22:23:34.646 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T22:23:34.649 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T22:23:34.649 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T22:23:34.649 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.650 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2023-10-08T22:23:34.651 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T22:23:11.315695+0000", 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:23:34.652 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2023-10-08T22:23:35.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:34 smithi029 bash[24314]: audit 2023-10-08T22:23:33.977188+0000 mon.smithi029 (mon.0) 25 : audit 0 from='client.? 172.21.15.29:0/274749465' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T22:23:36.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:36 smithi029 bash[24314]: audit 2023-10-08T22:23:36.070473+0000 mon.smithi029 (mon.0) 26 : audit 1 from='client.? 172.21.15.29:0/1799030897' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T22:23:36.762 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2023-10-08T22:23:36.763 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T22:23:36.764 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T22:23:36.764 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T22:23:36.764 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2023-10-08T22:23:39.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:39 smithi029 bash[24314]: audit 2023-10-08T22:23:38.272914+0000 mon.smithi029 (mon.0) 27 : audit 1 from='client.? 172.21.15.29:0/2795180123' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-08T22:23:40.551 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:40 smithi029 bash[24314]: audit 2023-10-08T22:23:39.215660+0000 mon.smithi029 (mon.0) 28 : audit 1 from='client.? 172.21.15.29:0/2795180123' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-08T22:23:40.551 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:40 smithi029 bash[24314]: cluster 2023-10-08T22:23:39.215775+0000 mon.smithi029 (mon.0) 29 : cluster 0 mgrmap e5: smithi029.golwmn(active, since 9s) 2023-10-08T22:23:41.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:41 smithi029 bash[24314]: audit 2023-10-08T22:23:41.389931+0000 mon.smithi029 (mon.0) 30 : audit 0 from='client.? 172.21.15.29:0/1937385016' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T22:23:42.110 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:23:42.110 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-08T22:23:42.110 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T22:23:42.110 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "smithi029.golwmn", 2023-10-08T22:23:42.110 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T22:23:42.111 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:23:42.111 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2023-10-08T22:23:42.111 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2023-10-08T22:23:48.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: cluster 2023-10-08T22:23:47.765692+0000 mon.smithi029 (mon.0) 31 : cluster 1 Active manager daemon smithi029.golwmn restarted 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: cluster 2023-10-08T22:23:47.766150+0000 mon.smithi029 (mon.0) 32 : cluster 1 Activating manager daemon smithi029.golwmn 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: cluster 2023-10-08T22:23:47.772759+0000 mon.smithi029 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: cluster 2023-10-08T22:23:47.773064+0000 mon.smithi029 (mon.0) 34 : cluster 0 mgrmap e6: smithi029.golwmn(active, starting, since 0.00710097s) 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: audit 2023-10-08T22:23:47.774780+0000 mon.smithi029 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: audit 2023-10-08T22:23:47.776051+0000 mon.smithi029 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi029.golwmn", "id": "smithi029.golwmn"}]: dispatch 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: audit 2023-10-08T22:23:47.776988+0000 mon.smithi029 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: audit 2023-10-08T22:23:47.777164+0000 mon.smithi029 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T22:23:48.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: audit 2023-10-08T22:23:47.777351+0000 mon.smithi029 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T22:23:48.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:47 smithi029 bash[24314]: cluster 2023-10-08T22:23:47.804054+0000 mon.smithi029 (mon.0) 40 : cluster 1 Manager daemon smithi029.golwmn is now available 2023-10-08T22:23:49.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: cephadm 2023-10-08T22:23:47.822943+0000 mgr.smithi029.golwmn (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.826461+0000 mon.smithi029 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.831205+0000 mon.smithi029 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.838446+0000 mon.smithi029 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.841148+0000 mon.smithi029 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.847106+0000 mon.smithi029 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.860345+0000 mon.smithi029 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/mirror_snapshot_schedule"}]: dispatch 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:47.865033+0000 mon.smithi029 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/trash_purge_schedule"}]: dispatch 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: cluster 2023-10-08T22:23:48.776663+0000 mon.smithi029 (mon.0) 48 : cluster 0 mgrmap e7: smithi029.golwmn(active, since 1.0107s) 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:48.778804+0000 mon.smithi029 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:49.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:48 smithi029 bash[24314]: audit 2023-10-08T22:23:48.781487+0000 mon.smithi029 (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:49.473 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:23:49.473 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-08T22:23:49.473 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T22:23:49.473 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:23:49.473 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2023-10-08T22:23:49.474 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2023-10-08T22:23:50.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:49 smithi029 bash[24314]: audit 2023-10-08T22:23:48.776420+0000 mgr.smithi029.golwmn (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T22:23:50.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:49 smithi029 bash[24314]: audit 2023-10-08T22:23:48.791267+0000 mgr.smithi029.golwmn (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T22:23:50.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:49 smithi029 bash[24314]: audit 2023-10-08T22:23:49.720272+0000 mon.smithi029 (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:23:51.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:50 smithi029 bash[24314]: cephadm 2023-10-08T22:23:49.472380+0000 mgr.smithi029.golwmn (mgr.14120) 4 : cephadm 1 [08/Oct/2023:22:23:49] ENGINE Bus STARTING 2023-10-08T22:23:51.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:50 smithi029 bash[24314]: cephadm 2023-10-08T22:23:49.574587+0000 mgr.smithi029.golwmn (mgr.14120) 5 : cephadm 1 [08/Oct/2023:22:23:49] ENGINE Serving on http://172.21.15.29:8765 2023-10-08T22:23:51.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:50 smithi029 bash[24314]: cephadm 2023-10-08T22:23:49.696174+0000 mgr.smithi029.golwmn (mgr.14120) 6 : cephadm 1 [08/Oct/2023:22:23:49] ENGINE Serving on https://172.21.15.29:7150 2023-10-08T22:23:51.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:50 smithi029 bash[24314]: cephadm 2023-10-08T22:23:49.696285+0000 mgr.smithi029.golwmn (mgr.14120) 7 : cephadm 1 [08/Oct/2023:22:23:49] ENGINE Bus STARTED 2023-10-08T22:23:51.174 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:50 smithi029 bash[24314]: cluster 2023-10-08T22:23:49.831398+0000 mon.smithi029 (mon.0) 52 : cluster 0 mgrmap e8: smithi029.golwmn(active, since 2s) 2023-10-08T22:23:52.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:51 smithi029 bash[24314]: audit 2023-10-08T22:23:50.920237+0000 mgr.smithi029.golwmn (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:23:52.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:51 smithi029 bash[24314]: audit 2023-10-08T22:23:50.928086+0000 mon.smithi029 (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:52.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:51 smithi029 bash[24314]: audit 2023-10-08T22:23:50.991341+0000 mon.smithi029 (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:23:53.748 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-08T22:23:53.749 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2023-10-08T22:23:54.474 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:54 smithi029 bash[24314]: audit 2023-10-08T22:23:53.019817+0000 mgr.smithi029.golwmn (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:23:55.663 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:55 smithi029 bash[24314]: audit 2023-10-08T22:23:55.103431+0000 mgr.smithi029.golwmn (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:23:55.663 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:55 smithi029 bash[24314]: cephadm 2023-10-08T22:23:55.103888+0000 mgr.smithi029.golwmn (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-10-08T22:23:56.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:56 smithi029 bash[24314]: audit 2023-10-08T22:23:55.439764+0000 mon.smithi029 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:56.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:56 smithi029 bash[24314]: audit 2023-10-08T22:23:55.442329+0000 mon.smithi029 (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:23:58.250 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZAUi1Tafke3sfIwflEqYC1jTgAvLW82GU0wDG61TQSOM1Z8xO1m4+m+BzWiySDdhMZ+JbQAm5igXWAqD9dkplfT0H8bwmcLhsyhLLOsNSmBVvSmxpfIUWnx7Mpp/19LJ7PRrwp+x1x5Nu4Cy8xyrH2C62QP3hJ0vTLpqHzWWhXAYkxtoBvhEpogBzirJukMYkz+hM7zbjPCk3aU/PDe6zc//ANYpLYXliiwkwdb/+YfcNs/SMxop/bTa36hHkDtae/LUmc42EeuKx+eXwgToepgHZ8H17eH5s91ZkyF0s0FLhov1GnAkF4y9LnlogIuJ/YyWBbHHpKIkHKGCABhOVjyFbf+54Mp+x/QODSDQ7DDJMTxMgJ3gWKOYjhoLLZkZkZC6twuLEX4WQ2YhmM7Za4Qa550s0U5nMfo3npsEdFviBcqOPrELbZfR0Yt5tdVUaf5LnrgEKzSxhPDn3FFFb4gueea1q5hA7N8SZrFWBIZ+BUYFnx1Jt3/fRabdS0KE= ceph-1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:23:58.251 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-08T22:23:58.251 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2023-10-08T22:23:58.251 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2023-10-08T22:23:59.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:23:59 smithi029 bash[24314]: audit 2023-10-08T22:23:57.586775+0000 mgr.smithi029.golwmn (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:00.551 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:00 smithi029 bash[24314]: audit 2023-10-08T22:23:59.679765+0000 mgr.smithi029.golwmn (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:01.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:01 smithi029 bash[24314]: cephadm 2023-10-08T22:24:00.493443+0000 mgr.smithi029.golwmn (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi029 2023-10-08T22:24:04.446 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2023-10-08T22:24:04.446 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying mon service with default placement... 2023-10-08T22:24:04.834 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:04 smithi029 bash[24314]: audit 2023-10-08T22:24:03.407407+0000 mon.smithi029 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:04.834 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:04 smithi029 bash[24314]: cephadm 2023-10-08T22:24:03.408302+0000 mgr.smithi029.golwmn (mgr.14120) 15 : cephadm 1 Added host smithi029 2023-10-08T22:24:04.834 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:04 smithi029 bash[24314]: audit 2023-10-08T22:24:03.428923+0000 mon.smithi029 (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:24:07.016 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-08T22:24:07.016 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying mgr service with default placement... 2023-10-08T22:24:07.797 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:07 smithi029 bash[24314]: audit 2023-10-08T22:24:06.349358+0000 mgr.smithi029.golwmn (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:07.798 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:07 smithi029 bash[24314]: cephadm 2023-10-08T22:24:06.351878+0000 mgr.smithi029.golwmn (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2023-10-08T22:24:07.798 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:07 smithi029 bash[24314]: audit 2023-10-08T22:24:06.356933+0000 mon.smithi029 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:07.798 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:07 smithi029 bash[24314]: audit 2023-10-08T22:24:06.457505+0000 mon.smithi029 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:07.798 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:07 smithi029 bash[24314]: audit 2023-10-08T22:24:06.837234+0000 mon.smithi029 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:09.222 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-08T22:24:09.222 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying crash service with default placement... 2023-10-08T22:24:09.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:09 smithi029 bash[24314]: cluster 2023-10-08T22:24:07.778951+0000 mgr.smithi029.golwmn (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:09.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:09 smithi029 bash[24314]: audit 2023-10-08T22:24:08.500091+0000 mon.smithi029 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:10.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:10 smithi029 bash[24314]: audit 2023-10-08T22:24:08.495881+0000 mgr.smithi029.golwmn (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:10.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:10 smithi029 bash[24314]: cephadm 2023-10-08T22:24:08.496922+0000 mgr.smithi029.golwmn (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2023-10-08T22:24:11.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:11 smithi029 bash[24314]: cluster 2023-10-08T22:24:09.779445+0000 mgr.smithi029.golwmn (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:11.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:11 smithi029 bash[24314]: audit 2023-10-08T22:24:10.770098+0000 mon.smithi029 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:11.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-08T22:24:11.534 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying ceph-exporter service with default placement... 2023-10-08T22:24:12.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:12 smithi029 bash[24314]: audit 2023-10-08T22:24:10.762989+0000 mgr.smithi029.golwmn (mgr.14120) 22 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:12.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:12 smithi029 bash[24314]: cephadm 2023-10-08T22:24:10.765021+0000 mgr.smithi029.golwmn (mgr.14120) 23 : cephadm 1 Saving service crash spec with placement * 2023-10-08T22:24:13.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:13 smithi029 bash[24314]: cluster 2023-10-08T22:24:11.779806+0000 mgr.smithi029.golwmn (mgr.14120) 24 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:13.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:13 smithi029 bash[24314]: audit 2023-10-08T22:24:12.322563+0000 mon.smithi029 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:13.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:13 smithi029 bash[24314]: audit 2023-10-08T22:24:13.072610+0000 mon.smithi029 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:13.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:13 smithi029 bash[24314]: audit 2023-10-08T22:24:13.165885+0000 mon.smithi029 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:13.906 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-08T22:24:13.906 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying prometheus service with default placement... 2023-10-08T22:24:14.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:14 smithi029 bash[24314]: audit 2023-10-08T22:24:13.066012+0000 mgr.smithi029.golwmn (mgr.14120) 25 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:14.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:14 smithi029 bash[24314]: cephadm 2023-10-08T22:24:13.069089+0000 mgr.smithi029.golwmn (mgr.14120) 26 : cephadm 1 Saving service ceph-exporter spec with placement * 2023-10-08T22:24:15.533 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:15 smithi029 bash[24314]: cluster 2023-10-08T22:24:13.780193+0000 mgr.smithi029.golwmn (mgr.14120) 27 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:16.235 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-08T22:24:16.235 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying grafana service with default placement... 2023-10-08T22:24:16.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:16 smithi029 bash[24314]: audit 2023-10-08T22:24:15.469566+0000 mgr.smithi029.golwmn (mgr.14120) 28 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:16.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:16 smithi029 bash[24314]: cephadm 2023-10-08T22:24:15.471915+0000 mgr.smithi029.golwmn (mgr.14120) 29 : cephadm 1 Saving service prometheus spec with placement count:1 2023-10-08T22:24:16.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:16 smithi029 bash[24314]: audit 2023-10-08T22:24:15.476145+0000 mon.smithi029 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:16.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:16 smithi029 bash[24314]: cluster 2023-10-08T22:24:15.780598+0000 mgr.smithi029.golwmn (mgr.14120) 30 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:18.483 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-08T22:24:18.483 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying node-exporter service with default placement... 2023-10-08T22:24:18.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:18 smithi029 bash[24314]: audit 2023-10-08T22:24:17.745889+0000 mgr.smithi029.golwmn (mgr.14120) 31 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:18.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:18 smithi029 bash[24314]: cephadm 2023-10-08T22:24:17.748801+0000 mgr.smithi029.golwmn (mgr.14120) 32 : cephadm 1 Saving service grafana spec with placement count:1 2023-10-08T22:24:18.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:18 smithi029 bash[24314]: audit 2023-10-08T22:24:17.753472+0000 mon.smithi029 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:18.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:18 smithi029 bash[24314]: cluster 2023-10-08T22:24:17.780994+0000 mgr.smithi029.golwmn (mgr.14120) 33 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:21.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:20 smithi029 bash[24314]: cluster 2023-10-08T22:24:19.781356+0000 mgr.smithi029.golwmn (mgr.14120) 34 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:21.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:20 smithi029 bash[24314]: audit 2023-10-08T22:24:20.688985+0000 mon.smithi029 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:21.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-08T22:24:21.727 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying alertmanager service with default placement... 2023-10-08T22:24:22.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:21 smithi029 bash[24314]: audit 2023-10-08T22:24:20.683929+0000 mgr.smithi029.golwmn (mgr.14120) 35 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:22.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:21 smithi029 bash[24314]: cephadm 2023-10-08T22:24:20.686049+0000 mgr.smithi029.golwmn (mgr.14120) 36 : cephadm 1 Saving service node-exporter spec with placement * 2023-10-08T22:24:23.294 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:22 smithi029 bash[24314]: cluster 2023-10-08T22:24:21.781776+0000 mgr.smithi029.golwmn (mgr.14120) 37 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:23.995 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-08T22:24:24.316 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:24 smithi029 bash[24314]: audit 2023-10-08T22:24:23.234313+0000 mgr.smithi029.golwmn (mgr.14120) 38 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:24.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:24 smithi029 bash[24314]: cephadm 2023-10-08T22:24:23.236466+0000 mgr.smithi029.golwmn (mgr.14120) 39 : cephadm 1 Saving service alertmanager spec with placement count:1 2023-10-08T22:24:24.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:24 smithi029 bash[24314]: audit 2023-10-08T22:24:23.240059+0000 mon.smithi029 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.29:0/2694385770' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:25.518 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:25 smithi029 bash[24314]: cluster 2023-10-08T22:24:23.782135+0000 mgr.smithi029.golwmn (mgr.14120) 40 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:26.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:26 smithi029 bash[24314]: audit 2023-10-08T22:24:25.442859+0000 mon.smithi029 (mon.0) 71 : audit 1 from='client.? 172.21.15.29:0/3746996717' entity='client.admin' 2023-10-08T22:24:26.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:26 smithi029 bash[24314]: cluster 2023-10-08T22:24:25.782574+0000 mgr.smithi029.golwmn (mgr.14120) 41 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:28.457 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2023-10-08T22:24:28.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:28 smithi029 bash[24314]: audit 2023-10-08T22:24:27.722331+0000 mon.smithi029 (mon.0) 72 : audit 1 from='client.? 172.21.15.29:0/1164527541' entity='client.admin' 2023-10-08T22:24:28.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:28 smithi029 bash[24314]: cluster 2023-10-08T22:24:27.782929+0000 mgr.smithi029.golwmn (mgr.14120) 42 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:31.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:30 smithi029 bash[24314]: cluster 2023-10-08T22:24:29.783330+0000 mgr.smithi029.golwmn (mgr.14120) 43 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:24:31.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:30 smithi029 bash[24314]: audit 2023-10-08T22:24:30.023188+0000 mon.smithi029 (mon.0) 73 : audit 1 from='client.? 172.21.15.29:0/3197261938' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-08T22:24:32.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:31 smithi029 bash[24314]: audit 2023-10-08T22:24:30.845790+0000 mon.smithi029 (mon.0) 74 : audit 1 from='client.? 172.21.15.29:0/3197261938' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-08T22:24:32.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:31 smithi029 bash[24314]: cluster 2023-10-08T22:24:30.845894+0000 mon.smithi029 (mon.0) 75 : cluster 0 mgrmap e9: smithi029.golwmn(active, since 43s) 2023-10-08T22:24:34.137 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:24:34.137 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-08T22:24:34.137 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T22:24:34.137 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "smithi029.golwmn", 2023-10-08T22:24:34.137 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T22:24:34.137 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:24:34.138 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2023-10-08T22:24:34.138 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 9... 2023-10-08T22:24:34.504 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:34 smithi029 bash[24314]: audit 2023-10-08T22:24:33.368511+0000 mon.smithi029 (mon.0) 76 : audit 0 from='client.? 172.21.15.29:0/1123291190' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T22:24:39.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: cluster 2023-10-08T22:24:39.393612+0000 mon.smithi029 (mon.0) 77 : cluster 1 Active manager daemon smithi029.golwmn restarted 2023-10-08T22:24:39.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: cluster 2023-10-08T22:24:39.394057+0000 mon.smithi029 (mon.0) 78 : cluster 1 Activating manager daemon smithi029.golwmn 2023-10-08T22:24:39.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: cluster 2023-10-08T22:24:39.400411+0000 mon.smithi029 (mon.0) 79 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: cluster 2023-10-08T22:24:39.400647+0000 mon.smithi029 (mon.0) 80 : cluster 0 mgrmap e10: smithi029.golwmn(active, starting, since 0.00677643s) 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: audit 2023-10-08T22:24:39.402435+0000 mon.smithi029 (mon.0) 81 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: audit 2023-10-08T22:24:39.403820+0000 mon.smithi029 (mon.0) 82 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi029.golwmn", "id": "smithi029.golwmn"}]: dispatch 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: audit 2023-10-08T22:24:39.404741+0000 mon.smithi029 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: audit 2023-10-08T22:24:39.404991+0000 mon.smithi029 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: audit 2023-10-08T22:24:39.405153+0000 mon.smithi029 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T22:24:39.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:39 smithi029 bash[24314]: cluster 2023-10-08T22:24:39.432658+0000 mon.smithi029 (mon.0) 86 : cluster 1 Manager daemon smithi029.golwmn is now available 2023-10-08T22:24:40.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:40 smithi029 bash[24314]: audit 2023-10-08T22:24:39.471681+0000 mon.smithi029 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:24:40.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:40 smithi029 bash[24314]: audit 2023-10-08T22:24:39.474742+0000 mon.smithi029 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:24:40.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:40 smithi029 bash[24314]: audit 2023-10-08T22:24:39.499969+0000 mon.smithi029 (mon.0) 89 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/mirror_snapshot_schedule"}]: dispatch 2023-10-08T22:24:40.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:40 smithi029 bash[24314]: audit 2023-10-08T22:24:39.504554+0000 mon.smithi029 (mon.0) 90 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/trash_purge_schedule"}]: dispatch 2023-10-08T22:24:40.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:40 smithi029 bash[24314]: cluster 2023-10-08T22:24:40.405466+0000 mon.smithi029 (mon.0) 91 : cluster 0 mgrmap e11: smithi029.golwmn(active, since 1.01159s) 2023-10-08T22:24:41.294 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2023-10-08T22:24:41.294 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-08T22:24:41.294 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T22:24:41.294 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2023-10-08T22:24:41.294 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 9 is available 2023-10-08T22:24:41.294 INFO:teuthology.orchestra.run.smithi029.stdout:Generating a dashboard self-signed certificate... 2023-10-08T22:24:41.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:41 smithi029 bash[24314]: cephadm 2023-10-08T22:24:40.520270+0000 mgr.smithi029.golwmn (mgr.14164) 3 : cephadm 1 [08/Oct/2023:22:24:40] ENGINE Bus STARTING 2023-10-08T22:24:41.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:41 smithi029 bash[24314]: cephadm 2023-10-08T22:24:40.648426+0000 mgr.smithi029.golwmn (mgr.14164) 4 : cephadm 1 [08/Oct/2023:22:24:40] ENGINE Serving on https://172.21.15.29:7150 2023-10-08T22:24:41.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:41 smithi029 bash[24314]: cephadm 2023-10-08T22:24:40.750310+0000 mgr.smithi029.golwmn (mgr.14164) 5 : cephadm 1 [08/Oct/2023:22:24:40] ENGINE Serving on http://172.21.15.29:8765 2023-10-08T22:24:41.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:41 smithi029 bash[24314]: cephadm 2023-10-08T22:24:40.750797+0000 mgr.smithi029.golwmn (mgr.14164) 6 : cephadm 1 [08/Oct/2023:22:24:40] ENGINE Bus STARTED 2023-10-08T22:24:42.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:42 smithi029 bash[24314]: cluster 2023-10-08T22:24:41.451263+0000 mon.smithi029 (mon.0) 92 : cluster 0 mgrmap e12: smithi029.golwmn(active, since 2s) 2023-10-08T22:24:43.638 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-08T22:24:43.638 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2023-10-08T22:24:44.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:43 smithi029 bash[24314]: audit 2023-10-08T22:24:42.797269+0000 mgr.smithi029.golwmn (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:24:44.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:43 smithi029 bash[24314]: audit 2023-10-08T22:24:42.857050+0000 mon.smithi029 (mon.0) 93 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:44.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:43 smithi029 bash[24314]: audit 2023-10-08T22:24:42.862125+0000 mon.smithi029 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:46.142 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$XieyTx2qxIf19Y/kt2KEpO6K7MCUX9ndROdwP4HWzU8cBDANGwH7S", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696803885, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-08T22:24:46.142 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2023-10-08T22:24:46.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:46 smithi029 bash[24314]: audit 2023-10-08T22:24:45.132926+0000 mgr.smithi029.golwmn (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-08T22:24:46.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:46 smithi029 bash[24314]: audit 2023-10-08T22:24:45.393203+0000 mon.smithi029 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:47.691 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:47 smithi029 bash[24314]: cluster 2023-10-08T22:24:46.399822+0000 mon.smithi029 (mon.0) 96 : cluster 0 mgrmap e13: smithi029.golwmn(active, since 7s) 2023-10-08T22:24:47.691 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:47 smithi029 bash[24314]: audit 2023-10-08T22:24:46.942948+0000 mon.smithi029 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:48.407 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2023-10-08T22:24:48.408 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2023-10-08T22:24:48.408 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout: Password: xh07ofjuiy 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:48.411 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config directory 2023-10-08T22:24:48.412 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling autotune for osd_memory_target 2023-10-08T22:24:48.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:48 smithi029 bash[24314]: audit 2023-10-08T22:24:47.635774+0000 mon.smithi029 (mon.0) 98 : audit 0 from='client.? 172.21.15.29:0/963051047' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-08T22:24:48.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:48 smithi029 bash[24314]: audit 2023-10-08T22:24:47.798505+0000 mon.smithi029 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:24:53.116 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-08T22:24:53.116 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-08T22:24:53.116 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.116 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:24:53.117 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.117 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2023-10-08T22:24:53.117 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.117 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-08T22:24:53.118 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.118 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-08T22:24:53.118 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.118 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2023-10-08T22:24:53.119 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.119 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2023-10-08T22:24:53.119 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.119 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-08T22:24:53.120 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:24:53.120 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2023-10-08T22:24:53.154 INFO:tasks.cephadm:Fetching config... 2023-10-08T22:24:53.154 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:24:53.154 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-08T22:24:53.161 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-08T22:24:53.161 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:24:53.161 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-08T22:24:53.214 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-08T22:24:53.214 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:24:53.214 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/keyring of=/dev/stdout 2023-10-08T22:24:53.268 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-08T22:24:53.268 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:24:53.268 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-08T22:24:53.318 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-08T22:24:53.318 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZAUi1Tafke3sfIwflEqYC1jTgAvLW82GU0wDG61TQSOM1Z8xO1m4+m+BzWiySDdhMZ+JbQAm5igXWAqD9dkplfT0H8bwmcLhsyhLLOsNSmBVvSmxpfIUWnx7Mpp/19LJ7PRrwp+x1x5Nu4Cy8xyrH2C62QP3hJ0vTLpqHzWWhXAYkxtoBvhEpogBzirJukMYkz+hM7zbjPCk3aU/PDe6zc//ANYpLYXliiwkwdb/+YfcNs/SMxop/bTa36hHkDtae/LUmc42EeuKx+eXwgToepgHZ8H17eH5s91ZkyF0s0FLhov1GnAkF4y9LnlogIuJ/YyWBbHHpKIkHKGCABhOVjyFbf+54Mp+x/QODSDQ7DDJMTxMgJ3gWKOYjhoLLZkZkZC6twuLEX4WQ2YhmM7Za4Qa550s0U5nMfo3npsEdFviBcqOPrELbZfR0Yt5tdVUaf5LnrgEKzSxhPDn3FFFb4gueea1q5hA7N8SZrFWBIZ+BUYFnx1Jt3/fRabdS0KE= ceph-1320553e-6629-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T22:24:53.380 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZAUi1Tafke3sfIwflEqYC1jTgAvLW82GU0wDG61TQSOM1Z8xO1m4+m+BzWiySDdhMZ+JbQAm5igXWAqD9dkplfT0H8bwmcLhsyhLLOsNSmBVvSmxpfIUWnx7Mpp/19LJ7PRrwp+x1x5Nu4Cy8xyrH2C62QP3hJ0vTLpqHzWWhXAYkxtoBvhEpogBzirJukMYkz+hM7zbjPCk3aU/PDe6zc//ANYpLYXliiwkwdb/+YfcNs/SMxop/bTa36hHkDtae/LUmc42EeuKx+eXwgToepgHZ8H17eH5s91ZkyF0s0FLhov1GnAkF4y9LnlogIuJ/YyWBbHHpKIkHKGCABhOVjyFbf+54Mp+x/QODSDQ7DDJMTxMgJ3gWKOYjhoLLZkZkZC6twuLEX4WQ2YhmM7Za4Qa550s0U5nMfo3npsEdFviBcqOPrELbZfR0Yt5tdVUaf5LnrgEKzSxhPDn3FFFb4gueea1q5hA7N8SZrFWBIZ+BUYFnx1Jt3/fRabdS0KE= ceph-1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:24:53.389 DEBUG:teuthology.orchestra.run.smithi132:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZAUi1Tafke3sfIwflEqYC1jTgAvLW82GU0wDG61TQSOM1Z8xO1m4+m+BzWiySDdhMZ+JbQAm5igXWAqD9dkplfT0H8bwmcLhsyhLLOsNSmBVvSmxpfIUWnx7Mpp/19LJ7PRrwp+x1x5Nu4Cy8xyrH2C62QP3hJ0vTLpqHzWWhXAYkxtoBvhEpogBzirJukMYkz+hM7zbjPCk3aU/PDe6zc//ANYpLYXliiwkwdb/+YfcNs/SMxop/bTa36hHkDtae/LUmc42EeuKx+eXwgToepgHZ8H17eH5s91ZkyF0s0FLhov1GnAkF4y9LnlogIuJ/YyWBbHHpKIkHKGCABhOVjyFbf+54Mp+x/QODSDQ7DDJMTxMgJ3gWKOYjhoLLZkZkZC6twuLEX4WQ2YhmM7Za4Qa550s0U5nMfo3npsEdFviBcqOPrELbZfR0Yt5tdVUaf5LnrgEKzSxhPDn3FFFb4gueea1q5hA7N8SZrFWBIZ+BUYFnx1Jt3/fRabdS0KE= ceph-1320553e-6629-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T22:24:53.414 INFO:teuthology.orchestra.run.smithi132.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZAUi1Tafke3sfIwflEqYC1jTgAvLW82GU0wDG61TQSOM1Z8xO1m4+m+BzWiySDdhMZ+JbQAm5igXWAqD9dkplfT0H8bwmcLhsyhLLOsNSmBVvSmxpfIUWnx7Mpp/19LJ7PRrwp+x1x5Nu4Cy8xyrH2C62QP3hJ0vTLpqHzWWhXAYkxtoBvhEpogBzirJukMYkz+hM7zbjPCk3aU/PDe6zc//ANYpLYXliiwkwdb/+YfcNs/SMxop/bTa36hHkDtae/LUmc42EeuKx+eXwgToepgHZ8H17eH5s91ZkyF0s0FLhov1GnAkF4y9LnlogIuJ/YyWBbHHpKIkHKGCABhOVjyFbf+54Mp+x/QODSDQ7DDJMTxMgJ3gWKOYjhoLLZkZkZC6twuLEX4WQ2YhmM7Za4Qa550s0U5nMfo3npsEdFviBcqOPrELbZfR0Yt5tdVUaf5LnrgEKzSxhPDn3FFFb4gueea1q5hA7N8SZrFWBIZ+BUYFnx1Jt3/fRabdS0KE= ceph-1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:24:53.424 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-08T22:24:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:24:53 smithi029 bash[24314]: audit 2023-10-08T22:24:52.385478+0000 mon.smithi029 (mon.0) 100 : audit 1 from='client.? 172.21.15.29:0/3281090686' entity='client.admin' 2023-10-08T22:24:58.640 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:25:00.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:00 smithi029 bash[24314]: cluster 2023-10-08T22:24:59.406514+0000 mgr.smithi029.golwmn (mgr.14164) 9 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: cluster 2023-10-08T22:25:01.406824+0000 mgr.smithi029.golwmn (mgr.14164) 10 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.405567+0000 mon.smithi029 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.409234+0000 mon.smithi029 (mon.0) 102 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.410171+0000 mon.smithi029 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.414348+0000 mon.smithi029 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.416672+0000 mon.smithi029 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.419161+0000 mon.smithi029 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T22:25:02.739 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:02 smithi029 bash[24314]: audit 2023-10-08T22:25:02.420185+0000 mon.smithi029 (mon.0) 107 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:25:03.638 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-08T22:25:03.638 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-08T22:25:03.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:03 smithi029 bash[24314]: cephadm 2023-10-08T22:25:02.421593+0000 mgr.smithi029.golwmn (mgr.14164) 11 : cephadm 1 Deploying daemon ceph-exporter.smithi029 on smithi029 2023-10-08T22:25:03.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:03 smithi029 bash[24314]: audit 2023-10-08T22:25:02.480856+0000 mon.smithi029 (mon.0) 108 : audit 1 from='client.? 172.21.15.29:0/3851806212' entity='client.admin' 2023-10-08T22:25:04.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:04 smithi029 bash[24314]: cluster 2023-10-08T22:25:03.407252+0000 mgr.smithi029.golwmn (mgr.14164) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:06.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: cluster 2023-10-08T22:25:05.407639+0000 mgr.smithi029.golwmn (mgr.14164) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:06.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.452816+0000 mon.smithi029 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:06.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.457466+0000 mon.smithi029 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:06.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.499746+0000 mon.smithi029 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:06.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.502879+0000 mon.smithi029 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:06.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.504375+0000 mon.smithi029 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:25:06.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.506842+0000 mon.smithi029 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T22:25:06.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: audit 2023-10-08T22:25:05.508014+0000 mon.smithi029 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:25:06.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:06 smithi029 bash[24314]: cephadm 2023-10-08T22:25:05.509405+0000 mgr.smithi029.golwmn (mgr.14164) 14 : cephadm 1 Deploying daemon crash.smithi029 on smithi029 2023-10-08T22:25:08.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:08 smithi029 bash[24314]: cluster 2023-10-08T22:25:07.408016+0000 mgr.smithi029.golwmn (mgr.14164) 15 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:09.359 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:25:10.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:09 smithi029 bash[24314]: audit 2023-10-08T22:25:08.652275+0000 mon.smithi029 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:10.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:09 smithi029 bash[24314]: audit 2023-10-08T22:25:08.656678+0000 mon.smithi029 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:10.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:09 smithi029 bash[24314]: audit 2023-10-08T22:25:08.685240+0000 mon.smithi029 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:10.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:09 smithi029 bash[24314]: audit 2023-10-08T22:25:08.689036+0000 mon.smithi029 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:10.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:09 smithi029 bash[24314]: cephadm 2023-10-08T22:25:08.690707+0000 mgr.smithi029.golwmn (mgr.14164) 16 : cephadm 1 Deploying daemon node-exporter.smithi029 on smithi029 2023-10-08T22:25:10.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:09 smithi029 bash[24314]: audit 2023-10-08T22:25:09.498293+0000 mon.smithi029 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:11.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:10 smithi029 bash[24314]: cluster 2023-10-08T22:25:09.408386+0000 mgr.smithi029.golwmn (mgr.14164) 17 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:11.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:10 smithi029 bash[24314]: audit 2023-10-08T22:25:09.837014+0000 mon.smithi029 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:11.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:10 smithi029 bash[24314]: audit 2023-10-08T22:25:09.840725+0000 mon.smithi029 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:11.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:10 smithi029 bash[24314]: audit 2023-10-08T22:25:09.860061+0000 mon.smithi029 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:11.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:10 smithi029 bash[24314]: audit 2023-10-08T22:25:09.862531+0000 mon.smithi029 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:11.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:10 smithi029 bash[24314]: cephadm 2023-10-08T22:25:09.879549+0000 mgr.smithi029.golwmn (mgr.14164) 18 : cephadm 1 Deploying daemon alertmanager.smithi029 on smithi029 2023-10-08T22:25:13.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:12 smithi029 bash[24314]: cluster 2023-10-08T22:25:11.408839+0000 mgr.smithi029.golwmn (mgr.14164) 19 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:14.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:14 smithi029 bash[24314]: cluster 2023-10-08T22:25:13.409231+0000 mgr.smithi029.golwmn (mgr.14164) 20 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:15.727 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:15 smithi029 bash[24314]: audit 2023-10-08T22:25:14.504582+0000 mon.smithi029 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:16 smithi029 bash[24314]: cluster 2023-10-08T22:25:15.409637+0000 mgr.smithi029.golwmn (mgr.14164) 21 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:16 smithi029 bash[24314]: audit 2023-10-08T22:25:15.904189+0000 mgr.smithi029.golwmn (mgr.14164) 22 : 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-08T22:25:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:16 smithi029 bash[24314]: audit 2023-10-08T22:25:15.908513+0000 mon.smithi029 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:18.514 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi132 2023-10-08T22:25:18.514 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:25:18.514 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/etc/ceph/ceph.conf 2023-10-08T22:25:18.522 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:25:18.522 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:25:18.572 INFO:tasks.cephadm:Adding host smithi132 to orchestrator... 2023-10-08T22:25:18.573 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi132 2023-10-08T22:25:19.243 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:18 smithi029 bash[24314]: cluster 2023-10-08T22:25:17.410069+0000 mgr.smithi029.golwmn (mgr.14164) 23 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:21.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:20 smithi029 bash[24314]: cluster 2023-10-08T22:25:19.410518+0000 mgr.smithi029.golwmn (mgr.14164) 24 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:23.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:22 smithi029 bash[24314]: cluster 2023-10-08T22:25:21.410983+0000 mgr.smithi029.golwmn (mgr.14164) 25 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:24.838 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:24 smithi029 bash[24314]: cluster 2023-10-08T22:25:23.411525+0000 mgr.smithi029.golwmn (mgr.14164) 26 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:26.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:26 smithi029 bash[24314]: cluster 2023-10-08T22:25:25.411912+0000 mgr.smithi029.golwmn (mgr.14164) 27 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:27.548 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:25:29.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: cluster 2023-10-08T22:25:27.412358+0000 mgr.smithi029.golwmn (mgr.14164) 28 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:29.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.680619+0000 mon.smithi029 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.684486+0000 mon.smithi029 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.689372+0000 mon.smithi029 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.693537+0000 mon.smithi029 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.698743+0000 mon.smithi029 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.701572+0000 mon.smithi029 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: cephadm 2023-10-08T22:25:27.710761+0000 mgr.smithi029.golwmn (mgr.14164) 29 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.799375+0000 mon.smithi029 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.802355+0000 mon.smithi029 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.805344+0000 mon.smithi029 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.806086+0000 mgr.smithi029.golwmn (mgr.14164) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: audit 2023-10-08T22:25:27.808908+0000 mon.smithi029 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:29.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:28 smithi029 bash[24314]: cephadm 2023-10-08T22:25:27.812825+0000 mgr.smithi029.golwmn (mgr.14164) 31 : cephadm 1 Deploying daemon grafana.smithi029 on smithi029 2023-10-08T22:25:30.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:30 smithi029 bash[24314]: cluster 2023-10-08T22:25:29.412758+0000 mgr.smithi029.golwmn (mgr.14164) 32 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:30.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:30 smithi029 bash[24314]: audit 2023-10-08T22:25:29.510839+0000 mon.smithi029 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:32.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:32 smithi029 bash[24314]: cluster 2023-10-08T22:25:31.413360+0000 mgr.smithi029.golwmn (mgr.14164) 33 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:34.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:34 smithi029 bash[24314]: cluster 2023-10-08T22:25:33.413846+0000 mgr.smithi029.golwmn (mgr.14164) 34 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:36.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:36 smithi029 bash[24314]: cluster 2023-10-08T22:25:35.414202+0000 mgr.smithi029.golwmn (mgr.14164) 35 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:38.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:38 smithi029 bash[24314]: cluster 2023-10-08T22:25:37.414531+0000 mgr.smithi029.golwmn (mgr.14164) 36 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:38.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:38 smithi029 bash[24314]: audit 2023-10-08T22:25:37.631595+0000 mgr.smithi029.golwmn (mgr.14164) 37 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:25:39.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:39 smithi029 bash[24314]: cephadm 2023-10-08T22:25:38.513921+0000 mgr.smithi029.golwmn (mgr.14164) 38 : cephadm 1 Deploying cephadm binary to smithi132 2023-10-08T22:25:40.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:40 smithi029 bash[24314]: cluster 2023-10-08T22:25:39.414884+0000 mgr.smithi029.golwmn (mgr.14164) 39 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:41.570 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi132' with addr '172.21.15.132' 2023-10-08T22:25:43.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:42 smithi029 bash[24314]: cluster 2023-10-08T22:25:41.415350+0000 mgr.smithi029.golwmn (mgr.14164) 40 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:43.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:42 smithi029 bash[24314]: audit 2023-10-08T22:25:41.568503+0000 mon.smithi029 (mon.0) 138 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:43.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:42 smithi029 bash[24314]: cephadm 2023-10-08T22:25:41.569348+0000 mgr.smithi029.golwmn (mgr.14164) 41 : cephadm 1 Added host smithi132 2023-10-08T22:25:44.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:44 smithi029 bash[24314]: cluster 2023-10-08T22:25:43.415808+0000 mgr.smithi029.golwmn (mgr.14164) 42 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:46.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:46 smithi029 bash[24314]: cluster 2023-10-08T22:25:45.416225+0000 mgr.smithi029.golwmn (mgr.14164) 43 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:48.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:48 smithi029 bash[24314]: cluster 2023-10-08T22:25:47.416666+0000 mgr.smithi029.golwmn (mgr.14164) 44 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:50.308 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-08T22:25:50.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:50 smithi029 bash[24314]: cluster 2023-10-08T22:25:49.417124+0000 mgr.smithi029.golwmn (mgr.14164) 45 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:52.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:52 smithi029 bash[24314]: cluster 2023-10-08T22:25:51.417601+0000 mgr.smithi029.golwmn (mgr.14164) 46 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: cluster 2023-10-08T22:25:53.417993+0000 mgr.smithi029.golwmn (mgr.14164) 47 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.019073+0000 mon.smithi029 (mon.0) 139 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.022976+0000 mon.smithi029 (mon.0) 140 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.053503+0000 mon.smithi029 (mon.0) 141 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.056710+0000 mon.smithi029 (mon.0) 142 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.060766+0000 mon.smithi029 (mon.0) 143 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.064444+0000 mon.smithi029 (mon.0) 144 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.068852+0000 mon.smithi029 (mon.0) 145 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:54 smithi029 bash[24314]: audit 2023-10-08T22:25:54.071809+0000 mon.smithi029 (mon.0) 146 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:54.999 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:25:55.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:55 smithi029 bash[24314]: cephadm 2023-10-08T22:25:54.331833+0000 mgr.smithi029.golwmn (mgr.14164) 48 : cephadm 1 Deploying daemon prometheus.smithi029 on smithi029 2023-10-08T22:25:55.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:55 smithi029 bash[24314]: audit 2023-10-08T22:25:54.518121+0000 mon.smithi029 (mon.0) 147 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:25:56.706 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:56 smithi029 bash[24314]: cluster 2023-10-08T22:25:55.418420+0000 mgr.smithi029.golwmn (mgr.14164) 49 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:25:58.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:25:58 smithi029 bash[24314]: cluster 2023-10-08T22:25:57.418879+0000 mgr.smithi029.golwmn (mgr.14164) 50 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:00.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:00 smithi029 bash[24314]: cluster 2023-10-08T22:25:59.419290+0000 mgr.smithi029.golwmn (mgr.14164) 51 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:02.733 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:02 smithi029 bash[24314]: cluster 2023-10-08T22:26:01.419707+0000 mgr.smithi029.golwmn (mgr.14164) 52 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:03.465 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:26:03.466 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.132", "hostname": "smithi132", "labels": [], "status": ""}] 2023-10-08T22:26:04.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:04 smithi029 bash[24314]: cluster 2023-10-08T22:26:03.419987+0000 mgr.smithi029.golwmn (mgr.14164) 53 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:04.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:04 smithi029 bash[24314]: audit 2023-10-08T22:26:03.463924+0000 mgr.smithi029.golwmn (mgr.14164) 54 : audit 0 from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:26:06.514 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-08T22:26:06.515 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-10-08T22:26:06.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:06 smithi029 bash[24314]: cluster 2023-10-08T22:26:05.420298+0000 mgr.smithi029.golwmn (mgr.14164) 55 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:08.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:08 smithi029 bash[24314]: cluster 2023-10-08T22:26:07.420740+0000 mgr.smithi029.golwmn (mgr.14164) 56 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:10.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:10 smithi029 bash[24314]: cluster 2023-10-08T22:26:09.421144+0000 mgr.smithi029.golwmn (mgr.14164) 57 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:12.255 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:26:12.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:12 smithi029 bash[24314]: cluster 2023-10-08T22:26:11.421566+0000 mgr.smithi029.golwmn (mgr.14164) 58 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:14.380 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:14 smithi029 bash[24314]: cluster 2023-10-08T22:26:13.422062+0000 mgr.smithi029.golwmn (mgr.14164) 59 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:16.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:16 smithi029 bash[24314]: cluster 2023-10-08T22:26:15.422542+0000 mgr.smithi029.golwmn (mgr.14164) 60 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:18.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:17 smithi029 bash[24314]: audit 2023-10-08T22:26:16.878669+0000 mon.smithi029 (mon.0) 148 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:18.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:17 smithi029 bash[24314]: audit 2023-10-08T22:26:16.883106+0000 mon.smithi029 (mon.0) 149 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:18.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:17 smithi029 bash[24314]: audit 2023-10-08T22:26:16.906374+0000 mon.smithi029 (mon.0) 150 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:18.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:17 smithi029 bash[24314]: audit 2023-10-08T22:26:16.908351+0000 mon.smithi029 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T22:26:19.035 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:18 smithi029 bash[24314]: audit 2023-10-08T22:26:17.913950+0000 mon.smithi029 (mon.0) 152 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T22:26:19.035 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:18 smithi029 bash[24314]: cluster 2023-10-08T22:26:17.914029+0000 mon.smithi029 (mon.0) 153 : cluster 0 mgrmap e14: smithi029.golwmn(active, since 98s) 2023-10-08T22:26:19.924 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2023-10-08T22:26:20.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:19 smithi029 bash[24314]: audit 2023-10-08T22:26:19.225990+0000 mon.smithi029 (mon.0) 154 : audit 1 from='client.? 172.21.15.29:0/1488212701' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T22:26:21.096 INFO:tasks.cephadm:Adding mon.smithi029 on smithi029 2023-10-08T22:26:21.097 INFO:tasks.cephadm:Adding mon.smithi132 on smithi132 2023-10-08T22:26:21.097 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi029:172.21.15.29=smithi029;smithi132:172.21.15.132=smithi132' 2023-10-08T22:26:21.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:20 smithi029 bash[24314]: audit 2023-10-08T22:26:19.919017+0000 mon.smithi029 (mon.0) 155 : audit 1 from='client.? 172.21.15.29:0/1488212701' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T22:26:21.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:20 smithi029 bash[24314]: cluster 2023-10-08T22:26:19.919127+0000 mon.smithi029 (mon.0) 156 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-10-08T22:26:22.287 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T22:26:23.355 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T22:26:26.724 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: cluster 2023-10-08T22:26:26.573580+0000 mon.smithi029 (mon.0) 157 : cluster 1 Active manager daemon smithi029.golwmn restarted 2023-10-08T22:26:26.724 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: cluster 2023-10-08T22:26:26.573879+0000 mon.smithi029 (mon.0) 158 : cluster 1 Activating manager daemon smithi029.golwmn 2023-10-08T22:26:26.724 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: cluster 2023-10-08T22:26:26.578895+0000 mon.smithi029 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: cluster 2023-10-08T22:26:26.579113+0000 mon.smithi029 (mon.0) 160 : cluster 0 mgrmap e15: smithi029.golwmn(active, starting, since 0.00533362s) 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: audit 2023-10-08T22:26:26.581251+0000 mon.smithi029 (mon.0) 161 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: audit 2023-10-08T22:26:26.581919+0000 mon.smithi029 (mon.0) 162 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi029.golwmn", "id": "smithi029.golwmn"}]: dispatch 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: audit 2023-10-08T22:26:26.582748+0000 mon.smithi029 (mon.0) 163 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: audit 2023-10-08T22:26:26.582965+0000 mon.smithi029 (mon.0) 164 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: audit 2023-10-08T22:26:26.583162+0000 mon.smithi029 (mon.0) 165 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T22:26:26.725 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:26 smithi029 bash[24314]: cluster 2023-10-08T22:26:26.611479+0000 mon.smithi029 (mon.0) 166 : cluster 1 Manager daemon smithi029.golwmn is now available 2023-10-08T22:26:27.591 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled mon update... 2023-10-08T22:26:27.795 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:26.636541+0000 mon.smithi029 (mon.0) 167 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:26:27.795 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:26.642701+0000 mon.smithi029 (mon.0) 168 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:26.664944+0000 mon.smithi029 (mon.0) 169 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:26.669986+0000 mon.smithi029 (mon.0) 170 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:26.684530+0000 mon.smithi029 (mon.0) 171 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/mirror_snapshot_schedule"}]: dispatch 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:26.688316+0000 mon.smithi029 (mon.0) 172 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/trash_purge_schedule"}]: dispatch 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:27.406363+0000 mon.smithi029 (mon.0) 173 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: cluster 2023-10-08T22:26:27.584162+0000 mon.smithi029 (mon.0) 174 : cluster 0 mgrmap e16: smithi029.golwmn(active, since 1.01038s) 2023-10-08T22:26:27.796 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:27 smithi029 bash[24314]: audit 2023-10-08T22:26:27.589647+0000 mon.smithi029 (mon.0) 175 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:28.296 DEBUG:teuthology.orchestra.run.smithi132:mon.smithi132> sudo journalctl -f -n 0 -u ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi132.service 2023-10-08T22:26:28.298 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T22:26:28.298 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T22:26:28.613 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-08T22:26:28.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:28 smithi029 bash[24314]: cephadm 2023-10-08T22:26:27.587260+0000 mgr.smithi029.golwmn (mgr.14195) 2 : cephadm 1 Saving service mon spec with placement smithi029:172.21.15.29=smithi029;smithi132:172.21.15.132=smithi132;count:2 2023-10-08T22:26:28.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:28 smithi029 bash[24314]: cephadm 2023-10-08T22:26:27.644986+0000 mgr.smithi029.golwmn (mgr.14195) 3 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Bus STARTING 2023-10-08T22:26:28.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:28 smithi029 bash[24314]: cephadm 2023-10-08T22:26:27.769254+0000 mgr.smithi029.golwmn (mgr.14195) 4 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Serving on https://172.21.15.29:7150 2023-10-08T22:26:28.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:28 smithi029 bash[24314]: cephadm 2023-10-08T22:26:27.870429+0000 mgr.smithi029.golwmn (mgr.14195) 5 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Serving on http://172.21.15.29:8765 2023-10-08T22:26:28.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:28 smithi029 bash[24314]: cephadm 2023-10-08T22:26:27.870580+0000 mgr.smithi029.golwmn (mgr.14195) 6 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Bus STARTED 2023-10-08T22:26:29.532 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T22:26:30.517 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:30 smithi029 bash[24314]: cluster 2023-10-08T22:26:29.254848+0000 mon.smithi029 (mon.0) 176 : cluster 0 mgrmap e17: smithi029.golwmn(active, since 2s) 2023-10-08T22:26:30.518 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:30 smithi029 bash[24314]: audit 2023-10-08T22:26:29.381260+0000 mon.smithi029 (mon.0) 177 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:30.518 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:30 smithi029 bash[24314]: audit 2023-10-08T22:26:30.228789+0000 mon.smithi029 (mon.0) 178 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:30.589 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T22:26:34.192 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-08T22:26:34.192 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","modified":"2023-10-08T22:23:06.345448Z","created":"2023-10-08T22:23:06.345448Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T22:26:34.195 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2023-10-08T22:26:34.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:34 smithi029 bash[24314]: audit 2023-10-08T22:26:33.324894+0000 mon.smithi029 (mon.0) 179 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:34.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:34 smithi029 bash[24314]: audit 2023-10-08T22:26:33.330637+0000 mon.smithi029 (mon.0) 180 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:34.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:34 smithi029 bash[24314]: audit 2023-10-08T22:26:34.177308+0000 mon.smithi029 (mon.0) 181 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:34.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:34 smithi029 bash[24314]: audit 2023-10-08T22:26:34.182697+0000 mon.smithi029 (mon.0) 182 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:34.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:34 smithi029 bash[24314]: audit 2023-10-08T22:26:34.184360+0000 mon.smithi029 (mon.0) 183 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:26:34.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:34 smithi029 bash[24314]: audit 2023-10-08T22:26:34.190724+0000 mon.smithi029 (mon.0) 184 : audit 0 from='client.? 172.21.15.132:0/3167823591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:26:36.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T22:26:36.082 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T22:26:38.741 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:26:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.832499+0000 mon.smithi029 (mon.0) 185 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.836975+0000 mon.smithi029 (mon.0) 186 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.842271+0000 mon.smithi029 (mon.0) 187 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.845615+0000 mon.smithi029 (mon.0) 188 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.846615+0000 mon.smithi029 (mon.0) 189 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:26:39.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.848289+0000 mon.smithi029 (mon.0) 190 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:39.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:37.849591+0000 mon.smithi029 (mon.0) 191 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:26:39.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: cephadm 2023-10-08T22:26:37.851501+0000 mgr.smithi029.golwmn (mgr.14195) 7 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2023-10-08T22:26:39.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: cephadm 2023-10-08T22:26:37.852107+0000 mgr.smithi029.golwmn (mgr.14195) 8 : cephadm 1 Updating smithi132:/etc/ceph/ceph.conf 2023-10-08T22:26:39.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.571709+0000 mon.smithi029 (mon.0) 192 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.576743+0000 mon.smithi029 (mon.0) 193 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.579323+0000 mon.smithi029 (mon.0) 194 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.582809+0000 mon.smithi029 (mon.0) 195 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.586954+0000 mon.smithi029 (mon.0) 196 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.589547+0000 mon.smithi029 (mon.0) 197 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi132", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:26:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.592208+0000 mon.smithi029 (mon.0) 198 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi132", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T22:26:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:38 smithi029 bash[24314]: audit 2023-10-08T22:26:38.593383+0000 mon.smithi029 (mon.0) 199 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:40.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.067262+0000 mgr.smithi029.golwmn (mgr.14195) 9 : cephadm 1 Updating smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:26:40.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.067683+0000 mgr.smithi029.golwmn (mgr.14195) 10 : cephadm 1 Updating smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:26:40.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.234909+0000 mgr.smithi029.golwmn (mgr.14195) 11 : cephadm 1 Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:26:40.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.235296+0000 mgr.smithi029.golwmn (mgr.14195) 12 : cephadm 1 Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:26:40.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.400028+0000 mgr.smithi029.golwmn (mgr.14195) 13 : cephadm 1 Updating smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T22:26:40.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.401935+0000 mgr.smithi029.golwmn (mgr.14195) 14 : cephadm 1 Updating smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T22:26:40.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:39 smithi029 bash[24314]: cephadm 2023-10-08T22:26:38.594749+0000 mgr.smithi029.golwmn (mgr.14195) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi132 on smithi132 2023-10-08T22:26:42.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:41 smithi029 bash[24314]: audit 2023-10-08T22:26:41.669727+0000 mon.smithi029 (mon.0) 200 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:26:42.401 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-08T22:26:42.401 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","modified":"2023-10-08T22:23:06.345448Z","created":"2023-10-08T22:23:06.345448Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T22:26:42.404 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2023-10-08T22:26:43.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.336456+0000 mon.smithi029 (mon.0) 201 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.341470+0000 mon.smithi029 (mon.0) 202 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.372833+0000 mon.smithi029 (mon.0) 203 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.376677+0000 mon.smithi029 (mon.0) 204 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.379600+0000 mon.smithi029 (mon.0) 205 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.383521+0000 mon.smithi029 (mon.0) 206 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.384864+0000 mon.smithi029 (mon.0) 207 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: cephadm 2023-10-08T22:26:42.386323+0000 mgr.smithi029.golwmn (mgr.14195) 16 : cephadm 1 Deploying daemon crash.smithi132 on smithi132 2023-10-08T22:26:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:43 smithi029 bash[24314]: audit 2023-10-08T22:26:42.399624+0000 mon.smithi029 (mon.0) 208 : audit 0 from='client.? 172.21.15.132:0/7284560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:26:44.628 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T22:26:44.629 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T22:26:46.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:46 smithi029 bash[24314]: audit 2023-10-08T22:26:45.335232+0000 mon.smithi029 (mon.0) 209 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:46.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:46 smithi029 bash[24314]: audit 2023-10-08T22:26:45.340235+0000 mon.smithi029 (mon.0) 210 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:46.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:46 smithi029 bash[24314]: audit 2023-10-08T22:26:45.363652+0000 mon.smithi029 (mon.0) 211 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:46.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:46 smithi029 bash[24314]: audit 2023-10-08T22:26:45.368460+0000 mon.smithi029 (mon.0) 212 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:46.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:46 smithi029 bash[24314]: cephadm 2023-10-08T22:26:45.370433+0000 mgr.smithi029.golwmn (mgr.14195) 17 : cephadm 1 Deploying daemon node-exporter.smithi132 on smithi132 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.354268+0000 mon.smithi029 (mon.0) 213 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.358744+0000 mon.smithi029 (mon.0) 214 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.393184+0000 mon.smithi029 (mon.0) 215 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.398754+0000 mon.smithi029 (mon.0) 216 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.402699+0000 mon.smithi029 (mon.0) 217 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.hsbnyx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.404991+0000 mon.smithi029 (mon.0) 218 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.hsbnyx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.406339+0000 mon.smithi029 (mon.0) 219 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T22:26:47.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.407845+0000 mon.smithi029 (mon.0) 220 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:47.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: cephadm 2023-10-08T22:26:46.409305+0000 mgr.smithi029.golwmn (mgr.14195) 18 : cephadm 1 Deploying daemon mgr.smithi132.hsbnyx on smithi132 2023-10-08T22:26:47.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: cluster 2023-10-08T22:26:46.584709+0000 mgr.smithi029.golwmn (mgr.14195) 19 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:47.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:47 smithi029 bash[24314]: audit 2023-10-08T22:26:46.668155+0000 mon.smithi029 (mon.0) 221 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:48.296 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:26:49.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:49 smithi029 bash[24314]: cluster 2023-10-08T22:26:48.585177+0000 mgr.smithi029.golwmn (mgr.14195) 20 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:51.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: audit 2023-10-08T22:26:49.853559+0000 mon.smithi029 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:51.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: audit 2023-10-08T22:26:49.858500+0000 mon.smithi029 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:51.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: audit 2023-10-08T22:26:49.889126+0000 mon.smithi029 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:51.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: audit 2023-10-08T22:26:49.893393+0000 mon.smithi029 (mon.0) 225 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:51.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: audit 2023-10-08T22:26:49.895997+0000 mon.smithi029 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T22:26:51.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: audit 2023-10-08T22:26:49.897466+0000 mon.smithi029 (mon.0) 227 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:51.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:50 smithi029 bash[24314]: cephadm 2023-10-08T22:26:49.899072+0000 mgr.smithi029.golwmn (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi132 on smithi132 2023-10-08T22:26:52.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:51 smithi029 bash[24314]: cluster 2023-10-08T22:26:50.585651+0000 mgr.smithi029.golwmn (mgr.14195) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:52.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:51 smithi029 bash[24314]: audit 2023-10-08T22:26:51.675073+0000 mon.smithi029 (mon.0) 228 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:53.786 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-08T22:26:53.786 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","modified":"2023-10-08T22:23:06.345448Z","created":"2023-10-08T22:23:06.345448Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T22:26:53.789 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2023-10-08T22:26:54.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:53 smithi029 bash[24314]: cluster 2023-10-08T22:26:52.586070+0000 mgr.smithi029.golwmn (mgr.14195) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:54.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:53 smithi029 bash[24314]: audit 2023-10-08T22:26:53.784602+0000 mon.smithi029 (mon.0) 229 : audit 0 from='client.? 172.21.15.132:0/2997342085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:26:56.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T22:26:56.231 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T22:26:56.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:55 smithi029 bash[24314]: cluster 2023-10-08T22:26:54.586492+0000 mgr.smithi029.golwmn (mgr.14195) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:56.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:56 smithi132 systemd[1]: Started Ceph mon.smithi132 for 1320553e-6629-11ee-8db5-212e2dc638e7. 2023-10-08T22:26:57.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:56 smithi029 bash[24314]: audit 2023-10-08T22:26:56.670088+0000 mon.smithi029 (mon.0) 230 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:26:57.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:56 smithi029 bash[24314]: audit 2023-10-08T22:26:56.848436+0000 mon.smithi029 (mon.0) 231 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:57.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:56 smithi029 bash[24314]: audit 2023-10-08T22:26:56.856785+0000 mon.smithi029 (mon.0) 232 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:57.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:56 smithi029 bash[24314]: audit 2023-10-08T22:26:56.887116+0000 mon.smithi029 (mon.0) 233 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:57.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:26:56 smithi029 bash[24314]: audit 2023-10-08T22:26:56.893048+0000 mon.smithi029 (mon.0) 234 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.832+0000 7f9093bc7c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.832+0000 7f9093bc7c80 0 ceph version 18.2.0-623-gb92fa67a (b92fa67aeb011fadf4711f6e8283e1b2c49e5f45) reef (stable), process ceph-mon, pid 7 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.832+0000 7f9093bc7c80 0 pidfile_write: ignore empty --pid-file 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 0 load: jerasure load: lrc 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: RocksDB version: 7.9.2 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Git sha 0 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Compile date 2023-10-06 21:59:22 2023-10-08T22:26:58.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: DB SUMMARY 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: DB Session ID: H68TWF46QZYURSZOJOYC 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: CURRENT file: CURRENT 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: IDENTITY file: IDENTITY 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 0, files: 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 000004.log size: 511 ; 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.error_if_exists: 0 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.create_if_missing: 0 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.paranoid_checks: 1 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T22:26:58.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.env: 0x562311b74720 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.info_log: 0x562314c512a0 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.statistics: (nil) 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.use_fsync: 0 2023-10-08T22:26:58.089 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_log_file_size: 0 2023-10-08T22:26:58.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T22:26:58.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T22:26:58.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-08T22:26:58.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-08T22:26:58.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.allow_fallocate: 1 2023-10-08T22:26:58.090 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.use_direct_reads: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.db_log_dir: 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.wal_dir: 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T22:26:58.091 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.write_buffer_manager: 0x562313ede5a0 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-08T22:26:58.092 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.unordered_write: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.row_cache: None 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.wal_filter: None 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.two_write_queues: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.wal_compression: 0 2023-10-08T22:26:58.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.atomic_flush: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.log_readahead_size: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T22:26:58.094 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_background_jobs: 2 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_background_compactions: -1 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_subcompactions: 1 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.836+0000 7f9093bc7c80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_open_files: -1 2023-10-08T22:26:58.095 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_background_flushes: -1 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Compression algorithms supported: 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kZSTD supported: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kXpressCompression supported: 0 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kZlibCompression supported: 1 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kSnappyCompression supported: 1 2023-10-08T22:26:58.096 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kLZ4Compression supported: 1 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: kBZip2Compression supported: 0 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000005 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.merge_operator: 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_filter: None 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T22:26:58.097 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562314c513a0) 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cache_index_and_filter_blocks: 1 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: pin_top_level_index_and_filter: 1 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: index_type: 0 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: data_block_index_type: 0 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: index_shortening: 1 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: data_block_hash_table_util_ratio: 0.750000 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: checksum: 4 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: no_block_cache: 0 2023-10-08T22:26:58.098 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_cache: 0x562313f611f0 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_cache_name: BinnedLRUCache 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_cache_options: 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: capacity : 536870912 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: num_shard_bits : 4 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: strict_capacity_limit : 0 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: high_pri_pool_ratio: 0.000 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_cache_compressed: (nil) 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: persistent_cache: (nil) 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_size: 4096 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_size_deviation: 10 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_restart_interval: 16 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: index_block_restart_interval: 1 2023-10-08T22:26:58.099 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: metadata_block_size: 4096 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: partition_filters: 0 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: use_delta_encoding: 1 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: filter_policy: bloomfilter 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: whole_key_filtering: 1 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: verify_compression: 0 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: read_amp_bytes_per_bit: 0 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: format_version: 5 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: enable_index_compression: 1 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: block_align: 0 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: max_auto_readahead_size: 262144 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: prepopulate_block_cache: 0 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: initial_auto_readahead_size: 8192 2023-10-08T22:26:58.100 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: num_file_reads_for_auto_readahead: 2 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression: NoCompression 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.num_levels: 7 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T22:26:58.101 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T22:26:58.102 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T22:26:58.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T22:26:58.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-08T22:26:58.105 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T22:26:58.105 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T22:26:58.105 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T22:26:58.105 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T22:26:58.105 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T22:26:58.106 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T22:26:58.106 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.table_properties_collectors: 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.inplace_update_support: 0 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.bloom_locality: 0 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.max_successive_merges: 0 2023-10-08T22:26:58.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.ttl: 2592000 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.enable_blob_files: false 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.min_blob_size: 0 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T22:26:58.108 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 16c06d91-116f-4245-9885-a9f229b7ff2d 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696804017844597, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696804017844993, "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": 1696804017, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "16c06d91-116f-4245-9885-a9f229b7ff2d", "db_session_id": "H68TWF46QZYURSZOJOYC", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696804017845077, "job": 1, "event": "recovery_finished"} 2023-10-08T22:26:58.109 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi132/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562314002000 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 4 rocksdb: DB pointer 0x562313ff0000 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f90823d7700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f90823d7700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: ** DB Stats ** 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 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-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 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-08T22:26:58.110 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: ** Compaction Stats [default] ** 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 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-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: ** Compaction Stats [default] ** 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 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-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T22:26:58.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: AddFile(Keys): cumulative 0, interval 0 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 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-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Block cache BinnedLRUCache@0x562313f611f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-10-08T22:26:58.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: ** File Read Latency Histogram By Level [default] ** 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 0 mon.smithi132 does not exist in monmap, will attempt to join an existing cluster 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.840+0000 7f9093bc7c80 0 using public_addr v2:172.21.15.132:0/0 -> [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.844+0000 7f9093bc7c80 0 starting mon.smithi132 rank -1 at public addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] at bind addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi132 fsid 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.844+0000 7f9093bc7c80 1 mon.smithi132@-1(???) e0 preinit fsid 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.872+0000 7f90853dd700 0 mon.smithi132@-1(synchronizing).mds e1 new map 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.872+0000 7f90853dd700 0 mon.smithi132@-1(synchronizing).mds e1 print_map 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: e1 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 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-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: legacy client fscid: -1 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: 2023-10-08T22:26:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: No filesystems configured 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.872+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 0 mon.smithi132@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 0 mon.smithi132@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 0 mon.smithi132@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T22:26:58.114 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.876+0000 7f90853dd700 0 mon.smithi132@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:15.422542+0000 mgr.smithi029.golwmn (mgr.14164) 60 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:16.878669+0000 mon.smithi029 (mon.0) 148 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:16.883106+0000 mon.smithi029 (mon.0) 149 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:16.906374+0000 mon.smithi029 (mon.0) 150 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:16.908351+0000 mon.smithi029 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:17.913950+0000 mon.smithi029 (mon.0) 152 : audit 1 from='mgr.14164 172.21.15.29:0/2733167901' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:17.914029+0000 mon.smithi029 (mon.0) 153 : cluster 0 mgrmap e14: smithi029.golwmn(active, since 98s) 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:19.225990+0000 mon.smithi029 (mon.0) 154 : audit 1 from='client.? 172.21.15.29:0/1488212701' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:19.919017+0000 mon.smithi029 (mon.0) 155 : audit 1 from='client.? 172.21.15.29:0/1488212701' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:19.919127+0000 mon.smithi029 (mon.0) 156 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:26.573580+0000 mon.smithi029 (mon.0) 157 : cluster 1 Active manager daemon smithi029.golwmn restarted 2023-10-08T22:26:58.115 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:26.573879+0000 mon.smithi029 (mon.0) 158 : cluster 1 Activating manager daemon smithi029.golwmn 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:26.578895+0000 mon.smithi029 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:26.579113+0000 mon.smithi029 (mon.0) 160 : cluster 0 mgrmap e15: smithi029.golwmn(active, starting, since 0.00533362s) 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.581251+0000 mon.smithi029 (mon.0) 161 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.581919+0000 mon.smithi029 (mon.0) 162 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi029.golwmn", "id": "smithi029.golwmn"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.582748+0000 mon.smithi029 (mon.0) 163 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.582965+0000 mon.smithi029 (mon.0) 164 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.583162+0000 mon.smithi029 (mon.0) 165 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:26.611479+0000 mon.smithi029 (mon.0) 166 : cluster 1 Manager daemon smithi029.golwmn is now available 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.636541+0000 mon.smithi029 (mon.0) 167 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.642701+0000 mon.smithi029 (mon.0) 168 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:26:58.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.664944+0000 mon.smithi029 (mon.0) 169 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.669986+0000 mon.smithi029 (mon.0) 170 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.684530+0000 mon.smithi029 (mon.0) 171 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/mirror_snapshot_schedule"}]: dispatch 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:26.688316+0000 mon.smithi029 (mon.0) 172 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.golwmn/trash_purge_schedule"}]: dispatch 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:27.406363+0000 mon.smithi029 (mon.0) 173 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:27.584162+0000 mon.smithi029 (mon.0) 174 : cluster 0 mgrmap e16: smithi029.golwmn(active, since 1.01038s) 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:27.589647+0000 mon.smithi029 (mon.0) 175 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:27.587260+0000 mgr.smithi029.golwmn (mgr.14195) 2 : cephadm 1 Saving service mon spec with placement smithi029:172.21.15.29=smithi029;smithi132:172.21.15.132=smithi132;count:2 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:27.644986+0000 mgr.smithi029.golwmn (mgr.14195) 3 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Bus STARTING 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:27.769254+0000 mgr.smithi029.golwmn (mgr.14195) 4 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Serving on https://172.21.15.29:7150 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:27.870429+0000 mgr.smithi029.golwmn (mgr.14195) 5 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Serving on http://172.21.15.29:8765 2023-10-08T22:26:58.117 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:27.870580+0000 mgr.smithi029.golwmn (mgr.14195) 6 : cephadm 1 [08/Oct/2023:22:26:27] ENGINE Bus STARTED 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:29.254848+0000 mon.smithi029 (mon.0) 176 : cluster 0 mgrmap e17: smithi029.golwmn(active, since 2s) 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:29.381260+0000 mon.smithi029 (mon.0) 177 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:30.228789+0000 mon.smithi029 (mon.0) 178 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:33.324894+0000 mon.smithi029 (mon.0) 179 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:33.330637+0000 mon.smithi029 (mon.0) 180 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:34.177308+0000 mon.smithi029 (mon.0) 181 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:34.182697+0000 mon.smithi029 (mon.0) 182 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:34.184360+0000 mon.smithi029 (mon.0) 183 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:34.190724+0000 mon.smithi029 (mon.0) 184 : audit 0 from='client.? 172.21.15.132:0/3167823591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.832499+0000 mon.smithi029 (mon.0) 185 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.836975+0000 mon.smithi029 (mon.0) 186 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.118 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.842271+0000 mon.smithi029 (mon.0) 187 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.845615+0000 mon.smithi029 (mon.0) 188 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.846615+0000 mon.smithi029 (mon.0) 189 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.848289+0000 mon.smithi029 (mon.0) 190 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:37.849591+0000 mon.smithi029 (mon.0) 191 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:37.851501+0000 mgr.smithi029.golwmn (mgr.14195) 7 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:37.852107+0000 mgr.smithi029.golwmn (mgr.14195) 8 : cephadm 1 Updating smithi132:/etc/ceph/ceph.conf 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.571709+0000 mon.smithi029 (mon.0) 192 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.576743+0000 mon.smithi029 (mon.0) 193 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.579323+0000 mon.smithi029 (mon.0) 194 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.582809+0000 mon.smithi029 (mon.0) 195 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.586954+0000 mon.smithi029 (mon.0) 196 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.119 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.589547+0000 mon.smithi029 (mon.0) 197 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi132", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.592208+0000 mon.smithi029 (mon.0) 198 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi132", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:38.593383+0000 mon.smithi029 (mon.0) 199 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.067262+0000 mgr.smithi029.golwmn (mgr.14195) 9 : cephadm 1 Updating smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.067683+0000 mgr.smithi029.golwmn (mgr.14195) 10 : cephadm 1 Updating smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.234909+0000 mgr.smithi029.golwmn (mgr.14195) 11 : cephadm 1 Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.235296+0000 mgr.smithi029.golwmn (mgr.14195) 12 : cephadm 1 Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.400028+0000 mgr.smithi029.golwmn (mgr.14195) 13 : cephadm 1 Updating smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.401935+0000 mgr.smithi029.golwmn (mgr.14195) 14 : cephadm 1 Updating smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:38.594749+0000 mgr.smithi029.golwmn (mgr.14195) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi132 on smithi132 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:41.669727+0000 mon.smithi029 (mon.0) 200 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.336456+0000 mon.smithi029 (mon.0) 201 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.120 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.341470+0000 mon.smithi029 (mon.0) 202 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.372833+0000 mon.smithi029 (mon.0) 203 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.376677+0000 mon.smithi029 (mon.0) 204 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.379600+0000 mon.smithi029 (mon.0) 205 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.383521+0000 mon.smithi029 (mon.0) 206 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.384864+0000 mon.smithi029 (mon.0) 207 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:42.386323+0000 mgr.smithi029.golwmn (mgr.14195) 16 : cephadm 1 Deploying daemon crash.smithi132 on smithi132 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:42.399624+0000 mon.smithi029 (mon.0) 208 : audit 0 from='client.? 172.21.15.132:0/7284560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:45.335232+0000 mon.smithi029 (mon.0) 209 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:45.340235+0000 mon.smithi029 (mon.0) 210 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:45.363652+0000 mon.smithi029 (mon.0) 211 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:45.368460+0000 mon.smithi029 (mon.0) 212 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:45.370433+0000 mgr.smithi029.golwmn (mgr.14195) 17 : cephadm 1 Deploying daemon node-exporter.smithi132 on smithi132 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.354268+0000 mon.smithi029 (mon.0) 213 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.358744+0000 mon.smithi029 (mon.0) 214 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.393184+0000 mon.smithi029 (mon.0) 215 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.398754+0000 mon.smithi029 (mon.0) 216 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.402699+0000 mon.smithi029 (mon.0) 217 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.hsbnyx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.404991+0000 mon.smithi029 (mon.0) 218 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.hsbnyx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.406339+0000 mon.smithi029 (mon.0) 219 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.407845+0000 mon.smithi029 (mon.0) 220 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:46.409305+0000 mgr.smithi029.golwmn (mgr.14195) 18 : cephadm 1 Deploying daemon mgr.smithi132.hsbnyx on smithi132 2023-10-08T22:26:58.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:46.584709+0000 mgr.smithi029.golwmn (mgr.14195) 19 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:46.668155+0000 mon.smithi029 (mon.0) 221 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:48.585177+0000 mgr.smithi029.golwmn (mgr.14195) 20 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:49.853559+0000 mon.smithi029 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:49.858500+0000 mon.smithi029 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:49.889126+0000 mon.smithi029 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:49.893393+0000 mon.smithi029 (mon.0) 225 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:49.895997+0000 mon.smithi029 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:49.897466+0000 mon.smithi029 (mon.0) 227 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cephadm 2023-10-08T22:26:49.899072+0000 mgr.smithi029.golwmn (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi132 on smithi132 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:50.585651+0000 mgr.smithi029.golwmn (mgr.14195) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:51.675073+0000 mon.smithi029 (mon.0) 228 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.123 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:52.586070+0000 mgr.smithi029.golwmn (mgr.14195) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:53.784602+0000 mon.smithi029 (mon.0) 229 : audit 0 from='client.? 172.21.15.132:0/2997342085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: cluster 2023-10-08T22:26:54.586492+0000 mgr.smithi029.golwmn (mgr.14195) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:56.670088+0000 mon.smithi029 (mon.0) 230 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:56.848436+0000 mon.smithi029 (mon.0) 231 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:56.856785+0000 mon.smithi029 (mon.0) 232 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:56.887116+0000 mon.smithi029 (mon.0) 233 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: audit 2023-10-08T22:26:56.893048+0000 mon.smithi029 (mon.0) 234 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.880+0000 7f90853dd700 1 mon.smithi132@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-08T22:26:58.124 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:26:57 smithi132 bash[32340]: debug 2023-10-08T22:26:57.880+0000 7f90853dd700 10 mon.smithi132@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-08T22:27:01.914 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi132/config 2023-10-08T22:27:03.291 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:26:57.891735+0000 mon.smithi029 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:27:03.291 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:26:57.892072+0000 mon.smithi029 (mon.0) 239 : cluster 1 mon.smithi029 calling monitor election 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:26:57.916819+0000 mon.smithi029 (mon.0) 240 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:26:58.587393+0000 mgr.smithi029.golwmn (mgr.14195) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:26:58.887383+0000 mon.smithi029 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:26:59.887464+0000 mon.smithi029 (mon.0) 242 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:26:59.890520+0000 mon.smithi132 (mon.1) 1 : cluster 1 mon.smithi132 calling monitor election 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:00.587798+0000 mgr.smithi029.golwmn (mgr.14195) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:00.887371+0000 mon.smithi029 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:01.887665+0000 mon.smithi029 (mon.0) 244 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:01.943234+0000 mon.smithi029 (mon.0) 245 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.hsbnyx/crt"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.588280+0000 mgr.smithi029.golwmn (mgr.14195) 28 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.887764+0000 mon.smithi029 (mon.0) 246 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.292 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.937263+0000 mon.smithi029 (mon.0) 247 : cluster 1 mon.smithi029 is new leader, mons smithi029,smithi132 in quorum (ranks 0,1) 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.947782+0000 mon.smithi029 (mon.0) 248 : cluster 0 monmap e2: 2 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0]} removed_ranks: {} 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.948400+0000 mon.smithi029 (mon.0) 249 : cluster 0 fsmap 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.948457+0000 mon.smithi029 (mon.0) 250 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.948743+0000 mon.smithi029 (mon.0) 251 : cluster 0 mgrmap e17: smithi029.golwmn(active, since 36s) 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.951109+0000 mon.smithi029 (mon.0) 252 : cluster 0 Standby manager daemon smithi132.hsbnyx started 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.952780+0000 mon.smithi029 (mon.0) 253 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cluster 2023-10-08T22:27:02.956097+0000 mon.smithi029 (mon.0) 254 : cluster 1 overall HEALTH_OK 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.956558+0000 mon.smithi029 (mon.0) 255 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.hsbnyx/key"}]: dispatch 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.959077+0000 mon.smithi029 (mon.0) 256 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.960024+0000 mon.smithi029 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.963402+0000 mon.smithi029 (mon.0) 258 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:03.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.969820+0000 mon.smithi029 (mon.0) 259 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:03.294 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.971419+0000 mon.smithi029 (mon.0) 260 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:03.294 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: audit 2023-10-08T22:27:02.972932+0000 mon.smithi029 (mon.0) 261 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:27:03.294 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cephadm 2023-10-08T22:27:02.974907+0000 mgr.smithi029.golwmn (mgr.14195) 29 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2023-10-08T22:27:03.294 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:03 smithi132 bash[32340]: cephadm 2023-10-08T22:27:02.975226+0000 mgr.smithi029.golwmn (mgr.14195) 30 : cephadm 1 Updating smithi132:/etc/ceph/ceph.conf 2023-10-08T22:27:03.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:26:57.891735+0000 mon.smithi029 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:27:03.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:26:57.892072+0000 mon.smithi029 (mon.0) 239 : cluster 1 mon.smithi029 calling monitor election 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:26:57.916819+0000 mon.smithi029 (mon.0) 240 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:26:58.587393+0000 mgr.smithi029.golwmn (mgr.14195) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:26:58.887383+0000 mon.smithi029 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:26:59.887464+0000 mon.smithi029 (mon.0) 242 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:26:59.890520+0000 mon.smithi132 (mon.1) 1 : cluster 1 mon.smithi132 calling monitor election 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:00.587798+0000 mgr.smithi029.golwmn (mgr.14195) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:00.887371+0000 mon.smithi029 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:01.887665+0000 mon.smithi029 (mon.0) 244 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:01.943234+0000 mon.smithi029 (mon.0) 245 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.hsbnyx/crt"}]: dispatch 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.588280+0000 mgr.smithi029.golwmn (mgr.14195) 28 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.887764+0000 mon.smithi029 (mon.0) 246 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.937263+0000 mon.smithi029 (mon.0) 247 : cluster 1 mon.smithi029 is new leader, mons smithi029,smithi132 in quorum (ranks 0,1) 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.947782+0000 mon.smithi029 (mon.0) 248 : cluster 0 monmap e2: 2 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0]} removed_ranks: {} 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.948400+0000 mon.smithi029 (mon.0) 249 : cluster 0 fsmap 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.948457+0000 mon.smithi029 (mon.0) 250 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.948743+0000 mon.smithi029 (mon.0) 251 : cluster 0 mgrmap e17: smithi029.golwmn(active, since 36s) 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.951109+0000 mon.smithi029 (mon.0) 252 : cluster 0 Standby manager daemon smithi132.hsbnyx started 2023-10-08T22:27:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.952780+0000 mon.smithi029 (mon.0) 253 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cluster 2023-10-08T22:27:02.956097+0000 mon.smithi029 (mon.0) 254 : cluster 1 overall HEALTH_OK 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.956558+0000 mon.smithi029 (mon.0) 255 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.hsbnyx/key"}]: dispatch 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.959077+0000 mon.smithi029 (mon.0) 256 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.960024+0000 mon.smithi029 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.132:0/2853650147' entity='mgr.smithi132.hsbnyx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.963402+0000 mon.smithi029 (mon.0) 258 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.969820+0000 mon.smithi029 (mon.0) 259 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.971419+0000 mon.smithi029 (mon.0) 260 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: audit 2023-10-08T22:27:02.972932+0000 mon.smithi029 (mon.0) 261 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cephadm 2023-10-08T22:27:02.974907+0000 mgr.smithi029.golwmn (mgr.14195) 29 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2023-10-08T22:27:03.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:03 smithi029 bash[24314]: cephadm 2023-10-08T22:27:02.975226+0000 mgr.smithi029.golwmn (mgr.14195) 30 : cephadm 1 Updating smithi132:/etc/ceph/ceph.conf 2023-10-08T22:27:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: cluster 2023-10-08T22:27:03.018289+0000 mon.smithi029 (mon.0) 262 : cluster 0 mgrmap e18: smithi029.golwmn(active, since 36s), standbys: smithi132.hsbnyx 2023-10-08T22:27:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.018679+0000 mon.smithi029 (mon.0) 263 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi132.hsbnyx", "id": "smithi132.hsbnyx"}]: dispatch 2023-10-08T22:27:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: cephadm 2023-10-08T22:27:03.189871+0000 mgr.smithi029.golwmn (mgr.14195) 31 : cephadm 1 Updating smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:27:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: cephadm 2023-10-08T22:27:03.190238+0000 mgr.smithi029.golwmn (mgr.14195) 32 : cephadm 1 Updating smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:27:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.416186+0000 mon.smithi029 (mon.0) 264 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.421267+0000 mon.smithi029 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.424928+0000 mon.smithi029 (mon.0) 266 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.430621+0000 mon.smithi029 (mon.0) 267 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.436211+0000 mon.smithi029 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: cephadm 2023-10-08T22:27:03.507770+0000 mgr.smithi029.golwmn (mgr.14195) 33 : cephadm 1 Reconfiguring mon.smithi029 (unknown last config time)... 2023-10-08T22:27:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.508425+0000 mon.smithi029 (mon.0) 269 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T22:27:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.509914+0000 mon.smithi029 (mon.0) 270 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T22:27:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.511291+0000 mon.smithi029 (mon.0) 271 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: cephadm 2023-10-08T22:27:03.512800+0000 mgr.smithi029.golwmn (mgr.14195) 34 : cephadm 1 Reconfiguring daemon mon.smithi029 on smithi029 2023-10-08T22:27:04.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:04 smithi029 bash[24314]: audit 2023-10-08T22:27:03.887742+0000 mon.smithi029 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:04.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: cluster 2023-10-08T22:27:03.018289+0000 mon.smithi029 (mon.0) 262 : cluster 0 mgrmap e18: smithi029.golwmn(active, since 36s), standbys: smithi132.hsbnyx 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.018679+0000 mon.smithi029 (mon.0) 263 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr metadata", "who": "smithi132.hsbnyx", "id": "smithi132.hsbnyx"}]: dispatch 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: cephadm 2023-10-08T22:27:03.189871+0000 mgr.smithi029.golwmn (mgr.14195) 31 : cephadm 1 Updating smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: cephadm 2023-10-08T22:27:03.190238+0000 mgr.smithi029.golwmn (mgr.14195) 32 : cephadm 1 Updating smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.416186+0000 mon.smithi029 (mon.0) 264 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.421267+0000 mon.smithi029 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.424928+0000 mon.smithi029 (mon.0) 266 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.430621+0000 mon.smithi029 (mon.0) 267 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.436211+0000 mon.smithi029 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: cephadm 2023-10-08T22:27:03.507770+0000 mgr.smithi029.golwmn (mgr.14195) 33 : cephadm 1 Reconfiguring mon.smithi029 (unknown last config time)... 2023-10-08T22:27:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.508425+0000 mon.smithi029 (mon.0) 269 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T22:27:04.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.509914+0000 mon.smithi029 (mon.0) 270 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T22:27:04.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.511291+0000 mon.smithi029 (mon.0) 271 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:04.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: cephadm 2023-10-08T22:27:03.512800+0000 mgr.smithi029.golwmn (mgr.14195) 34 : cephadm 1 Reconfiguring daemon mon.smithi029 on smithi029 2023-10-08T22:27:04.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:04 smithi132 bash[32340]: audit 2023-10-08T22:27:03.887742+0000 mon.smithi029 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:27:05.029 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-08T22:27:05.029 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":2,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","modified":"2023-10-08T22:26:57.886826Z","created":"2023-10-08T22:23:06.345448Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-08T22:27:05.032 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 2 2023-10-08T22:27:05.167 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:05 smithi029 bash[24314]: cluster 2023-10-08T22:27:04.588745+0000 mgr.smithi029.golwmn (mgr.14195) 35 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:05.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:05 smithi132 bash[32340]: cluster 2023-10-08T22:27:04.588745+0000 mgr.smithi029.golwmn (mgr.14195) 35 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:05.668 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-08T22:27:05.668 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-08T22:27:06.285 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: audit 2023-10-08T22:27:05.027197+0000 mon.smithi029 (mon.0) 273 : audit 0 from='client.? 172.21.15.132:0/484423076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:27:06.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: audit 2023-10-08T22:27:05.930285+0000 mon.smithi029 (mon.0) 274 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:06.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: audit 2023-10-08T22:27:05.937617+0000 mon.smithi029 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:06.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: cephadm 2023-10-08T22:27:05.983329+0000 mgr.smithi029.golwmn (mgr.14195) 36 : cephadm 1 Reconfiguring mgr.smithi029.golwmn (unknown last config time)... 2023-10-08T22:27:06.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: audit 2023-10-08T22:27:05.984037+0000 mon.smithi029 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.golwmn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T22:27:06.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: audit 2023-10-08T22:27:05.986096+0000 mon.smithi029 (mon.0) 277 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T22:27:06.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:06 smithi029 bash[24314]: audit 2023-10-08T22:27:05.987777+0000 mon.smithi029 (mon.0) 278 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:06.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: audit 2023-10-08T22:27:05.027197+0000 mon.smithi029 (mon.0) 273 : audit 0 from='client.? 172.21.15.132:0/484423076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T22:27:06.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: audit 2023-10-08T22:27:05.930285+0000 mon.smithi029 (mon.0) 274 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:06.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: audit 2023-10-08T22:27:05.937617+0000 mon.smithi029 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:06.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: cephadm 2023-10-08T22:27:05.983329+0000 mgr.smithi029.golwmn (mgr.14195) 36 : cephadm 1 Reconfiguring mgr.smithi029.golwmn (unknown last config time)... 2023-10-08T22:27:06.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: audit 2023-10-08T22:27:05.984037+0000 mon.smithi029 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.golwmn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T22:27:06.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: audit 2023-10-08T22:27:05.986096+0000 mon.smithi029 (mon.0) 277 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T22:27:06.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:06 smithi132 bash[32340]: audit 2023-10-08T22:27:05.987777+0000 mon.smithi029 (mon.0) 278 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:07.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:07 smithi029 bash[24314]: cephadm 2023-10-08T22:27:05.989734+0000 mgr.smithi029.golwmn (mgr.14195) 37 : cephadm 1 Reconfiguring daemon mgr.smithi029.golwmn on smithi029 2023-10-08T22:27:07.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:07 smithi029 bash[24314]: cluster 2023-10-08T22:27:06.589171+0000 mgr.smithi029.golwmn (mgr.14195) 38 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:07.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:07 smithi132 bash[32340]: cephadm 2023-10-08T22:27:05.989734+0000 mgr.smithi029.golwmn (mgr.14195) 37 : cephadm 1 Reconfiguring daemon mgr.smithi029.golwmn on smithi029 2023-10-08T22:27:07.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:07 smithi132 bash[32340]: cluster 2023-10-08T22:27:06.589171+0000 mgr.smithi029.golwmn (mgr.14195) 38 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:09.555 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: audit 2023-10-08T22:27:08.183098+0000 mon.smithi029 (mon.0) 279 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:09.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: audit 2023-10-08T22:27:08.190046+0000 mon.smithi029 (mon.0) 280 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:09.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: cephadm 2023-10-08T22:27:08.209097+0000 mgr.smithi029.golwmn (mgr.14195) 39 : cephadm 1 Reconfiguring ceph-exporter.smithi029 (monmap changed)... 2023-10-08T22:27:09.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: audit 2023-10-08T22:27:08.209844+0000 mon.smithi029 (mon.0) 281 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:27:09.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: audit 2023-10-08T22:27:08.212001+0000 mon.smithi029 (mon.0) 282 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:09.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: cephadm 2023-10-08T22:27:08.213987+0000 mgr.smithi029.golwmn (mgr.14195) 40 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi029 on smithi029 2023-10-08T22:27:09.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:09 smithi029 bash[24314]: cluster 2023-10-08T22:27:08.589612+0000 mgr.smithi029.golwmn (mgr.14195) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:09.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: audit 2023-10-08T22:27:08.183098+0000 mon.smithi029 (mon.0) 279 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:09.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: audit 2023-10-08T22:27:08.190046+0000 mon.smithi029 (mon.0) 280 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:09.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: cephadm 2023-10-08T22:27:08.209097+0000 mgr.smithi029.golwmn (mgr.14195) 39 : cephadm 1 Reconfiguring ceph-exporter.smithi029 (monmap changed)... 2023-10-08T22:27:09.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: audit 2023-10-08T22:27:08.209844+0000 mon.smithi029 (mon.0) 281 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:27:09.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: audit 2023-10-08T22:27:08.212001+0000 mon.smithi029 (mon.0) 282 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:09.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: cephadm 2023-10-08T22:27:08.213987+0000 mgr.smithi029.golwmn (mgr.14195) 40 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi029 on smithi029 2023-10-08T22:27:09.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:09 smithi132 bash[32340]: cluster 2023-10-08T22:27:08.589612+0000 mgr.smithi029.golwmn (mgr.14195) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:10.761 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:27:11.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: audit 2023-10-08T22:27:10.309004+0000 mon.smithi029 (mon.0) 283 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:11.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: audit 2023-10-08T22:27:10.316793+0000 mon.smithi029 (mon.0) 284 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:11.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: cephadm 2023-10-08T22:27:10.334585+0000 mgr.smithi029.golwmn (mgr.14195) 42 : cephadm 1 Reconfiguring crash.smithi029 (monmap changed)... 2023-10-08T22:27:11.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: audit 2023-10-08T22:27:10.335273+0000 mon.smithi029 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:27:11.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: audit 2023-10-08T22:27:10.337204+0000 mon.smithi029 (mon.0) 286 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:11.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: cephadm 2023-10-08T22:27:10.339124+0000 mgr.smithi029.golwmn (mgr.14195) 43 : cephadm 1 Reconfiguring daemon crash.smithi029 on smithi029 2023-10-08T22:27:11.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:11 smithi132 bash[32340]: cluster 2023-10-08T22:27:10.590043+0000 mgr.smithi029.golwmn (mgr.14195) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: audit 2023-10-08T22:27:10.309004+0000 mon.smithi029 (mon.0) 283 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: audit 2023-10-08T22:27:10.316793+0000 mon.smithi029 (mon.0) 284 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: cephadm 2023-10-08T22:27:10.334585+0000 mgr.smithi029.golwmn (mgr.14195) 42 : cephadm 1 Reconfiguring crash.smithi029 (monmap changed)... 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: audit 2023-10-08T22:27:10.335273+0000 mon.smithi029 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: audit 2023-10-08T22:27:10.337204+0000 mon.smithi029 (mon.0) 286 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: cephadm 2023-10-08T22:27:10.339124+0000 mgr.smithi029.golwmn (mgr.14195) 43 : cephadm 1 Reconfiguring daemon crash.smithi029 on smithi029 2023-10-08T22:27:11.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:11 smithi029 bash[24314]: cluster 2023-10-08T22:27:10.590043+0000 mgr.smithi029.golwmn (mgr.14195) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:12.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:12 smithi132 bash[32340]: audit 2023-10-08T22:27:11.670092+0000 mon.smithi029 (mon.0) 287 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:12.603 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:12 smithi029 bash[24314]: audit 2023-10-08T22:27:11.670092+0000 mon.smithi029 (mon.0) 287 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:13.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:13 smithi132 bash[32340]: cluster 2023-10-08T22:27:12.590549+0000 mgr.smithi029.golwmn (mgr.14195) 45 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:13.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:13 smithi029 bash[24314]: cluster 2023-10-08T22:27:12.590549+0000 mgr.smithi029.golwmn (mgr.14195) 45 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:15.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:15 smithi029 bash[24314]: audit 2023-10-08T22:27:14.025518+0000 mon.smithi029 (mon.0) 288 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:15.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:15 smithi029 bash[24314]: audit 2023-10-08T22:27:14.034170+0000 mon.smithi029 (mon.0) 289 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:15.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:15 smithi029 bash[24314]: cephadm 2023-10-08T22:27:14.063016+0000 mgr.smithi029.golwmn (mgr.14195) 46 : cephadm 1 Reconfiguring alertmanager.smithi029 (dependencies changed)... 2023-10-08T22:27:15.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:15 smithi029 bash[24314]: cephadm 2023-10-08T22:27:14.083362+0000 mgr.smithi029.golwmn (mgr.14195) 47 : cephadm 1 Reconfiguring daemon alertmanager.smithi029 on smithi029 2023-10-08T22:27:15.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:15 smithi029 bash[24314]: cluster 2023-10-08T22:27:14.591026+0000 mgr.smithi029.golwmn (mgr.14195) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:15.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:15 smithi132 bash[32340]: audit 2023-10-08T22:27:14.025518+0000 mon.smithi029 (mon.0) 288 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:15.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:15 smithi132 bash[32340]: audit 2023-10-08T22:27:14.034170+0000 mon.smithi029 (mon.0) 289 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:15.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:15 smithi132 bash[32340]: cephadm 2023-10-08T22:27:14.063016+0000 mgr.smithi029.golwmn (mgr.14195) 46 : cephadm 1 Reconfiguring alertmanager.smithi029 (dependencies changed)... 2023-10-08T22:27:15.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:15 smithi132 bash[32340]: cephadm 2023-10-08T22:27:14.083362+0000 mgr.smithi029.golwmn (mgr.14195) 47 : cephadm 1 Reconfiguring daemon alertmanager.smithi029 on smithi029 2023-10-08T22:27:15.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:15 smithi132 bash[32340]: cluster 2023-10-08T22:27:14.591026+0000 mgr.smithi029.golwmn (mgr.14195) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:16.104 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:27:16.104 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2023-10-08T22:27:16.104 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:27:16.105 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] 2023-10-08T22:27:16.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:16 smithi029 bash[24314]: audit 2023-10-08T22:27:16.103076+0000 mon.smithi029 (mon.0) 290 : audit 0 from='client.? 172.21.15.29:0/4006490057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:16.445 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:16 smithi132 bash[32340]: audit 2023-10-08T22:27:16.103076+0000 mon.smithi029 (mon.0) 290 : audit 0 from='client.? 172.21.15.29:0/4006490057' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:17.347 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:17 smithi029 bash[24314]: cluster 2023-10-08T22:27:16.591461+0000 mgr.smithi029.golwmn (mgr.14195) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:17.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:17 smithi132 bash[32340]: cluster 2023-10-08T22:27:16.591461+0000 mgr.smithi029.golwmn (mgr.14195) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:17.608 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-08T22:27:17.608 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:27:17.608 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T22:27:17.718 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:27:17.719 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:27:17.733 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:27:17.733 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T22:27:17.750 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:27:17.750 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T22:27:17.808 INFO:tasks.cephadm:Deploying OSDs... 2023-10-08T22:27:17.808 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:27:17.808 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T22:27:17.816 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T22:27:17.816 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme1n1 2023-10-08T22:27:17.871 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme1n1 2023-10-08T22:27:17.871 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:17.872 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-10-08T22:27:17.872 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:17.872 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:24:55.760212724 +0000 2023-10-08T22:27:17.872 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:21:47.619696697 +0000 2023-10-08T22:27:17.872 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:21:47.619696697 +0000 2023-10-08T22:27:17.872 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:27:17.872 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T22:27:17.926 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:27:17.926 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:27:17.926 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000201812 s, 2.5 MB/s 2023-10-08T22:27:17.927 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T22:27:17.977 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme2n1 2023-10-08T22:27:18.027 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme2n1 2023-10-08T22:27:18.027 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:18.027 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-10-08T22:27:18.028 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:18.028 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:24:55.776212356 +0000 2023-10-08T22:27:18.028 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:21:47.735752028 +0000 2023-10-08T22:27:18.028 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:21:47.735752028 +0000 2023-10-08T22:27:18.028 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:27:18.028 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T22:27:18.083 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:27:18.083 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:27:18.083 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000381056 s, 1.3 MB/s 2023-10-08T22:27:18.084 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T22:27:18.140 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme3n1 2023-10-08T22:27:18.192 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme3n1 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:24:55.796211896 +0000 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:21:47.847805451 +0000 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:21:47.847805451 +0000 2023-10-08T22:27:18.193 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:27:18.193 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T22:27:18.250 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:27:18.250 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:27:18.250 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000243279 s, 2.1 MB/s 2023-10-08T22:27:18.251 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T22:27:18.307 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme4n1 2023-10-08T22:27:18.354 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme4n1 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-10-08 22:24:55.812211529 +0000 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-10-08 22:21:47.963860782 +0000 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-10-08 22:21:47.963860782 +0000 2023-10-08T22:27:18.355 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-10-08T22:27:18.355 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T22:27:18.413 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-10-08T22:27:18.413 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-10-08T22:27:18.413 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000506539 s, 1.0 MB/s 2023-10-08T22:27:18.415 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T22:27:18.469 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:27:18.469 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T22:27:18.476 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T22:27:18.477 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme1n1 2023-10-08T22:27:18.525 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme1n1 2023-10-08T22:27:18.525 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:18.525 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-10-08T22:27:18.525 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:18.526 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:26:35.852763328 +0000 2023-10-08T22:27:18.526 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:21:48.971853025 +0000 2023-10-08T22:27:18.526 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:21:48.971853025 +0000 2023-10-08T22:27:18.526 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:27:18.526 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T22:27:18.579 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:27:18.579 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:27:18.579 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000460637 s, 1.1 MB/s 2023-10-08T22:27:18.580 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T22:27:18.631 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme2n1 2023-10-08T22:27:18.685 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme2n1 2023-10-08T22:27:18.685 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:18.685 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-10-08T22:27:18.685 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:18.685 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:26:35.872762860 +0000 2023-10-08T22:27:18.685 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:21:49.083850443 +0000 2023-10-08T22:27:18.686 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:21:49.083850443 +0000 2023-10-08T22:27:18.686 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:27:18.686 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T22:27:18.739 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:27:18.739 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:27:18.739 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.00041478 s, 1.2 MB/s 2023-10-08T22:27:18.740 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T22:27:18.791 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme3n1 2023-10-08T22:27:18.845 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme3n1 2023-10-08T22:27:18.845 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:18.846 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-10-08T22:27:18.846 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:18.846 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:26:35.892762395 +0000 2023-10-08T22:27:18.846 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:21:49.195847859 +0000 2023-10-08T22:27:18.846 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:21:49.195847859 +0000 2023-10-08T22:27:18.846 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:27:18.847 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T22:27:18.901 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:27:18.901 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:27:18.901 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000453922 s, 1.1 MB/s 2023-10-08T22:27:18.902 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T22:27:18.955 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/nvme4n1 2023-10-08T22:27:19.009 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/nvme4n1 2023-10-08T22:27:19.009 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T22:27:19.010 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-10-08T22:27:19.010 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T22:27:19.010 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2023-10-08 22:26:35.912761928 +0000 2023-10-08T22:27:19.010 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2023-10-08 22:21:49.311845185 +0000 2023-10-08T22:27:19.010 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2023-10-08 22:21:49.311845185 +0000 2023-10-08T22:27:19.010 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2023-10-08T22:27:19.010 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T22:27:19.069 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2023-10-08T22:27:19.069 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2023-10-08T22:27:19.069 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000507135 s, 1.0 MB/s 2023-10-08T22:27:19.071 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T22:27:19.123 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-08T22:27:19.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:19 smithi029 bash[24314]: cluster 2023-10-08T22:27:18.591912+0000 mgr.smithi029.golwmn (mgr.14195) 50 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:19.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:19 smithi132 bash[32340]: cluster 2023-10-08T22:27:18.591912+0000 mgr.smithi029.golwmn (mgr.14195) 50 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:21.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:21 smithi029 bash[24314]: audit 2023-10-08T22:27:20.345993+0000 mon.smithi029 (mon.0) 291 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:21.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:21 smithi029 bash[24314]: audit 2023-10-08T22:27:20.353547+0000 mon.smithi029 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:21.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:21 smithi029 bash[24314]: cephadm 2023-10-08T22:27:20.363010+0000 mgr.smithi029.golwmn (mgr.14195) 51 : cephadm 1 Reconfiguring grafana.smithi029 (dependencies changed)... 2023-10-08T22:27:21.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:21 smithi029 bash[24314]: cephadm 2023-10-08T22:27:20.380489+0000 mgr.smithi029.golwmn (mgr.14195) 52 : cephadm 1 Reconfiguring daemon grafana.smithi029 on smithi029 2023-10-08T22:27:21.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:21 smithi029 bash[24314]: cluster 2023-10-08T22:27:20.592229+0000 mgr.smithi029.golwmn (mgr.14195) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:21.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:21 smithi132 bash[32340]: audit 2023-10-08T22:27:20.345993+0000 mon.smithi029 (mon.0) 291 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:21.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:21 smithi132 bash[32340]: audit 2023-10-08T22:27:20.353547+0000 mon.smithi029 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:21.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:21 smithi132 bash[32340]: cephadm 2023-10-08T22:27:20.363010+0000 mgr.smithi029.golwmn (mgr.14195) 51 : cephadm 1 Reconfiguring grafana.smithi029 (dependencies changed)... 2023-10-08T22:27:21.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:21 smithi132 bash[32340]: cephadm 2023-10-08T22:27:20.380489+0000 mgr.smithi029.golwmn (mgr.14195) 52 : cephadm 1 Reconfiguring daemon grafana.smithi029 on smithi029 2023-10-08T22:27:21.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:21 smithi132 bash[32340]: cluster 2023-10-08T22:27:20.592229+0000 mgr.smithi029.golwmn (mgr.14195) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:23.871 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi132/config 2023-10-08T22:27:24.030 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:23 smithi029 bash[24314]: cluster 2023-10-08T22:27:22.592603+0000 mgr.smithi029.golwmn (mgr.14195) 54 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:24.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:23 smithi132 bash[32340]: cluster 2023-10-08T22:27:22.592603+0000 mgr.smithi029.golwmn (mgr.14195) 54 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:25.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:25 smithi029 bash[24314]: cluster 2023-10-08T22:27:24.593068+0000 mgr.smithi029.golwmn (mgr.14195) 55 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:25.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:25 smithi132 bash[32340]: cluster 2023-10-08T22:27:24.593068+0000 mgr.smithi029.golwmn (mgr.14195) 55 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:26.604 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled osd.all-available-devices update... 2023-10-08T22:27:27.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:26 smithi132 bash[32340]: audit 2023-10-08T22:27:25.978045+0000 mon.smithi029 (mon.0) 293 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:27.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:26 smithi132 bash[32340]: audit 2023-10-08T22:27:25.985101+0000 mon.smithi029 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:27.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:26 smithi132 bash[32340]: audit 2023-10-08T22:27:26.601774+0000 mon.smithi029 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:27.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:26 smithi132 bash[32340]: audit 2023-10-08T22:27:26.670267+0000 mon.smithi029 (mon.0) 296 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:27.177 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-08T22:27:27.177 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:27:27.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:26 smithi029 bash[24314]: audit 2023-10-08T22:27:25.978045+0000 mon.smithi029 (mon.0) 293 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:27.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:26 smithi029 bash[24314]: audit 2023-10-08T22:27:25.985101+0000 mon.smithi029 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:27.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:26 smithi029 bash[24314]: audit 2023-10-08T22:27:26.601774+0000 mon.smithi029 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:27.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:26 smithi029 bash[24314]: audit 2023-10-08T22:27:26.670267+0000 mon.smithi029 (mon.0) 296 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:28.055 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: cephadm 2023-10-08T22:27:26.009398+0000 mgr.smithi029.golwmn (mgr.14195) 56 : cephadm 1 Reconfiguring prometheus.smithi029 (dependencies changed)... 2023-10-08T22:27:28.055 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: cephadm 2023-10-08T22:27:26.269626+0000 mgr.smithi029.golwmn (mgr.14195) 57 : cephadm 1 Reconfiguring daemon prometheus.smithi029 on smithi029 2023-10-08T22:27:28.055 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: audit 2023-10-08T22:27:26.592978+0000 mgr.smithi029.golwmn (mgr.14195) 58 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:27:28.055 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: cluster 2023-10-08T22:27:26.593378+0000 mgr.smithi029.golwmn (mgr.14195) 59 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:28.056 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: cephadm 2023-10-08T22:27:26.594981+0000 mgr.smithi029.golwmn (mgr.14195) 60 : cephadm 1 Marking host: smithi029 for OSDSpec preview refresh. 2023-10-08T22:27:28.056 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: cephadm 2023-10-08T22:27:26.595058+0000 mgr.smithi029.golwmn (mgr.14195) 61 : cephadm 1 Marking host: smithi132 for OSDSpec preview refresh. 2023-10-08T22:27:28.056 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:27 smithi029 bash[24314]: cephadm 2023-10-08T22:27:26.595421+0000 mgr.smithi029.golwmn (mgr.14195) 62 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-10-08T22:27:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: cephadm 2023-10-08T22:27:26.009398+0000 mgr.smithi029.golwmn (mgr.14195) 56 : cephadm 1 Reconfiguring prometheus.smithi029 (dependencies changed)... 2023-10-08T22:27:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: cephadm 2023-10-08T22:27:26.269626+0000 mgr.smithi029.golwmn (mgr.14195) 57 : cephadm 1 Reconfiguring daemon prometheus.smithi029 on smithi029 2023-10-08T22:27:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: audit 2023-10-08T22:27:26.592978+0000 mgr.smithi029.golwmn (mgr.14195) 58 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:27:28.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: cluster 2023-10-08T22:27:26.593378+0000 mgr.smithi029.golwmn (mgr.14195) 59 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:28.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: cephadm 2023-10-08T22:27:26.594981+0000 mgr.smithi029.golwmn (mgr.14195) 60 : cephadm 1 Marking host: smithi029 for OSDSpec preview refresh. 2023-10-08T22:27:28.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: cephadm 2023-10-08T22:27:26.595058+0000 mgr.smithi029.golwmn (mgr.14195) 61 : cephadm 1 Marking host: smithi132 for OSDSpec preview refresh. 2023-10-08T22:27:28.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:27 smithi132 bash[32340]: cephadm 2023-10-08T22:27:26.595421+0000 mgr.smithi029.golwmn (mgr.14195) 62 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-10-08T22:27:29.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:29 smithi029 bash[24314]: cluster 2023-10-08T22:27:28.593702+0000 mgr.smithi029.golwmn (mgr.14195) 63 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:29.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:29 smithi132 bash[32340]: cluster 2023-10-08T22:27:28.593702+0000 mgr.smithi029.golwmn (mgr.14195) 63 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:31.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:31 smithi029 bash[24314]: cluster 2023-10-08T22:27:30.594113+0000 mgr.smithi029.golwmn (mgr.14195) 64 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:31 smithi132 bash[32340]: cluster 2023-10-08T22:27:30.594113+0000 mgr.smithi029.golwmn (mgr.14195) 64 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:32.515 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: audit 2023-10-08T22:27:32.145685+0000 mon.smithi029 (mon.0) 297 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: audit 2023-10-08T22:27:32.152121+0000 mon.smithi029 (mon.0) 298 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: cephadm 2023-10-08T22:27:32.200723+0000 mgr.smithi029.golwmn (mgr.14195) 65 : cephadm 1 Reconfiguring ceph-exporter.smithi132 (monmap changed)... 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: audit 2023-10-08T22:27:32.201418+0000 mon.smithi029 (mon.0) 299 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi132", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: audit 2023-10-08T22:27:32.202870+0000 mon.smithi029 (mon.0) 300 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: cephadm 2023-10-08T22:27:32.204222+0000 mgr.smithi029.golwmn (mgr.14195) 66 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi132 on smithi132 2023-10-08T22:27:33.461 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:33 smithi132 bash[32340]: cluster 2023-10-08T22:27:32.594510+0000 mgr.smithi029.golwmn (mgr.14195) 67 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: audit 2023-10-08T22:27:32.145685+0000 mon.smithi029 (mon.0) 297 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: audit 2023-10-08T22:27:32.152121+0000 mon.smithi029 (mon.0) 298 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: cephadm 2023-10-08T22:27:32.200723+0000 mgr.smithi029.golwmn (mgr.14195) 65 : cephadm 1 Reconfiguring ceph-exporter.smithi132 (monmap changed)... 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: audit 2023-10-08T22:27:32.201418+0000 mon.smithi029 (mon.0) 299 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi132", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: audit 2023-10-08T22:27:32.202870+0000 mon.smithi029 (mon.0) 300 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: cephadm 2023-10-08T22:27:32.204222+0000 mgr.smithi029.golwmn (mgr.14195) 66 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi132 on smithi132 2023-10-08T22:27:33.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:33 smithi029 bash[24314]: cluster 2023-10-08T22:27:32.594510+0000 mgr.smithi029.golwmn (mgr.14195) 67 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:35.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: audit 2023-10-08T22:27:34.098232+0000 mon.smithi029 (mon.0) 301 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:35.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: audit 2023-10-08T22:27:34.104705+0000 mon.smithi029 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:35.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: cephadm 2023-10-08T22:27:34.122866+0000 mgr.smithi029.golwmn (mgr.14195) 68 : cephadm 1 Reconfiguring crash.smithi132 (monmap changed)... 2023-10-08T22:27:35.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: audit 2023-10-08T22:27:34.123557+0000 mon.smithi029 (mon.0) 303 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:27:35.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: audit 2023-10-08T22:27:34.125593+0000 mon.smithi029 (mon.0) 304 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:35.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: cephadm 2023-10-08T22:27:34.127351+0000 mgr.smithi029.golwmn (mgr.14195) 69 : cephadm 1 Reconfiguring daemon crash.smithi132 on smithi132 2023-10-08T22:27:35.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:35 smithi029 bash[24314]: cluster 2023-10-08T22:27:34.594952+0000 mgr.smithi029.golwmn (mgr.14195) 70 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:35.469 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: audit 2023-10-08T22:27:34.098232+0000 mon.smithi029 (mon.0) 301 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:35.469 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: audit 2023-10-08T22:27:34.104705+0000 mon.smithi029 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:35.469 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: cephadm 2023-10-08T22:27:34.122866+0000 mgr.smithi029.golwmn (mgr.14195) 68 : cephadm 1 Reconfiguring crash.smithi132 (monmap changed)... 2023-10-08T22:27:35.469 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: audit 2023-10-08T22:27:34.123557+0000 mon.smithi029 (mon.0) 303 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T22:27:35.469 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: audit 2023-10-08T22:27:34.125593+0000 mon.smithi029 (mon.0) 304 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:35.469 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: cephadm 2023-10-08T22:27:34.127351+0000 mgr.smithi029.golwmn (mgr.14195) 69 : cephadm 1 Reconfiguring daemon crash.smithi132 on smithi132 2023-10-08T22:27:35.470 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:35 smithi132 bash[32340]: cluster 2023-10-08T22:27:34.594952+0000 mgr.smithi029.golwmn (mgr.14195) 70 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:36.357 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:27:37.114 INFO:teuthology.orchestra.run.smithi029.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-08T22:27:37.261 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: audit 2023-10-08T22:27:35.900911+0000 mon.smithi029 (mon.0) 305 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:37.261 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: audit 2023-10-08T22:27:35.908011+0000 mon.smithi029 (mon.0) 306 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:37.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: cephadm 2023-10-08T22:27:35.946339+0000 mgr.smithi029.golwmn (mgr.14195) 71 : cephadm 1 Reconfiguring mgr.smithi132.hsbnyx (monmap changed)... 2023-10-08T22:27:37.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: audit 2023-10-08T22:27:35.946991+0000 mon.smithi029 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.hsbnyx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T22:27:37.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: audit 2023-10-08T22:27:35.948733+0000 mon.smithi029 (mon.0) 308 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T22:27:37.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: audit 2023-10-08T22:27:35.950178+0000 mon.smithi029 (mon.0) 309 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:37.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: cephadm 2023-10-08T22:27:35.951564+0000 mgr.smithi029.golwmn (mgr.14195) 72 : cephadm 1 Reconfiguring daemon mgr.smithi132.hsbnyx on smithi132 2023-10-08T22:27:37.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:36 smithi132 bash[32340]: audit 2023-10-08T22:27:36.352813+0000 mon.smithi029 (mon.0) 310 : audit 0 from='client.? 172.21.15.29:0/1877655020' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: audit 2023-10-08T22:27:35.900911+0000 mon.smithi029 (mon.0) 305 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: audit 2023-10-08T22:27:35.908011+0000 mon.smithi029 (mon.0) 306 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: cephadm 2023-10-08T22:27:35.946339+0000 mgr.smithi029.golwmn (mgr.14195) 71 : cephadm 1 Reconfiguring mgr.smithi132.hsbnyx (monmap changed)... 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: audit 2023-10-08T22:27:35.946991+0000 mon.smithi029 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.hsbnyx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: audit 2023-10-08T22:27:35.948733+0000 mon.smithi029 (mon.0) 308 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: audit 2023-10-08T22:27:35.950178+0000 mon.smithi029 (mon.0) 309 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:37.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: cephadm 2023-10-08T22:27:35.951564+0000 mgr.smithi029.golwmn (mgr.14195) 72 : cephadm 1 Reconfiguring daemon mgr.smithi132.hsbnyx on smithi132 2023-10-08T22:27:37.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:36 smithi029 bash[24314]: audit 2023-10-08T22:27:36.352813+0000 mon.smithi029 (mon.0) 310 : audit 0 from='client.? 172.21.15.29:0/1877655020' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:27:38.115 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:27:38.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:37 smithi029 bash[24314]: cluster 2023-10-08T22:27:36.595338+0000 mgr.smithi029.golwmn (mgr.14195) 73 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:38.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:37 smithi029 bash[24314]: audit 2023-10-08T22:27:37.658369+0000 mon.smithi029 (mon.0) 311 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:38.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:37 smithi029 bash[24314]: audit 2023-10-08T22:27:37.664771+0000 mon.smithi029 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:38.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:37 smithi029 bash[24314]: audit 2023-10-08T22:27:37.670472+0000 mon.smithi029 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T22:27:38.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:37 smithi029 bash[24314]: audit 2023-10-08T22:27:37.671937+0000 mon.smithi029 (mon.0) 314 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T22:27:38.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:37 smithi029 bash[24314]: audit 2023-10-08T22:27:37.673449+0000 mon.smithi029 (mon.0) 315 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:38.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:37 smithi132 bash[32340]: cluster 2023-10-08T22:27:36.595338+0000 mgr.smithi029.golwmn (mgr.14195) 73 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:38.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:37 smithi132 bash[32340]: audit 2023-10-08T22:27:37.658369+0000 mon.smithi029 (mon.0) 311 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:38.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:37 smithi132 bash[32340]: audit 2023-10-08T22:27:37.664771+0000 mon.smithi029 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:38.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:37 smithi132 bash[32340]: audit 2023-10-08T22:27:37.670472+0000 mon.smithi029 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T22:27:38.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:37 smithi132 bash[32340]: audit 2023-10-08T22:27:37.671937+0000 mon.smithi029 (mon.0) 314 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T22:27:38.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:37 smithi132 bash[32340]: audit 2023-10-08T22:27:37.673449+0000 mon.smithi029 (mon.0) 315 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:39.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:38 smithi132 bash[32340]: cephadm 2023-10-08T22:27:37.669816+0000 mgr.smithi029.golwmn (mgr.14195) 74 : cephadm 1 Reconfiguring mon.smithi132 (monmap changed)... 2023-10-08T22:27:39.262 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:38 smithi132 bash[32340]: cephadm 2023-10-08T22:27:37.675094+0000 mgr.smithi029.golwmn (mgr.14195) 75 : cephadm 1 Reconfiguring daemon mon.smithi132 on smithi132 2023-10-08T22:27:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:38 smithi029 bash[24314]: cephadm 2023-10-08T22:27:37.669816+0000 mgr.smithi029.golwmn (mgr.14195) 74 : cephadm 1 Reconfiguring mon.smithi132 (monmap changed)... 2023-10-08T22:27:39.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:38 smithi029 bash[24314]: cephadm 2023-10-08T22:27:37.675094+0000 mgr.smithi029.golwmn (mgr.14195) 75 : cephadm 1 Reconfiguring daemon mon.smithi132 on smithi132 2023-10-08T22:27:40.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: cluster 2023-10-08T22:27:38.595747+0000 mgr.smithi029.golwmn (mgr.14195) 76 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:40.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.394213+0000 mon.smithi029 (mon.0) 316 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.402012+0000 mon.smithi029 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.452246+0000 mon.smithi029 (mon.0) 318 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T22:27:40.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.455109+0000 mon.smithi029 (mon.0) 319 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.463623+0000 mon.smithi029 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.473272+0000 mon.smithi029 (mon.0) 321 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.482356+0000 mon.smithi029 (mon.0) 322 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.492617+0000 mon.smithi029 (mon.0) 323 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.503379+0000 mon.smithi029 (mon.0) 324 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.513118+0000 mon.smithi029 (mon.0) 325 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.521398+0000 mon.smithi029 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:39 smithi029 bash[24314]: audit 2023-10-08T22:27:39.543006+0000 mon.smithi029 (mon.0) 327 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:27:40.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: cluster 2023-10-08T22:27:38.595747+0000 mgr.smithi029.golwmn (mgr.14195) 76 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.394213+0000 mon.smithi029 (mon.0) 316 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.402012+0000 mon.smithi029 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.452246+0000 mon.smithi029 (mon.0) 318 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.455109+0000 mon.smithi029 (mon.0) 319 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.463623+0000 mon.smithi029 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.473272+0000 mon.smithi029 (mon.0) 321 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.482356+0000 mon.smithi029 (mon.0) 322 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.492617+0000 mon.smithi029 (mon.0) 323 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.503379+0000 mon.smithi029 (mon.0) 324 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.513118+0000 mon.smithi029 (mon.0) 325 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T22:27:40.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.521398+0000 mon.smithi029 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:40.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:39 smithi132 bash[32340]: audit 2023-10-08T22:27:39.543006+0000 mon.smithi029 (mon.0) 327 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:27:41.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:40 smithi029 bash[24314]: audit 2023-10-08T22:27:39.452987+0000 mgr.smithi029.golwmn (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T22:27:41.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:40 smithi029 bash[24314]: audit 2023-10-08T22:27:39.455961+0000 mgr.smithi029.golwmn (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T22:27:41.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:40 smithi029 bash[24314]: audit 2023-10-08T22:27:39.473930+0000 mgr.smithi029.golwmn (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T22:27:41.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:40 smithi029 bash[24314]: audit 2023-10-08T22:27:39.483224+0000 mgr.smithi029.golwmn (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T22:27:41.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:40 smithi029 bash[24314]: audit 2023-10-08T22:27:39.504327+0000 mgr.smithi029.golwmn (mgr.14195) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:27:41.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:40 smithi029 bash[24314]: audit 2023-10-08T22:27:39.513814+0000 mgr.smithi029.golwmn (mgr.14195) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T22:27:41.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:40 smithi132 bash[32340]: audit 2023-10-08T22:27:39.452987+0000 mgr.smithi029.golwmn (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T22:27:41.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:40 smithi132 bash[32340]: audit 2023-10-08T22:27:39.455961+0000 mgr.smithi029.golwmn (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-10-08T22:27:41.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:40 smithi132 bash[32340]: audit 2023-10-08T22:27:39.473930+0000 mgr.smithi029.golwmn (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T22:27:41.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:40 smithi132 bash[32340]: audit 2023-10-08T22:27:39.483224+0000 mgr.smithi029.golwmn (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-10-08T22:27:41.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:40 smithi132 bash[32340]: audit 2023-10-08T22:27:39.504327+0000 mgr.smithi029.golwmn (mgr.14195) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:27:41.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:40 smithi132 bash[32340]: audit 2023-10-08T22:27:39.513814+0000 mgr.smithi029.golwmn (mgr.14195) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-10-08T22:27:42.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:41 smithi029 bash[24314]: cluster 2023-10-08T22:27:40.596277+0000 mgr.smithi029.golwmn (mgr.14195) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:42.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:41 smithi029 bash[24314]: audit 2023-10-08T22:27:41.671333+0000 mon.smithi029 (mon.0) 328 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:42.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:41 smithi132 bash[32340]: cluster 2023-10-08T22:27:40.596277+0000 mgr.smithi029.golwmn (mgr.14195) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:42.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:41 smithi132 bash[32340]: audit 2023-10-08T22:27:41.671333+0000 mon.smithi029 (mon.0) 328 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:42.846 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:27:44.211 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:43 smithi029 bash[24314]: cluster 2023-10-08T22:27:42.596743+0000 mgr.smithi029.golwmn (mgr.14195) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:44.274 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:43 smithi132 bash[32340]: cluster 2023-10-08T22:27:42.596743+0000 mgr.smithi029.golwmn (mgr.14195) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:46.111 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:27:46.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: cluster 2023-10-08T22:27:44.597092+0000 mgr.smithi029.golwmn (mgr.14195) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:46.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.030487+0000 mon.smithi029 (mon.0) 329 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.036122+0000 mon.smithi029 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.188501+0000 mon.smithi029 (mon.0) 331 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.194400+0000 mon.smithi029 (mon.0) 332 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.511887+0000 mon.smithi029 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.516756+0000 mon.smithi029 (mon.0) 334 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.669976+0000 mon.smithi029 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.677592+0000 mon.smithi029 (mon.0) 336 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.679363+0000 mon.smithi029 (mon.0) 337 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.681074+0000 mon.smithi029 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.687251+0000 mon.smithi029 (mon.0) 339 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.692169+0000 mon.smithi029 (mon.0) 340 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.698003+0000 mon.smithi029 (mon.0) 341 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.699239+0000 mon.smithi029 (mon.0) 342 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:46.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.703710+0000 mon.smithi029 (mon.0) 343 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:27:46.314 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:45 smithi029 bash[24314]: audit 2023-10-08T22:27:45.704920+0000 mon.smithi029 (mon.0) 344 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:46.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: cluster 2023-10-08T22:27:44.597092+0000 mgr.smithi029.golwmn (mgr.14195) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:46.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.030487+0000 mon.smithi029 (mon.0) 329 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.036122+0000 mon.smithi029 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.188501+0000 mon.smithi029 (mon.0) 331 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.194400+0000 mon.smithi029 (mon.0) 332 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.511887+0000 mon.smithi029 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.516756+0000 mon.smithi029 (mon.0) 334 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.669976+0000 mon.smithi029 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.677592+0000 mon.smithi029 (mon.0) 336 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.679363+0000 mon.smithi029 (mon.0) 337 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.681074+0000 mon.smithi029 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.687251+0000 mon.smithi029 (mon.0) 339 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.692169+0000 mon.smithi029 (mon.0) 340 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:27:46.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.698003+0000 mon.smithi029 (mon.0) 341 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:27:46.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.699239+0000 mon.smithi029 (mon.0) 342 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:46.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.703710+0000 mon.smithi029 (mon.0) 343 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:27:46.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:45 smithi132 bash[32340]: audit 2023-10-08T22:27:45.704920+0000 mon.smithi029 (mon.0) 344 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:27:46.910 INFO:teuthology.orchestra.run.smithi029.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-08T22:27:47.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:46 smithi029 bash[24314]: audit 2023-10-08T22:27:46.109885+0000 mon.smithi029 (mon.0) 345 : audit 0 from='client.? 172.21.15.29:0/2544877587' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:27:47.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:46 smithi132 bash[32340]: audit 2023-10-08T22:27:46.109885+0000 mon.smithi029 (mon.0) 345 : audit 0 from='client.? 172.21.15.29:0/2544877587' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:27:47.912 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:27:48.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:47 smithi029 bash[24314]: cluster 2023-10-08T22:27:46.597565+0000 mgr.smithi029.golwmn (mgr.14195) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:48.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:47 smithi132 bash[32340]: cluster 2023-10-08T22:27:46.597565+0000 mgr.smithi029.golwmn (mgr.14195) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:49.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:49 smithi029 bash[24314]: cluster 2023-10-08T22:27:48.598047+0000 mgr.smithi029.golwmn (mgr.14195) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:49.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:49 smithi132 bash[32340]: cluster 2023-10-08T22:27:48.598047+0000 mgr.smithi029.golwmn (mgr.14195) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:52.052 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:51 smithi029 bash[24314]: cluster 2023-10-08T22:27:50.601130+0000 mgr.smithi029.golwmn (mgr.14195) 88 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:52.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:51 smithi132 bash[32340]: cluster 2023-10-08T22:27:50.601130+0000 mgr.smithi029.golwmn (mgr.14195) 88 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:53.163 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:27:54.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:53 smithi029 bash[24314]: cluster 2023-10-08T22:27:52.601538+0000 mgr.smithi029.golwmn (mgr.14195) 89 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:54.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:53 smithi132 bash[32340]: cluster 2023-10-08T22:27:52.601538+0000 mgr.smithi029.golwmn (mgr.14195) 89 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:54.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:54 smithi029 bash[24314]: audit 2023-10-08T22:27:54.517184+0000 mon.smithi029 (mon.0) 346 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "821714e1-5f27-48dc-99f3-0c0823290f90"}]: dispatch 2023-10-08T22:27:54.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:54 smithi029 bash[24314]: audit 2023-10-08T22:27:54.518388+0000 mon.smithi132 (mon.1) 2 : audit 1 from='client.? 172.21.15.132:0/3994408354' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "821714e1-5f27-48dc-99f3-0c0823290f90"}]: dispatch 2023-10-08T22:27:54.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:54 smithi029 bash[24314]: audit 2023-10-08T22:27:54.524272+0000 mon.smithi029 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "821714e1-5f27-48dc-99f3-0c0823290f90"}]': finished 2023-10-08T22:27:54.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:54 smithi029 bash[24314]: cluster 2023-10-08T22:27:54.524529+0000 mon.smithi029 (mon.0) 348 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-10-08T22:27:54.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:54 smithi029 bash[24314]: audit 2023-10-08T22:27:54.524744+0000 mon.smithi029 (mon.0) 349 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:27:55.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:54 smithi132 bash[32340]: audit 2023-10-08T22:27:54.517184+0000 mon.smithi029 (mon.0) 346 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "821714e1-5f27-48dc-99f3-0c0823290f90"}]: dispatch 2023-10-08T22:27:55.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:54 smithi132 bash[32340]: audit 2023-10-08T22:27:54.518388+0000 mon.smithi132 (mon.1) 2 : audit 1 from='client.? 172.21.15.132:0/3994408354' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "821714e1-5f27-48dc-99f3-0c0823290f90"}]: dispatch 2023-10-08T22:27:55.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:54 smithi132 bash[32340]: audit 2023-10-08T22:27:54.524272+0000 mon.smithi029 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "821714e1-5f27-48dc-99f3-0c0823290f90"}]': finished 2023-10-08T22:27:55.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:54 smithi132 bash[32340]: cluster 2023-10-08T22:27:54.524529+0000 mon.smithi029 (mon.0) 348 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-10-08T22:27:55.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:54 smithi132 bash[32340]: audit 2023-10-08T22:27:54.524744+0000 mon.smithi029 (mon.0) 349 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:27:55.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:55 smithi029 bash[24314]: cluster 2023-10-08T22:27:54.601956+0000 mgr.smithi029.golwmn (mgr.14195) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:56.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:55 smithi132 bash[32340]: cluster 2023-10-08T22:27:54.601956+0000 mgr.smithi029.golwmn (mgr.14195) 90 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:56.951 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:27:56.979 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:56 smithi029 bash[24314]: audit 2023-10-08T22:27:56.031734+0000 mon.smithi029 (mon.0) 350 : audit 1 from='client.? 172.21.15.29:0/2424724190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ad0d76-a78a-453b-b46e-5ff52a39c3f4"}]: dispatch 2023-10-08T22:27:56.979 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:56 smithi029 bash[24314]: audit 2023-10-08T22:27:56.036145+0000 mon.smithi029 (mon.0) 351 : audit 1 from='client.? 172.21.15.29:0/2424724190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7ad0d76-a78a-453b-b46e-5ff52a39c3f4"}]': finished 2023-10-08T22:27:56.979 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:56 smithi029 bash[24314]: cluster 2023-10-08T22:27:56.036210+0000 mon.smithi029 (mon.0) 352 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-10-08T22:27:56.980 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:56 smithi029 bash[24314]: audit 2023-10-08T22:27:56.036425+0000 mon.smithi029 (mon.0) 353 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:27:56.980 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:56 smithi029 bash[24314]: audit 2023-10-08T22:27:56.036683+0000 mon.smithi029 (mon.0) 354 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:27:56.980 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:56 smithi029 bash[24314]: audit 2023-10-08T22:27:56.162717+0000 mon.smithi132 (mon.1) 3 : audit 0 from='client.? 172.21.15.132:0/546039326' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:27:57.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:56 smithi132 bash[32340]: audit 2023-10-08T22:27:56.031734+0000 mon.smithi029 (mon.0) 350 : audit 1 from='client.? 172.21.15.29:0/2424724190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ad0d76-a78a-453b-b46e-5ff52a39c3f4"}]: dispatch 2023-10-08T22:27:57.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:56 smithi132 bash[32340]: audit 2023-10-08T22:27:56.036145+0000 mon.smithi029 (mon.0) 351 : audit 1 from='client.? 172.21.15.29:0/2424724190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7ad0d76-a78a-453b-b46e-5ff52a39c3f4"}]': finished 2023-10-08T22:27:57.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:56 smithi132 bash[32340]: cluster 2023-10-08T22:27:56.036210+0000 mon.smithi029 (mon.0) 352 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-10-08T22:27:57.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:56 smithi132 bash[32340]: audit 2023-10-08T22:27:56.036425+0000 mon.smithi029 (mon.0) 353 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:27:57.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:56 smithi132 bash[32340]: audit 2023-10-08T22:27:56.036683+0000 mon.smithi029 (mon.0) 354 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:27:57.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:56 smithi132 bash[32340]: audit 2023-10-08T22:27:56.162717+0000 mon.smithi132 (mon.1) 3 : audit 0 from='client.? 172.21.15.132:0/546039326' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:27:57.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:57 smithi029 bash[24314]: cluster 2023-10-08T22:27:56.602267+0000 mgr.smithi029.golwmn (mgr.14195) 91 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:57.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:57 smithi029 bash[24314]: audit 2023-10-08T22:27:56.671347+0000 mon.smithi029 (mon.0) 355 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:57.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:57 smithi029 bash[24314]: audit 2023-10-08T22:27:56.949762+0000 mon.smithi029 (mon.0) 356 : audit 0 from='client.? 172.21.15.29:0/3835519413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:27:57.916 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1696804076,"num_remapped_pgs":0} 2023-10-08T22:27:58.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:57 smithi132 bash[32340]: cluster 2023-10-08T22:27:56.602267+0000 mgr.smithi029.golwmn (mgr.14195) 91 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:27:58.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:57 smithi132 bash[32340]: audit 2023-10-08T22:27:56.671347+0000 mon.smithi029 (mon.0) 355 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:27:58.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:57 smithi132 bash[32340]: audit 2023-10-08T22:27:56.949762+0000 mon.smithi029 (mon.0) 356 : audit 0 from='client.? 172.21.15.29:0/3835519413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:27:58.917 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:27:58.928 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:58 smithi029 bash[24314]: audit 2023-10-08T22:27:58.019094+0000 mon.smithi029 (mon.0) 357 : audit 0 from='client.? 172.21.15.29:0/2626368431' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:27:59.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:58 smithi132 bash[32340]: audit 2023-10-08T22:27:58.019094+0000 mon.smithi029 (mon.0) 357 : audit 0 from='client.? 172.21.15.29:0/2626368431' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:00.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: cluster 2023-10-08T22:27:58.602660+0000 mgr.smithi029.golwmn (mgr.14195) 92 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:00.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: audit 2023-10-08T22:27:59.015993+0000 mon.smithi029 (mon.0) 358 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5977130b-6b4a-41aa-8a82-c6fbd205d68b"}]: dispatch 2023-10-08T22:28:00.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: audit 2023-10-08T22:27:59.017018+0000 mon.smithi132 (mon.1) 4 : audit 1 from='client.? 172.21.15.132:0/144946121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5977130b-6b4a-41aa-8a82-c6fbd205d68b"}]: dispatch 2023-10-08T22:28:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: audit 2023-10-08T22:27:59.022880+0000 mon.smithi029 (mon.0) 359 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5977130b-6b4a-41aa-8a82-c6fbd205d68b"}]': finished 2023-10-08T22:28:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: cluster 2023-10-08T22:27:59.022970+0000 mon.smithi029 (mon.0) 360 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-10-08T22:28:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: audit 2023-10-08T22:27:59.023130+0000 mon.smithi029 (mon.0) 361 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: audit 2023-10-08T22:27:59.023585+0000 mon.smithi029 (mon.0) 362 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:27:59 smithi029 bash[24314]: audit 2023-10-08T22:27:59.023840+0000 mon.smithi029 (mon.0) 363 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: cluster 2023-10-08T22:27:58.602660+0000 mgr.smithi029.golwmn (mgr.14195) 92 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: audit 2023-10-08T22:27:59.015993+0000 mon.smithi029 (mon.0) 358 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5977130b-6b4a-41aa-8a82-c6fbd205d68b"}]: dispatch 2023-10-08T22:28:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: audit 2023-10-08T22:27:59.017018+0000 mon.smithi132 (mon.1) 4 : audit 1 from='client.? 172.21.15.132:0/144946121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5977130b-6b4a-41aa-8a82-c6fbd205d68b"}]: dispatch 2023-10-08T22:28:00.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: audit 2023-10-08T22:27:59.022880+0000 mon.smithi029 (mon.0) 359 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5977130b-6b4a-41aa-8a82-c6fbd205d68b"}]': finished 2023-10-08T22:28:00.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: cluster 2023-10-08T22:27:59.022970+0000 mon.smithi029 (mon.0) 360 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-10-08T22:28:00.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: audit 2023-10-08T22:27:59.023130+0000 mon.smithi029 (mon.0) 361 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:00.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: audit 2023-10-08T22:27:59.023585+0000 mon.smithi029 (mon.0) 362 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:00.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:27:59 smithi132 bash[32340]: audit 2023-10-08T22:27:59.023840+0000 mon.smithi029 (mon.0) 363 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:01.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:00 smithi029 bash[24314]: audit 2023-10-08T22:28:00.640476+0000 mon.smithi132 (mon.1) 5 : audit 0 from='client.? 172.21.15.132:0/3814631307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:01.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:00 smithi132 bash[32340]: audit 2023-10-08T22:28:00.640476+0000 mon.smithi132 (mon.1) 5 : audit 0 from='client.? 172.21.15.132:0/3814631307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:02.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: cluster 2023-10-08T22:28:00.603052+0000 mgr.smithi029.golwmn (mgr.14195) 93 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:02.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: audit 2023-10-08T22:28:00.902285+0000 mon.smithi029 (mon.0) 364 : audit 1 from='client.? 172.21.15.29:0/38490263' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "133428cc-61fa-435a-81fe-879108107d39"}]: dispatch 2023-10-08T22:28:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: audit 2023-10-08T22:28:00.910259+0000 mon.smithi029 (mon.0) 365 : audit 1 from='client.? 172.21.15.29:0/38490263' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "133428cc-61fa-435a-81fe-879108107d39"}]': finished 2023-10-08T22:28:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: cluster 2023-10-08T22:28:00.910400+0000 mon.smithi029 (mon.0) 366 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-10-08T22:28:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: audit 2023-10-08T22:28:00.910629+0000 mon.smithi029 (mon.0) 367 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: audit 2023-10-08T22:28:00.911259+0000 mon.smithi029 (mon.0) 368 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: audit 2023-10-08T22:28:00.911667+0000 mon.smithi029 (mon.0) 369 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:01 smithi029 bash[24314]: audit 2023-10-08T22:28:00.912064+0000 mon.smithi029 (mon.0) 370 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: cluster 2023-10-08T22:28:00.603052+0000 mgr.smithi029.golwmn (mgr.14195) 93 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: audit 2023-10-08T22:28:00.902285+0000 mon.smithi029 (mon.0) 364 : audit 1 from='client.? 172.21.15.29:0/38490263' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "133428cc-61fa-435a-81fe-879108107d39"}]: dispatch 2023-10-08T22:28:02.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: audit 2023-10-08T22:28:00.910259+0000 mon.smithi029 (mon.0) 365 : audit 1 from='client.? 172.21.15.29:0/38490263' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "133428cc-61fa-435a-81fe-879108107d39"}]': finished 2023-10-08T22:28:02.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: cluster 2023-10-08T22:28:00.910400+0000 mon.smithi029 (mon.0) 366 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-10-08T22:28:02.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: audit 2023-10-08T22:28:00.910629+0000 mon.smithi029 (mon.0) 367 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:02.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: audit 2023-10-08T22:28:00.911259+0000 mon.smithi029 (mon.0) 368 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:02.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: audit 2023-10-08T22:28:00.911667+0000 mon.smithi029 (mon.0) 369 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:02.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:01 smithi132 bash[32340]: audit 2023-10-08T22:28:00.912064+0000 mon.smithi029 (mon.0) 370 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:03.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:02 smithi029 bash[24314]: audit 2023-10-08T22:28:02.573531+0000 mon.smithi029 (mon.0) 371 : audit 0 from='client.? 172.21.15.29:0/3299916247' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:03.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:02 smithi132 bash[32340]: audit 2023-10-08T22:28:02.573531+0000 mon.smithi029 (mon.0) 371 : audit 0 from='client.? 172.21.15.29:0/3299916247' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:03.653 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: cluster 2023-10-08T22:28:02.603411+0000 mgr.smithi029.golwmn (mgr.14195) 94 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.512525+0000 mon.smithi029 (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a077936-882b-4cef-979d-b924ad479aa9"}]: dispatch 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.513541+0000 mon.smithi132 (mon.1) 6 : audit 1 from='client.? 172.21.15.132:0/3778957242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a077936-882b-4cef-979d-b924ad479aa9"}]: dispatch 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.518567+0000 mon.smithi029 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a077936-882b-4cef-979d-b924ad479aa9"}]': finished 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: cluster 2023-10-08T22:28:03.518704+0000 mon.smithi029 (mon.0) 374 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.518827+0000 mon.smithi029 (mon.0) 375 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.519253+0000 mon.smithi029 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.519479+0000 mon.smithi029 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.519904+0000 mon.smithi029 (mon.0) 378 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:03 smithi029 bash[24314]: audit 2023-10-08T22:28:03.520274+0000 mon.smithi029 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:04.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: cluster 2023-10-08T22:28:02.603411+0000 mgr.smithi029.golwmn (mgr.14195) 94 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:04.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.512525+0000 mon.smithi029 (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a077936-882b-4cef-979d-b924ad479aa9"}]: dispatch 2023-10-08T22:28:04.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.513541+0000 mon.smithi132 (mon.1) 6 : audit 1 from='client.? 172.21.15.132:0/3778957242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a077936-882b-4cef-979d-b924ad479aa9"}]: dispatch 2023-10-08T22:28:04.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.518567+0000 mon.smithi029 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a077936-882b-4cef-979d-b924ad479aa9"}]': finished 2023-10-08T22:28:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: cluster 2023-10-08T22:28:03.518704+0000 mon.smithi029 (mon.0) 374 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-10-08T22:28:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.518827+0000 mon.smithi029 (mon.0) 375 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.519253+0000 mon.smithi029 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.519479+0000 mon.smithi029 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.519904+0000 mon.smithi029 (mon.0) 378 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:04.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:03 smithi132 bash[32340]: audit 2023-10-08T22:28:03.520274+0000 mon.smithi029 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: cluster 2023-10-08T22:28:04.603855+0000 mgr.smithi029.golwmn (mgr.14195) 95 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.164963+0000 mon.smithi132 (mon.1) 7 : audit 0 from='client.? 172.21.15.132:0/604646670' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.454136+0000 mon.smithi029 (mon.0) 380 : audit 1 from='client.? 172.21.15.29:0/3436467469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "936507cd-9a55-4abc-983c-87718fa02e58"}]: dispatch 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.458720+0000 mon.smithi029 (mon.0) 381 : audit 1 from='client.? 172.21.15.29:0/3436467469' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "936507cd-9a55-4abc-983c-87718fa02e58"}]': finished 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: cluster 2023-10-08T22:28:05.458757+0000 mon.smithi029 (mon.0) 382 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.458868+0000 mon.smithi029 (mon.0) 383 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.459127+0000 mon.smithi029 (mon.0) 384 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.459292+0000 mon.smithi029 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.459494+0000 mon.smithi029 (mon.0) 386 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.459676+0000 mon.smithi029 (mon.0) 387 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:05 smithi029 bash[24314]: audit 2023-10-08T22:28:05.459823+0000 mon.smithi029 (mon.0) 388 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:06.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: cluster 2023-10-08T22:28:04.603855+0000 mgr.smithi029.golwmn (mgr.14195) 95 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:06.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.164963+0000 mon.smithi132 (mon.1) 7 : audit 0 from='client.? 172.21.15.132:0/604646670' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:06.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.454136+0000 mon.smithi029 (mon.0) 380 : audit 1 from='client.? 172.21.15.29:0/3436467469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "936507cd-9a55-4abc-983c-87718fa02e58"}]: dispatch 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.458720+0000 mon.smithi029 (mon.0) 381 : audit 1 from='client.? 172.21.15.29:0/3436467469' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "936507cd-9a55-4abc-983c-87718fa02e58"}]': finished 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: cluster 2023-10-08T22:28:05.458757+0000 mon.smithi029 (mon.0) 382 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.458868+0000 mon.smithi029 (mon.0) 383 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.459127+0000 mon.smithi029 (mon.0) 384 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.459292+0000 mon.smithi029 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.459494+0000 mon.smithi029 (mon.0) 386 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.459676+0000 mon.smithi029 (mon.0) 387 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:06.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:05 smithi132 bash[32340]: audit 2023-10-08T22:28:05.459823+0000 mon.smithi029 (mon.0) 388 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:07.617 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:28:08.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:07 smithi029 bash[24314]: cluster 2023-10-08T22:28:06.604343+0000 mgr.smithi029.golwmn (mgr.14195) 96 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:08.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:07 smithi029 bash[24314]: audit 2023-10-08T22:28:07.615556+0000 mon.smithi029 (mon.0) 389 : audit 0 from='client.? 172.21.15.29:0/3746395070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:08.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:07 smithi132 bash[32340]: cluster 2023-10-08T22:28:06.604343+0000 mgr.smithi029.golwmn (mgr.14195) 96 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:08.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:07 smithi132 bash[32340]: audit 2023-10-08T22:28:07.615556+0000 mon.smithi029 (mon.0) 389 : audit 0 from='client.? 172.21.15.29:0/3746395070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:08.415 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1696804085,"num_remapped_pgs":0} 2023-10-08T22:28:09.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:07.779617+0000 mon.smithi029 (mon.0) 390 : audit 0 from='client.? 172.21.15.29:0/1043785208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:09.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.004898+0000 mon.smithi029 (mon.0) 391 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c34fdb85-f8a3-4048-97d7-f471edf62c57"}]: dispatch 2023-10-08T22:28:09.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.006000+0000 mon.smithi132 (mon.1) 8 : audit 1 from='client.? 172.21.15.132:0/465241973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c34fdb85-f8a3-4048-97d7-f471edf62c57"}]: dispatch 2023-10-08T22:28:09.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.013704+0000 mon.smithi029 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c34fdb85-f8a3-4048-97d7-f471edf62c57"}]': finished 2023-10-08T22:28:09.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: cluster 2023-10-08T22:28:08.013831+0000 mon.smithi029 (mon.0) 393 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-10-08T22:28:09.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.014083+0000 mon.smithi029 (mon.0) 394 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:09.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.014640+0000 mon.smithi029 (mon.0) 395 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:09.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.014972+0000 mon.smithi029 (mon.0) 396 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:09.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.015323+0000 mon.smithi029 (mon.0) 397 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:09.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.015670+0000 mon.smithi029 (mon.0) 398 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:09.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.015977+0000 mon.smithi029 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:09.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:08 smithi029 bash[24314]: audit 2023-10-08T22:28:08.016282+0000 mon.smithi029 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:09.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:07.779617+0000 mon.smithi029 (mon.0) 390 : audit 0 from='client.? 172.21.15.29:0/1043785208' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:09.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.004898+0000 mon.smithi029 (mon.0) 391 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c34fdb85-f8a3-4048-97d7-f471edf62c57"}]: dispatch 2023-10-08T22:28:09.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.006000+0000 mon.smithi132 (mon.1) 8 : audit 1 from='client.? 172.21.15.132:0/465241973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c34fdb85-f8a3-4048-97d7-f471edf62c57"}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.013704+0000 mon.smithi029 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c34fdb85-f8a3-4048-97d7-f471edf62c57"}]': finished 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: cluster 2023-10-08T22:28:08.013831+0000 mon.smithi029 (mon.0) 393 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.014083+0000 mon.smithi029 (mon.0) 394 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.014640+0000 mon.smithi029 (mon.0) 395 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.014972+0000 mon.smithi029 (mon.0) 396 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.015323+0000 mon.smithi029 (mon.0) 397 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.015670+0000 mon.smithi029 (mon.0) 398 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.015977+0000 mon.smithi029 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:09.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:08 smithi132 bash[32340]: audit 2023-10-08T22:28:08.016282+0000 mon.smithi029 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:09.416 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:28:10.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:09 smithi029 bash[24314]: cluster 2023-10-08T22:28:08.604773+0000 mgr.smithi029.golwmn (mgr.14195) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:10.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:09 smithi132 bash[32340]: cluster 2023-10-08T22:28:08.604773+0000 mgr.smithi029.golwmn (mgr.14195) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:10.998 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:09.711974+0000 mon.smithi132 (mon.1) 9 : audit 0 from='client.? 172.21.15.132:0/3477112474' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.663927+0000 mon.smithi029 (mon.0) 401 : audit 1 from='client.? 172.21.15.29:0/3441925053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27d6fc1d-ba3a-4207-a92c-ca2c0da69a24"}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.668362+0000 mon.smithi029 (mon.0) 402 : audit 1 from='client.? 172.21.15.29:0/3441925053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27d6fc1d-ba3a-4207-a92c-ca2c0da69a24"}]': finished 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: cluster 2023-10-08T22:28:10.668432+0000 mon.smithi029 (mon.0) 403 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.668632+0000 mon.smithi029 (mon.0) 404 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.669294+0000 mon.smithi029 (mon.0) 405 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.669746+0000 mon.smithi029 (mon.0) 406 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.670219+0000 mon.smithi029 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.670536+0000 mon.smithi029 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.670977+0000 mon.smithi029 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:10.999 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.671635+0000 mon.smithi029 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:11.000 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:10 smithi029 bash[24314]: audit 2023-10-08T22:28:10.672040+0000 mon.smithi029 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:11.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:09.711974+0000 mon.smithi132 (mon.1) 9 : audit 0 from='client.? 172.21.15.132:0/3477112474' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:11.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.663927+0000 mon.smithi029 (mon.0) 401 : audit 1 from='client.? 172.21.15.29:0/3441925053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27d6fc1d-ba3a-4207-a92c-ca2c0da69a24"}]: dispatch 2023-10-08T22:28:11.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.668362+0000 mon.smithi029 (mon.0) 402 : audit 1 from='client.? 172.21.15.29:0/3441925053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27d6fc1d-ba3a-4207-a92c-ca2c0da69a24"}]': finished 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: cluster 2023-10-08T22:28:10.668432+0000 mon.smithi029 (mon.0) 403 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.668632+0000 mon.smithi029 (mon.0) 404 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.669294+0000 mon.smithi029 (mon.0) 405 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.669746+0000 mon.smithi029 (mon.0) 406 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.670219+0000 mon.smithi029 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.670536+0000 mon.smithi029 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.670977+0000 mon.smithi029 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.671635+0000 mon.smithi029 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:11.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:10 smithi132 bash[32340]: audit 2023-10-08T22:28:10.672040+0000 mon.smithi029 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:12.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:11 smithi029 bash[24314]: cluster 2023-10-08T22:28:10.605105+0000 mgr.smithi029.golwmn (mgr.14195) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:12.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:11 smithi029 bash[24314]: audit 2023-10-08T22:28:11.672285+0000 mon.smithi029 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:11 smithi132 bash[32340]: cluster 2023-10-08T22:28:10.605105+0000 mgr.smithi029.golwmn (mgr.14195) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:11 smithi132 bash[32340]: audit 2023-10-08T22:28:11.672285+0000 mon.smithi029 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:13.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:12 smithi029 bash[24314]: audit 2023-10-08T22:28:12.358727+0000 mon.smithi029 (mon.0) 413 : audit 0 from='client.? 172.21.15.29:0/1405606060' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:13.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:12 smithi132 bash[32340]: audit 2023-10-08T22:28:12.358727+0000 mon.smithi029 (mon.0) 413 : audit 0 from='client.? 172.21.15.29:0/1405606060' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T22:28:14.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:13 smithi029 bash[24314]: cluster 2023-10-08T22:28:12.605585+0000 mgr.smithi029.golwmn (mgr.14195) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:13 smithi132 bash[32340]: cluster 2023-10-08T22:28:12.605585+0000 mgr.smithi029.golwmn (mgr.14195) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:14.170 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:28:15.899 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:15 smithi029 bash[24314]: cluster 2023-10-08T22:28:14.606142+0000 mgr.smithi029.golwmn (mgr.14195) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:16.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:15 smithi132 bash[32340]: cluster 2023-10-08T22:28:14.606142+0000 mgr.smithi029.golwmn (mgr.14195) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:17.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:17 smithi029 bash[24314]: cluster 2023-10-08T22:28:16.606600+0000 mgr.smithi029.golwmn (mgr.14195) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:17.940 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:28:18.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:17 smithi132 bash[32340]: cluster 2023-10-08T22:28:16.606600+0000 mgr.smithi029.golwmn (mgr.14195) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:18.669 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696804090,"num_remapped_pgs":0} 2023-10-08T22:28:18.971 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:18 smithi132 bash[32340]: audit 2023-10-08T22:28:17.938358+0000 mon.smithi029 (mon.0) 414 : audit 0 from='client.? 172.21.15.29:0/1087817788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:19.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:18 smithi029 bash[24314]: audit 2023-10-08T22:28:17.938358+0000 mon.smithi029 (mon.0) 414 : audit 0 from='client.? 172.21.15.29:0/1087817788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:19.670 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:28:20.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:19 smithi029 bash[24314]: cluster 2023-10-08T22:28:18.607051+0000 mgr.smithi029.golwmn (mgr.14195) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:20.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:19 smithi132 bash[32340]: cluster 2023-10-08T22:28:18.607051+0000 mgr.smithi029.golwmn (mgr.14195) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:22.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:21 smithi029 bash[24314]: cluster 2023-10-08T22:28:20.607478+0000 mgr.smithi029.golwmn (mgr.14195) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:22.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:21 smithi029 bash[24314]: audit 2023-10-08T22:28:21.401249+0000 mon.smithi029 (mon.0) 415 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T22:28:22.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:21 smithi029 bash[24314]: audit 2023-10-08T22:28:21.403002+0000 mon.smithi029 (mon.0) 416 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:22.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:21 smithi132 bash[32340]: cluster 2023-10-08T22:28:20.607478+0000 mgr.smithi029.golwmn (mgr.14195) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:22.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:21 smithi132 bash[32340]: audit 2023-10-08T22:28:21.401249+0000 mon.smithi029 (mon.0) 415 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T22:28:22.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:21 smithi132 bash[32340]: audit 2023-10-08T22:28:21.403002+0000 mon.smithi029 (mon.0) 416 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:22.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:22 smithi132 bash[32340]: cephadm 2023-10-08T22:28:21.404296+0000 mgr.smithi029.golwmn (mgr.14195) 104 : cephadm 1 Deploying daemon osd.0 on smithi132 2023-10-08T22:28:23.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:22 smithi029 bash[24314]: cephadm 2023-10-08T22:28:21.404296+0000 mgr.smithi029.golwmn (mgr.14195) 104 : cephadm 1 Deploying daemon osd.0 on smithi132 2023-10-08T22:28:24.051 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:23 smithi029 bash[24314]: cluster 2023-10-08T22:28:22.607966+0000 mgr.smithi029.golwmn (mgr.14195) 105 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:24.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:23 smithi132 bash[32340]: cluster 2023-10-08T22:28:22.607966+0000 mgr.smithi029.golwmn (mgr.14195) 105 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:24.221 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:28:26.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:25 smithi029 bash[24314]: cluster 2023-10-08T22:28:24.608362+0000 mgr.smithi029.golwmn (mgr.14195) 106 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:26.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:25 smithi029 bash[24314]: audit 2023-10-08T22:28:25.740018+0000 mon.smithi029 (mon.0) 417 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T22:28:26.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:25 smithi029 bash[24314]: audit 2023-10-08T22:28:25.741170+0000 mon.smithi029 (mon.0) 418 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:26.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:25 smithi132 bash[32340]: cluster 2023-10-08T22:28:24.608362+0000 mgr.smithi029.golwmn (mgr.14195) 106 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:26.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:25 smithi132 bash[32340]: audit 2023-10-08T22:28:25.740018+0000 mon.smithi029 (mon.0) 417 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T22:28:26.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:25 smithi132 bash[32340]: audit 2023-10-08T22:28:25.741170+0000 mon.smithi029 (mon.0) 418 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: cephadm 2023-10-08T22:28:25.742383+0000 mgr.smithi029.golwmn (mgr.14195) 107 : cephadm 1 Deploying daemon osd.1 on smithi029 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: audit 2023-10-08T22:28:25.873822+0000 mon.smithi029 (mon.0) 419 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: audit 2023-10-08T22:28:25.878934+0000 mon.smithi029 (mon.0) 420 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: audit 2023-10-08T22:28:25.879896+0000 mon.smithi029 (mon.0) 421 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: audit 2023-10-08T22:28:25.880829+0000 mon.smithi029 (mon.0) 422 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: cephadm 2023-10-08T22:28:25.881677+0000 mgr.smithi029.golwmn (mgr.14195) 108 : cephadm 1 Deploying daemon osd.2 on smithi132 2023-10-08T22:28:27.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:26 smithi132 bash[32340]: audit 2023-10-08T22:28:26.671940+0000 mon.smithi029 (mon.0) 423 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:27.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: cephadm 2023-10-08T22:28:25.742383+0000 mgr.smithi029.golwmn (mgr.14195) 107 : cephadm 1 Deploying daemon osd.1 on smithi029 2023-10-08T22:28:27.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: audit 2023-10-08T22:28:25.873822+0000 mon.smithi029 (mon.0) 419 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:27.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: audit 2023-10-08T22:28:25.878934+0000 mon.smithi029 (mon.0) 420 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:27.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: audit 2023-10-08T22:28:25.879896+0000 mon.smithi029 (mon.0) 421 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T22:28:27.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: audit 2023-10-08T22:28:25.880829+0000 mon.smithi029 (mon.0) 422 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:27.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: cephadm 2023-10-08T22:28:25.881677+0000 mgr.smithi029.golwmn (mgr.14195) 108 : cephadm 1 Deploying daemon osd.2 on smithi132 2023-10-08T22:28:27.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:26 smithi029 bash[24314]: audit 2023-10-08T22:28:26.671940+0000 mon.smithi029 (mon.0) 423 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:28.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:27 smithi029 bash[24314]: cluster 2023-10-08T22:28:26.608808+0000 mgr.smithi029.golwmn (mgr.14195) 109 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:28.227 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:27 smithi132 bash[32340]: cluster 2023-10-08T22:28:26.608808+0000 mgr.smithi029.golwmn (mgr.14195) 109 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:28.937 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:28:29.548 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:29 smithi132 bash[32340]: cluster 2023-10-08T22:28:28.609192+0000 mgr.smithi029.golwmn (mgr.14195) 110 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:29.549 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:29 smithi132 bash[32340]: audit 2023-10-08T22:28:28.935596+0000 mon.smithi029 (mon.0) 424 : audit 0 from='client.? 172.21.15.29:0/390589850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:29.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:29 smithi029 bash[24314]: cluster 2023-10-08T22:28:28.609192+0000 mgr.smithi029.golwmn (mgr.14195) 110 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:29.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:29 smithi029 bash[24314]: audit 2023-10-08T22:28:28.935596+0000 mon.smithi029 (mon.0) 424 : audit 0 from='client.? 172.21.15.29:0/390589850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:30.044 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696804090,"num_remapped_pgs":0} 2023-10-08T22:28:31.045 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:28:32.031 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:31 smithi029 bash[24314]: cluster 2023-10-08T22:28:30.609603+0000 mgr.smithi029.golwmn (mgr.14195) 111 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:32.031 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:31 smithi029 bash[24314]: audit 2023-10-08T22:28:31.339851+0000 mon.smithi029 (mon.0) 425 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:32.031 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:31 smithi029 bash[24314]: audit 2023-10-08T22:28:31.344911+0000 mon.smithi029 (mon.0) 426 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:32.031 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:31 smithi029 bash[24314]: audit 2023-10-08T22:28:31.346000+0000 mon.smithi029 (mon.0) 427 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T22:28:32.031 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:31 smithi029 bash[24314]: audit 2023-10-08T22:28:31.347207+0000 mon.smithi029 (mon.0) 428 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:31 smithi132 bash[32340]: cluster 2023-10-08T22:28:30.609603+0000 mgr.smithi029.golwmn (mgr.14195) 111 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:31 smithi132 bash[32340]: audit 2023-10-08T22:28:31.339851+0000 mon.smithi029 (mon.0) 425 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:31 smithi132 bash[32340]: audit 2023-10-08T22:28:31.344911+0000 mon.smithi029 (mon.0) 426 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:31 smithi132 bash[32340]: audit 2023-10-08T22:28:31.346000+0000 mon.smithi029 (mon.0) 427 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T22:28:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:31 smithi132 bash[32340]: audit 2023-10-08T22:28:31.347207+0000 mon.smithi029 (mon.0) 428 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:32.942 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:32 smithi132 bash[32340]: cephadm 2023-10-08T22:28:31.348197+0000 mgr.smithi029.golwmn (mgr.14195) 112 : cephadm 1 Deploying daemon osd.4 on smithi132 2023-10-08T22:28:32.942 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:32 smithi132 bash[32340]: audit 2023-10-08T22:28:32.323087+0000 mon.smithi029 (mon.0) 429 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:32.942 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:32 smithi132 bash[32340]: audit 2023-10-08T22:28:32.330515+0000 mon.smithi029 (mon.0) 430 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:32.942 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:32 smithi132 bash[32340]: audit 2023-10-08T22:28:32.331834+0000 mon.smithi029 (mon.0) 431 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T22:28:32.942 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:32 smithi132 bash[32340]: audit 2023-10-08T22:28:32.332855+0000 mon.smithi029 (mon.0) 432 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:33.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:32 smithi029 bash[24314]: cephadm 2023-10-08T22:28:31.348197+0000 mgr.smithi029.golwmn (mgr.14195) 112 : cephadm 1 Deploying daemon osd.4 on smithi132 2023-10-08T22:28:33.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:32 smithi029 bash[24314]: audit 2023-10-08T22:28:32.323087+0000 mon.smithi029 (mon.0) 429 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:33.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:32 smithi029 bash[24314]: audit 2023-10-08T22:28:32.330515+0000 mon.smithi029 (mon.0) 430 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:33.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:32 smithi029 bash[24314]: audit 2023-10-08T22:28:32.331834+0000 mon.smithi029 (mon.0) 431 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T22:28:33.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:32 smithi029 bash[24314]: audit 2023-10-08T22:28:32.332855+0000 mon.smithi029 (mon.0) 432 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:33.930 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:33 smithi132 bash[32340]: cephadm 2023-10-08T22:28:32.333676+0000 mgr.smithi029.golwmn (mgr.14195) 113 : cephadm 1 Deploying daemon osd.3 on smithi029 2023-10-08T22:28:33.930 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:33 smithi132 bash[32340]: cluster 2023-10-08T22:28:32.609875+0000 mgr.smithi029.golwmn (mgr.14195) 114 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:33.930 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:33 smithi132 bash[32340]: audit 2023-10-08T22:28:33.428199+0000 mon.smithi029 (mon.0) 433 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T22:28:33.930 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:33 smithi132 bash[32340]: audit 2023-10-08T22:28:33.429761+0000 mon.smithi132 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.132:6800/3167931546,v1:172.21.15.132:6801/3167931546]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T22:28:34.050 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:33 smithi029 bash[24314]: cephadm 2023-10-08T22:28:32.333676+0000 mgr.smithi029.golwmn (mgr.14195) 113 : cephadm 1 Deploying daemon osd.3 on smithi029 2023-10-08T22:28:34.050 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:33 smithi029 bash[24314]: cluster 2023-10-08T22:28:32.609875+0000 mgr.smithi029.golwmn (mgr.14195) 114 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:34.050 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:33 smithi029 bash[24314]: audit 2023-10-08T22:28:33.428199+0000 mon.smithi029 (mon.0) 433 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T22:28:34.050 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:33 smithi029 bash[24314]: audit 2023-10-08T22:28:33.429761+0000 mon.smithi132 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.132:6800/3167931546,v1:172.21.15.132:6801/3167931546]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.334450+0000 mon.smithi029 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: cluster 2023-10-08T22:28:34.334527+0000 mon.smithi029 (mon.0) 435 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.334689+0000 mon.smithi029 (mon.0) 436 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.335122+0000 mon.smithi029 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.335415+0000 mon.smithi029 (mon.0) 438 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.335720+0000 mon.smithi029 (mon.0) 439 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:35.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.335984+0000 mon.smithi029 (mon.0) 440 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:35.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.336254+0000 mon.smithi029 (mon.0) 441 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:35.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.336520+0000 mon.smithi029 (mon.0) 442 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:35.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.336810+0000 mon.smithi029 (mon.0) 443 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:35.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.338935+0000 mon.smithi029 (mon.0) 444 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:35.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: audit 2023-10-08T22:28:34.340397+0000 mon.smithi132 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.132:6800/3167931546,v1:172.21.15.132:6801/3167931546]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:35.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:35 smithi132 bash[32340]: cluster 2023-10-08T22:28:34.610143+0000 mgr.smithi029.golwmn (mgr.14195) 115 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:35.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.334450+0000 mon.smithi029 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T22:28:35.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: cluster 2023-10-08T22:28:34.334527+0000 mon.smithi029 (mon.0) 435 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.334689+0000 mon.smithi029 (mon.0) 436 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.335122+0000 mon.smithi029 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.335415+0000 mon.smithi029 (mon.0) 438 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.335720+0000 mon.smithi029 (mon.0) 439 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.335984+0000 mon.smithi029 (mon.0) 440 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.336254+0000 mon.smithi029 (mon.0) 441 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.336520+0000 mon.smithi029 (mon.0) 442 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.336810+0000 mon.smithi029 (mon.0) 443 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.338935+0000 mon.smithi029 (mon.0) 444 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: audit 2023-10-08T22:28:34.340397+0000 mon.smithi132 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.132:6800/3167931546,v1:172.21.15.132:6801/3167931546]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:35.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:35 smithi029 bash[24314]: cluster 2023-10-08T22:28:34.610143+0000 mgr.smithi029.golwmn (mgr.14195) 115 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:36.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.336117+0000 mon.smithi029 (mon.0) 445 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:36.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: cluster 2023-10-08T22:28:35.336193+0000 mon.smithi029 (mon.0) 446 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-10-08T22:28:36.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.336510+0000 mon.smithi029 (mon.0) 447 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:36.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.336782+0000 mon.smithi029 (mon.0) 448 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:36.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.336964+0000 mon.smithi029 (mon.0) 449 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:36.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.337255+0000 mon.smithi029 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:36.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.341893+0000 mon.smithi029 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:36.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.342440+0000 mon.smithi029 (mon.0) 452 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:36.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.342617+0000 mon.smithi029 (mon.0) 453 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:36.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.342866+0000 mon.smithi029 (mon.0) 454 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:36.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:36 smithi132 bash[32340]: audit 2023-10-08T22:28:35.343091+0000 mon.smithi029 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:36.811 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:28:36.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.336117+0000 mon.smithi029 (mon.0) 445 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:36.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: cluster 2023-10-08T22:28:35.336193+0000 mon.smithi029 (mon.0) 446 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-10-08T22:28:36.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.336510+0000 mon.smithi029 (mon.0) 447 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:36.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.336782+0000 mon.smithi029 (mon.0) 448 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:36.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.336964+0000 mon.smithi029 (mon.0) 449 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:36.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.337255+0000 mon.smithi029 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:36.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.341893+0000 mon.smithi029 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:36.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.342440+0000 mon.smithi029 (mon.0) 452 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:36.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.342617+0000 mon.smithi029 (mon.0) 453 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:36.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.342866+0000 mon.smithi029 (mon.0) 454 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:36.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:36 smithi029 bash[24314]: audit 2023-10-08T22:28:35.343091+0000 mon.smithi029 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:37.417 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: cluster 2023-10-08T22:28:34.474234+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:37.417 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: cluster 2023-10-08T22:28:34.474314+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:37.417 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: cluster 2023-10-08T22:28:36.343317+0000 mon.smithi029 (mon.0) 456 : cluster 1 osd.0 [v2:172.21.15.132:6800/3167931546,v1:172.21.15.132:6801/3167931546] boot 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: cluster 2023-10-08T22:28:36.343369+0000 mon.smithi029 (mon.0) 457 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.343897+0000 mon.smithi029 (mon.0) 458 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.344618+0000 mon.smithi029 (mon.0) 459 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.344959+0000 mon.smithi029 (mon.0) 460 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.345324+0000 mon.smithi029 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.345678+0000 mon.smithi029 (mon.0) 462 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.346174+0000 mon.smithi029 (mon.0) 463 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.346723+0000 mon.smithi029 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:36.353171+0000 mon.smithi029 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: cluster 2023-10-08T22:28:36.610512+0000 mgr.smithi029.golwmn (mgr.14195) 116 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:37.418 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:37.078037+0000 mon.smithi029 (mon.0) 466 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:37.419 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:37.083846+0000 mon.smithi029 (mon.0) 467 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:37.419 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:37.084943+0000 mon.smithi029 (mon.0) 468 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T22:28:37.419 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:37 smithi132 bash[32340]: audit 2023-10-08T22:28:37.085924+0000 mon.smithi029 (mon.0) 469 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: cluster 2023-10-08T22:28:34.474234+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: cluster 2023-10-08T22:28:34.474314+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: cluster 2023-10-08T22:28:36.343317+0000 mon.smithi029 (mon.0) 456 : cluster 1 osd.0 [v2:172.21.15.132:6800/3167931546,v1:172.21.15.132:6801/3167931546] boot 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: cluster 2023-10-08T22:28:36.343369+0000 mon.smithi029 (mon.0) 457 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.343897+0000 mon.smithi029 (mon.0) 458 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.344618+0000 mon.smithi029 (mon.0) 459 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.344959+0000 mon.smithi029 (mon.0) 460 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:37.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.345324+0000 mon.smithi029 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.345678+0000 mon.smithi029 (mon.0) 462 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.346174+0000 mon.smithi029 (mon.0) 463 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.346723+0000 mon.smithi029 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:36.353171+0000 mon.smithi029 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: cluster 2023-10-08T22:28:36.610512+0000 mgr.smithi029.golwmn (mgr.14195) 116 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:37.078037+0000 mon.smithi029 (mon.0) 466 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:37.083846+0000 mon.smithi029 (mon.0) 467 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:37.084943+0000 mon.smithi029 (mon.0) 468 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T22:28:37.714 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:37 smithi029 bash[24314]: audit 2023-10-08T22:28:37.085924+0000 mon.smithi029 (mon.0) 469 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:38.618 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: cephadm 2023-10-08T22:28:37.086810+0000 mgr.smithi029.golwmn (mgr.14195) 117 : cephadm 1 Deploying daemon osd.6 on smithi132 2023-10-08T22:28:38.618 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: cluster 2023-10-08T22:28:37.356587+0000 mon.smithi029 (mon.0) 470 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-10-08T22:28:38.618 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.356801+0000 mon.smithi029 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:38.619 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.357547+0000 mon.smithi029 (mon.0) 472 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:38.619 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.357893+0000 mon.smithi029 (mon.0) 473 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:38.619 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.358202+0000 mon.smithi029 (mon.0) 474 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:38.619 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.358521+0000 mon.smithi029 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:38.619 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.358828+0000 mon.smithi029 (mon.0) 476 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:38.619 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:38 smithi132 bash[32340]: audit 2023-10-08T22:28:37.359129+0000 mon.smithi029 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:38.813 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: cephadm 2023-10-08T22:28:37.086810+0000 mgr.smithi029.golwmn (mgr.14195) 117 : cephadm 1 Deploying daemon osd.6 on smithi132 2023-10-08T22:28:38.813 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: cluster 2023-10-08T22:28:37.356587+0000 mon.smithi029 (mon.0) 470 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-10-08T22:28:38.813 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.356801+0000 mon.smithi029 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:38.813 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.357547+0000 mon.smithi029 (mon.0) 472 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:38.814 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.357893+0000 mon.smithi029 (mon.0) 473 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:38.814 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.358202+0000 mon.smithi029 (mon.0) 474 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:38.814 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.358521+0000 mon.smithi029 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:38.814 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.358828+0000 mon.smithi029 (mon.0) 476 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:38.814 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:38 smithi029 bash[24314]: audit 2023-10-08T22:28:37.359129+0000 mon.smithi029 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:39.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:39 smithi029 bash[24314]: cluster 2023-10-08T22:28:38.611005+0000 mgr.smithi029.golwmn (mgr.14195) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T22:28:39.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:39 smithi029 bash[24314]: audit 2023-10-08T22:28:39.293135+0000 mon.smithi029 (mon.0) 478 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T22:28:39.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:39 smithi029 bash[24314]: audit 2023-10-08T22:28:39.294729+0000 mon.smithi132 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.132:6808/3054991031,v1:172.21.15.132:6809/3054991031]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T22:28:39.668 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:39 smithi132 bash[32340]: cluster 2023-10-08T22:28:38.611005+0000 mgr.smithi029.golwmn (mgr.14195) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T22:28:39.668 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:39 smithi132 bash[32340]: audit 2023-10-08T22:28:39.293135+0000 mon.smithi029 (mon.0) 478 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T22:28:39.668 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:39 smithi132 bash[32340]: audit 2023-10-08T22:28:39.294729+0000 mon.smithi132 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.132:6808/3054991031,v1:172.21.15.132:6809/3054991031]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T22:28:40.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.366509+0000 mon.smithi029 (mon.0) 479 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T22:28:40.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: cluster 2023-10-08T22:28:39.366625+0000 mon.smithi029 (mon.0) 480 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-10-08T22:28:40.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.366775+0000 mon.smithi029 (mon.0) 481 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:40.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.367048+0000 mon.smithi029 (mon.0) 482 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.367177+0000 mon.smithi029 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.367320+0000 mon.smithi029 (mon.0) 484 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.367464+0000 mon.smithi029 (mon.0) 485 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.367697+0000 mon.smithi029 (mon.0) 486 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.368188+0000 mon.smithi029 (mon.0) 487 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.368420+0000 mon.smithi029 (mon.0) 488 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:40.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.369496+0000 mon.smithi132 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.132:6808/3054991031,v1:172.21.15.132:6809/3054991031]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:40.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.602181+0000 mon.smithi029 (mon.0) 489 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:40.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.609814+0000 mon.smithi029 (mon.0) 490 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:40.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.611061+0000 mon.smithi029 (mon.0) 491 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T22:28:40.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: audit 2023-10-08T22:28:39.611875+0000 mon.smithi029 (mon.0) 492 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:40.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:40 smithi029 bash[24314]: cephadm 2023-10-08T22:28:39.612588+0000 mgr.smithi029.golwmn (mgr.14195) 119 : cephadm 1 Deploying daemon osd.5 on smithi029 2023-10-08T22:28:40.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.366509+0000 mon.smithi029 (mon.0) 479 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T22:28:40.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: cluster 2023-10-08T22:28:39.366625+0000 mon.smithi029 (mon.0) 480 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-10-08T22:28:40.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.366775+0000 mon.smithi029 (mon.0) 481 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.367048+0000 mon.smithi029 (mon.0) 482 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.367177+0000 mon.smithi029 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.367320+0000 mon.smithi029 (mon.0) 484 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.367464+0000 mon.smithi029 (mon.0) 485 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.367697+0000 mon.smithi029 (mon.0) 486 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.368188+0000 mon.smithi029 (mon.0) 487 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:40.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.368420+0000 mon.smithi029 (mon.0) 488 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.369496+0000 mon.smithi132 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.132:6808/3054991031,v1:172.21.15.132:6809/3054991031]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.602181+0000 mon.smithi029 (mon.0) 489 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.609814+0000 mon.smithi029 (mon.0) 490 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.611061+0000 mon.smithi029 (mon.0) 491 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T22:28:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: audit 2023-10-08T22:28:39.611875+0000 mon.smithi029 (mon.0) 492 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:40.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:40 smithi132 bash[32340]: cephadm 2023-10-08T22:28:39.612588+0000 mgr.smithi029.golwmn (mgr.14195) 119 : cephadm 1 Deploying daemon osd.5 on smithi029 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.374138+0000 mon.smithi029 (mon.0) 493 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: cluster 2023-10-08T22:28:40.374262+0000 mon.smithi029 (mon.0) 494 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.374419+0000 mon.smithi029 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.374749+0000 mon.smithi029 (mon.0) 496 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.374956+0000 mon.smithi029 (mon.0) 497 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.375187+0000 mon.smithi029 (mon.0) 498 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.375397+0000 mon.smithi029 (mon.0) 499 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:41.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.375611+0000 mon.smithi029 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:41.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.375791+0000 mon.smithi029 (mon.0) 501 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:41.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: audit 2023-10-08T22:28:40.380644+0000 mon.smithi029 (mon.0) 502 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:41.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:41 smithi132 bash[32340]: cluster 2023-10-08T22:28:40.611427+0000 mgr.smithi029.golwmn (mgr.14195) 120 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T22:28:41.680 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.374138+0000 mon.smithi029 (mon.0) 493 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:41.680 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: cluster 2023-10-08T22:28:40.374262+0000 mon.smithi029 (mon.0) 494 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-10-08T22:28:41.680 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.374419+0000 mon.smithi029 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:41.680 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.374749+0000 mon.smithi029 (mon.0) 496 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.374956+0000 mon.smithi029 (mon.0) 497 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.375187+0000 mon.smithi029 (mon.0) 498 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.375397+0000 mon.smithi029 (mon.0) 499 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.375611+0000 mon.smithi029 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.375791+0000 mon.smithi029 (mon.0) 501 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: audit 2023-10-08T22:28:40.380644+0000 mon.smithi029 (mon.0) 502 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:41.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:41 smithi029 bash[24314]: cluster 2023-10-08T22:28:40.611427+0000 mgr.smithi029.golwmn (mgr.14195) 120 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: cluster 2023-10-08T22:28:40.324844+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: cluster 2023-10-08T22:28:40.324974+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: cluster 2023-10-08T22:28:41.376892+0000 mon.smithi029 (mon.0) 503 : cluster 1 osd.2 [v2:172.21.15.132:6808/3054991031,v1:172.21.15.132:6809/3054991031] boot 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: cluster 2023-10-08T22:28:41.376935+0000 mon.smithi029 (mon.0) 504 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.377239+0000 mon.smithi029 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.377492+0000 mon.smithi029 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.377766+0000 mon.smithi029 (mon.0) 507 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.378019+0000 mon.smithi029 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.378268+0000 mon.smithi029 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.378503+0000 mon.smithi029 (mon.0) 510 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:42.637 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.378771+0000 mon.smithi029 (mon.0) 511 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:42.638 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:42 smithi029 bash[24314]: audit 2023-10-08T22:28:41.672247+0000 mon.smithi029 (mon.0) 512 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:42.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: cluster 2023-10-08T22:28:40.324844+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: cluster 2023-10-08T22:28:40.324974+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: cluster 2023-10-08T22:28:41.376892+0000 mon.smithi029 (mon.0) 503 : cluster 1 osd.2 [v2:172.21.15.132:6808/3054991031,v1:172.21.15.132:6809/3054991031] boot 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: cluster 2023-10-08T22:28:41.376935+0000 mon.smithi029 (mon.0) 504 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.377239+0000 mon.smithi029 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.377492+0000 mon.smithi029 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.377766+0000 mon.smithi029 (mon.0) 507 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.378019+0000 mon.smithi029 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.378268+0000 mon.smithi029 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.378503+0000 mon.smithi029 (mon.0) 510 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:42.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.378771+0000 mon.smithi029 (mon.0) 511 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:42.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:42 smithi132 bash[32340]: audit 2023-10-08T22:28:41.672247+0000 mon.smithi029 (mon.0) 512 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:43.180 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: cluster 2023-10-08T22:28:42.390929+0000 mon.smithi029 (mon.0) 513 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.391060+0000 mon.smithi029 (mon.0) 514 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.391367+0000 mon.smithi029 (mon.0) 515 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.391621+0000 mon.smithi029 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.391902+0000 mon.smithi029 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.392105+0000 mon.smithi029 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.392318+0000 mon.smithi029 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.501810+0000 mon.smithi029 (mon.0) 520 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T22:28:43.695 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: cluster 2023-10-08T22:28:42.611770+0000 mgr.smithi029.golwmn (mgr.14195) 121 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-08T22:28:43.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.865501+0000 mon.smithi029 (mon.0) 521 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:43.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:42.870411+0000 mon.smithi029 (mon.0) 522 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:43.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:43 smithi132 bash[32340]: audit 2023-10-08T22:28:43.178048+0000 mon.smithi029 (mon.0) 523 : audit 0 from='client.? 172.21.15.29:0/1672262098' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:43.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: cluster 2023-10-08T22:28:42.390929+0000 mon.smithi029 (mon.0) 513 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.391060+0000 mon.smithi029 (mon.0) 514 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.391367+0000 mon.smithi029 (mon.0) 515 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.391621+0000 mon.smithi029 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.391902+0000 mon.smithi029 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.392105+0000 mon.smithi029 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.392318+0000 mon.smithi029 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.501810+0000 mon.smithi029 (mon.0) 520 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: cluster 2023-10-08T22:28:42.611770+0000 mgr.smithi029.golwmn (mgr.14195) 121 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-08T22:28:43.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.865501+0000 mon.smithi029 (mon.0) 521 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:43.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:42.870411+0000 mon.smithi029 (mon.0) 522 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:43.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:43 smithi029 bash[24314]: audit 2023-10-08T22:28:43.178048+0000 mon.smithi029 (mon.0) 523 : audit 0 from='client.? 172.21.15.29:0/1672262098' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:44.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.400352+0000 mon.smithi029 (mon.0) 524 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T22:28:44.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: cluster 2023-10-08T22:28:43.400398+0000 mon.smithi029 (mon.0) 525 : cluster 0 osdmap e22: 8 total, 2 up, 8 in 2023-10-08T22:28:44.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.400524+0000 mon.smithi029 (mon.0) 526 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:44.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.400849+0000 mon.smithi029 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:44.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.400996+0000 mon.smithi029 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:44.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.401210+0000 mon.smithi029 (mon.0) 529 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:28:44.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.401437+0000 mon.smithi029 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:44.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.401592+0000 mon.smithi029 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:44.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:44 smithi029 bash[24314]: audit 2023-10-08T22:28:43.401770+0000 mon.smithi029 (mon.0) 532 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:44.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.400352+0000 mon.smithi029 (mon.0) 524 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T22:28:44.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: cluster 2023-10-08T22:28:43.400398+0000 mon.smithi029 (mon.0) 525 : cluster 0 osdmap e22: 8 total, 2 up, 8 in 2023-10-08T22:28:44.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.400524+0000 mon.smithi029 (mon.0) 526 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:44.633 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.400849+0000 mon.smithi029 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:44.634 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.400996+0000 mon.smithi029 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:44.634 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.401210+0000 mon.smithi029 (mon.0) 529 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:28:44.634 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.401437+0000 mon.smithi029 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:44.634 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.401592+0000 mon.smithi029 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:44.634 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:44 smithi132 bash[32340]: audit 2023-10-08T22:28:43.401770+0000 mon.smithi029 (mon.0) 532 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:45.242 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1696804121,"num_in_osds":8,"osd_in_since":1696804090,"num_remapped_pgs":0} 2023-10-08T22:28:45.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.404414+0000 mon.smithi029 (mon.0) 533 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: cluster 2023-10-08T22:28:44.404534+0000 mon.smithi029 (mon.0) 534 : cluster 0 osdmap e23: 8 total, 2 up, 8 in 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.405076+0000 mon.smithi029 (mon.0) 535 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.405625+0000 mon.smithi029 (mon.0) 536 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.406523+0000 mon.smithi029 (mon.0) 537 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.412247+0000 mon.smithi029 (mon.0) 538 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.412462+0000 mon.smithi029 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.412748+0000 mon.smithi029 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:44.413190+0000 mon.smithi029 (mon.0) 541 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: cluster 2023-10-08T22:28:44.612172+0000 mgr.smithi029.golwmn (mgr.14195) 122 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:45.140586+0000 mon.smithi029 (mon.0) 542 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T22:28:45.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:45 smithi029 bash[24314]: audit 2023-10-08T22:28:45.141987+0000 mon.smithi132 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.132:6816/3324887928,v1:172.21.15.132:6817/3324887928]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T22:28:45.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.404414+0000 mon.smithi029 (mon.0) 533 : audit 1 from='osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:28:45.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: cluster 2023-10-08T22:28:44.404534+0000 mon.smithi029 (mon.0) 534 : cluster 0 osdmap e23: 8 total, 2 up, 8 in 2023-10-08T22:28:45.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.405076+0000 mon.smithi029 (mon.0) 535 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:45.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.405625+0000 mon.smithi029 (mon.0) 536 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.406523+0000 mon.smithi029 (mon.0) 537 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.412247+0000 mon.smithi029 (mon.0) 538 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.412462+0000 mon.smithi029 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.412748+0000 mon.smithi029 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:44.413190+0000 mon.smithi029 (mon.0) 541 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: cluster 2023-10-08T22:28:44.612172+0000 mgr.smithi029.golwmn (mgr.14195) 122 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:45.140586+0000 mon.smithi029 (mon.0) 542 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T22:28:45.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:45 smithi132 bash[32340]: audit 2023-10-08T22:28:45.141987+0000 mon.smithi132 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.132:6816/3324887928,v1:172.21.15.132:6817/3324887928]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T22:28:46.243 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: cluster 2023-10-08T22:28:43.458544+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: cluster 2023-10-08T22:28:43.458652+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.412298+0000 mon.smithi029 (mon.0) 543 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: cluster 2023-10-08T22:28:45.418285+0000 mon.smithi029 (mon.0) 544 : cluster 1 osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023] boot 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.418333+0000 mon.smithi029 (mon.0) 545 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: cluster 2023-10-08T22:28:45.418390+0000 mon.smithi029 (mon.0) 546 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-10-08T22:28:46.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.418925+0000 mon.smithi029 (mon.0) 547 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.419201+0000 mon.smithi029 (mon.0) 548 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.419371+0000 mon.smithi029 (mon.0) 549 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.419625+0000 mon.smithi029 (mon.0) 550 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.419824+0000 mon.smithi029 (mon.0) 551 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.420033+0000 mon.smithi029 (mon.0) 552 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.422256+0000 mon.smithi029 (mon.0) 553 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:46.557 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:46 smithi029 bash[24314]: audit 2023-10-08T22:28:45.423931+0000 mon.smithi132 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.132:6816/3324887928,v1:172.21.15.132:6817/3324887928]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:46.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: cluster 2023-10-08T22:28:43.458544+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:46.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: cluster 2023-10-08T22:28:43.458652+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:46.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.412298+0000 mon.smithi029 (mon.0) 543 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: cluster 2023-10-08T22:28:45.418285+0000 mon.smithi029 (mon.0) 544 : cluster 1 osd.1 [v2:172.21.15.29:6802/3199990023,v1:172.21.15.29:6803/3199990023] boot 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.418333+0000 mon.smithi029 (mon.0) 545 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: cluster 2023-10-08T22:28:45.418390+0000 mon.smithi029 (mon.0) 546 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.418925+0000 mon.smithi029 (mon.0) 547 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.419201+0000 mon.smithi029 (mon.0) 548 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.419371+0000 mon.smithi029 (mon.0) 549 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.419625+0000 mon.smithi029 (mon.0) 550 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.419824+0000 mon.smithi029 (mon.0) 551 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.420033+0000 mon.smithi029 (mon.0) 552 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.422256+0000 mon.smithi029 (mon.0) 553 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:46.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:46 smithi132 bash[32340]: audit 2023-10-08T22:28:45.423931+0000 mon.smithi132 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.132:6816/3324887928,v1:172.21.15.132:6817/3324887928]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:47.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.419378+0000 mon.smithi029 (mon.0) 554 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:47.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: cluster 2023-10-08T22:28:46.419438+0000 mon.smithi029 (mon.0) 555 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-10-08T22:28:47.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.419739+0000 mon.smithi029 (mon.0) 556 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.419951+0000 mon.smithi029 (mon.0) 557 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.420089+0000 mon.smithi029 (mon.0) 558 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.420264+0000 mon.smithi029 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.420411+0000 mon.smithi029 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.429044+0000 mon.smithi029 (mon.0) 561 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: cluster 2023-10-08T22:28:46.612713+0000 mgr.smithi029.golwmn (mgr.14195) 123 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T22:28:47.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:47 smithi029 bash[24314]: audit 2023-10-08T22:28:46.732787+0000 mon.smithi029 (mon.0) 562 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.419378+0000 mon.smithi029 (mon.0) 554 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: cluster 2023-10-08T22:28:46.419438+0000 mon.smithi029 (mon.0) 555 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-10-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.419739+0000 mon.smithi029 (mon.0) 556 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.419951+0000 mon.smithi029 (mon.0) 557 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.420089+0000 mon.smithi029 (mon.0) 558 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.420264+0000 mon.smithi029 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:47.735 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.420411+0000 mon.smithi029 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:47.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.429044+0000 mon.smithi029 (mon.0) 561 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:47.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: cluster 2023-10-08T22:28:46.612713+0000 mgr.smithi029.golwmn (mgr.14195) 123 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T22:28:47.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:47 smithi132 bash[32340]: audit 2023-10-08T22:28:46.732787+0000 mon.smithi029 (mon.0) 562 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:28:48.654 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: cluster 2023-10-08T22:28:46.185174+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:48.654 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: cluster 2023-10-08T22:28:46.185277+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.432296+0000 mon.smithi029 (mon.0) 563 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: cluster 2023-10-08T22:28:47.435749+0000 mon.smithi029 (mon.0) 564 : cluster 1 osd.4 [v2:172.21.15.132:6816/3324887928,v1:172.21.15.132:6817/3324887928] boot 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.435808+0000 mon.smithi029 (mon.0) 565 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: cluster 2023-10-08T22:28:47.435875+0000 mon.smithi029 (mon.0) 566 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.436079+0000 mon.smithi029 (mon.0) 567 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.436499+0000 mon.smithi029 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.436770+0000 mon.smithi029 (mon.0) 569 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.437022+0000 mon.smithi029 (mon.0) 570 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.437217+0000 mon.smithi029 (mon.0) 571 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:47.438220+0000 mon.smithi029 (mon.0) 572 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:48.306756+0000 mon.smithi029 (mon.0) 573 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:48.655 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:48.314420+0000 mon.smithi029 (mon.0) 574 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:48.656 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:48.316104+0000 mon.smithi029 (mon.0) 575 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T22:28:48.656 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:48 smithi029 bash[24314]: audit 2023-10-08T22:28:48.317396+0000 mon.smithi029 (mon.0) 576 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:48.692 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: cluster 2023-10-08T22:28:46.185174+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:48.692 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: cluster 2023-10-08T22:28:46.185277+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:48.692 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.432296+0000 mon.smithi029 (mon.0) 563 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:48.692 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: cluster 2023-10-08T22:28:47.435749+0000 mon.smithi029 (mon.0) 564 : cluster 1 osd.4 [v2:172.21.15.132:6816/3324887928,v1:172.21.15.132:6817/3324887928] boot 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.435808+0000 mon.smithi029 (mon.0) 565 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: cluster 2023-10-08T22:28:47.435875+0000 mon.smithi029 (mon.0) 566 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.436079+0000 mon.smithi029 (mon.0) 567 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.436499+0000 mon.smithi029 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.436770+0000 mon.smithi029 (mon.0) 569 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.437022+0000 mon.smithi029 (mon.0) 570 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.437217+0000 mon.smithi029 (mon.0) 571 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:47.438220+0000 mon.smithi029 (mon.0) 572 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:48.306756+0000 mon.smithi029 (mon.0) 573 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:48.314420+0000 mon.smithi029 (mon.0) 574 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:48.316104+0000 mon.smithi029 (mon.0) 575 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T22:28:48.693 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:48 smithi132 bash[32340]: audit 2023-10-08T22:28:48.317396+0000 mon.smithi029 (mon.0) 576 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:28:49.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: cephadm 2023-10-08T22:28:48.318440+0000 mgr.smithi029.golwmn (mgr.14195) 124 : cephadm 1 Deploying daemon osd.7 on smithi029 2023-10-08T22:28:49.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: audit 2023-10-08T22:28:48.436689+0000 mon.smithi029 (mon.0) 577 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T22:28:49.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: cluster 2023-10-08T22:28:48.436791+0000 mon.smithi029 (mon.0) 578 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-10-08T22:28:49.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: audit 2023-10-08T22:28:48.436988+0000 mon.smithi029 (mon.0) 579 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:49.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: audit 2023-10-08T22:28:48.437448+0000 mon.smithi029 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:49.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: audit 2023-10-08T22:28:48.437708+0000 mon.smithi029 (mon.0) 581 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:49.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: audit 2023-10-08T22:28:48.437959+0000 mon.smithi029 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:49.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:49 smithi029 bash[24314]: cluster 2023-10-08T22:28:48.613309+0000 mgr.smithi029.golwmn (mgr.14195) 125 : cluster 0 pgmap v86: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: cephadm 2023-10-08T22:28:48.318440+0000 mgr.smithi029.golwmn (mgr.14195) 124 : cephadm 1 Deploying daemon osd.7 on smithi029 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: audit 2023-10-08T22:28:48.436689+0000 mon.smithi029 (mon.0) 577 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: cluster 2023-10-08T22:28:48.436791+0000 mon.smithi029 (mon.0) 578 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: audit 2023-10-08T22:28:48.436988+0000 mon.smithi029 (mon.0) 579 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: audit 2023-10-08T22:28:48.437448+0000 mon.smithi029 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: audit 2023-10-08T22:28:48.437708+0000 mon.smithi029 (mon.0) 581 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: audit 2023-10-08T22:28:48.437959+0000 mon.smithi029 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:49 smithi132 bash[32340]: cluster 2023-10-08T22:28:48.613309+0000 mgr.smithi029.golwmn (mgr.14195) 125 : cluster 0 pgmap v86: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-08T22:28:50.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: cluster 2023-10-08T22:28:49.446182+0000 mon.smithi029 (mon.0) 583 : cluster 0 osdmap e28: 8 total, 4 up, 8 in 2023-10-08T22:28:50.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.446444+0000 mon.smithi029 (mon.0) 584 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:50.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.446789+0000 mon.smithi029 (mon.0) 585 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:50.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.446973+0000 mon.smithi029 (mon.0) 586 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:50.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.447134+0000 mon.smithi029 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:50.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.482020+0000 mon.smithi029 (mon.0) 588 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:50.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.519758+0000 mon.smithi029 (mon.0) 589 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T22:28:50.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:49.521153+0000 mon.smithi132 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.132:6824/4222530655,v1:172.21.15.132:6825/4222530655]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T22:28:50.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:50 smithi029 bash[24314]: audit 2023-10-08T22:28:50.233637+0000 mon.smithi029 (mon.0) 590 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: cluster 2023-10-08T22:28:49.446182+0000 mon.smithi029 (mon.0) 583 : cluster 0 osdmap e28: 8 total, 4 up, 8 in 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.446444+0000 mon.smithi029 (mon.0) 584 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.446789+0000 mon.smithi029 (mon.0) 585 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.446973+0000 mon.smithi029 (mon.0) 586 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.447134+0000 mon.smithi029 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.482020+0000 mon.smithi029 (mon.0) 588 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:50.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.519758+0000 mon.smithi029 (mon.0) 589 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T22:28:50.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:49.521153+0000 mon.smithi132 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.132:6824/4222530655,v1:172.21.15.132:6825/4222530655]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T22:28:50.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:50 smithi132 bash[32340]: audit 2023-10-08T22:28:50.233637+0000 mon.smithi029 (mon.0) 590 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T22:28:51.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.457504+0000 mon.smithi029 (mon.0) 591 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: cluster 2023-10-08T22:28:50.488159+0000 mon.smithi029 (mon.0) 592 : cluster 0 mgrmap e19: smithi029.golwmn(active, since 2m), standbys: smithi132.hsbnyx 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.493912+0000 mon.smithi029 (mon.0) 593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.493984+0000 mon.smithi029 (mon.0) 594 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: cluster 2023-10-08T22:28:50.494030+0000 mon.smithi029 (mon.0) 595 : cluster 0 osdmap e29: 8 total, 4 up, 8 in 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.494140+0000 mon.smithi029 (mon.0) 596 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.494562+0000 mon.smithi029 (mon.0) 597 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.494809+0000 mon.smithi029 (mon.0) 598 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.495103+0000 mon.smithi029 (mon.0) 599 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.495319+0000 mon.smithi029 (mon.0) 600 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:51.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.497599+0000 mon.smithi029 (mon.0) 601 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:51.511 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:50.499502+0000 mon.smithi132 (mon.1) 17 : audit 1 from='osd.6 [v2:172.21.15.132:6824/4222530655,v1:172.21.15.132:6825/4222530655]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:51.511 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: cluster 2023-10-08T22:28:50.613892+0000 mgr.smithi029.golwmn (mgr.14195) 126 : cluster 0 pgmap v89: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-08T22:28:51.511 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:51 smithi132 bash[32340]: audit 2023-10-08T22:28:51.409928+0000 mon.smithi029 (mon.0) 602 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:51.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.457504+0000 mon.smithi029 (mon.0) 591 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: cluster 2023-10-08T22:28:50.488159+0000 mon.smithi029 (mon.0) 592 : cluster 0 mgrmap e19: smithi029.golwmn(active, since 2m), standbys: smithi132.hsbnyx 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.493912+0000 mon.smithi029 (mon.0) 593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.493984+0000 mon.smithi029 (mon.0) 594 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: cluster 2023-10-08T22:28:50.494030+0000 mon.smithi029 (mon.0) 595 : cluster 0 osdmap e29: 8 total, 4 up, 8 in 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.494140+0000 mon.smithi029 (mon.0) 596 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.494562+0000 mon.smithi029 (mon.0) 597 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.494809+0000 mon.smithi029 (mon.0) 598 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.495103+0000 mon.smithi029 (mon.0) 599 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.495319+0000 mon.smithi029 (mon.0) 600 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.497599+0000 mon.smithi029 (mon.0) 601 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:50.499502+0000 mon.smithi132 (mon.1) 17 : audit 1 from='osd.6 [v2:172.21.15.132:6824/4222530655,v1:172.21.15.132:6825/4222530655]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2023-10-08T22:28:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: cluster 2023-10-08T22:28:50.613892+0000 mgr.smithi029.golwmn (mgr.14195) 126 : cluster 0 pgmap v89: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-08T22:28:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:51 smithi029 bash[24314]: audit 2023-10-08T22:28:51.409928+0000 mon.smithi029 (mon.0) 602 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:52.260 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:28:52.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.496151+0000 mon.smithi029 (mon.0) 603 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:28:52.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.496219+0000 mon.smithi029 (mon.0) 604 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:52.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: cluster 2023-10-08T22:28:51.496275+0000 mon.smithi029 (mon.0) 605 : cluster 0 osdmap e30: 8 total, 4 up, 8 in 2023-10-08T22:28:52.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.496641+0000 mon.smithi029 (mon.0) 606 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:52.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.497200+0000 mon.smithi029 (mon.0) 607 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:52.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.500611+0000 mon.smithi029 (mon.0) 608 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:52.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.501010+0000 mon.smithi029 (mon.0) 609 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:52.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.502672+0000 mon.smithi029 (mon.0) 610 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:52.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.502925+0000 mon.smithi029 (mon.0) 611 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:52.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.712932+0000 mon.smithi029 (mon.0) 612 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:52.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:52 smithi132 bash[32340]: audit 2023-10-08T22:28:51.719731+0000 mon.smithi029 (mon.0) 613 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:52.875 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.496151+0000 mon.smithi029 (mon.0) 603 : audit 1 from='osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.496219+0000 mon.smithi029 (mon.0) 604 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: cluster 2023-10-08T22:28:51.496275+0000 mon.smithi029 (mon.0) 605 : cluster 0 osdmap e30: 8 total, 4 up, 8 in 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.496641+0000 mon.smithi029 (mon.0) 606 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.497200+0000 mon.smithi029 (mon.0) 607 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.500611+0000 mon.smithi029 (mon.0) 608 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.501010+0000 mon.smithi029 (mon.0) 609 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.502672+0000 mon.smithi029 (mon.0) 610 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.502925+0000 mon.smithi029 (mon.0) 611 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.712932+0000 mon.smithi029 (mon.0) 612 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:52.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:52 smithi029 bash[24314]: audit 2023-10-08T22:28:51.719731+0000 mon.smithi029 (mon.0) 613 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:53.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:50.562244+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:53.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:50.562331+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:53.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:51.202456+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:51.202543+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:52.505055+0000 mon.smithi029 (mon.0) 614 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:52.508195+0000 mon.smithi029 (mon.0) 615 : cluster 1 osd.6 [v2:172.21.15.132:6824/4222530655,v1:172.21.15.132:6825/4222530655] boot 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:52.508264+0000 mon.smithi029 (mon.0) 616 : cluster 1 osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829] boot 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:52.508305+0000 mon.smithi029 (mon.0) 617 : cluster 0 osdmap e31: 8 total, 6 up, 8 in 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:52.508468+0000 mon.smithi029 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:52.509061+0000 mon.smithi029 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:52.509381+0000 mon.smithi029 (mon.0) 620 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:52.509575+0000 mon.smithi029 (mon.0) 621 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:52.614480+0000 mgr.smithi029.golwmn (mgr.14195) 127 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: cluster 2023-10-08T22:28:53.294038+0000 mon.smithi029 (mon.0) 622 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-10-08T22:28:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:53.294360+0000 mon.smithi029 (mon.0) 623 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:53.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:53 smithi029 bash[24314]: audit 2023-10-08T22:28:53.295149+0000 mon.smithi029 (mon.0) 624 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:50.562244+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:50.562331+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:51.202456+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:28:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:51.202543+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:28:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:52.505055+0000 mon.smithi029 (mon.0) 614 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:52.508195+0000 mon.smithi029 (mon.0) 615 : cluster 1 osd.6 [v2:172.21.15.132:6824/4222530655,v1:172.21.15.132:6825/4222530655] boot 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:52.508264+0000 mon.smithi029 (mon.0) 616 : cluster 1 osd.3 [v2:172.21.15.29:6810/3654125829,v1:172.21.15.29:6811/3654125829] boot 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:52.508305+0000 mon.smithi029 (mon.0) 617 : cluster 0 osdmap e31: 8 total, 6 up, 8 in 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:52.508468+0000 mon.smithi029 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:52.509061+0000 mon.smithi029 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:52.509381+0000 mon.smithi029 (mon.0) 620 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:52.509575+0000 mon.smithi029 (mon.0) 621 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:52.614480+0000 mgr.smithi029.golwmn (mgr.14195) 127 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: cluster 2023-10-08T22:28:53.294038+0000 mon.smithi029 (mon.0) 622 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:53.294360+0000 mon.smithi029 (mon.0) 623 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:53.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:53 smithi132 bash[32340]: audit 2023-10-08T22:28:53.295149+0000 mon.smithi029 (mon.0) 624 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:55.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:55 smithi029 bash[24314]: cluster 2023-10-08T22:28:54.296457+0000 mon.smithi029 (mon.0) 625 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-10-08T22:28:55.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:55 smithi029 bash[24314]: audit 2023-10-08T22:28:54.296602+0000 mon.smithi029 (mon.0) 626 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:55.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:55 smithi029 bash[24314]: audit 2023-10-08T22:28:54.296857+0000 mon.smithi029 (mon.0) 627 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:55.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:55 smithi029 bash[24314]: audit 2023-10-08T22:28:54.339890+0000 mon.smithi029 (mon.0) 628 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:55.573 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:55 smithi029 bash[24314]: cluster 2023-10-08T22:28:54.615056+0000 mgr.smithi029.golwmn (mgr.14195) 128 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-08T22:28:55.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:55 smithi132 bash[32340]: cluster 2023-10-08T22:28:54.296457+0000 mon.smithi029 (mon.0) 625 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-10-08T22:28:55.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:55 smithi132 bash[32340]: audit 2023-10-08T22:28:54.296602+0000 mon.smithi029 (mon.0) 626 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:55.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:55 smithi132 bash[32340]: audit 2023-10-08T22:28:54.296857+0000 mon.smithi029 (mon.0) 627 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:55.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:55 smithi132 bash[32340]: audit 2023-10-08T22:28:54.339890+0000 mon.smithi029 (mon.0) 628 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:55.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:55 smithi132 bash[32340]: cluster 2023-10-08T22:28:54.615056+0000 mgr.smithi029.golwmn (mgr.14195) 128 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:55.296118+0000 mon.smithi029 (mon.0) 629 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:55.300812+0000 mon.smithi029 (mon.0) 630 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:56.254113+0000 mon.smithi029 (mon.0) 631 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:56.254707+0000 mon.smithi029 (mon.0) 632 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: cluster 2023-10-08T22:28:56.258017+0000 mon.smithi029 (mon.0) 633 : cluster 0 osdmap e34: 8 total, 6 up, 8 in 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:56.258517+0000 mon.smithi029 (mon.0) 634 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:56.258926+0000 mon.smithi029 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:56.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:56 smithi029 bash[24314]: audit 2023-10-08T22:28:56.259314+0000 mon.smithi029 (mon.0) 636 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:56.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:55.296118+0000 mon.smithi029 (mon.0) 629 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:56.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:55.300812+0000 mon.smithi029 (mon.0) 630 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T22:28:56.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:56.254113+0000 mon.smithi029 (mon.0) 631 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T22:28:56.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:56.254707+0000 mon.smithi029 (mon.0) 632 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:28:56.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: cluster 2023-10-08T22:28:56.258017+0000 mon.smithi029 (mon.0) 633 : cluster 0 osdmap e34: 8 total, 6 up, 8 in 2023-10-08T22:28:56.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:56.258517+0000 mon.smithi029 (mon.0) 634 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:28:56.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:56.258926+0000 mon.smithi029 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:56.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:56 smithi132 bash[32340]: audit 2023-10-08T22:28:56.259314+0000 mon.smithi029 (mon.0) 636 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:58.324 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:28:58.519 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:56.413603+0000 mon.smithi029 (mon.0) 637 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:56.421256+0000 mon.smithi029 (mon.0) 638 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: cluster 2023-10-08T22:28:56.615456+0000 mgr.smithi029.golwmn (mgr.14195) 129 : cluster 0 pgmap v97: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 4.9 KiB/s rd, 254 KiB/s wr, 16 op/s; 140 KiB/s, 0 objects/s recovering 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:56.672629+0000 mon.smithi029 (mon.0) 639 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: cluster 2023-10-08T22:28:57.265796+0000 mon.smithi029 (mon.0) 640 : cluster 0 osdmap e35: 8 total, 6 up, 8 in 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:57.265929+0000 mon.smithi029 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:57.266162+0000 mon.smithi029 (mon.0) 642 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:57.299031+0000 mon.smithi029 (mon.0) 643 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:57.301537+0000 mon.smithi029 (mon.0) 644 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:28:58.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:58 smithi029 bash[24314]: audit 2023-10-08T22:28:57.301827+0000 mon.smithi029 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:28:58.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:56.413603+0000 mon.smithi029 (mon.0) 637 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:58.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:56.421256+0000 mon.smithi029 (mon.0) 638 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:58.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: cluster 2023-10-08T22:28:56.615456+0000 mgr.smithi029.golwmn (mgr.14195) 129 : cluster 0 pgmap v97: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 4.9 KiB/s rd, 254 KiB/s wr, 16 op/s; 140 KiB/s, 0 objects/s recovering 2023-10-08T22:28:58.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:56.672629+0000 mon.smithi029 (mon.0) 639 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:28:58.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: cluster 2023-10-08T22:28:57.265796+0000 mon.smithi029 (mon.0) 640 : cluster 0 osdmap e35: 8 total, 6 up, 8 in 2023-10-08T22:28:58.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:57.265929+0000 mon.smithi029 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:58.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:57.266162+0000 mon.smithi029 (mon.0) 642 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:58.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:57.299031+0000 mon.smithi029 (mon.0) 643 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:58.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:57.301537+0000 mon.smithi029 (mon.0) 644 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-10-08T22:28:58.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:58 smithi132 bash[32340]: audit 2023-10-08T22:28:57.301827+0000 mon.smithi029 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2023-10-08T22:28:59.397 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":36,"num_osds":8,"num_up_osds":6,"osd_up_since":1696804132,"num_in_osds":8,"osd_in_since":1696804090,"num_remapped_pgs":0} 2023-10-08T22:28:59.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:57.303357+0000 mon.smithi132 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T22:28:59.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:57.619087+0000 mon.smithi029 (mon.0) 646 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.203639+0000 mon.smithi132 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.230621+0000 mon.smithi029 (mon.0) 647 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.302155+0000 mon.smithi029 (mon.0) 648 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: cluster 2023-10-08T22:28:58.302234+0000 mon.smithi029 (mon.0) 649 : cluster 0 osdmap e36: 8 total, 6 up, 8 in 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.302393+0000 mon.smithi029 (mon.0) 650 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.302832+0000 mon.smithi029 (mon.0) 651 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.303161+0000 mon.smithi029 (mon.0) 652 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: audit 2023-10-08T22:28:58.322547+0000 mon.smithi029 (mon.0) 653 : audit 0 from='client.? 172.21.15.29:0/1555776145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:59.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:28:59 smithi029 bash[24314]: cluster 2023-10-08T22:28:58.616019+0000 mgr.smithi029.golwmn (mgr.14195) 130 : cluster 0 pgmap v100: 1 pgs: 1 peering; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 242 KiB/s wr, 15 op/s; 133 KiB/s, 0 objects/s recovering 2023-10-08T22:28:59.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:57.303357+0000 mon.smithi132 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T22:28:59.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:57.619087+0000 mon.smithi029 (mon.0) 646 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T22:28:59.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.203639+0000 mon.smithi132 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T22:28:59.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.230621+0000 mon.smithi029 (mon.0) 647 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.302155+0000 mon.smithi029 (mon.0) 648 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: cluster 2023-10-08T22:28:58.302234+0000 mon.smithi029 (mon.0) 649 : cluster 0 osdmap e36: 8 total, 6 up, 8 in 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.302393+0000 mon.smithi029 (mon.0) 650 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.302832+0000 mon.smithi029 (mon.0) 651 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.303161+0000 mon.smithi029 (mon.0) 652 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: audit 2023-10-08T22:28:58.322547+0000 mon.smithi029 (mon.0) 653 : audit 0 from='client.? 172.21.15.29:0/1555776145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:28:59.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:28:59 smithi132 bash[32340]: cluster 2023-10-08T22:28:58.616019+0000 mgr.smithi029.golwmn (mgr.14195) 130 : cluster 0 pgmap v100: 1 pgs: 1 peering; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 242 KiB/s wr, 15 op/s; 133 KiB/s, 0 objects/s recovering 2023-10-08T22:29:00.399 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T22:29:00.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:00 smithi029 bash[24314]: audit 2023-10-08T22:28:59.304540+0000 mon.smithi029 (mon.0) 654 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:29:00.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:00 smithi029 bash[24314]: cluster 2023-10-08T22:28:59.304600+0000 mon.smithi029 (mon.0) 655 : cluster 0 osdmap e37: 8 total, 6 up, 8 in 2023-10-08T22:29:00.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:00 smithi029 bash[24314]: audit 2023-10-08T22:28:59.304922+0000 mon.smithi029 (mon.0) 656 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:00.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:00 smithi029 bash[24314]: audit 2023-10-08T22:28:59.305256+0000 mon.smithi029 (mon.0) 657 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:00.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:00 smithi029 bash[24314]: audit 2023-10-08T22:28:59.311680+0000 mon.smithi029 (mon.0) 658 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:00.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:00 smithi132 bash[32340]: audit 2023-10-08T22:28:59.304540+0000 mon.smithi029 (mon.0) 654 : audit 1 from='osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:29:00.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:00 smithi132 bash[32340]: cluster 2023-10-08T22:28:59.304600+0000 mon.smithi029 (mon.0) 655 : cluster 0 osdmap e37: 8 total, 6 up, 8 in 2023-10-08T22:29:00.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:00 smithi132 bash[32340]: audit 2023-10-08T22:28:59.304922+0000 mon.smithi029 (mon.0) 656 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:00.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:00 smithi132 bash[32340]: audit 2023-10-08T22:28:59.305256+0000 mon.smithi029 (mon.0) 657 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:00.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:00 smithi132 bash[32340]: audit 2023-10-08T22:28:59.311680+0000 mon.smithi029 (mon.0) 658 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:01.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: cluster 2023-10-08T22:28:58.651570+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:29:01.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: cluster 2023-10-08T22:28:58.651700+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:29:01.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: audit 2023-10-08T22:29:00.310080+0000 mon.smithi029 (mon.0) 659 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:01.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: cluster 2023-10-08T22:29:00.313958+0000 mon.smithi029 (mon.0) 660 : cluster 1 osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714] boot 2023-10-08T22:29:01.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: cluster 2023-10-08T22:29:00.314000+0000 mon.smithi029 (mon.0) 661 : cluster 0 osdmap e38: 8 total, 7 up, 8 in 2023-10-08T22:29:01.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: audit 2023-10-08T22:29:00.314311+0000 mon.smithi029 (mon.0) 662 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:01.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: audit 2023-10-08T22:29:00.314601+0000 mon.smithi029 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:01.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:01 smithi029 bash[24314]: cluster 2023-10-08T22:29:00.616538+0000 mgr.smithi029.golwmn (mgr.14195) 131 : cluster 0 pgmap v103: 1 pgs: 1 peering; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail 2023-10-08T22:29:01.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: cluster 2023-10-08T22:28:58.651570+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:29:01.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: cluster 2023-10-08T22:28:58.651700+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:29:01.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: audit 2023-10-08T22:29:00.310080+0000 mon.smithi029 (mon.0) 659 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:01.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: cluster 2023-10-08T22:29:00.313958+0000 mon.smithi029 (mon.0) 660 : cluster 1 osd.5 [v2:172.21.15.29:6818/500529714,v1:172.21.15.29:6819/500529714] boot 2023-10-08T22:29:01.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: cluster 2023-10-08T22:29:00.314000+0000 mon.smithi029 (mon.0) 661 : cluster 0 osdmap e38: 8 total, 7 up, 8 in 2023-10-08T22:29:01.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: audit 2023-10-08T22:29:00.314311+0000 mon.smithi029 (mon.0) 662 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T22:29:01.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: audit 2023-10-08T22:29:00.314601+0000 mon.smithi029 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:01.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:01 smithi132 bash[32340]: cluster 2023-10-08T22:29:00.616538+0000 mgr.smithi029.golwmn (mgr.14195) 131 : cluster 0 pgmap v103: 1 pgs: 1 peering; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail 2023-10-08T22:29:02.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:02 smithi132 bash[32340]: cluster 2023-10-08T22:29:01.319896+0000 mon.smithi029 (mon.0) 664 : cluster 0 osdmap e39: 8 total, 7 up, 8 in 2023-10-08T22:29:02.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:02 smithi132 bash[32340]: audit 2023-10-08T22:29:01.320086+0000 mon.smithi029 (mon.0) 665 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:02.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:02 smithi029 bash[24314]: cluster 2023-10-08T22:29:01.319896+0000 mon.smithi029 (mon.0) 664 : cluster 0 osdmap e39: 8 total, 7 up, 8 in 2023-10-08T22:29:02.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:02 smithi029 bash[24314]: audit 2023-10-08T22:29:01.320086+0000 mon.smithi029 (mon.0) 665 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:03 smithi132 bash[32340]: cluster 2023-10-08T22:29:02.617208+0000 mgr.smithi029.golwmn (mgr.14195) 132 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 6.3 KiB/s rd, 303 KiB/s wr, 20 op/s 2023-10-08T22:29:03.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:03 smithi029 bash[24314]: cluster 2023-10-08T22:29:02.617208+0000 mgr.smithi029.golwmn (mgr.14195) 132 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 6.3 KiB/s rd, 303 KiB/s wr, 20 op/s 2023-10-08T22:29:04.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:04 smithi029 bash[24314]: audit 2023-10-08T22:29:04.506411+0000 mon.smithi029 (mon.0) 666 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T22:29:04.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:04 smithi132 bash[32340]: audit 2023-10-08T22:29:04.506411+0000 mon.smithi029 (mon.0) 666 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T22:29:05.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:05 smithi029 bash[24314]: audit 2023-10-08T22:29:04.564345+0000 mon.smithi029 (mon.0) 667 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T22:29:05.828 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:05 smithi029 bash[24314]: cluster 2023-10-08T22:29:04.564515+0000 mon.smithi029 (mon.0) 668 : cluster 0 osdmap e40: 8 total, 7 up, 8 in 2023-10-08T22:29:05.828 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:05 smithi029 bash[24314]: audit 2023-10-08T22:29:04.565174+0000 mon.smithi029 (mon.0) 669 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:05.828 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:05 smithi029 bash[24314]: audit 2023-10-08T22:29:04.565937+0000 mon.smithi029 (mon.0) 670 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:29:05.828 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:05 smithi029 bash[24314]: cluster 2023-10-08T22:29:04.617756+0000 mgr.smithi029.golwmn (mgr.14195) 133 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 5.1 KiB/s rd, 246 KiB/s wr, 16 op/s 2023-10-08T22:29:05.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:05 smithi132 bash[32340]: audit 2023-10-08T22:29:04.564345+0000 mon.smithi029 (mon.0) 667 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T22:29:05.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:05 smithi132 bash[32340]: cluster 2023-10-08T22:29:04.564515+0000 mon.smithi029 (mon.0) 668 : cluster 0 osdmap e40: 8 total, 7 up, 8 in 2023-10-08T22:29:05.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:05 smithi132 bash[32340]: audit 2023-10-08T22:29:04.565174+0000 mon.smithi029 (mon.0) 669 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:05.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:05 smithi132 bash[32340]: audit 2023-10-08T22:29:04.565937+0000 mon.smithi029 (mon.0) 670 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-10-08T22:29:05.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:05 smithi132 bash[32340]: cluster 2023-10-08T22:29:04.617756+0000 mgr.smithi029.golwmn (mgr.14195) 133 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 188 MiB used, 626 GiB / 626 GiB avail; 5.1 KiB/s rd, 246 KiB/s wr, 16 op/s 2023-10-08T22:29:05.928 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:29:06.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:06 smithi132 bash[32340]: audit 2023-10-08T22:29:05.567622+0000 mon.smithi029 (mon.0) 671 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:29:06.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:06 smithi132 bash[32340]: cluster 2023-10-08T22:29:05.567740+0000 mon.smithi029 (mon.0) 672 : cluster 0 osdmap e41: 8 total, 7 up, 8 in 2023-10-08T22:29:06.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:06 smithi132 bash[32340]: audit 2023-10-08T22:29:05.567986+0000 mon.smithi029 (mon.0) 673 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:06.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:06 smithi132 bash[32340]: audit 2023-10-08T22:29:05.576825+0000 mon.smithi029 (mon.0) 674 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:06.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:06 smithi029 bash[24314]: audit 2023-10-08T22:29:05.567622+0000 mon.smithi029 (mon.0) 671 : audit 1 from='osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-10-08T22:29:06.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:06 smithi029 bash[24314]: cluster 2023-10-08T22:29:05.567740+0000 mon.smithi029 (mon.0) 672 : cluster 0 osdmap e41: 8 total, 7 up, 8 in 2023-10-08T22:29:06.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:06 smithi029 bash[24314]: audit 2023-10-08T22:29:05.567986+0000 mon.smithi029 (mon.0) 673 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:06.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:06 smithi029 bash[24314]: audit 2023-10-08T22:29:05.576825+0000 mon.smithi029 (mon.0) 674 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:07.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: cluster 2023-10-08T22:29:05.470230+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:29:07.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: cluster 2023-10-08T22:29:05.470328+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:29:07.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: audit 2023-10-08T22:29:06.577968+0000 mon.smithi029 (mon.0) 675 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:07.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: cluster 2023-10-08T22:29:06.582094+0000 mon.smithi029 (mon.0) 676 : cluster 1 osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426] boot 2023-10-08T22:29:07.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: cluster 2023-10-08T22:29:06.582136+0000 mon.smithi029 (mon.0) 677 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-10-08T22:29:07.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: audit 2023-10-08T22:29:06.582464+0000 mon.smithi029 (mon.0) 678 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:07.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:07 smithi029 bash[24314]: cluster 2023-10-08T22:29:06.618477+0000 mgr.smithi029.golwmn (mgr.14195) 134 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 5.1 KiB/s rd, 246 KiB/s wr, 16 op/s 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: cluster 2023-10-08T22:29:05.470230+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: cluster 2023-10-08T22:29:05.470328+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: audit 2023-10-08T22:29:06.577968+0000 mon.smithi029 (mon.0) 675 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: cluster 2023-10-08T22:29:06.582094+0000 mon.smithi029 (mon.0) 676 : cluster 1 osd.7 [v2:172.21.15.29:6826/2887203426,v1:172.21.15.29:6827/2887203426] boot 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: cluster 2023-10-08T22:29:06.582136+0000 mon.smithi029 (mon.0) 677 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: audit 2023-10-08T22:29:06.582464+0000 mon.smithi029 (mon.0) 678 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T22:29:07.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:07 smithi132 bash[32340]: cluster 2023-10-08T22:29:06.618477+0000 mgr.smithi029.golwmn (mgr.14195) 134 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 5.1 KiB/s rd, 246 KiB/s wr, 16 op/s 2023-10-08T22:29:09.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:08 smithi029 bash[24314]: cluster 2023-10-08T22:29:07.587829+0000 mon.smithi029 (mon.0) 679 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-10-08T22:29:09.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:08 smithi132 bash[32340]: cluster 2023-10-08T22:29:07.587829+0000 mon.smithi029 (mon.0) 679 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-10-08T22:29:10.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:09 smithi029 bash[24314]: cluster 2023-10-08T22:29:08.592343+0000 mon.smithi029 (mon.0) 680 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-10-08T22:29:10.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:09 smithi029 bash[24314]: cluster 2023-10-08T22:29:08.619109+0000 mgr.smithi029.golwmn (mgr.14195) 135 : cluster 0 pgmap v113: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:10.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:09 smithi029 bash[24314]: audit 2023-10-08T22:29:09.427685+0000 mon.smithi029 (mon.0) 681 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:10.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:09 smithi029 bash[24314]: audit 2023-10-08T22:29:09.433867+0000 mon.smithi029 (mon.0) 682 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:10.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:09 smithi029 bash[24314]: audit 2023-10-08T22:29:09.518510+0000 mon.smithi029 (mon.0) 683 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:29:10.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:09 smithi132 bash[32340]: cluster 2023-10-08T22:29:08.592343+0000 mon.smithi029 (mon.0) 680 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-10-08T22:29:10.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:09 smithi132 bash[32340]: cluster 2023-10-08T22:29:08.619109+0000 mgr.smithi029.golwmn (mgr.14195) 135 : cluster 0 pgmap v113: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:10.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:09 smithi132 bash[32340]: audit 2023-10-08T22:29:09.427685+0000 mon.smithi029 (mon.0) 681 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:10.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:09 smithi132 bash[32340]: audit 2023-10-08T22:29:09.433867+0000 mon.smithi029 (mon.0) 682 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:10.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:09 smithi132 bash[32340]: audit 2023-10-08T22:29:09.518510+0000 mon.smithi029 (mon.0) 683 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:29:10.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:10 smithi029 bash[24314]: cluster 2023-10-08T22:29:09.605757+0000 mon.smithi029 (mon.0) 684 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-10-08T22:29:10.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:10 smithi029 bash[24314]: audit 2023-10-08T22:29:10.126663+0000 mon.smithi029 (mon.0) 685 : audit 0 from='client.? 172.21.15.29:0/2063679017' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:29:10.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:10 smithi132 bash[32340]: cluster 2023-10-08T22:29:09.605757+0000 mon.smithi029 (mon.0) 684 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-10-08T22:29:10.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:10 smithi132 bash[32340]: audit 2023-10-08T22:29:10.126663+0000 mon.smithi029 (mon.0) 685 : audit 0 from='client.? 172.21.15.29:0/2063679017' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T22:29:11.007 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":45,"num_osds":8,"num_up_osds":8,"osd_up_since":1696804146,"num_in_osds":8,"osd_in_since":1696804090,"num_remapped_pgs":0} 2023-10-08T22:29:11.008 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T22:29:12.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:11 smithi029 bash[24314]: cluster 2023-10-08T22:29:10.611992+0000 mon.smithi029 (mon.0) 686 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-10-08T22:29:12.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:11 smithi029 bash[24314]: cluster 2023-10-08T22:29:10.619545+0000 mgr.smithi029.golwmn (mgr.14195) 136 : cluster 0 pgmap v116: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:11 smithi132 bash[32340]: cluster 2023-10-08T22:29:10.611992+0000 mon.smithi029 (mon.0) 686 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-10-08T22:29:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:11 smithi132 bash[32340]: cluster 2023-10-08T22:29:10.619545+0000 mgr.smithi029.golwmn (mgr.14195) 136 : cluster 0 pgmap v116: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:13.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:12 smithi029 bash[24314]: audit 2023-10-08T22:29:11.673562+0000 mon.smithi029 (mon.0) 687 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:13.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:12 smithi132 bash[32340]: audit 2023-10-08T22:29:11.673562+0000 mon.smithi029 (mon.0) 687 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:14.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:13 smithi029 bash[24314]: cluster 2023-10-08T22:29:12.620135+0000 mgr.smithi029.golwmn (mgr.14195) 137 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s, 0 objects/s recovering 2023-10-08T22:29:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:13 smithi132 bash[32340]: cluster 2023-10-08T22:29:12.620135+0000 mgr.smithi029.golwmn (mgr.14195) 137 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s, 0 objects/s recovering 2023-10-08T22:29:15.570 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:29:16.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:15 smithi029 bash[24314]: cluster 2023-10-08T22:29:14.620752+0000 mgr.smithi029.golwmn (mgr.14195) 138 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-08T22:29:16.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:15 smithi029 bash[24314]: audit 2023-10-08T22:29:15.211295+0000 mon.smithi029 (mon.0) 688 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:16.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:15 smithi029 bash[24314]: audit 2023-10-08T22:29:15.219441+0000 mon.smithi029 (mon.0) 689 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:16.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:15 smithi132 bash[32340]: cluster 2023-10-08T22:29:14.620752+0000 mgr.smithi029.golwmn (mgr.14195) 138 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-08T22:29:16.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:15 smithi132 bash[32340]: audit 2023-10-08T22:29:15.211295+0000 mon.smithi029 (mon.0) 688 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:16.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:15 smithi132 bash[32340]: audit 2023-10-08T22:29:15.219441+0000 mon.smithi029 (mon.0) 689 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:17.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:17 smithi029 bash[24314]: audit 2023-10-08T22:29:16.071779+0000 mon.smithi029 (mon.0) 690 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:17.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:17 smithi029 bash[24314]: audit 2023-10-08T22:29:16.081296+0000 mon.smithi029 (mon.0) 691 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:17.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:17 smithi029 bash[24314]: cluster 2023-10-08T22:29:16.621230+0000 mgr.smithi029.golwmn (mgr.14195) 139 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-08T22:29:17.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:17 smithi132 bash[32340]: audit 2023-10-08T22:29:16.071779+0000 mon.smithi029 (mon.0) 690 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:17.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:17 smithi132 bash[32340]: audit 2023-10-08T22:29:16.081296+0000 mon.smithi029 (mon.0) 691 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:17.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:17 smithi132 bash[32340]: cluster 2023-10-08T22:29:16.621230+0000 mgr.smithi029.golwmn (mgr.14195) 139 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-08T22:29:19.001 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:29:19.001 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":46,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","created":"2023-10-08T22:23:11.314090+0000","modified":"2023-10-08T22:29:10.602199+0000","last_up_change":"2023-10-08T22:29:06.569949+0000","last_in_change":"2023-10-08T22:28:10.664516+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-08T22:28:47.187170+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":"28","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":"821714e1-5f27-48dc-99f3-0c0823290f90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6801","nonce":3167931546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6803","nonce":3167931546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6807","nonce":3167931546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6805","nonce":3167931546}]},"public_addr":"172.21.15.132:6801/3167931546","cluster_addr":"172.21.15.132:6803/3167931546","heartbeat_back_addr":"172.21.15.132:6807/3167931546","heartbeat_front_addr":"172.21.15.132:6805/3167931546","state":["exists","up"]},{"osd":1,"uuid":"c7ad0d76-a78a-453b-b46e-5ff52a39c3f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6803","nonce":3199990023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6805","nonce":3199990023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6809","nonce":3199990023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6807","nonce":3199990023}]},"public_addr":"172.21.15.29:6803/3199990023","cluster_addr":"172.21.15.29:6805/3199990023","heartbeat_back_addr":"172.21.15.29:6809/3199990023","heartbeat_front_addr":"172.21.15.29:6807/3199990023","state":["exists","up"]},{"osd":2,"uuid":"5977130b-6b4a-41aa-8a82-c6fbd205d68b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6809","nonce":3054991031}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6810","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6811","nonce":3054991031}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6815","nonce":3054991031}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6813","nonce":3054991031}]},"public_addr":"172.21.15.132:6809/3054991031","cluster_addr":"172.21.15.132:6811/3054991031","heartbeat_back_addr":"172.21.15.132:6815/3054991031","heartbeat_front_addr":"172.21.15.132:6813/3054991031","state":["exists","up"]},{"osd":3,"uuid":"133428cc-61fa-435a-81fe-879108107d39","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.29:6810","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6811","nonce":3654125829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6813","nonce":3654125829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6817","nonce":3654125829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6815","nonce":3654125829}]},"public_addr":"172.21.15.29:6811/3654125829","cluster_addr":"172.21.15.29:6813/3654125829","heartbeat_back_addr":"172.21.15.29:6817/3654125829","heartbeat_front_addr":"172.21.15.29:6815/3654125829","state":["exists","up"]},{"osd":4,"uuid":"3a077936-882b-4cef-979d-b924ad479aa9","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.132:6816","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6817","nonce":3324887928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6818","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6819","nonce":3324887928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6823","nonce":3324887928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6821","nonce":3324887928}]},"public_addr":"172.21.15.132:6817/3324887928","cluster_addr":"172.21.15.132:6819/3324887928","heartbeat_back_addr":"172.21.15.132:6823/3324887928","heartbeat_front_addr":"172.21.15.132:6821/3324887928","state":["exists","up"]},{"osd":5,"uuid":"936507cd-9a55-4abc-983c-87718fa02e58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6819","nonce":500529714}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6821","nonce":500529714}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6825","nonce":500529714}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6823","nonce":500529714}]},"public_addr":"172.21.15.29:6819/500529714","cluster_addr":"172.21.15.29:6821/500529714","heartbeat_back_addr":"172.21.15.29:6825/500529714","heartbeat_front_addr":"172.21.15.29:6823/500529714","state":["exists","up"]},{"osd":6,"uuid":"c34fdb85-f8a3-4048-97d7-f471edf62c57","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.132:6824","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6825","nonce":4222530655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6826","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6827","nonce":4222530655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6831","nonce":4222530655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6829","nonce":4222530655}]},"public_addr":"172.21.15.132:6825/4222530655","cluster_addr":"172.21.15.132:6827/4222530655","heartbeat_back_addr":"172.21.15.132:6831/4222530655","heartbeat_front_addr":"172.21.15.132:6829/4222530655","state":["exists","up"]},{"osd":7,"uuid":"27d6fc1d-ba3a-4207-a92c-ca2c0da69a24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6827","nonce":2887203426}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6829","nonce":2887203426}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6833","nonce":2887203426}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6831","nonce":2887203426}]},"public_addr":"172.21.15.29:6827/2887203426","cluster_addr":"172.21.15.29:6829/2887203426","heartbeat_back_addr":"172.21.15.29:6833/2887203426","heartbeat_front_addr":"172.21.15.29:6831/2887203426","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-08T22:28:34.474318+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-08T22:28:43.458656+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-08T22:28:40.324978+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-08T22:28:51.202546+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-08T22:28:46.185281+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-08T22:28:58.651706+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-08T22:28:50.562336+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-08T22:29:05.470334+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/496890594":"2023-10-09T22:26:26.573605+0000","172.21.15.29:6800/496890594":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/4109173388":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/1946124397":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/393350601":"2023-10-09T22:24:39.393643+0000","172.21.15.29:0/745248680":"2023-10-09T22:24:39.393643+0000","172.21.15.29:6801/4186017295":"2023-10-09T22:24:39.393643+0000","172.21.15.29:0/1395932337":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/4221834628":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/2460748492":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/1992877337":"2023-10-09T22:24:39.393643+0000","172.21.15.29:6800/2101974269":"2023-10-09T22:23:47.765726+0000","172.21.15.29:6801/2101974269":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/2601472549":"2023-10-09T22:26:26.573605+0000","172.21.15.29:6800/4186017295":"2023-10-09T22:24:39.393643+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-08T22:29:19.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:19 smithi029 bash[24314]: cluster 2023-10-08T22:29:18.621863+0000 mgr.smithi029.golwmn (mgr.14195) 140 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-10-08T22:29:19.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:19 smithi029 bash[24314]: audit 2023-10-08T22:29:18.999670+0000 mon.smithi132 (mon.1) 20 : audit 0 from='client.? 172.21.15.29:0/1946008760' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T22:29:19.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:19 smithi132 bash[32340]: cluster 2023-10-08T22:29:18.621863+0000 mgr.smithi029.golwmn (mgr.14195) 140 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-10-08T22:29:19.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:19 smithi132 bash[32340]: audit 2023-10-08T22:29:18.999670+0000 mon.smithi132 (mon.1) 20 : audit 0 from='client.? 172.21.15.29:0/1946008760' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T22:29:19.822 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-08T22:28:47.187170+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': '28', '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-08T22:29:19.822 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-08T22:29:21.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:21 smithi132 bash[32340]: cluster 2023-10-08T22:29:20.622493+0000 mgr.smithi029.golwmn (mgr.14195) 141 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-08T22:29:22.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:21 smithi029 bash[24314]: cluster 2023-10-08T22:29:20.622493+0000 mgr.smithi029.golwmn (mgr.14195) 141 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-08T22:29:24.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:23 smithi029 bash[24314]: cluster 2023-10-08T22:29:22.623097+0000 mgr.smithi029.golwmn (mgr.14195) 142 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T22:29:24.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:23 smithi132 bash[32340]: cluster 2023-10-08T22:29:22.623097+0000 mgr.smithi029.golwmn (mgr.14195) 142 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T22:29:24.838 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:29:25.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:25 smithi029 bash[24314]: cluster 2023-10-08T22:29:24.623734+0000 mgr.smithi029.golwmn (mgr.14195) 143 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:26.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:25 smithi132 bash[32340]: cluster 2023-10-08T22:29:24.623734+0000 mgr.smithi029.golwmn (mgr.14195) 143 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:27.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:26 smithi029 bash[24314]: audit 2023-10-08T22:29:26.673991+0000 mon.smithi029 (mon.0) 692 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:27.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:26 smithi132 bash[32340]: audit 2023-10-08T22:29:26.673991+0000 mon.smithi029 (mon.0) 692 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:27.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: cluster 2023-10-08T22:29:26.624362+0000 mgr.smithi029.golwmn (mgr.14195) 144 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:27.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.067053+0000 mon.smithi029 (mon.0) 693 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:27.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.074818+0000 mon.smithi029 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:27.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.076937+0000 mon.smithi029 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:27.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.078200+0000 mon.smithi029 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:27.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.079331+0000 mon.smithi029 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:27.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.080542+0000 mon.smithi029 (mon.0) 698 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:27.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:27 smithi029 bash[24314]: audit 2023-10-08T22:29:27.087779+0000 mon.smithi029 (mon.0) 699 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:28.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: cluster 2023-10-08T22:29:26.624362+0000 mgr.smithi029.golwmn (mgr.14195) 144 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:28.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.067053+0000 mon.smithi029 (mon.0) 693 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:28.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.074818+0000 mon.smithi029 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:28.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.076937+0000 mon.smithi029 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:28.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.078200+0000 mon.smithi029 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:28.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.079331+0000 mon.smithi029 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:28.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.080542+0000 mon.smithi029 (mon.0) 698 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:28.087 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:27 smithi132 bash[32340]: audit 2023-10-08T22:29:27.087779+0000 mon.smithi029 (mon.0) 699 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:28.342 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2023-10-08T22:29:28.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:28 smithi029 bash[24314]: cephadm 2023-10-08T22:29:27.056645+0000 mgr.smithi029.golwmn (mgr.14195) 145 : cephadm 1 Detected new or changed devices on smithi132 2023-10-08T22:29:28.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:28 smithi029 bash[24314]: cephadm 2023-10-08T22:29:27.081403+0000 mgr.smithi029.golwmn (mgr.14195) 146 : cephadm 1 Adjusting osd_memory_target on smithi132 to 3772M 2023-10-08T22:29:28.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:28 smithi029 bash[24314]: audit 2023-10-08T22:29:28.339701+0000 mon.smithi029 (mon.0) 700 : audit 0 from='client.? 172.21.15.29:0/2957299664' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T22:29:29.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:28 smithi132 bash[32340]: cephadm 2023-10-08T22:29:27.056645+0000 mgr.smithi029.golwmn (mgr.14195) 145 : cephadm 1 Detected new or changed devices on smithi132 2023-10-08T22:29:29.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:28 smithi132 bash[32340]: cephadm 2023-10-08T22:29:27.081403+0000 mgr.smithi029.golwmn (mgr.14195) 146 : cephadm 1 Adjusting osd_memory_target on smithi132 to 3772M 2023-10-08T22:29:29.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:28 smithi132 bash[32340]: audit 2023-10-08T22:29:28.339701+0000 mon.smithi029 (mon.0) 700 : audit 0 from='client.? 172.21.15.29:0/2957299664' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T22:29:29.253 INFO:tasks.cephadm:Setting up client nodes... 2023-10-08T22:29:29.253 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T22:29:30.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:29 smithi029 bash[24314]: cluster 2023-10-08T22:29:28.624846+0000 mgr.smithi029.golwmn (mgr.14195) 147 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:30.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:29 smithi132 bash[32340]: cluster 2023-10-08T22:29:28.624846+0000 mgr.smithi029.golwmn (mgr.14195) 147 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: cephadm 2023-10-08T22:29:30.004645+0000 mgr.smithi029.golwmn (mgr.14195) 148 : cephadm 1 Detected new or changed devices on smithi029 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.016049+0000 mon.smithi029 (mon.0) 701 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.029038+0000 mon.smithi029 (mon.0) 702 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.032215+0000 mon.smithi029 (mon.0) 703 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.033815+0000 mon.smithi029 (mon.0) 704 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.034998+0000 mon.smithi029 (mon.0) 705 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.036236+0000 mon.smithi029 (mon.0) 706 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.042946+0000 mon.smithi029 (mon.0) 707 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.044375+0000 mon.smithi029 (mon.0) 708 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.045498+0000 mon.smithi029 (mon.0) 709 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.051941+0000 mon.smithi029 (mon.0) 710 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.056824+0000 mon.smithi029 (mon.0) 711 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.064737+0000 mon.smithi029 (mon.0) 712 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.065933+0000 mon.smithi029 (mon.0) 713 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.070791+0000 mon.smithi029 (mon.0) 714 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:29:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:31 smithi029 bash[24314]: audit 2023-10-08T22:29:30.072014+0000 mon.smithi029 (mon.0) 715 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:29:31.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: cephadm 2023-10-08T22:29:30.004645+0000 mgr.smithi029.golwmn (mgr.14195) 148 : cephadm 1 Detected new or changed devices on smithi029 2023-10-08T22:29:31.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.016049+0000 mon.smithi029 (mon.0) 701 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.029038+0000 mon.smithi029 (mon.0) 702 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.032215+0000 mon.smithi029 (mon.0) 703 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.033815+0000 mon.smithi029 (mon.0) 704 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.034998+0000 mon.smithi029 (mon.0) 705 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.036236+0000 mon.smithi029 (mon.0) 706 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.042946+0000 mon.smithi029 (mon.0) 707 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.044375+0000 mon.smithi029 (mon.0) 708 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.045498+0000 mon.smithi029 (mon.0) 709 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.051941+0000 mon.smithi029 (mon.0) 710 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.056824+0000 mon.smithi029 (mon.0) 711 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.064737+0000 mon.smithi029 (mon.0) 712 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:29:31.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.065933+0000 mon.smithi029 (mon.0) 713 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:29:31.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.070791+0000 mon.smithi029 (mon.0) 714 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T22:29:31.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:31 smithi132 bash[32340]: audit 2023-10-08T22:29:30.072014+0000 mon.smithi029 (mon.0) 715 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:29:32.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:32 smithi029 bash[24314]: cephadm 2023-10-08T22:29:30.037151+0000 mgr.smithi029.golwmn (mgr.14195) 149 : cephadm 1 Adjusting osd_memory_target on smithi029 to 3005M 2023-10-08T22:29:32.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:32 smithi029 bash[24314]: cluster 2023-10-08T22:29:30.625412+0000 mgr.smithi029.golwmn (mgr.14195) 150 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:32.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:32 smithi132 bash[32340]: cephadm 2023-10-08T22:29:30.037151+0000 mgr.smithi029.golwmn (mgr.14195) 149 : cephadm 1 Adjusting osd_memory_target on smithi029 to 3005M 2023-10-08T22:29:32.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:32 smithi132 bash[32340]: cluster 2023-10-08T22:29:30.625412+0000 mgr.smithi029.golwmn (mgr.14195) 150 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:33.318 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:33 smithi029 bash[24314]: cluster 2023-10-08T22:29:32.626039+0000 mgr.smithi029.golwmn (mgr.14195) 151 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:33.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:33 smithi132 bash[32340]: cluster 2023-10-08T22:29:32.626039+0000 mgr.smithi029.golwmn (mgr.14195) 151 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:34.012 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:29:35.974 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:35 smithi132 bash[32340]: cluster 2023-10-08T22:29:34.626607+0000 mgr.smithi029.golwmn (mgr.14195) 152 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:36.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:35 smithi029 bash[24314]: cluster 2023-10-08T22:29:34.626607+0000 mgr.smithi029.golwmn (mgr.14195) 152 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:38.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:37 smithi029 bash[24314]: cluster 2023-10-08T22:29:36.627110+0000 mgr.smithi029.golwmn (mgr.14195) 153 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:37 smithi132 bash[32340]: cluster 2023-10-08T22:29:36.627110+0000 mgr.smithi029.golwmn (mgr.14195) 153 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:38.890 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2023-10-08T22:29:38.890 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQBSLSNlmOubNBAAv7i/zxeR0sXLOhbrCqfe0w== 2023-10-08T22:29:39.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:39 smithi029 bash[24314]: cluster 2023-10-08T22:29:38.627660+0000 mgr.smithi029.golwmn (mgr.14195) 154 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:39.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:39 smithi029 bash[24314]: audit 2023-10-08T22:29:38.882341+0000 mon.smithi029 (mon.0) 716 : audit 1 from='client.? 172.21.15.29:0/3905680621' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T22:29:39.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:39 smithi029 bash[24314]: audit 2023-10-08T22:29:38.888346+0000 mon.smithi029 (mon.0) 717 : audit 1 from='client.? 172.21.15.29:0/3905680621' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T22:29:39.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:39 smithi132 bash[32340]: cluster 2023-10-08T22:29:38.627660+0000 mgr.smithi029.golwmn (mgr.14195) 154 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:39.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:39 smithi132 bash[32340]: audit 2023-10-08T22:29:38.882341+0000 mon.smithi029 (mon.0) 716 : audit 1 from='client.? 172.21.15.29:0/3905680621' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T22:29:39.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:39 smithi132 bash[32340]: audit 2023-10-08T22:29:38.888346+0000 mon.smithi029 (mon.0) 717 : audit 1 from='client.? 172.21.15.29:0/3905680621' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T22:29:39.679 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:29:39.679 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-08T22:29:39.679 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-08T22:29:39.702 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T22:29:42.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:41 smithi029 bash[24314]: cluster 2023-10-08T22:29:40.628169+0000 mgr.smithi029.golwmn (mgr.14195) 155 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:42.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:41 smithi029 bash[24314]: audit 2023-10-08T22:29:41.674494+0000 mon.smithi029 (mon.0) 718 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:42.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:41 smithi132 bash[32340]: cluster 2023-10-08T22:29:40.628169+0000 mgr.smithi029.golwmn (mgr.14195) 155 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:42.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:41 smithi132 bash[32340]: audit 2023-10-08T22:29:41.674494+0000 mon.smithi029 (mon.0) 718 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:44.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:43 smithi029 bash[24314]: cluster 2023-10-08T22:29:42.628883+0000 mgr.smithi029.golwmn (mgr.14195) 156 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:44.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:43 smithi132 bash[32340]: cluster 2023-10-08T22:29:42.628883+0000 mgr.smithi029.golwmn (mgr.14195) 156 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:44.435 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi132/config 2023-10-08T22:29:46.002 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:45 smithi132 bash[32340]: cluster 2023-10-08T22:29:44.629524+0000 mgr.smithi029.golwmn (mgr.14195) 157 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:46.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:45 smithi029 bash[24314]: cluster 2023-10-08T22:29:44.629524+0000 mgr.smithi029.golwmn (mgr.14195) 157 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:47 smithi029 bash[24314]: cluster 2023-10-08T22:29:46.630218+0000 mgr.smithi029.golwmn (mgr.14195) 158 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:48.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:47 smithi132 bash[32340]: cluster 2023-10-08T22:29:46.630218+0000 mgr.smithi029.golwmn (mgr.14195) 158 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:48.847 INFO:teuthology.orchestra.run.smithi132.stdout:[client.1] 2023-10-08T22:29:48.848 INFO:teuthology.orchestra.run.smithi132.stdout: key = AQBcLSNlod34MRAA21rIW2sQlMxlFYC7og4c3w== 2023-10-08T22:29:49.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:49 smithi029 bash[24314]: cluster 2023-10-08T22:29:48.630880+0000 mgr.smithi029.golwmn (mgr.14195) 159 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:49.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:49 smithi029 bash[24314]: audit 2023-10-08T22:29:48.838108+0000 mon.smithi029 (mon.0) 719 : 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-08T22:29:49.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:49 smithi029 bash[24314]: audit 2023-10-08T22:29:48.840003+0000 mon.smithi132 (mon.1) 21 : audit 1 from='client.? 172.21.15.132:0/1359923285' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T22:29:49.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:49 smithi029 bash[24314]: audit 2023-10-08T22:29:48.844854+0000 mon.smithi029 (mon.0) 720 : 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-08T22:29:49.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:49 smithi132 bash[32340]: cluster 2023-10-08T22:29:48.630880+0000 mgr.smithi029.golwmn (mgr.14195) 159 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:49.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:49 smithi132 bash[32340]: audit 2023-10-08T22:29:48.838108+0000 mon.smithi029 (mon.0) 719 : 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-08T22:29:49.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:49 smithi132 bash[32340]: audit 2023-10-08T22:29:48.840003+0000 mon.smithi132 (mon.1) 21 : audit 1 from='client.? 172.21.15.132:0/1359923285' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T22:29:49.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:49 smithi132 bash[32340]: audit 2023-10-08T22:29:48.844854+0000 mon.smithi029 (mon.0) 720 : 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-08T22:29:49.901 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:29:49.901 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-08T22:29:49.901 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-08T22:29:49.922 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-08T22:29:49.922 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-08T22:29:49.922 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-08T22:29:52.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:51 smithi029 bash[24314]: cluster 2023-10-08T22:29:50.631463+0000 mgr.smithi029.golwmn (mgr.14195) 160 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:52.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:51 smithi132 bash[32340]: cluster 2023-10-08T22:29:50.631463+0000 mgr.smithi029.golwmn (mgr.14195) 160 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:54.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:53 smithi029 bash[24314]: cluster 2023-10-08T22:29:52.631991+0000 mgr.smithi029.golwmn (mgr.14195) 161 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:53 smithi132 bash[32340]: cluster 2023-10-08T22:29:52.631991+0000 mgr.smithi029.golwmn (mgr.14195) 161 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:54.667 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:29:55.997 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:55 smithi132 bash[32340]: cluster 2023-10-08T22:29:54.632600+0000 mgr.smithi029.golwmn (mgr.14195) 162 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:56.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:55 smithi029 bash[24314]: cluster 2023-10-08T22:29:54.632600+0000 mgr.smithi029.golwmn (mgr.14195) 162 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:56.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:56 smithi029 bash[24314]: audit 2023-10-08T22:29:56.674779+0000 mon.smithi029 (mon.0) 721 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:57.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:56 smithi132 bash[32340]: audit 2023-10-08T22:29:56.674779+0000 mon.smithi029 (mon.0) 721 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:29:58.071 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:57 smithi132 bash[32340]: cluster 2023-10-08T22:29:56.633210+0000 mgr.smithi029.golwmn (mgr.14195) 163 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:58.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:57 smithi029 bash[24314]: cluster 2023-10-08T22:29:56.633210+0000 mgr.smithi029.golwmn (mgr.14195) 163 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:29:59.747 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:30:00.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:59 smithi029 bash[24314]: cluster 2023-10-08T22:29:58.633785+0000 mgr.smithi029.golwmn (mgr.14195) 164 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:59 smithi029 bash[24314]: audit 2023-10-08T22:29:58.763708+0000 mon.smithi029 (mon.0) 722 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:59 smithi029 bash[24314]: audit 2023-10-08T22:29:58.771071+0000 mon.smithi029 (mon.0) 723 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:29:59 smithi029 bash[24314]: audit 2023-10-08T22:29:59.735340+0000 mon.smithi029 (mon.0) 724 : audit 0 from='client.? 172.21.15.29:0/2588022406' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T22:30:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:59 smithi132 bash[32340]: cluster 2023-10-08T22:29:58.633785+0000 mgr.smithi029.golwmn (mgr.14195) 164 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:59 smithi132 bash[32340]: audit 2023-10-08T22:29:58.763708+0000 mon.smithi029 (mon.0) 722 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:59 smithi132 bash[32340]: audit 2023-10-08T22:29:58.771071+0000 mon.smithi029 (mon.0) 723 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:00.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:29:59 smithi132 bash[32340]: audit 2023-10-08T22:29:59.735340+0000 mon.smithi029 (mon.0) 724 : audit 0 from='client.? 172.21.15.29:0/2588022406' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T22:30:01.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:00 smithi029 bash[24314]: cluster 2023-10-08T22:30:00.000194+0000 mon.smithi029 (mon.0) 725 : cluster 1 overall HEALTH_OK 2023-10-08T22:30:01.080 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":19,"active_gid":14195,"active_name":"smithi029.golwmn","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":1581563044},{"type":"v1","addr":"172.21.15.29:6801","nonce":1581563044}]},"active_addr":"172.21.15.29:6801/1581563044","active_change":"2023-10-08T22:26:26.573763+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14214,"name":"smithi132.hsbnyx","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:v18","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:v18","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.29:8443/","prometheus":"http://172.21.15.29: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.29:0","nonce":137762327}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1724213297}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":2779213538}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1082207541}]}]} 2023-10-08T22:30:01.086 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-08T22:30:01.087 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-08T22:30:01.087 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T22:30:01.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:00 smithi132 bash[32340]: cluster 2023-10-08T22:30:00.000194+0000 mon.smithi029 (mon.0) 725 : cluster 1 overall HEALTH_OK 2023-10-08T22:30:02.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:01 smithi029 bash[24314]: cluster 2023-10-08T22:30:00.634399+0000 mgr.smithi029.golwmn (mgr.14195) 165 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:01 smithi029 bash[24314]: audit 2023-10-08T22:30:01.112150+0000 mon.smithi029 (mon.0) 726 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:01 smithi029 bash[24314]: audit 2023-10-08T22:30:01.121817+0000 mon.smithi029 (mon.0) 727 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:01 smithi132 bash[32340]: cluster 2023-10-08T22:30:00.634399+0000 mgr.smithi029.golwmn (mgr.14195) 165 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:01 smithi132 bash[32340]: audit 2023-10-08T22:30:01.112150+0000 mon.smithi029 (mon.0) 726 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:01 smithi132 bash[32340]: audit 2023-10-08T22:30:01.121817+0000 mon.smithi029 (mon.0) 727 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:30:04.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:03 smithi029 bash[24314]: cluster 2023-10-08T22:30:02.634995+0000 mgr.smithi029.golwmn (mgr.14195) 166 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:04.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:03 smithi132 bash[32340]: cluster 2023-10-08T22:30:02.634995+0000 mgr.smithi029.golwmn (mgr.14195) 166 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:05.835 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:06.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:05 smithi029 bash[24314]: cluster 2023-10-08T22:30:04.635722+0000 mgr.smithi029.golwmn (mgr.14195) 167 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:06.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:05 smithi132 bash[32340]: cluster 2023-10-08T22:30:04.635722+0000 mgr.smithi029.golwmn (mgr.14195) 167 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:08.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:07 smithi029 bash[24314]: cluster 2023-10-08T22:30:06.636428+0000 mgr.smithi029.golwmn (mgr.14195) 168 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:08.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:07 smithi132 bash[32340]: cluster 2023-10-08T22:30:06.636428+0000 mgr.smithi029.golwmn (mgr.14195) 168 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:09.076 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:30:09.076 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":46,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","created":"2023-10-08T22:23:11.314090+0000","modified":"2023-10-08T22:29:10.602199+0000","last_up_change":"2023-10-08T22:29:06.569949+0000","last_in_change":"2023-10-08T22:28:10.664516+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-08T22:28:47.187170+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":"28","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":"821714e1-5f27-48dc-99f3-0c0823290f90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6801","nonce":3167931546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6803","nonce":3167931546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6807","nonce":3167931546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6805","nonce":3167931546}]},"public_addr":"172.21.15.132:6801/3167931546","cluster_addr":"172.21.15.132:6803/3167931546","heartbeat_back_addr":"172.21.15.132:6807/3167931546","heartbeat_front_addr":"172.21.15.132:6805/3167931546","state":["exists","up"]},{"osd":1,"uuid":"c7ad0d76-a78a-453b-b46e-5ff52a39c3f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6803","nonce":3199990023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6805","nonce":3199990023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6809","nonce":3199990023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6807","nonce":3199990023}]},"public_addr":"172.21.15.29:6803/3199990023","cluster_addr":"172.21.15.29:6805/3199990023","heartbeat_back_addr":"172.21.15.29:6809/3199990023","heartbeat_front_addr":"172.21.15.29:6807/3199990023","state":["exists","up"]},{"osd":2,"uuid":"5977130b-6b4a-41aa-8a82-c6fbd205d68b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6809","nonce":3054991031}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6810","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6811","nonce":3054991031}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6815","nonce":3054991031}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6813","nonce":3054991031}]},"public_addr":"172.21.15.132:6809/3054991031","cluster_addr":"172.21.15.132:6811/3054991031","heartbeat_back_addr":"172.21.15.132:6815/3054991031","heartbeat_front_addr":"172.21.15.132:6813/3054991031","state":["exists","up"]},{"osd":3,"uuid":"133428cc-61fa-435a-81fe-879108107d39","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.29:6810","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6811","nonce":3654125829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6813","nonce":3654125829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6817","nonce":3654125829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6815","nonce":3654125829}]},"public_addr":"172.21.15.29:6811/3654125829","cluster_addr":"172.21.15.29:6813/3654125829","heartbeat_back_addr":"172.21.15.29:6817/3654125829","heartbeat_front_addr":"172.21.15.29:6815/3654125829","state":["exists","up"]},{"osd":4,"uuid":"3a077936-882b-4cef-979d-b924ad479aa9","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.132:6816","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6817","nonce":3324887928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6818","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6819","nonce":3324887928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6823","nonce":3324887928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6821","nonce":3324887928}]},"public_addr":"172.21.15.132:6817/3324887928","cluster_addr":"172.21.15.132:6819/3324887928","heartbeat_back_addr":"172.21.15.132:6823/3324887928","heartbeat_front_addr":"172.21.15.132:6821/3324887928","state":["exists","up"]},{"osd":5,"uuid":"936507cd-9a55-4abc-983c-87718fa02e58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6819","nonce":500529714}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6821","nonce":500529714}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6825","nonce":500529714}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6823","nonce":500529714}]},"public_addr":"172.21.15.29:6819/500529714","cluster_addr":"172.21.15.29:6821/500529714","heartbeat_back_addr":"172.21.15.29:6825/500529714","heartbeat_front_addr":"172.21.15.29:6823/500529714","state":["exists","up"]},{"osd":6,"uuid":"c34fdb85-f8a3-4048-97d7-f471edf62c57","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.132:6824","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6825","nonce":4222530655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6826","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6827","nonce":4222530655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6831","nonce":4222530655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6829","nonce":4222530655}]},"public_addr":"172.21.15.132:6825/4222530655","cluster_addr":"172.21.15.132:6827/4222530655","heartbeat_back_addr":"172.21.15.132:6831/4222530655","heartbeat_front_addr":"172.21.15.132:6829/4222530655","state":["exists","up"]},{"osd":7,"uuid":"27d6fc1d-ba3a-4207-a92c-ca2c0da69a24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6827","nonce":2887203426}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6829","nonce":2887203426}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6833","nonce":2887203426}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6831","nonce":2887203426}]},"public_addr":"172.21.15.29:6827/2887203426","cluster_addr":"172.21.15.29:6829/2887203426","heartbeat_back_addr":"172.21.15.29:6833/2887203426","heartbeat_front_addr":"172.21.15.29:6831/2887203426","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-08T22:28:34.474318+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-08T22:28:43.458656+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-08T22:28:40.324978+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-08T22:28:51.202546+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-08T22:28:46.185281+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-08T22:28:58.651706+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-08T22:28:50.562336+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-08T22:29:05.470334+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/496890594":"2023-10-09T22:26:26.573605+0000","172.21.15.29:6800/496890594":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/4109173388":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/1946124397":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/393350601":"2023-10-09T22:24:39.393643+0000","172.21.15.29:0/745248680":"2023-10-09T22:24:39.393643+0000","172.21.15.29:6801/4186017295":"2023-10-09T22:24:39.393643+0000","172.21.15.29:0/1395932337":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/4221834628":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/2460748492":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/1992877337":"2023-10-09T22:24:39.393643+0000","172.21.15.29:6800/2101974269":"2023-10-09T22:23:47.765726+0000","172.21.15.29:6801/2101974269":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/2601472549":"2023-10-09T22:26:26.573605+0000","172.21.15.29:6800/4186017295":"2023-10-09T22:24:39.393643+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-08T22:30:09.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:09 smithi029 bash[24314]: cluster 2023-10-08T22:30:08.637157+0000 mgr.smithi029.golwmn (mgr.14195) 169 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:09.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:09 smithi029 bash[24314]: audit 2023-10-08T22:30:09.071648+0000 mon.smithi029 (mon.0) 728 : audit 0 from='client.? 172.21.15.29:0/1853230703' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T22:30:09.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:09 smithi132 bash[32340]: cluster 2023-10-08T22:30:08.637157+0000 mgr.smithi029.golwmn (mgr.14195) 169 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:09.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:09 smithi132 bash[32340]: audit 2023-10-08T22:30:09.071648+0000 mon.smithi029 (mon.0) 728 : audit 0 from='client.? 172.21.15.29:0/1853230703' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T22:30:09.876 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-08T22:30:09.877 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T22:30:12.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:11 smithi029 bash[24314]: cluster 2023-10-08T22:30:10.637815+0000 mgr.smithi029.golwmn (mgr.14195) 170 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:12.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:11 smithi029 bash[24314]: audit 2023-10-08T22:30:11.675602+0000 mon.smithi029 (mon.0) 729 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:11 smithi132 bash[32340]: cluster 2023-10-08T22:30:10.637815+0000 mgr.smithi029.golwmn (mgr.14195) 170 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:11 smithi132 bash[32340]: audit 2023-10-08T22:30:11.675602+0000 mon.smithi029 (mon.0) 729 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:13 smithi029 bash[24314]: cluster 2023-10-08T22:30:12.638580+0000 mgr.smithi029.golwmn (mgr.14195) 171 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:14.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:13 smithi132 bash[32340]: cluster 2023-10-08T22:30:12.638580+0000 mgr.smithi029.golwmn (mgr.14195) 171 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:14.628 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:15.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:15 smithi029 bash[24314]: cluster 2023-10-08T22:30:14.639342+0000 mgr.smithi029.golwmn (mgr.14195) 172 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:16.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:15 smithi132 bash[32340]: cluster 2023-10-08T22:30:14.639342+0000 mgr.smithi029.golwmn (mgr.14195) 172 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:17.795 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:30:17.796 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":46,"fsid":"1320553e-6629-11ee-8db5-212e2dc638e7","created":"2023-10-08T22:23:11.314090+0000","modified":"2023-10-08T22:29:10.602199+0000","last_up_change":"2023-10-08T22:29:06.569949+0000","last_in_change":"2023-10-08T22:28:10.664516+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-08T22:28:47.187170+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":"28","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":"821714e1-5f27-48dc-99f3-0c0823290f90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6801","nonce":3167931546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6803","nonce":3167931546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6807","nonce":3167931546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":3167931546},{"type":"v1","addr":"172.21.15.132:6805","nonce":3167931546}]},"public_addr":"172.21.15.132:6801/3167931546","cluster_addr":"172.21.15.132:6803/3167931546","heartbeat_back_addr":"172.21.15.132:6807/3167931546","heartbeat_front_addr":"172.21.15.132:6805/3167931546","state":["exists","up"]},{"osd":1,"uuid":"c7ad0d76-a78a-453b-b46e-5ff52a39c3f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6803","nonce":3199990023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6805","nonce":3199990023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6809","nonce":3199990023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3199990023},{"type":"v1","addr":"172.21.15.29:6807","nonce":3199990023}]},"public_addr":"172.21.15.29:6803/3199990023","cluster_addr":"172.21.15.29:6805/3199990023","heartbeat_back_addr":"172.21.15.29:6809/3199990023","heartbeat_front_addr":"172.21.15.29:6807/3199990023","state":["exists","up"]},{"osd":2,"uuid":"5977130b-6b4a-41aa-8a82-c6fbd205d68b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6809","nonce":3054991031}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6810","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6811","nonce":3054991031}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6815","nonce":3054991031}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":3054991031},{"type":"v1","addr":"172.21.15.132:6813","nonce":3054991031}]},"public_addr":"172.21.15.132:6809/3054991031","cluster_addr":"172.21.15.132:6811/3054991031","heartbeat_back_addr":"172.21.15.132:6815/3054991031","heartbeat_front_addr":"172.21.15.132:6813/3054991031","state":["exists","up"]},{"osd":3,"uuid":"133428cc-61fa-435a-81fe-879108107d39","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.29:6810","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6811","nonce":3654125829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6813","nonce":3654125829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6817","nonce":3654125829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3654125829},{"type":"v1","addr":"172.21.15.29:6815","nonce":3654125829}]},"public_addr":"172.21.15.29:6811/3654125829","cluster_addr":"172.21.15.29:6813/3654125829","heartbeat_back_addr":"172.21.15.29:6817/3654125829","heartbeat_front_addr":"172.21.15.29:6815/3654125829","state":["exists","up"]},{"osd":4,"uuid":"3a077936-882b-4cef-979d-b924ad479aa9","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.132:6816","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6817","nonce":3324887928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6818","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6819","nonce":3324887928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6823","nonce":3324887928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":3324887928},{"type":"v1","addr":"172.21.15.132:6821","nonce":3324887928}]},"public_addr":"172.21.15.132:6817/3324887928","cluster_addr":"172.21.15.132:6819/3324887928","heartbeat_back_addr":"172.21.15.132:6823/3324887928","heartbeat_front_addr":"172.21.15.132:6821/3324887928","state":["exists","up"]},{"osd":5,"uuid":"936507cd-9a55-4abc-983c-87718fa02e58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6819","nonce":500529714}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6821","nonce":500529714}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6825","nonce":500529714}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":500529714},{"type":"v1","addr":"172.21.15.29:6823","nonce":500529714}]},"public_addr":"172.21.15.29:6819/500529714","cluster_addr":"172.21.15.29:6821/500529714","heartbeat_back_addr":"172.21.15.29:6825/500529714","heartbeat_front_addr":"172.21.15.29:6823/500529714","state":["exists","up"]},{"osd":6,"uuid":"c34fdb85-f8a3-4048-97d7-f471edf62c57","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.132:6824","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6825","nonce":4222530655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6826","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6827","nonce":4222530655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6831","nonce":4222530655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":4222530655},{"type":"v1","addr":"172.21.15.132:6829","nonce":4222530655}]},"public_addr":"172.21.15.132:6825/4222530655","cluster_addr":"172.21.15.132:6827/4222530655","heartbeat_back_addr":"172.21.15.132:6831/4222530655","heartbeat_front_addr":"172.21.15.132:6829/4222530655","state":["exists","up"]},{"osd":7,"uuid":"27d6fc1d-ba3a-4207-a92c-ca2c0da69a24","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6827","nonce":2887203426}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6829","nonce":2887203426}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6833","nonce":2887203426}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":2887203426},{"type":"v1","addr":"172.21.15.29:6831","nonce":2887203426}]},"public_addr":"172.21.15.29:6827/2887203426","cluster_addr":"172.21.15.29:6829/2887203426","heartbeat_back_addr":"172.21.15.29:6833/2887203426","heartbeat_front_addr":"172.21.15.29:6831/2887203426","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-08T22:28:34.474318+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-08T22:28:43.458656+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-08T22:28:40.324978+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-08T22:28:51.202546+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-08T22:28:46.185281+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-08T22:28:58.651706+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-08T22:28:50.562336+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-08T22:29:05.470334+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/496890594":"2023-10-09T22:26:26.573605+0000","172.21.15.29:6800/496890594":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/4109173388":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/1946124397":"2023-10-09T22:26:26.573605+0000","172.21.15.29:0/393350601":"2023-10-09T22:24:39.393643+0000","172.21.15.29:0/745248680":"2023-10-09T22:24:39.393643+0000","172.21.15.29:6801/4186017295":"2023-10-09T22:24:39.393643+0000","172.21.15.29:0/1395932337":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/4221834628":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/2460748492":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/1992877337":"2023-10-09T22:24:39.393643+0000","172.21.15.29:6800/2101974269":"2023-10-09T22:23:47.765726+0000","172.21.15.29:6801/2101974269":"2023-10-09T22:23:47.765726+0000","172.21.15.29:0/2601472549":"2023-10-09T22:26:26.573605+0000","172.21.15.29:6800/4186017295":"2023-10-09T22:24:39.393643+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-08T22:30:17.977 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:17 smithi029 bash[24314]: cluster 2023-10-08T22:30:16.639953+0000 mgr.smithi029.golwmn (mgr.14195) 173 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:18.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:17 smithi132 bash[32340]: cluster 2023-10-08T22:30:16.639953+0000 mgr.smithi029.golwmn (mgr.14195) 173 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:18.546 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-08T22:30:18.546 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-08T22:30:18.547 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-08T22:30:18.547 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-08T22:30:18.547 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-08T22:30:18.548 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-08T22:30:18.548 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-08T22:30:18.549 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-08T22:30:18.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:18 smithi029 bash[24314]: audit 2023-10-08T22:30:17.791282+0000 mon.smithi029 (mon.0) 730 : audit 0 from='client.? 172.21.15.29:0/1077862835' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T22:30:19.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:18 smithi132 bash[32340]: audit 2023-10-08T22:30:17.791282+0000 mon.smithi029 (mon.0) 730 : audit 0 from='client.? 172.21.15.29:0/1077862835' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T22:30:20.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:19 smithi029 bash[24314]: cluster 2023-10-08T22:30:18.640411+0000 mgr.smithi029.golwmn (mgr.14195) 174 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:20.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:19 smithi132 bash[32340]: cluster 2023-10-08T22:30:18.640411+0000 mgr.smithi029.golwmn (mgr.14195) 174 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:22.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:21 smithi029 bash[24314]: cluster 2023-10-08T22:30:20.640968+0000 mgr.smithi029.golwmn (mgr.14195) 175 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:22.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:21 smithi132 bash[32340]: cluster 2023-10-08T22:30:20.640968+0000 mgr.smithi029.golwmn (mgr.14195) 175 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:23.387 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.387 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.387 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.388 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.388 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.389 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.389 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:23.391 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:24.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:23 smithi029 bash[24314]: cluster 2023-10-08T22:30:22.641568+0000 mgr.smithi029.golwmn (mgr.14195) 176 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:24.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:23 smithi132 bash[32340]: cluster 2023-10-08T22:30:22.641568+0000 mgr.smithi029.golwmn (mgr.14195) 176 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:26.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:25 smithi029 bash[24314]: cluster 2023-10-08T22:30:24.642144+0000 mgr.smithi029.golwmn (mgr.14195) 177 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:26.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:25 smithi132 bash[32340]: cluster 2023-10-08T22:30:24.642144+0000 mgr.smithi029.golwmn (mgr.14195) 177 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:27.026 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:26 smithi132 bash[32340]: audit 2023-10-08T22:30:26.676442+0000 mon.smithi029 (mon.0) 731 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:27.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:26 smithi029 bash[24314]: audit 2023-10-08T22:30:26.676442+0000 mon.smithi029 (mon.0) 731 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:27.822 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:27 smithi029 bash[24314]: cluster 2023-10-08T22:30:26.642718+0000 mgr.smithi029.golwmn (mgr.14195) 178 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:28.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:27 smithi132 bash[32340]: cluster 2023-10-08T22:30:26.642718+0000 mgr.smithi029.golwmn (mgr.14195) 178 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:29.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:29 smithi132 bash[32340]: cluster 2023-10-08T22:30:28.643334+0000 mgr.smithi029.golwmn (mgr.14195) 179 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:29.674 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:29 smithi029 bash[24314]: cluster 2023-10-08T22:30:28.643334+0000 mgr.smithi029.golwmn (mgr.14195) 179 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:32.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:31 smithi029 bash[24314]: cluster 2023-10-08T22:30:30.643888+0000 mgr.smithi029.golwmn (mgr.14195) 180 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:32.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:31 smithi132 bash[32340]: cluster 2023-10-08T22:30:30.643888+0000 mgr.smithi029.golwmn (mgr.14195) 180 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:33.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:33 smithi029 bash[24314]: cluster 2023-10-08T22:30:32.644376+0000 mgr.smithi029.golwmn (mgr.14195) 181 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:34.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:33 smithi132 bash[32340]: cluster 2023-10-08T22:30:32.644376+0000 mgr.smithi029.golwmn (mgr.14195) 181 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:36.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:35 smithi029 bash[24314]: cluster 2023-10-08T22:30:34.644885+0000 mgr.smithi029.golwmn (mgr.14195) 182 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:36.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:35 smithi132 bash[32340]: cluster 2023-10-08T22:30:34.644885+0000 mgr.smithi029.golwmn (mgr.14195) 182 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:37.971 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:37 smithi029 bash[24314]: cluster 2023-10-08T22:30:36.645350+0000 mgr.smithi029.golwmn (mgr.14195) 183 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:37 smithi132 bash[32340]: cluster 2023-10-08T22:30:36.645350+0000 mgr.smithi029.golwmn (mgr.14195) 183 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:39.204 INFO:teuthology.orchestra.run.smithi029.stdout:68719476762 2023-10-08T22:30:39.204 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-08T22:30:39.527 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:39 smithi029 bash[24314]: cluster 2023-10-08T22:30:38.645918+0000 mgr.smithi029.golwmn (mgr.14195) 184 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:39.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:39 smithi132 bash[32340]: cluster 2023-10-08T22:30:38.645918+0000 mgr.smithi029.golwmn (mgr.14195) 184 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:41.295 INFO:teuthology.orchestra.run.smithi029.stdout:133143986199 2023-10-08T22:30:41.295 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-08T22:30:41.597 INFO:teuthology.orchestra.run.smithi029.stdout:85899345946 2023-10-08T22:30:41.598 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-08T22:30:41.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:41 smithi029 bash[24314]: cluster 2023-10-08T22:30:40.646506+0000 mgr.smithi029.golwmn (mgr.14195) 185 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:41.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:41 smithi029 bash[24314]: audit 2023-10-08T22:30:41.677062+0000 mon.smithi029 (mon.0) 732 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:42.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:41 smithi132 bash[32340]: cluster 2023-10-08T22:30:40.646506+0000 mgr.smithi029.golwmn (mgr.14195) 185 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:42.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:41 smithi132 bash[32340]: audit 2023-10-08T22:30:41.677062+0000 mon.smithi029 (mon.0) 732 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:43.281 INFO:teuthology.orchestra.run.smithi029.stdout:111669149722 2023-10-08T22:30:43.282 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-08T22:30:43.473 INFO:teuthology.orchestra.run.smithi029.stdout:180388626452 2023-10-08T22:30:43.474 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-08T22:30:43.675 INFO:teuthology.orchestra.run.smithi029.stdout:133143986199 2023-10-08T22:30:43.675 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-08T22:30:44.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:43 smithi029 bash[24314]: cluster 2023-10-08T22:30:42.646904+0000 mgr.smithi029.golwmn (mgr.14195) 186 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:44.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:43 smithi132 bash[32340]: cluster 2023-10-08T22:30:42.646904+0000 mgr.smithi029.golwmn (mgr.14195) 186 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:45.021 INFO:teuthology.orchestra.run.smithi029.stdout:103079215130 2023-10-08T22:30:45.021 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-08T22:30:45.100 INFO:teuthology.orchestra.run.smithi029.stdout:163208757271 2023-10-08T22:30:45.100 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-08T22:30:46.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:45 smithi029 bash[24314]: cluster 2023-10-08T22:30:44.647539+0000 mgr.smithi029.golwmn (mgr.14195) 187 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:46.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:45 smithi132 bash[32340]: cluster 2023-10-08T22:30:44.647539+0000 mgr.smithi029.golwmn (mgr.14195) 187 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:47.623 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:48.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:47 smithi029 bash[24314]: cluster 2023-10-08T22:30:46.648092+0000 mgr.smithi029.golwmn (mgr.14195) 188 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:48.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:47 smithi132 bash[32340]: cluster 2023-10-08T22:30:46.648092+0000 mgr.smithi029.golwmn (mgr.14195) 188 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:48.645 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:48.646 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:48.647 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:48.647 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:48.648 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:49.663 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:49.663 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:30:49.729 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:49 smithi029 bash[24314]: cluster 2023-10-08T22:30:48.648642+0000 mgr.smithi029.golwmn (mgr.14195) 189 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:49.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:49 smithi132 bash[32340]: cluster 2023-10-08T22:30:48.648642+0000 mgr.smithi029.golwmn (mgr.14195) 189 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:52.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:51 smithi029 bash[24314]: cluster 2023-10-08T22:30:50.649208+0000 mgr.smithi029.golwmn (mgr.14195) 190 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:52.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:51 smithi132 bash[32340]: cluster 2023-10-08T22:30:50.649208+0000 mgr.smithi029.golwmn (mgr.14195) 190 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:54.009 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:53 smithi029 bash[24314]: cluster 2023-10-08T22:30:52.649828+0000 mgr.smithi029.golwmn (mgr.14195) 191 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:53 smithi132 bash[32340]: cluster 2023-10-08T22:30:52.649828+0000 mgr.smithi029.golwmn (mgr.14195) 191 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:55.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:55 smithi029 bash[24314]: cluster 2023-10-08T22:30:54.650367+0000 mgr.smithi029.golwmn (mgr.14195) 192 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:56.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:55 smithi132 bash[32340]: cluster 2023-10-08T22:30:54.650367+0000 mgr.smithi029.golwmn (mgr.14195) 192 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:56.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:56 smithi029 bash[24314]: audit 2023-10-08T22:30:56.677434+0000 mon.smithi029 (mon.0) 733 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:57.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:56 smithi132 bash[32340]: audit 2023-10-08T22:30:56.677434+0000 mon.smithi029 (mon.0) 733 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:30:58.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:57 smithi029 bash[24314]: cluster 2023-10-08T22:30:56.650855+0000 mgr.smithi029.golwmn (mgr.14195) 193 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:58.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:57 smithi132 bash[32340]: cluster 2023-10-08T22:30:56.650855+0000 mgr.smithi029.golwmn (mgr.14195) 193 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:30:58.187 INFO:teuthology.orchestra.run.smithi029.stdout:68719476766 2023-10-08T22:30:59.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:58 smithi132 bash[32340]: audit 2023-10-08T22:30:58.184578+0000 mon.smithi029 (mon.0) 734 : audit 0 from='client.? 172.21.15.29:0/3543688870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T22:30:59.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:58 smithi029 bash[24314]: audit 2023-10-08T22:30:58.184578+0000 mon.smithi029 (mon.0) 734 : audit 0 from='client.? 172.21.15.29:0/3543688870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T22:30:59.739 INFO:teuthology.orchestra.run.smithi029.stdout:133143986203 2023-10-08T22:31:00.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:30:59 smithi029 bash[24314]: cluster 2023-10-08T22:30:58.651436+0000 mgr.smithi029.golwmn (mgr.14195) 194 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:00.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:30:59 smithi132 bash[32340]: cluster 2023-10-08T22:30:58.651436+0000 mgr.smithi029.golwmn (mgr.14195) 194 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:01.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:00 smithi029 bash[24314]: audit 2023-10-08T22:30:59.736696+0000 mon.smithi029 (mon.0) 735 : audit 0 from='client.? 172.21.15.29:0/3608811232' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T22:31:01.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:00 smithi132 bash[32340]: audit 2023-10-08T22:30:59.736696+0000 mon.smithi029 (mon.0) 735 : audit 0 from='client.? 172.21.15.29:0/3608811232' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T22:31:02.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:01 smithi029 bash[24314]: cluster 2023-10-08T22:31:00.652043+0000 mgr.smithi029.golwmn (mgr.14195) 195 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:02.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:01 smithi029 bash[24314]: audit 2023-10-08T22:31:01.236821+0000 mon.smithi029 (mon.0) 736 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:31:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:01 smithi132 bash[32340]: cluster 2023-10-08T22:31:00.652043+0000 mgr.smithi029.golwmn (mgr.14195) 195 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:02.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:01 smithi132 bash[32340]: audit 2023-10-08T22:31:01.236821+0000 mon.smithi029 (mon.0) 736 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:31:03.454 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476762 got 68719476766 for osd.0 2023-10-08T22:31:03.455 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:04.049 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:03 smithi029 bash[24314]: cluster 2023-10-08T22:31:02.652518+0000 mgr.smithi029.golwmn (mgr.14195) 196 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:04.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:03 smithi132 bash[32340]: cluster 2023-10-08T22:31:02.652518+0000 mgr.smithi029.golwmn (mgr.14195) 196 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:04.110 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986203 for osd.6 2023-10-08T22:31:04.111 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:04.521 INFO:teuthology.orchestra.run.smithi029.stdout:103079215134 2023-10-08T22:31:04.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:04 smithi029 bash[24314]: audit 2023-10-08T22:31:04.517056+0000 mon.smithi029 (mon.0) 737 : audit 0 from='client.? 172.21.15.29:0/663682081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T22:31:05.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:04 smithi132 bash[32340]: audit 2023-10-08T22:31:04.517056+0000 mon.smithi029 (mon.0) 737 : audit 0 from='client.? 172.21.15.29:0/663682081' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T22:31:05.481 INFO:teuthology.orchestra.run.smithi029.stdout:133143986205 2023-10-08T22:31:05.610 INFO:teuthology.orchestra.run.smithi029.stdout:163208757275 2023-10-08T22:31:05.797 INFO:teuthology.orchestra.run.smithi029.stdout:85899345951 2023-10-08T22:31:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:05 smithi029 bash[24314]: cluster 2023-10-08T22:31:04.652839+0000 mgr.smithi029.golwmn (mgr.14195) 197 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:05 smithi029 bash[24314]: audit 2023-10-08T22:31:05.478480+0000 mon.smithi029 (mon.0) 738 : audit 0 from='client.? 172.21.15.29:0/954666661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T22:31:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:05 smithi029 bash[24314]: audit 2023-10-08T22:31:05.608168+0000 mon.smithi029 (mon.0) 739 : audit 0 from='client.? 172.21.15.29:0/4247834375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T22:31:06.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:05 smithi132 bash[32340]: cluster 2023-10-08T22:31:04.652839+0000 mgr.smithi029.golwmn (mgr.14195) 197 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:06.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:05 smithi132 bash[32340]: audit 2023-10-08T22:31:05.478480+0000 mon.smithi029 (mon.0) 738 : audit 0 from='client.? 172.21.15.29:0/954666661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T22:31:06.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:05 smithi132 bash[32340]: audit 2023-10-08T22:31:05.608168+0000 mon.smithi029 (mon.0) 739 : audit 0 from='client.? 172.21.15.29:0/4247834375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T22:31:06.223 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215130 got 103079215134 for osd.1 2023-10-08T22:31:06.223 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:06.537 INFO:teuthology.orchestra.run.smithi029.stdout:180388626457 2023-10-08T22:31:06.655 INFO:teuthology.orchestra.run.smithi029.stdout:111669149727 2023-10-08T22:31:06.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:06 smithi029 bash[24314]: audit 2023-10-08T22:31:05.794760+0000 mon.smithi029 (mon.0) 740 : audit 0 from='client.? 172.21.15.29:0/3121033498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T22:31:06.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:06 smithi029 bash[24314]: audit 2023-10-08T22:31:06.534540+0000 mon.smithi029 (mon.0) 741 : audit 0 from='client.? 172.21.15.29:0/212806719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T22:31:06.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:06 smithi029 bash[24314]: audit 2023-10-08T22:31:06.652506+0000 mon.smithi029 (mon.0) 742 : audit 0 from='client.? 172.21.15.29:0/1531966321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T22:31:07.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:06 smithi132 bash[32340]: audit 2023-10-08T22:31:05.794760+0000 mon.smithi029 (mon.0) 740 : audit 0 from='client.? 172.21.15.29:0/3121033498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T22:31:07.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:06 smithi132 bash[32340]: audit 2023-10-08T22:31:06.534540+0000 mon.smithi029 (mon.0) 741 : audit 0 from='client.? 172.21.15.29:0/212806719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T22:31:07.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:06 smithi132 bash[32340]: audit 2023-10-08T22:31:06.652506+0000 mon.smithi029 (mon.0) 742 : audit 0 from='client.? 172.21.15.29:0/1531966321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T22:31:07.686 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986205 for osd.3 2023-10-08T22:31:07.686 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:08.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:07 smithi029 bash[24314]: cluster 2023-10-08T22:31:06.653163+0000 mgr.smithi029.golwmn (mgr.14195) 198 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:08.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:07 smithi029 bash[24314]: audit 2023-10-08T22:31:06.925057+0000 mon.smithi029 (mon.0) 743 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:08.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:07 smithi029 bash[24314]: audit 2023-10-08T22:31:06.930636+0000 mon.smithi029 (mon.0) 744 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:08.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:07 smithi132 bash[32340]: cluster 2023-10-08T22:31:06.653163+0000 mgr.smithi029.golwmn (mgr.14195) 198 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:08.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:07 smithi132 bash[32340]: audit 2023-10-08T22:31:06.925057+0000 mon.smithi029 (mon.0) 743 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:08.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:07 smithi132 bash[32340]: audit 2023-10-08T22:31:06.930636+0000 mon.smithi029 (mon.0) 744 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:08.600 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757271 got 163208757275 for osd.5 2023-10-08T22:31:08.600 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:09.190 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345946 got 85899345951 for osd.2 2023-10-08T22:31:09.191 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:09.191 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149727 for osd.4 2023-10-08T22:31:09.191 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:09.533 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:09 smithi029 bash[24314]: cluster 2023-10-08T22:31:08.653750+0000 mgr.smithi029.golwmn (mgr.14195) 199 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:09.534 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626452 got 180388626457 for osd.7 2023-10-08T22:31:09.535 DEBUG:teuthology.parallel:result is None 2023-10-08T22:31:09.535 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-08T22:31:09.535 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T22:31:09.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:09 smithi132 bash[32340]: cluster 2023-10-08T22:31:08.653750+0000 mgr.smithi029.golwmn (mgr.14195) 199 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:12.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:11 smithi029 bash[24314]: cluster 2023-10-08T22:31:10.654326+0000 mgr.smithi029.golwmn (mgr.14195) 200 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:12.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:11 smithi029 bash[24314]: audit 2023-10-08T22:31:11.677695+0000 mon.smithi029 (mon.0) 745 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:11 smithi132 bash[32340]: cluster 2023-10-08T22:31:10.654326+0000 mgr.smithi029.golwmn (mgr.14195) 200 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:11 smithi132 bash[32340]: audit 2023-10-08T22:31:11.677695+0000 mon.smithi029 (mon.0) 745 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: audit 2023-10-08T22:31:12.600678+0000 mon.smithi029 (mon.0) 746 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: audit 2023-10-08T22:31:12.611571+0000 mon.smithi029 (mon.0) 747 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: cluster 2023-10-08T22:31:12.654962+0000 mgr.smithi029.golwmn (mgr.14195) 201 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: audit 2023-10-08T22:31:13.081099+0000 mon.smithi029 (mon.0) 748 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:31:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: audit 2023-10-08T22:31:13.082787+0000 mon.smithi029 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:31:14.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: audit 2023-10-08T22:31:13.092239+0000 mon.smithi029 (mon.0) 750 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:14.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:13 smithi029 bash[24314]: audit 2023-10-08T22:31:13.096276+0000 mon.smithi029 (mon.0) 751 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: audit 2023-10-08T22:31:12.600678+0000 mon.smithi029 (mon.0) 746 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: audit 2023-10-08T22:31:12.611571+0000 mon.smithi029 (mon.0) 747 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: cluster 2023-10-08T22:31:12.654962+0000 mgr.smithi029.golwmn (mgr.14195) 201 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: audit 2023-10-08T22:31:13.081099+0000 mon.smithi029 (mon.0) 748 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: audit 2023-10-08T22:31:13.082787+0000 mon.smithi029 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: audit 2023-10-08T22:31:13.092239+0000 mon.smithi029 (mon.0) 750 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:31:14.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:13 smithi132 bash[32340]: audit 2023-10-08T22:31:13.096276+0000 mon.smithi029 (mon.0) 751 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:31:14.091 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:31:16.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:15 smithi029 bash[24314]: cluster 2023-10-08T22:31:14.655459+0000 mgr.smithi029.golwmn (mgr.14195) 202 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:16.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:15 smithi132 bash[32340]: cluster 2023-10-08T22:31:14.655459+0000 mgr.smithi029.golwmn (mgr.14195) 202 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:17.451 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:31:17.454 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2023-10-08T22:31:17.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:17 smithi029 bash[24314]: cluster 2023-10-08T22:31:16.655924+0000 mgr.smithi029.golwmn (mgr.14195) 203 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:18.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:17 smithi132 bash[32340]: cluster 2023-10-08T22:31:16.655924+0000 mgr.smithi029.golwmn (mgr.14195) 203 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:18.195 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":179,"stamp":"2023-10-08T22:31:16.655655+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":221036,"kb_used_data":5420,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707412,"statfs":{"total":767926730752,"available":767700389888,"internally_reserved":0,"allocated":5550080,"data_stored":3269000,"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.002970"},"pg_stats":[{"pgid":"1.0","version":"35'217","reported_seq":325,"reported_epoch":46,"state":"active+clean","last_fresh":"2023-10-08T22:29:12.575075+0000","last_change":"2023-10-08T22:29:10.615375+0000","last_active":"2023-10-08T22:29:12.575075+0000","last_peered":"2023-10-08T22:29:12.575075+0000","last_clean":"2023-10-08T22:29:12.575075+0000","last_became_active":"2023-10-08T22:29:10.615013+0000","last_became_peered":"2023-10-08T22:29:10.615013+0000","last_unstale":"2023-10-08T22:29:12.575075+0000","last_undegraded":"2023-10-08T22:29:12.575075+0000","last_fullsized":"2023-10-08T22:29:12.575075+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":26,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T22:28:47.423837+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T22:28:47.423837+0000","last_clean_scrub_stamp":"2023-10-08T22:28:47.423837+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-10T07:10:27.264942+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":42,"seq":180388626459,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"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":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.81299999999999994,"15min":0.82099999999999995},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.079,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.90300000000000002,"15min":0.91900000000000004},"min":{"1min":0.629,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":0.96999999999999997,"5min":2.0369999999999999,"15min":2.0369999999999999},"last":0.81200000000000006}]},{"osd":1,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.75800000000000001,"15min":0.77600000000000002},"min":{"1min":0.41199999999999998,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.1639999999999999,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.85199999999999998,"15min":0.875},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1879999999999999,"5min":2.133,"15min":2.133},"last":0.63}]},{"osd":2,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.85499999999999998,"15min":0.86399999999999999},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.012,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":1.012},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.96299999999999997,"15min":0.97299999999999998},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.304,"5min":1.403,"15min":1.403},"last":0.97599999999999998}]},{"osd":3,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.77300000000000002,"5min":0.88900000000000001,"15min":0.90800000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.421,"5min":1.492,"15min":1.492},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.85199999999999998,"15min":0.874},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.1279999999999999,"5min":1.502,"15min":1.502},"last":0.90800000000000003}]},{"osd":4,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.98999999999999999,"15min":1.002},"min":{"1min":0.625,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2649999999999999,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.0740000000000001},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.0029999999999999,"15min":1.0129999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.0409999999999999}]},{"osd":5,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.97999999999999998,"15min":1.008},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.0980000000000001},{"interface":"front","average":{"1min":0.84899999999999998,"5min":1.006,"15min":1.032},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.2829999999999999,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":1.0569999999999999}]},{"osd":6,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":1.1439999999999999,"15min":1.1699999999999999},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.341,"5min":2.218,"15min":2.218},"last":1.137},{"interface":"front","average":{"1min":0.999,"5min":1.0680000000000001,"15min":1.0800000000000001},"min":{"1min":0.73599999999999999,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.3959999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":1.1200000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757278,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.96499999999999997,"15min":0.97199999999999998},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.125,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.079},{"interface":"front","average":{"1min":0.91300000000000003,"5min":1.0509999999999999,"15min":1.0740000000000001},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.1439999999999999,"5min":1.397,"15min":1.397},"last":1.2070000000000001}]},{"osd":1,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.78000000000000003,"15min":0.80400000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.1919999999999999,"5min":1.214,"15min":1.214},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.79500000000000004,"15min":0.81100000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.103,"5min":1.1479999999999999,"15min":1.1479999999999999},"last":0.65200000000000002}]},{"osd":2,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.92500000000000004,"15min":0.92900000000000005},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.753},{"interface":"front","average":{"1min":0.874,"5min":1.022,"15min":1.046},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.141,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.90100000000000002}]},{"osd":3,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.88900000000000001,"15min":0.91100000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":1.2,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.94799999999999995,"15min":0.97699999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.361,"5min":1.72,"15min":1.72},"last":0.52400000000000002}]},{"osd":4,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":1.0349999999999999,"15min":1.0569999999999999},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2929999999999999,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":0.86199999999999999},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.1990000000000001,"15min":1.2250000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.403,"5min":1.8049999999999999,"15min":1.8049999999999999},"last":1.167}]},{"osd":6,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.1120000000000001,"15min":1.1359999999999999},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.3759999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.2849999999999999,"15min":1.323},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.397,"5min":1.968,"15min":1.968},"last":1.109}]},{"osd":7,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.163,"15min":1.1950000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.4670000000000001,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.998},{"interface":"front","average":{"1min":0.85099999999999998,"5min":1.081,"15min":1.119},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.262,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.0309999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345954,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.71799999999999997,"15min":0.72999999999999998},"min":{"1min":0.45100000000000001,"5min":0.438,"15min":0.438},"max":{"1min":0.86099999999999999,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.754,"5min":0.73799999999999999,"15min":0.73599999999999999},"min":{"1min":0.61299999999999999,"5min":0.372,"15min":0.372},"max":{"1min":0.88500000000000001,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.621}]},{"osd":1,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.99399999999999999,"15min":0.98799999999999999},"min":{"1min":0.74099999999999999,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1799999999999999,"5min":1.496,"15min":1.496},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.97699999999999998,"5min":0.96099999999999997,"15min":0.95899999999999996},"min":{"1min":0.70099999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.24,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.92900000000000005}]},{"osd":3,"last update":"Sun Oct 8 22:30:54 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.254,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.97099999999999997,"15min":0.97299999999999998},"min":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.1259999999999999,"5min":1.206,"15min":1.206},"last":0.81299999999999994}]},{"osd":4,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.83699999999999997,"15min":0.83299999999999996},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.96899999999999997,"15min":0.97099999999999997},"min":{"1min":0.66500000000000004,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2430000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":1.0389999999999999}]},{"osd":5,"last update":"Sun Oct 8 22:31:07 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0780000000000001,"15min":1.0860000000000001},"min":{"1min":0.81899999999999995,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.389,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.179},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.002,"15min":1.004},"min":{"1min":0.76100000000000001,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.2090000000000001,"5min":1.327,"15min":1.327},"last":0.86599999999999999}]},{"osd":6,"last update":"Sun Oct 8 22:30:54 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.94499999999999995,"15min":0.93700000000000006},"min":{"1min":0.68700000000000006,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.1579999999999999,"15min":1.1619999999999999},"min":{"1min":0.71299999999999997,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.431,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.0900000000000001}]},{"osd":7,"last update":"Sun Oct 8 22:31:13 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1879999999999999,"15min":1.1930000000000001},"min":{"1min":1.0029999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"max":{"1min":1.49,"5min":1.6699999999999999,"15min":1.6699999999999999},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.1140000000000001,"15min":1.119},"min":{"1min":0.94399999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.0600000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476770,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"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":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.59599999999999997,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.202,"5min":1.202,"15min":1.202},"last":1.036},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.84299999999999997,"15min":0.83499999999999996},"min":{"1min":0.64400000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.78800000000000003}]},{"osd":2,"last update":"Sun Oct 8 22:30:48 2023","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.746,"15min":0.751},"min":{"1min":0.56399999999999995,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0920000000000001,"5min":1.165,"15min":1.165},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.79700000000000004,"5min":0.83299999999999996,"15min":0.83899999999999997},"min":{"1min":0.63600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.02,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.64500000000000002}]},{"osd":3,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.93999999999999995,"15min":0.94499999999999995},"min":{"1min":0.67300000000000004,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.155,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.88800000000000001,"15min":0.88700000000000001},"min":{"1min":0.60499999999999998,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.0409999999999999,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.69299999999999995}]},{"osd":4,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.91200000000000003,"15min":0.91300000000000003},"min":{"1min":0.61699999999999999,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.1819999999999999,"5min":1.28,"15min":1.28},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.97899999999999998,"15min":0.98499999999999999},"min":{"1min":0.71599999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.2030000000000001,"5min":1.395,"15min":1.395},"last":0.86899999999999999}]},{"osd":5,"last update":"Sun Oct 8 22:31:05 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.077,"15min":1.089},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.232,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.98399999999999999,"15min":0.99299999999999999},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.1459999999999999,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.90400000000000003}]},{"osd":6,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.093,"15min":1.097},"min":{"1min":0.92000000000000004,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2949999999999999,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.149,"5min":1.1599999999999999,"15min":1.1619999999999999},"min":{"1min":0.93600000000000005,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.296,"5min":1.726,"15min":1.726},"last":1.083}]},{"osd":7,"last update":"Sun Oct 8 22:31:10 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.133,"15min":1.137},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.4450000000000001,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.069},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.21,"15min":1.224},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3779999999999999,"5min":1.8120000000000001,"15min":1.8120000000000001},"last":1.1240000000000001}]}]},{"osd":1,"up_from":24,"seq":103079215137,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85999999999999999,"15min":0.85899999999999999},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.387},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.876,"15min":0.874},"min":{"1min":0.64100000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.177,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.97599999999999998}]},{"osd":2,"last update":"Sun Oct 8 22:30:52 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.85699999999999998,"15min":0.86099999999999999},"min":{"1min":0.58499999999999996,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":1.1890000000000001},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.91600000000000004,"15min":0.90800000000000003},"min":{"1min":0.70699999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1859999999999999,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.84399999999999997}]},{"osd":3,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.79900000000000004,"15min":0.80400000000000005},"min":{"1min":0.54600000000000004,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":1.0649999999999999},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.85299999999999998,"15min":0.86699999999999999},"min":{"1min":0.51100000000000001,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3049999999999999,"5min":1.327,"15min":1.327},"last":1.0169999999999999}]},{"osd":4,"last update":"Sun Oct 8 22:30:52 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.01,"15min":1.008},"min":{"1min":0.67900000000000005,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.5189999999999999,"5min":1.524,"15min":1.524},"last":1.103},{"interface":"front","average":{"1min":1.046,"5min":1.008,"15min":1.002},"min":{"1min":0.84999999999999998,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.3460000000000001,"5min":1.347,"15min":1.347},"last":0.873}]},{"osd":5,"last update":"Sun Oct 8 22:31:02 2023","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.95399999999999996,"15min":0.96999999999999997},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.252,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.274},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.94199999999999995,"15min":0.96099999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.05,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.3109999999999999}]},{"osd":6,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.1080000000000001,"15min":1.107},"min":{"1min":0.89600000000000002,"5min":0.626,"15min":0.626},"max":{"1min":1.3089999999999999,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.2330000000000001},{"interface":"front","average":{"1min":1.089,"5min":1.1619999999999999,"15min":1.1739999999999999},"min":{"1min":0.78800000000000003,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.5820000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.4259999999999999}]},{"osd":7,"last update":"Sun Oct 8 22:31:08 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.141,"15min":1.161},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.464},{"interface":"front","average":{"1min":1.052,"5min":1.169,"15min":1.1890000000000001},"min":{"1min":0.70699999999999996,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.514,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.145}]}]},{"osd":4,"up_from":26,"seq":111669149729,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.78300000000000003,"5min":0.745,"15min":0.73899999999999999},"min":{"1min":0.57199999999999995,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.81599999999999995,"15min":0.81000000000000005},"min":{"1min":0.54700000000000004,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.79600000000000004}]},{"osd":1,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.92900000000000005,"15min":0.93300000000000005},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2789999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.05},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.875,"15min":0.879},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1220000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.97799999999999998}]},{"osd":2,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.79500000000000004,"15min":0.79900000000000004},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.016,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":1.012},{"interface":"front","average":{"1min":0.877,"5min":0.89700000000000002,"15min":0.90100000000000002},"min":{"1min":0.67100000000000004,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2270000000000001,"5min":1.407,"15min":1.407},"last":0.93400000000000005}]},{"osd":3,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.98199999999999998,"15min":0.97399999999999998},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.272,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.95799999999999996,"15min":0.96399999999999997},"min":{"1min":0.71299999999999997,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.282,"5min":1.282,"15min":1.282},"last":0.85299999999999998}]},{"osd":5,"last update":"Sun Oct 8 22:31:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.04,"15min":1.046},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.296,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":1.157},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.016,"15min":1.012},"min":{"1min":0.78800000000000003,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3,"5min":1.302,"15min":1.302},"last":1.179}]},{"osd":6,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":0.995,"15min":0.98899999999999999},"min":{"1min":0.79200000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.292,"5min":1.512,"15min":1.512},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.0920000000000001,"15min":1.0880000000000001},"min":{"1min":0.88500000000000001,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.325,"5min":1.417,"15min":1.417},"last":1.113}]},{"osd":7,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.1060000000000001,"15min":1.1020000000000001},"min":{"1min":0.93400000000000005,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":1.2490000000000001},{"interface":"front","average":{"1min":1.21,"5min":1.1870000000000001,"15min":1.1830000000000001},"min":{"1min":0.97299999999999998,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":1.7330000000000001,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.2130000000000001}]}]},{"osd":3,"up_from":31,"seq":133143986207,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"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":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.85499999999999998,"15min":0.85299999999999998},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.89300000000000002,"15min":0.89400000000000002},"min":{"1min":0.68600000000000005,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.133,"5min":1.454,"15min":1.454},"last":0.69399999999999995}]},{"osd":1,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.72999999999999998,"15min":0.71299999999999997},"min":{"1min":0.46899999999999997,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":2.9980000000000002,"5min":2.9980000000000002,"15min":2.9980000000000002},"last":0.502},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.70699999999999996,"15min":0.69699999999999995},"min":{"1min":0.40600000000000003,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":2.5950000000000002,"5min":2.5950000000000002,"15min":2.5950000000000002},"last":0.63800000000000001}]},{"osd":2,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.95899999999999996,"15min":0.95699999999999996},"min":{"1min":0.70399999999999996,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.95799999999999996,"15min":0.97299999999999998},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.208,"5min":1.621,"15min":1.621},"last":1.097}]},{"osd":4,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.97999999999999998,"15min":0.97799999999999998},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.93700000000000006,"15min":0.94199999999999995},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.91100000000000003}]},{"osd":5,"last update":"Sun Oct 8 22:31:03 2023","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.86599999999999999,"15min":0.874},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.222,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.77600000000000002},{"interface":"front","average":{"1min":1.0629999999999999,"5min":0.92700000000000005,"15min":0.90500000000000003},"min":{"1min":0.60499999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":3.597,"5min":3.597,"15min":3.597},"last":0.95999999999999996}]},{"osd":6,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.101,"15min":1.111},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.3200000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.85699999999999998},{"interface":"front","average":{"1min":1.099,"5min":1.163,"15min":1.173},"min":{"1min":0.77700000000000002,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.653,"5min":1.8240000000000001,"15min":1.8240000000000001},"last":1.0229999999999999}]},{"osd":7,"last update":"Sun Oct 8 22:31:08 2023","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.044,"15min":1.042},"min":{"1min":0.64500000000000002,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.7729999999999999,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":0.92500000000000004},{"interface":"front","average":{"1min":1.089,"5min":1.081,"15min":1.0800000000000001},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":2.1920000000000002,"5min":2.1920000000000002,"15min":2.1920000000000002},"last":0.88300000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986206,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.70899999999999996,"15min":0.71099999999999997},"min":{"1min":0.47399999999999998,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.24,"5min":1.405,"15min":1.405},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.81899999999999995,"15min":0.82499999999999996},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.21,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.0649999999999999}]},{"osd":1,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.88500000000000001,"15min":0.88600000000000001},"min":{"1min":0.56299999999999994,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.1140000000000001,"5min":1.139,"15min":1.139},"last":0.88200000000000001}]},{"osd":2,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.86199999999999999,"15min":0.86499999999999999},"min":{"1min":0.66100000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.111,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.874,"15min":0.88800000000000001},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.345,"5min":1.8140000000000001,"15min":1.8140000000000001},"last":0.84999999999999998}]},{"osd":3,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.94199999999999995,"15min":0.94499999999999995},"min":{"1min":0.67800000000000005,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.121,"5min":1.228,"15min":1.228},"last":1.0329999999999999},{"interface":"front","average":{"1min":0.96299999999999997,"5min":1.022,"15min":1.032},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.155,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.181}]},{"osd":4,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.97599999999999998,"15min":0.98599999999999999},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.294,"5min":1.986,"15min":1.986},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.998,"15min":1.002},"min":{"1min":0.60299999999999998,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2490000000000001,"5min":1.589,"15min":1.589},"last":1.22}]},{"osd":5,"last update":"Sun Oct 8 22:31:03 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.056,"15min":1.0580000000000001},"min":{"1min":0.65200000000000002,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.373,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":1.145},{"interface":"front","average":{"1min":1.077,"5min":1.105,"15min":1.1100000000000001},"min":{"1min":0.84299999999999997,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3080000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.1060000000000001}]},{"osd":7,"last update":"Sun Oct 8 22:31:07 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.1040000000000001,"15min":1.1060000000000001},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.359,"5min":1.472,"15min":1.472},"last":1.28},{"interface":"front","average":{"1min":1.103,"5min":1.133,"15min":1.1379999999999999},"min":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"max":{"1min":1.2729999999999999,"5min":1.581,"15min":1.581},"last":1.244}]}]}],"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-08T22:31:18.198 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T22:31:19.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:18 smithi029 bash[24314]: audit 2023-10-08T22:31:17.441669+0000 mgr.smithi029.golwmn (mgr.14195) 204 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:31:19.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:18 smithi132 bash[32340]: audit 2023-10-08T22:31:17.441669+0000 mgr.smithi029.golwmn (mgr.14195) 204 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:31:20.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:19 smithi029 bash[24314]: cluster 2023-10-08T22:31:18.656469+0000 mgr.smithi029.golwmn (mgr.14195) 205 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:20.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:19 smithi132 bash[32340]: cluster 2023-10-08T22:31:18.656469+0000 mgr.smithi029.golwmn (mgr.14195) 205 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:22.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:21 smithi029 bash[24314]: cluster 2023-10-08T22:31:20.657006+0000 mgr.smithi029.golwmn (mgr.14195) 206 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:22.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:21 smithi132 bash[32340]: cluster 2023-10-08T22:31:20.657006+0000 mgr.smithi029.golwmn (mgr.14195) 206 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:22.945 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:31:23.992 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:23 smithi029 bash[24314]: cluster 2023-10-08T22:31:22.657593+0000 mgr.smithi029.golwmn (mgr.14195) 207 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:24.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:23 smithi132 bash[32340]: cluster 2023-10-08T22:31:22.657593+0000 mgr.smithi029.golwmn (mgr.14195) 207 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:26.034 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:31:26.039 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2023-10-08T22:31:26.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:25 smithi029 bash[24314]: cluster 2023-10-08T22:31:24.658197+0000 mgr.smithi029.golwmn (mgr.14195) 208 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:26.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:25 smithi132 bash[32340]: cluster 2023-10-08T22:31:24.658197+0000 mgr.smithi029.golwmn (mgr.14195) 208 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:26.862 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":183,"stamp":"2023-10-08T22:31:24.657906+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":221036,"kb_used_data":5420,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707412,"statfs":{"total":767926730752,"available":767700389888,"internally_reserved":0,"allocated":5550080,"data_stored":3269000,"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.003282"},"pg_stats":[{"pgid":"1.0","version":"35'217","reported_seq":325,"reported_epoch":46,"state":"active+clean","last_fresh":"2023-10-08T22:29:12.575075+0000","last_change":"2023-10-08T22:29:10.615375+0000","last_active":"2023-10-08T22:29:12.575075+0000","last_peered":"2023-10-08T22:29:12.575075+0000","last_clean":"2023-10-08T22:29:12.575075+0000","last_became_active":"2023-10-08T22:29:10.615013+0000","last_became_peered":"2023-10-08T22:29:10.615013+0000","last_unstale":"2023-10-08T22:29:12.575075+0000","last_undegraded":"2023-10-08T22:29:12.575075+0000","last_fullsized":"2023-10-08T22:29:12.575075+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":26,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T22:28:47.423837+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T22:28:47.423837+0000","last_clean_scrub_stamp":"2023-10-08T22:28:47.423837+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-10T07:10:27.264942+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":42,"seq":180388626461,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"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":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.81299999999999994,"15min":0.82099999999999995},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.079,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.0429999999999999},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.90300000000000002,"15min":0.91900000000000004},"min":{"1min":0.629,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":0.96999999999999997,"5min":2.0369999999999999,"15min":2.0369999999999999},"last":1.0740000000000001}]},{"osd":1,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.75800000000000001,"15min":0.77600000000000002},"min":{"1min":0.41199999999999998,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.1639999999999999,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.85199999999999998,"15min":0.875},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1879999999999999,"5min":2.133,"15min":2.133},"last":1.2170000000000001}]},{"osd":2,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.85499999999999998,"15min":0.86399999999999999},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.012,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":1.002},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.96299999999999997,"15min":0.97299999999999998},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.304,"5min":1.403,"15min":1.403},"last":1.167}]},{"osd":3,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.77300000000000002,"5min":0.88900000000000001,"15min":0.90800000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.421,"5min":1.492,"15min":1.492},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.85199999999999998,"15min":0.874},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.1279999999999999,"5min":1.502,"15min":1.502},"last":1.1220000000000001}]},{"osd":4,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.98999999999999999,"15min":1.002},"min":{"1min":0.625,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2649999999999999,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.2529999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.0029999999999999,"15min":1.0129999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.2769999999999999}]},{"osd":5,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.97999999999999998,"15min":1.008},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.405},{"interface":"front","average":{"1min":0.84899999999999998,"5min":1.006,"15min":1.032},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.2829999999999999,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":1.3400000000000001}]},{"osd":6,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":1.1439999999999999,"15min":1.1699999999999999},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.341,"5min":2.218,"15min":2.218},"last":1.4550000000000001},{"interface":"front","average":{"1min":0.999,"5min":1.0680000000000001,"15min":1.0800000000000001},"min":{"1min":0.73599999999999999,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.3959999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":1.712}]}]},{"osd":5,"up_from":38,"seq":163208757279,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.96499999999999997,"15min":0.97199999999999998},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.125,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.91300000000000003,"5min":1.0509999999999999,"15min":1.0740000000000001},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.1439999999999999,"5min":1.397,"15min":1.397},"last":0.872}]},{"osd":1,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.78000000000000003,"15min":0.80400000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.1919999999999999,"5min":1.214,"15min":1.214},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.79500000000000004,"15min":0.81100000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.103,"5min":1.1479999999999999,"15min":1.1479999999999999},"last":0.93300000000000005}]},{"osd":2,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.92500000000000004,"15min":0.92900000000000005},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.874,"5min":1.022,"15min":1.046},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.141,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":1.008}]},{"osd":3,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.88900000000000001,"15min":0.91100000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":1.2,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.94799999999999995,"15min":0.97699999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.361,"5min":1.72,"15min":1.72},"last":0.83699999999999997}]},{"osd":4,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":1.0349999999999999,"15min":1.0569999999999999},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2929999999999999,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.1990000000000001,"15min":1.2250000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.403,"5min":1.8049999999999999,"15min":1.8049999999999999},"last":1.151}]},{"osd":6,"last update":"Sun Oct 8 22:31:01 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.1120000000000001,"15min":1.1359999999999999},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.3759999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.0800000000000001},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.2849999999999999,"15min":1.323},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.397,"5min":1.968,"15min":1.968},"last":1.208}]},{"osd":7,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.163,"15min":1.1950000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.4670000000000001,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":1.0529999999999999},{"interface":"front","average":{"1min":0.85099999999999998,"5min":1.081,"15min":1.119},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":1.262,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.117}]}]},{"osd":2,"up_from":20,"seq":85899345955,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.71799999999999997,"15min":0.72999999999999998},"min":{"1min":0.45100000000000001,"5min":0.438,"15min":0.438},"max":{"1min":0.86099999999999999,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.754,"5min":0.73799999999999999,"15min":0.73599999999999999},"min":{"1min":0.61299999999999999,"5min":0.372,"15min":0.372},"max":{"1min":0.88500000000000001,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.67400000000000004}]},{"osd":1,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.99399999999999999,"15min":0.98799999999999999},"min":{"1min":0.74099999999999999,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.1799999999999999,"5min":1.496,"15min":1.496},"last":1.3200000000000001},{"interface":"front","average":{"1min":0.97699999999999998,"5min":0.96099999999999997,"15min":0.95899999999999996},"min":{"1min":0.70099999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.24,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.82499999999999996}]},{"osd":3,"last update":"Sun Oct 8 22:30:54 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.254,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.044},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.97099999999999997,"15min":0.97299999999999998},"min":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.1259999999999999,"5min":1.206,"15min":1.206},"last":1.1399999999999999}]},{"osd":4,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.83699999999999997,"15min":0.83299999999999996},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.96899999999999997,"15min":0.97099999999999997},"min":{"1min":0.66500000000000004,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2430000000000001,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.96299999999999997}]},{"osd":5,"last update":"Sun Oct 8 22:31:07 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0780000000000001,"15min":1.0860000000000001},"min":{"1min":0.81899999999999995,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.389,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.3700000000000001},{"interface":"front","average":{"1min":0.98799999999999999,"5min":1.002,"15min":1.004},"min":{"1min":0.76100000000000001,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.2090000000000001,"5min":1.327,"15min":1.327},"last":0.91800000000000004}]},{"osd":6,"last update":"Sun Oct 8 22:30:54 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.94499999999999995,"15min":0.93700000000000006},"min":{"1min":0.68700000000000006,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.085},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.1579999999999999,"15min":1.1619999999999999},"min":{"1min":0.71299999999999997,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.431,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":1.272}]},{"osd":7,"last update":"Sun Oct 8 22:31:13 2023","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1879999999999999,"15min":1.1930000000000001},"min":{"1min":1.0029999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"max":{"1min":1.49,"5min":1.6699999999999999,"15min":1.6699999999999999},"last":1.202},{"interface":"front","average":{"1min":1.085,"5min":1.1140000000000001,"15min":1.119},"min":{"1min":0.94399999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.006}]}]},{"osd":0,"up_from":16,"seq":68719476772,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"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":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.89000000000000001,"15min":0.88800000000000001},"min":{"1min":0.59599999999999997,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.202,"5min":1.202,"15min":1.202},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.84299999999999997,"15min":0.83499999999999996},"min":{"1min":0.64400000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":1.1000000000000001}]},{"osd":2,"last update":"Sun Oct 8 22:30:48 2023","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.746,"15min":0.751},"min":{"1min":0.56399999999999995,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0920000000000001,"5min":1.165,"15min":1.165},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.79700000000000004,"5min":0.83299999999999996,"15min":0.83899999999999997},"min":{"1min":0.63600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.02,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.71799999999999997}]},{"osd":3,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.93999999999999995,"15min":0.94499999999999995},"min":{"1min":0.67300000000000004,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.155,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":1.145},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.88800000000000001,"15min":0.88700000000000001},"min":{"1min":0.60499999999999998,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.0409999999999999,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.91700000000000004}]},{"osd":4,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.91200000000000003,"15min":0.91300000000000003},"min":{"1min":0.61699999999999999,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.1819999999999999,"5min":1.28,"15min":1.28},"last":1.0169999999999999},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.97899999999999998,"15min":0.98499999999999999},"min":{"1min":0.71599999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.2030000000000001,"5min":1.395,"15min":1.395},"last":1.173}]},{"osd":5,"last update":"Sun Oct 8 22:31:05 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.077,"15min":1.089},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.232,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.2829999999999999},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.98399999999999999,"15min":0.99299999999999999},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.1459999999999999,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.2170000000000001}]},{"osd":6,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.093,"15min":1.097},"min":{"1min":0.92000000000000004,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2949999999999999,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.84899999999999998},{"interface":"front","average":{"1min":1.149,"5min":1.1599999999999999,"15min":1.1619999999999999},"min":{"1min":0.93600000000000005,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.296,"5min":1.726,"15min":1.726},"last":0.95299999999999996}]},{"osd":7,"last update":"Sun Oct 8 22:31:10 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.133,"15min":1.137},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.4450000000000001,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.2529999999999999},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.21,"15min":1.224},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3779999999999999,"5min":1.8120000000000001,"15min":1.8120000000000001},"last":1.2390000000000001}]}]},{"osd":1,"up_from":24,"seq":103079215138,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:52 2023","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.85999999999999999,"15min":0.85899999999999999},"min":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.876,"15min":0.874},"min":{"1min":0.64100000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.177,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.88600000000000001}]},{"osd":2,"last update":"Sun Oct 8 22:30:52 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.85699999999999998,"15min":0.86099999999999999},"min":{"1min":0.58499999999999996,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.91600000000000004,"15min":0.90800000000000003},"min":{"1min":0.70699999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1859999999999999,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.0589999999999999}]},{"osd":3,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.79900000000000004,"15min":0.80400000000000005},"min":{"1min":0.54600000000000004,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.262,"5min":1.262,"15min":1.262},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.85299999999999998,"15min":0.86699999999999999},"min":{"1min":0.51100000000000001,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3049999999999999,"5min":1.327,"15min":1.327},"last":0.96399999999999997}]},{"osd":4,"last update":"Sun Oct 8 22:30:52 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.01,"15min":1.008},"min":{"1min":0.67900000000000005,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.5189999999999999,"5min":1.524,"15min":1.524},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.046,"5min":1.008,"15min":1.002},"min":{"1min":0.84999999999999998,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.3460000000000001,"5min":1.347,"15min":1.347},"last":1.129}]},{"osd":5,"last update":"Sun Oct 8 22:31:02 2023","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.95399999999999996,"15min":0.96999999999999997},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.252,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.2010000000000001},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.94199999999999995,"15min":0.96099999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.05,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.2330000000000001}]},{"osd":6,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":1.115,"5min":1.1080000000000001,"15min":1.107},"min":{"1min":0.89600000000000002,"5min":0.626,"15min":0.626},"max":{"1min":1.3089999999999999,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.163},{"interface":"front","average":{"1min":1.089,"5min":1.1619999999999999,"15min":1.1739999999999999},"min":{"1min":0.78800000000000003,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.5820000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.2809999999999999}]},{"osd":7,"last update":"Sun Oct 8 22:31:08 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.141,"15min":1.161},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.2170000000000001},{"interface":"front","average":{"1min":1.052,"5min":1.169,"15min":1.1890000000000001},"min":{"1min":0.70699999999999996,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.514,"5min":1.6399999999999999,"15min":1.6399999999999999},"last":1.3460000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149731,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.78300000000000003,"5min":0.745,"15min":0.73899999999999999},"min":{"1min":0.57199999999999995,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.81599999999999995,"15min":0.81000000000000005},"min":{"1min":0.54700000000000004,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.72199999999999998}]},{"osd":1,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.92900000000000005,"15min":0.93300000000000005},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2789999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.875,"15min":0.879},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1220000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.82299999999999995}]},{"osd":2,"last update":"Sun Oct 8 22:30:49 2023","interfaces":[{"interface":"back","average":{"1min":0.77100000000000002,"5min":0.79500000000000004,"15min":0.79900000000000004},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.016,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.877,"5min":0.89700000000000002,"15min":0.90100000000000002},"min":{"1min":0.67100000000000004,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2270000000000001,"5min":1.407,"15min":1.407},"last":0.89300000000000002}]},{"osd":3,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.98199999999999998,"15min":0.97399999999999998},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.272,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.95799999999999996,"15min":0.96399999999999997},"min":{"1min":0.71299999999999997,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.282,"5min":1.282,"15min":1.282},"last":1.113}]},{"osd":5,"last update":"Sun Oct 8 22:31:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.04,"15min":1.046},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.296,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.016,"15min":1.012},"min":{"1min":0.78800000000000003,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3,"5min":1.302,"15min":1.302},"last":1.1919999999999999}]},{"osd":6,"last update":"Sun Oct 8 22:30:55 2023","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":0.995,"15min":0.98899999999999999},"min":{"1min":0.79200000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.292,"5min":1.512,"15min":1.512},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.0920000000000001,"15min":1.0880000000000001},"min":{"1min":0.88500000000000001,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.325,"5min":1.417,"15min":1.417},"last":1.081}]},{"osd":7,"last update":"Sun Oct 8 22:31:09 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.1060000000000001,"15min":1.1020000000000001},"min":{"1min":0.93400000000000005,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":1.325},{"interface":"front","average":{"1min":1.21,"5min":1.1870000000000001,"15min":1.1830000000000001},"min":{"1min":0.97299999999999998,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":1.7330000000000001,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.145}]}]},{"osd":3,"up_from":31,"seq":133143986209,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"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":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.85499999999999998,"15min":0.85299999999999998},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.89300000000000002,"15min":0.89400000000000002},"min":{"1min":0.68600000000000005,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.133,"5min":1.454,"15min":1.454},"last":1.1739999999999999}]},{"osd":1,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.72999999999999998,"15min":0.71299999999999997},"min":{"1min":0.46899999999999997,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":2.9980000000000002,"5min":2.9980000000000002,"15min":2.9980000000000002},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.76500000000000001,"5min":0.70699999999999996,"15min":0.69699999999999995},"min":{"1min":0.40600000000000003,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":2.5950000000000002,"5min":2.5950000000000002,"15min":2.5950000000000002},"last":0.64900000000000002}]},{"osd":2,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.95899999999999996,"15min":0.95699999999999996},"min":{"1min":0.70399999999999996,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.96399999999999997},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.95799999999999996,"15min":0.97299999999999998},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.208,"5min":1.621,"15min":1.621},"last":0.82399999999999995}]},{"osd":4,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.97999999999999998,"15min":0.97799999999999998},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":1.075},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.93700000000000006,"15min":0.94199999999999995},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.0369999999999999}]},{"osd":5,"last update":"Sun Oct 8 22:31:03 2023","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.86599999999999999,"15min":0.874},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.222,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.92700000000000005},{"interface":"front","average":{"1min":1.0629999999999999,"5min":0.92700000000000005,"15min":0.90500000000000003},"min":{"1min":0.60499999999999998,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":3.597,"5min":3.597,"15min":3.597},"last":1.157}]},{"osd":6,"last update":"Sun Oct 8 22:30:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.101,"15min":1.111},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.3200000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.115},{"interface":"front","average":{"1min":1.099,"5min":1.163,"15min":1.173},"min":{"1min":0.77700000000000002,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.653,"5min":1.8240000000000001,"15min":1.8240000000000001},"last":1.206}]},{"osd":7,"last update":"Sun Oct 8 22:31:08 2023","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.044,"15min":1.042},"min":{"1min":0.64500000000000002,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.7729999999999999,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.089,"5min":1.081,"15min":1.0800000000000001},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":2.1920000000000002,"5min":2.1920000000000002,"15min":2.1920000000000002},"last":1.252}]}]},{"osd":6,"up_from":31,"seq":133143986208,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"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":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.70899999999999996,"15min":0.71099999999999997},"min":{"1min":0.47399999999999998,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.24,"5min":1.405,"15min":1.405},"last":0.876},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.81899999999999995,"15min":0.82499999999999996},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.21,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.57099999999999995}]},{"osd":1,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.88500000000000001,"15min":0.88600000000000001},"min":{"1min":0.56299999999999994,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":1.107},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.1140000000000001,"5min":1.139,"15min":1.139},"last":1.008}]},{"osd":2,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.86199999999999999,"15min":0.86499999999999999},"min":{"1min":0.66100000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.111,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.874,"15min":0.88800000000000001},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.345,"5min":1.8140000000000001,"15min":1.8140000000000001},"last":0.67600000000000005}]},{"osd":3,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.94199999999999995,"15min":0.94499999999999995},"min":{"1min":0.67800000000000005,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.121,"5min":1.228,"15min":1.228},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.96299999999999997,"5min":1.022,"15min":1.032},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.155,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.0800000000000001}]},{"osd":4,"last update":"Sun Oct 8 22:30:57 2023","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.97599999999999998,"15min":0.98599999999999999},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.294,"5min":1.986,"15min":1.986},"last":0.79400000000000004},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.998,"15min":1.002},"min":{"1min":0.60299999999999998,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2490000000000001,"5min":1.589,"15min":1.589},"last":0.92400000000000004}]},{"osd":5,"last update":"Sun Oct 8 22:31:03 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.056,"15min":1.0580000000000001},"min":{"1min":0.65200000000000002,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.373,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.077,"5min":1.105,"15min":1.1100000000000001},"min":{"1min":0.84299999999999997,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3080000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.76600000000000001}]},{"osd":7,"last update":"Sun Oct 8 22:31:07 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.1040000000000001,"15min":1.1060000000000001},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.359,"5min":1.472,"15min":1.472},"last":1.054},{"interface":"front","average":{"1min":1.103,"5min":1.133,"15min":1.1379999999999999},"min":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"max":{"1min":1.2729999999999999,"5min":1.581,"15min":1.581},"last":0.95699999999999996}]}]}],"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-08T22:31:26.864 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-08T22:31:26.864 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-08T22:31:26.865 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-08T22:31:26.865 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-10-08T22:31:27.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:26 smithi029 bash[24314]: audit 2023-10-08T22:31:26.024643+0000 mgr.smithi029.golwmn (mgr.14195) 209 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:31:27.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:26 smithi029 bash[24314]: audit 2023-10-08T22:31:26.678128+0000 mon.smithi029 (mon.0) 752 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:27.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:26 smithi132 bash[32340]: audit 2023-10-08T22:31:26.024643+0000 mgr.smithi029.golwmn (mgr.14195) 209 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:31:27.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:26 smithi132 bash[32340]: audit 2023-10-08T22:31:26.678128+0000 mon.smithi029 (mon.0) 752 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:28.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:27 smithi029 bash[24314]: cluster 2023-10-08T22:31:26.658625+0000 mgr.smithi029.golwmn (mgr.14195) 210 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:28.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:27 smithi132 bash[32340]: cluster 2023-10-08T22:31:26.658625+0000 mgr.smithi029.golwmn (mgr.14195) 210 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:29.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:29 smithi029 bash[24314]: cluster 2023-10-08T22:31:28.659184+0000 mgr.smithi029.golwmn (mgr.14195) 211 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:29.841 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:29 smithi132 bash[32340]: cluster 2023-10-08T22:31:28.659184+0000 mgr.smithi029.golwmn (mgr.14195) 211 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:31.617 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:31:32.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:31 smithi029 bash[24314]: cluster 2023-10-08T22:31:30.659892+0000 mgr.smithi029.golwmn (mgr.14195) 212 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:32.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:31 smithi132 bash[32340]: cluster 2023-10-08T22:31:30.659892+0000 mgr.smithi029.golwmn (mgr.14195) 212 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:34.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:33 smithi029 bash[24314]: cluster 2023-10-08T22:31:32.660561+0000 mgr.smithi029.golwmn (mgr.14195) 213 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:34.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:33 smithi132 bash[32340]: cluster 2023-10-08T22:31:32.660561+0000 mgr.smithi029.golwmn (mgr.14195) 213 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:35.016 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:31:35.016 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-08T22:31:35.747 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-08T22:31:35.747 INFO:tasks.cephadm:Setup complete, yielding 2023-10-08T22:31:35.747 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T22:31:35.758 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:31:35.758 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-08T22:31:36.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:35 smithi029 bash[24314]: cluster 2023-10-08T22:31:34.660980+0000 mgr.smithi029.golwmn (mgr.14195) 214 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:36.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:35 smithi029 bash[24314]: audit 2023-10-08T22:31:35.013337+0000 mon.smithi029 (mon.0) 753 : audit 0 from='client.? 172.21.15.29:0/3656684201' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T22:31:36.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:35 smithi132 bash[32340]: cluster 2023-10-08T22:31:34.660980+0000 mgr.smithi029.golwmn (mgr.14195) 214 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:36.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:35 smithi132 bash[32340]: audit 2023-10-08T22:31:35.013337+0000 mon.smithi029 (mon.0) 753 : audit 0 from='client.? 172.21.15.29:0/3656684201' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T22:31:38.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:37 smithi029 bash[24314]: cluster 2023-10-08T22:31:36.661659+0000 mgr.smithi029.golwmn (mgr.14195) 215 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:38.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:37 smithi132 bash[32340]: cluster 2023-10-08T22:31:36.661659+0000 mgr.smithi029.golwmn (mgr.14195) 215 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:39.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:39 smithi029 bash[24314]: cluster 2023-10-08T22:31:38.662420+0000 mgr.smithi029.golwmn (mgr.14195) 216 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:39.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:39 smithi132 bash[32340]: cluster 2023-10-08T22:31:38.662420+0000 mgr.smithi029.golwmn (mgr.14195) 216 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:40.511 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:31:41.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:41 smithi029 bash[24314]: cluster 2023-10-08T22:31:40.663027+0000 mgr.smithi029.golwmn (mgr.14195) 217 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:41.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:41 smithi029 bash[24314]: audit 2023-10-08T22:31:41.678663+0000 mon.smithi029 (mon.0) 754 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:42.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:41 smithi132 bash[32340]: cluster 2023-10-08T22:31:40.663027+0000 mgr.smithi029.golwmn (mgr.14195) 217 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:42.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:41 smithi132 bash[32340]: audit 2023-10-08T22:31:41.678663+0000 mon.smithi029 (mon.0) 754 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:43.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:43 smithi132 bash[32340]: cluster 2023-10-08T22:31:42.663664+0000 mgr.smithi029.golwmn (mgr.14195) 218 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:43.899 INFO:teuthology.orchestra.run.smithi029.stdout:Backend: cephadm 2023-10-08T22:31:43.899 INFO:teuthology.orchestra.run.smithi029.stdout:Available: Yes 2023-10-08T22:31:43.899 INFO:teuthology.orchestra.run.smithi029.stdout:Paused: No 2023-10-08T22:31:43.981 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:43 smithi029 bash[24314]: cluster 2023-10-08T22:31:42.663664+0000 mgr.smithi029.golwmn (mgr.14195) 218 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:44.715 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-08T22:31:45.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:44 smithi029 bash[24314]: audit 2023-10-08T22:31:43.895225+0000 mgr.smithi029.golwmn (mgr.14195) 219 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:31:45.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:44 smithi132 bash[32340]: audit 2023-10-08T22:31:43.895225+0000 mgr.smithi029.golwmn (mgr.14195) 219 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:31:46.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:45 smithi029 bash[24314]: cluster 2023-10-08T22:31:44.664202+0000 mgr.smithi029.golwmn (mgr.14195) 220 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:46.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:45 smithi132 bash[32340]: cluster 2023-10-08T22:31:44.664202+0000 mgr.smithi029.golwmn (mgr.14195) 220 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:48.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:47 smithi029 bash[24314]: cluster 2023-10-08T22:31:46.664783+0000 mgr.smithi029.golwmn (mgr.14195) 221 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:48.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:47 smithi132 bash[32340]: cluster 2023-10-08T22:31:46.664783+0000 mgr.smithi029.golwmn (mgr.14195) 221 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:49.469 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:31:49.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:49 smithi029 bash[24314]: cluster 2023-10-08T22:31:48.665423+0000 mgr.smithi029.golwmn (mgr.14195) 222 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:49.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:49 smithi132 bash[32340]: cluster 2023-10-08T22:31:48.665423+0000 mgr.smithi029.golwmn (mgr.14195) 222 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:52.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:51 smithi029 bash[24314]: cluster 2023-10-08T22:31:50.665995+0000 mgr.smithi029.golwmn (mgr.14195) 223 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:52.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:51 smithi132 bash[32340]: cluster 2023-10-08T22:31:50.665995+0000 mgr.smithi029.golwmn (mgr.14195) 223 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:52.970 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (4m) 40s ago 6m 13.9M - 0.25.0 c8568f914cd2 7f7fe7b9f4b5 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi029 smithi029 running (6m) 40s ago 6m 7860k - 18.2.0-623-gb92fa67a 1405cee9b201 37c22e5eec1d 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi132 smithi132 running (5m) 46s ago 5m 8015k - 18.2.0-623-gb92fa67a 1405cee9b201 40b620e93d54 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (6m) 40s ago 6m 7128k - 18.2.0-623-gb92fa67a 1405cee9b201 4c6b3f385ecd 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi132 smithi132 running (5m) 46s ago 5m 7104k - 18.2.0-623-gb92fa67a 1405cee9b201 64d258b01d64 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (4m) 40s ago 5m 76.3M - 9.4.7 2c41d148cca3 584cc025a652 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.golwmn smithi029 *:9283,8765,8443 running (8m) 40s ago 8m 475M - 18.2.0-623-gb92fa67a 1405cee9b201 9933a716c7d0 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi132.hsbnyx smithi132 *:8443,9283,8765 running (5m) 46s ago 5m 426M - 18.2.0-623-gb92fa67a 1405cee9b201 e814e60eb4a1 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (8m) 40s ago 8m 42.4M 2048M 18.2.0-623-gb92fa67a 1405cee9b201 7d3d0d2d8abe 2023-10-08T22:31:52.971 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi132 smithi132 running (4m) 46s ago 4m 32.8M 2048M 18.2.0-623-gb92fa67a 1405cee9b201 4709fbcf807d 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (6m) 40s ago 6m 8632k - 1.5.0 0da6a335fe13 2b369b40ad48 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi132 smithi132 *:9100 running (5m) 46s ago 5m 8615k - 1.5.0 0da6a335fe13 56c52416f6a7 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi132 running (3m) 46s ago 3m 40.5M 3772M 18.2.0-623-gb92fa67a 1405cee9b201 47176ef99e74 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 40s ago 3m 40.2M 3005M 18.2.0-623-gb92fa67a 1405cee9b201 31e1eeaf7037 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi132 running (3m) 46s ago 3m 39.5M 3772M 18.2.0-623-gb92fa67a 1405cee9b201 9a98dae3f54a 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (3m) 40s ago 3m 40.0M 3005M 18.2.0-623-gb92fa67a 1405cee9b201 16f740386b2a 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi132 running (3m) 46s ago 3m 37.2M 3772M 18.2.0-623-gb92fa67a 1405cee9b201 be4169dd6bfa 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi029 running (3m) 40s ago 3m 37.0M 3005M 18.2.0-623-gb92fa67a 1405cee9b201 9d3a42cee681 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi132 running (3m) 46s ago 3m 36.0M 3772M 18.2.0-623-gb92fa67a 1405cee9b201 be43b3aeeb30 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi029 running (2m) 40s ago 2m 39.0M 3005M 18.2.0-623-gb92fa67a 1405cee9b201 4e27e8a51f10 2023-10-08T22:31:52.972 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (4m) 40s ago 5m 48.6M - 2.43.0 a07b618ecd1d ca3707140d6d 2023-10-08T22:31:53.758 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-08T22:31:54.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:53 smithi029 bash[24314]: cluster 2023-10-08T22:31:52.666595+0000 mgr.smithi029.golwmn (mgr.14195) 224 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:54.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:53 smithi029 bash[24314]: audit 2023-10-08T22:31:52.941837+0000 mgr.smithi029.golwmn (mgr.14195) 225 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:31:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:53 smithi132 bash[32340]: cluster 2023-10-08T22:31:52.666595+0000 mgr.smithi029.golwmn (mgr.14195) 224 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:53 smithi132 bash[32340]: audit 2023-10-08T22:31:52.941837+0000 mgr.smithi029.golwmn (mgr.14195) 225 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:31:56.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:55 smithi029 bash[24314]: cluster 2023-10-08T22:31:54.667109+0000 mgr.smithi029.golwmn (mgr.14195) 226 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:56.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:55 smithi132 bash[32340]: cluster 2023-10-08T22:31:54.667109+0000 mgr.smithi029.golwmn (mgr.14195) 226 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:57.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:56 smithi029 bash[24314]: audit 2023-10-08T22:31:56.679109+0000 mon.smithi029 (mon.0) 755 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:57.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:56 smithi132 bash[32340]: audit 2023-10-08T22:31:56.679109+0000 mon.smithi029 (mon.0) 755 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:31:58.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:57 smithi029 bash[24314]: cluster 2023-10-08T22:31:56.667719+0000 mgr.smithi029.golwmn (mgr.14195) 227 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:58.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:57 smithi132 bash[32340]: cluster 2023-10-08T22:31:56.667719+0000 mgr.smithi029.golwmn (mgr.14195) 227 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:58.504 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:31:59.629 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:31:59 smithi029 bash[24314]: cluster 2023-10-08T22:31:58.668331+0000 mgr.smithi029.golwmn (mgr.14195) 228 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:31:59.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:31:59 smithi132 bash[32340]: cluster 2023-10-08T22:31:58.668331+0000 mgr.smithi029.golwmn (mgr.14195) 228 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:01.673 INFO:teuthology.orchestra.run.smithi029.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-08T22:32:01.674 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager ?:9093,9094 1/1 49s ago 7m count:1 2023-10-08T22:32:01.674 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter 2/2 54s ago 7m * 2023-10-08T22:32:01.675 INFO:teuthology.orchestra.run.smithi029.stdout:crash 2/2 54s ago 7m * 2023-10-08T22:32:01.675 INFO:teuthology.orchestra.run.smithi029.stdout:grafana ?:3000 1/1 49s ago 7m count:1 2023-10-08T22:32:01.675 INFO:teuthology.orchestra.run.smithi029.stdout:mgr 2/2 54s ago 7m count:2 2023-10-08T22:32:01.675 INFO:teuthology.orchestra.run.smithi029.stdout:mon 2/2 54s ago 5m smithi029:172.21.15.29=smithi029;smithi132:172.21.15.132=smithi132;count:2 2023-10-08T22:32:01.675 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter ?:9100 2/2 54s ago 7m * 2023-10-08T22:32:01.675 INFO:teuthology.orchestra.run.smithi029.stdout:osd.all-available-devices 8 54s ago 4m * 2023-10-08T22:32:01.676 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus ?:9095 1/1 49s ago 7m count:1 2023-10-08T22:32:02.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:01 smithi029 bash[24314]: cluster 2023-10-08T22:32:00.669128+0000 mgr.smithi029.golwmn (mgr.14195) 229 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:02.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:01 smithi132 bash[32340]: cluster 2023-10-08T22:32:00.669128+0000 mgr.smithi029.golwmn (mgr.14195) 229 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:02.463 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-08T22:32:03.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:02 smithi029 bash[24314]: audit 2023-10-08T22:32:01.663888+0000 mgr.smithi029.golwmn (mgr.14195) 230 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:03.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:02 smithi132 bash[32340]: audit 2023-10-08T22:32:01.663888+0000 mgr.smithi029.golwmn (mgr.14195) 230 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:04.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:03 smithi029 bash[24314]: cluster 2023-10-08T22:32:02.669779+0000 mgr.smithi029.golwmn (mgr.14195) 231 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:04.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:03 smithi132 bash[32340]: cluster 2023-10-08T22:32:02.669779+0000 mgr.smithi029.golwmn (mgr.14195) 231 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:06.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:05 smithi029 bash[24314]: cluster 2023-10-08T22:32:04.670414+0000 mgr.smithi029.golwmn (mgr.14195) 232 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:06.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:05 smithi132 bash[32340]: cluster 2023-10-08T22:32:04.670414+0000 mgr.smithi029.golwmn (mgr.14195) 232 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:07.213 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:32:08.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:07 smithi029 bash[24314]: cluster 2023-10-08T22:32:06.671027+0000 mgr.smithi029.golwmn (mgr.14195) 233 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:08.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:07 smithi132 bash[32340]: cluster 2023-10-08T22:32:06.671027+0000 mgr.smithi029.golwmn (mgr.14195) 233 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:09.766 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:09 smithi029 bash[24314]: cluster 2023-10-08T22:32:08.671667+0000 mgr.smithi029.golwmn (mgr.14195) 234 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:09.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:09 smithi132 bash[32340]: cluster 2023-10-08T22:32:08.671667+0000 mgr.smithi029.golwmn (mgr.14195) 234 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:10.251 INFO:teuthology.orchestra.run.smithi029.stdout:HOST ADDR LABELS STATUS 2023-10-08T22:32:10.251 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 172.21.15.29 2023-10-08T22:32:10.251 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 172.21.15.132 2023-10-08T22:32:10.251 INFO:teuthology.orchestra.run.smithi029.stdout:2 hosts in cluster 2023-10-08T22:32:11.014 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-08T22:32:12.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:11 smithi029 bash[24314]: audit 2023-10-08T22:32:10.246474+0000 mgr.smithi029.golwmn (mgr.14195) 235 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:12.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:11 smithi029 bash[24314]: cluster 2023-10-08T22:32:10.672036+0000 mgr.smithi029.golwmn (mgr.14195) 236 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:12.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:11 smithi029 bash[24314]: audit 2023-10-08T22:32:11.679214+0000 mon.smithi029 (mon.0) 756 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:12.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:11 smithi132 bash[32340]: audit 2023-10-08T22:32:10.246474+0000 mgr.smithi029.golwmn (mgr.14195) 235 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:12.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:11 smithi132 bash[32340]: cluster 2023-10-08T22:32:10.672036+0000 mgr.smithi029.golwmn (mgr.14195) 236 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:12.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:11 smithi132 bash[32340]: audit 2023-10-08T22:32:11.679214+0000 mon.smithi029 (mon.0) 756 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:13 smithi029 bash[24314]: cluster 2023-10-08T22:32:12.672564+0000 mgr.smithi029.golwmn (mgr.14195) 237 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:14.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:13 smithi029 bash[24314]: audit 2023-10-08T22:32:13.192411+0000 mon.smithi029 (mon.0) 757 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:32:14.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:13 smithi132 bash[32340]: cluster 2023-10-08T22:32:12.672564+0000 mgr.smithi029.golwmn (mgr.14195) 237 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:14.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:13 smithi132 bash[32340]: audit 2023-10-08T22:32:13.192411+0000 mon.smithi029 (mon.0) 757 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:32:15.768 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:32:16.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:15 smithi029 bash[24314]: cluster 2023-10-08T22:32:14.673161+0000 mgr.smithi029.golwmn (mgr.14195) 238 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:16.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:15 smithi132 bash[32340]: cluster 2023-10-08T22:32:14.673161+0000 mgr.smithi029.golwmn (mgr.14195) 238 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:18.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:17 smithi029 bash[24314]: cluster 2023-10-08T22:32:16.673777+0000 mgr.smithi029.golwmn (mgr.14195) 239 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:18.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:17 smithi132 bash[32340]: cluster 2023-10-08T22:32:16.673777+0000 mgr.smithi029.golwmn (mgr.14195) 239 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:19.155 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T22:32:19.155 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009B480DGN 447G No 2m ago Has a FileSystem, LVM detected 2023-10-08T22:32:19.155 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_a0c2a00ca9f9d9422b60 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_57b87971b90edce388b3 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_87d390b4d08430fac991 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_972c1f15c1df79913b27 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6232000B400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme1n1 ssd Linux_fbf08a9daf999bd3c4e8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme2n1 ssd Linux_d09ad7ace3b2e1595d57 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme3n1 ssd Linux_a6b364f7f80c3f113926 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.156 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme4n1 ssd Linux_2126b0a07ae170260153 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:19.939 INFO:teuthology.run_tasks:Running task vip... 2023-10-08T22:32:19.949 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-08T22:32:19.949 INFO:tasks.vip:peername 172.21.15.29 2023-10-08T22:32:19.953 INFO:tasks.vip:172.21.15.29 in 172.21.0.0/20, pos 3868 2023-10-08T22:32:19.957 INFO:tasks.vip:smithi029.front.sepia.ceph.com static 10.0.15.29, vnet 10.0.0.0/16 2023-10-08T22:32:19.957 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-08T22:32:19.958 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip route ls 2023-10-08T22:32:19.972 INFO:teuthology.orchestra.run.smithi029.stdout:default via 172.21.15.254 dev ens1f0 2023-10-08T22:32:19.973 INFO:teuthology.orchestra.run.smithi029.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-08T22:32:19.973 INFO:teuthology.orchestra.run.smithi029.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2023-10-08T22:32:19.974 INFO:tasks.vip:Configuring 10.0.15.29 on smithi029.front.sepia.ceph.com iface ens1f0... 2023-10-08T22:32:19.974 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr add 10.0.15.29/16 dev ens1f0 2023-10-08T22:32:20.031 INFO:tasks.vip:peername 172.21.15.132 2023-10-08T22:32:20.034 INFO:tasks.vip:172.21.15.132 in 172.21.0.0/20, pos 3971 2023-10-08T22:32:20.038 INFO:tasks.vip:smithi132.front.sepia.ceph.com static 10.0.15.132, vnet 10.0.0.0/16 2023-10-08T22:32:20.038 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip route ls 2023-10-08T22:32:20.053 INFO:teuthology.orchestra.run.smithi132.stdout:default via 172.21.15.254 dev enp3s0f1 2023-10-08T22:32:20.053 INFO:teuthology.orchestra.run.smithi132.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.132 metric 100 2023-10-08T22:32:20.054 INFO:teuthology.orchestra.run.smithi132.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-08T22:32:20.054 INFO:teuthology.orchestra.run.smithi132.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.132 2023-10-08T22:32:20.054 INFO:teuthology.orchestra.run.smithi132.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.132 metric 100 2023-10-08T22:32:20.055 INFO:tasks.vip:Configuring 10.0.15.132 on smithi132.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T22:32:20.055 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip addr add 10.0.15.132/16 dev enp3s0f1 2023-10-08T22:32:20.112 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T22:32:20.120 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:32:20.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-08T22:32:20.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:19 smithi029 bash[24314]: cluster 2023-10-08T22:32:18.674262+0000 mgr.smithi029.golwmn (mgr.14195) 240 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:20.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:19 smithi029 bash[24314]: audit 2023-10-08T22:32:18.886315+0000 mon.smithi029 (mon.0) 758 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:19 smithi029 bash[24314]: audit 2023-10-08T22:32:18.900301+0000 mon.smithi029 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:19 smithi029 bash[24314]: audit 2023-10-08T22:32:19.594152+0000 mon.smithi029 (mon.0) 760 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:19 smithi029 bash[24314]: audit 2023-10-08T22:32:19.600864+0000 mon.smithi029 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:19 smithi132 bash[32340]: cluster 2023-10-08T22:32:18.674262+0000 mgr.smithi029.golwmn (mgr.14195) 240 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:20.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:19 smithi132 bash[32340]: audit 2023-10-08T22:32:18.886315+0000 mon.smithi029 (mon.0) 758 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:19 smithi132 bash[32340]: audit 2023-10-08T22:32:18.900301+0000 mon.smithi029 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:19 smithi132 bash[32340]: audit 2023-10-08T22:32:19.594152+0000 mon.smithi029 (mon.0) 760 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:20.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:19 smithi132 bash[32340]: audit 2023-10-08T22:32:19.600864+0000 mon.smithi029 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:21.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:20 smithi029 bash[24314]: audit 2023-10-08T22:32:19.146382+0000 mgr.smithi029.golwmn (mgr.14195) 241 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:21.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:20 smithi029 bash[24314]: audit 2023-10-08T22:32:20.069000+0000 mon.smithi029 (mon.0) 762 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:20 smithi029 bash[24314]: audit 2023-10-08T22:32:20.070659+0000 mon.smithi029 (mon.0) 763 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:32:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:20 smithi029 bash[24314]: audit 2023-10-08T22:32:20.079692+0000 mon.smithi029 (mon.0) 764 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:20 smithi029 bash[24314]: audit 2023-10-08T22:32:20.084405+0000 mon.smithi029 (mon.0) 765 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:32:21.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:20 smithi132 bash[32340]: audit 2023-10-08T22:32:19.146382+0000 mgr.smithi029.golwmn (mgr.14195) 241 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:21.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:20 smithi132 bash[32340]: audit 2023-10-08T22:32:20.069000+0000 mon.smithi029 (mon.0) 762 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:21.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:20 smithi132 bash[32340]: audit 2023-10-08T22:32:20.070659+0000 mon.smithi029 (mon.0) 763 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:32:21.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:20 smithi132 bash[32340]: audit 2023-10-08T22:32:20.079692+0000 mon.smithi029 (mon.0) 764 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:21.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:20 smithi132 bash[32340]: audit 2023-10-08T22:32:20.084405+0000 mon.smithi029 (mon.0) 765 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:32:22.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:21 smithi132 bash[32340]: cluster 2023-10-08T22:32:20.674874+0000 mgr.smithi029.golwmn (mgr.14195) 242 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:22.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:21 smithi029 bash[24314]: cluster 2023-10-08T22:32:20.674874+0000 mgr.smithi029.golwmn (mgr.14195) 242 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:24.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:23 smithi029 bash[24314]: cluster 2023-10-08T22:32:22.675478+0000 mgr.smithi029.golwmn (mgr.14195) 243 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:24.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:23 smithi132 bash[32340]: cluster 2023-10-08T22:32:22.675478+0000 mgr.smithi029.golwmn (mgr.14195) 243 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:24.870 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:32:26.157 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:25 smithi029 bash[24314]: cluster 2023-10-08T22:32:24.676127+0000 mgr.smithi029.golwmn (mgr.14195) 244 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:26.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:25 smithi132 bash[32340]: cluster 2023-10-08T22:32:24.676127+0000 mgr.smithi029.golwmn (mgr.14195) 244 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:27.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:26 smithi029 bash[24314]: audit 2023-10-08T22:32:26.679819+0000 mon.smithi029 (mon.0) 766 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:27.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:26 smithi132 bash[32340]: audit 2023-10-08T22:32:26.679819+0000 mon.smithi029 (mon.0) 766 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:28.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:27 smithi029 bash[24314]: cluster 2023-10-08T22:32:26.676760+0000 mgr.smithi029.golwmn (mgr.14195) 245 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009B480DGN 447G No 2m ago Has a FileSystem, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_a0c2a00ca9f9d9422b60 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_57b87971b90edce388b3 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_87d390b4d08430fac991 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_972c1f15c1df79913b27 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6232000B400BGN 372G No 3m ago Has a FileSystem, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme1n1 ssd Linux_fbf08a9daf999bd3c4e8 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme2n1 ssd Linux_d09ad7ace3b2e1595d57 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.333 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme3n1 ssd Linux_a6b364f7f80c3f113926 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.334 INFO:teuthology.orchestra.run.smithi029.stdout:smithi132 /dev/nvme4n1 ssd Linux_2126b0a07ae170260153 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T22:32:28.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:27 smithi132 bash[32340]: cluster 2023-10-08T22:32:26.676760+0000 mgr.smithi029.golwmn (mgr.14195) 245 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:29.146 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T22:32:29.155 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:32:29.155 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T22:32:29.169 INFO:teuthology.orchestra.run.smithi029.stderr:+ systemctl stop nfs-server 2023-10-08T22:32:29.310 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi132.front.sepia.ceph.com 2023-10-08T22:32:29.311 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T22:32:29.325 INFO:teuthology.orchestra.run.smithi132.stderr:+ systemctl stop nfs-server 2023-10-08T22:32:29.450 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T22:32:29.458 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:32:29.458 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-10-08T22:32:29.470 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:29 smithi029 bash[24314]: audit 2023-10-08T22:32:28.322116+0000 mgr.smithi029.golwmn (mgr.14195) 246 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:29.470 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:29 smithi029 bash[24314]: audit 2023-10-08T22:32:28.363268+0000 mon.smithi029 (mon.0) 767 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:32:29.470 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:29 smithi029 bash[24314]: cluster 2023-10-08T22:32:28.677348+0000 mgr.smithi029.golwmn (mgr.14195) 247 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:29.585 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:29 smithi132 bash[32340]: audit 2023-10-08T22:32:28.322116+0000 mgr.smithi029.golwmn (mgr.14195) 246 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:29.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:29 smithi132 bash[32340]: audit 2023-10-08T22:32:28.363268+0000 mon.smithi029 (mon.0) 767 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:32:29.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:29 smithi132 bash[32340]: cluster 2023-10-08T22:32:28.677348+0000 mgr.smithi029.golwmn (mgr.14195) 247 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:32.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:31 smithi029 bash[24314]: cluster 2023-10-08T22:32:30.678048+0000 mgr.smithi029.golwmn (mgr.14195) 248 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:32.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:31 smithi132 bash[32340]: cluster 2023-10-08T22:32:30.678048+0000 mgr.smithi029.golwmn (mgr.14195) 248 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:33.257 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:32:34.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:33 smithi029 bash[24314]: cluster 2023-10-08T22:32:32.678672+0000 mgr.smithi029.golwmn (mgr.14195) 249 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:34.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:33 smithi132 bash[32340]: cluster 2023-10-08T22:32:32.678672+0000 mgr.smithi029.golwmn (mgr.14195) 249 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:35.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:34.056163+0000 mon.smithi029 (mon.0) 768 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:34.063842+0000 mon.smithi029 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:34.387184+0000 mon.smithi029 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:34.395960+0000 mon.smithi029 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:34.706746+0000 mon.smithi029 (mon.0) 772 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:34.715451+0000 mon.smithi029 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.058 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:35 smithi029 bash[24314]: audit 2023-10-08T22:32:35.043203+0000 mon.smithi029 (mon.0) 774 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:34.056163+0000 mon.smithi029 (mon.0) 768 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:34.063842+0000 mon.smithi029 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:34.387184+0000 mon.smithi029 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:34.395960+0000 mon.smithi029 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:34.706746+0000 mon.smithi029 (mon.0) 772 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:34.715451+0000 mon.smithi029 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:35.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:35 smithi132 bash[32340]: audit 2023-10-08T22:32:35.043203+0000 mon.smithi029 (mon.0) 774 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:36.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:36 smithi029 bash[24314]: cluster 2023-10-08T22:32:34.679171+0000 mgr.smithi029.golwmn (mgr.14195) 250 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:36.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:36 smithi029 bash[24314]: audit 2023-10-08T22:32:35.051502+0000 mon.smithi029 (mon.0) 775 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:36.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:36 smithi132 bash[32340]: cluster 2023-10-08T22:32:34.679171+0000 mgr.smithi029.golwmn (mgr.14195) 250 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:36.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:36 smithi132 bash[32340]: audit 2023-10-08T22:32:35.051502+0000 mon.smithi029 (mon.0) 775 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:36.560 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled rgw.foorgw update... 2023-10-08T22:32:37.376 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.29/16' 2023-10-08T22:32:37.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:37 smithi029 bash[24314]: audit 2023-10-08T22:32:36.546012+0000 mgr.smithi029.golwmn (mgr.14195) 251 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:37.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:37 smithi029 bash[24314]: cephadm 2023-10-08T22:32:36.549691+0000 mgr.smithi029.golwmn (mgr.14195) 252 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-08T22:32:37.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:37 smithi029 bash[24314]: audit 2023-10-08T22:32:36.556659+0000 mon.smithi029 (mon.0) 776 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:37.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:37 smithi029 bash[24314]: cluster 2023-10-08T22:32:36.679940+0000 mgr.smithi029.golwmn (mgr.14195) 253 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:37.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:37 smithi132 bash[32340]: audit 2023-10-08T22:32:36.546012+0000 mgr.smithi029.golwmn (mgr.14195) 251 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:37.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:37 smithi132 bash[32340]: cephadm 2023-10-08T22:32:36.549691+0000 mgr.smithi029.golwmn (mgr.14195) 252 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-08T22:32:37.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:37 smithi132 bash[32340]: audit 2023-10-08T22:32:36.556659+0000 mon.smithi029 (mon.0) 776 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:37.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:37 smithi132 bash[32340]: cluster 2023-10-08T22:32:36.679940+0000 mgr.smithi029.golwmn (mgr.14195) 253 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:39.585 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:39 smithi132 bash[32340]: cluster 2023-10-08T22:32:38.680551+0000 mgr.smithi029.golwmn (mgr.14195) 254 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:39.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:39 smithi029 bash[24314]: cluster 2023-10-08T22:32:38.680551+0000 mgr.smithi029.golwmn (mgr.14195) 254 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:42.002 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:41 smithi132 bash[32340]: cluster 2023-10-08T22:32:40.681132+0000 mgr.smithi029.golwmn (mgr.14195) 255 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:42.003 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:41 smithi132 bash[32340]: audit 2023-10-08T22:32:41.680361+0000 mon.smithi029 (mon.0) 777 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:42.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:41 smithi029 bash[24314]: cluster 2023-10-08T22:32:40.681132+0000 mgr.smithi029.golwmn (mgr.14195) 255 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:42.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:41 smithi029 bash[24314]: audit 2023-10-08T22:32:41.680361+0000 mon.smithi029 (mon.0) 777 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:42.317 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:32:44.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:43 smithi029 bash[24314]: cluster 2023-10-08T22:32:42.681630+0000 mgr.smithi029.golwmn (mgr.14195) 256 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:44.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:43 smithi132 bash[32340]: cluster 2023-10-08T22:32:42.681630+0000 mgr.smithi029.golwmn (mgr.14195) 256 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:46.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:45 smithi029 bash[24314]: cluster 2023-10-08T22:32:44.682009+0000 mgr.smithi029.golwmn (mgr.14195) 257 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:46.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:45 smithi029 bash[24314]: audit 2023-10-08T22:32:45.399100+0000 mon.smithi029 (mon.0) 778 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:46.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:45 smithi029 bash[24314]: audit 2023-10-08T22:32:45.406588+0000 mon.smithi029 (mon.0) 779 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:46.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:45 smithi132 bash[32340]: cluster 2023-10-08T22:32:44.682009+0000 mgr.smithi029.golwmn (mgr.14195) 257 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:46.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:45 smithi132 bash[32340]: audit 2023-10-08T22:32:45.399100+0000 mon.smithi029 (mon.0) 778 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:46.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:45 smithi132 bash[32340]: audit 2023-10-08T22:32:45.406588+0000 mon.smithi029 (mon.0) 779 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:47.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:46 smithi029 bash[24314]: audit 2023-10-08T22:32:45.796845+0000 mgr.smithi029.golwmn (mgr.14195) 258 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.29/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:47.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:46 smithi029 bash[24314]: audit 2023-10-08T22:32:45.799881+0000 mon.smithi029 (mon.0) 780 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T22:32:47.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:46 smithi132 bash[32340]: audit 2023-10-08T22:32:45.796845+0000 mgr.smithi029.golwmn (mgr.14195) 258 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.29/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:32:47.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:46 smithi132 bash[32340]: audit 2023-10-08T22:32:45.799881+0000 mon.smithi029 (mon.0) 780 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: cluster 2023-10-08T22:32:46.682546+0000 mgr.smithi029.golwmn (mgr.14195) 259 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:46.757531+0000 mon.smithi029 (mon.0) 781 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: cluster 2023-10-08T22:32:46.757577+0000 mon.smithi029 (mon.0) 782 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:46.760101+0000 mon.smithi029 (mon.0) 783 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.657933+0000 mon.smithi029 (mon.0) 784 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.669333+0000 mon.smithi029 (mon.0) 785 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.671436+0000 mon.smithi029 (mon.0) 786 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.672990+0000 mon.smithi029 (mon.0) 787 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.680209+0000 mon.smithi029 (mon.0) 788 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.685142+0000 mon.smithi029 (mon.0) 789 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.702819+0000 mon.smithi029 (mon.0) 790 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi132.cjcxpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.709572+0000 mon.smithi029 (mon.0) 791 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi132.cjcxpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.715805+0000 mon.smithi029 (mon.0) 792 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:47 smithi029 bash[24314]: audit 2023-10-08T22:32:47.717388+0000 mon.smithi029 (mon.0) 793 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:48.079 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: cluster 2023-10-08T22:32:46.682546+0000 mgr.smithi029.golwmn (mgr.14195) 259 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:32:48.079 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:46.757531+0000 mon.smithi029 (mon.0) 781 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T22:32:48.079 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: cluster 2023-10-08T22:32:46.757577+0000 mon.smithi029 (mon.0) 782 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-10-08T22:32:48.079 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:46.760101+0000 mon.smithi029 (mon.0) 783 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.657933+0000 mon.smithi029 (mon.0) 784 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.669333+0000 mon.smithi029 (mon.0) 785 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.671436+0000 mon.smithi029 (mon.0) 786 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.672990+0000 mon.smithi029 (mon.0) 787 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.680209+0000 mon.smithi029 (mon.0) 788 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.685142+0000 mon.smithi029 (mon.0) 789 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.702819+0000 mon.smithi029 (mon.0) 790 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi132.cjcxpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.709572+0000 mon.smithi029 (mon.0) 791 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi132.cjcxpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.715805+0000 mon.smithi029 (mon.0) 792 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:48.080 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:47 smithi132 bash[32340]: audit 2023-10-08T22:32:47.717388+0000 mon.smithi029 (mon.0) 793 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:48.606 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T22:32:48.618 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:32:48.618 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-10-08T22:32:48.634 INFO:teuthology.orchestra.run.smithi029.stderr:+ dnf install -y python3-boto3 2023-10-08T22:32:48.634 INFO:teuthology.orchestra.run.smithi029.stderr:bash: dnf: command not found 2023-10-08T22:32:48.634 INFO:teuthology.orchestra.run.smithi029.stderr:+ apt install -y python3-boto3 2023-10-08T22:32:48.640 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-10-08T22:32:48.640 INFO:teuthology.orchestra.run.smithi029.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-08T22:32:48.640 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-10-08T22:32:48.697 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-10-08T22:32:48.913 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2023-10-08T22:32:48.914 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: cephadm 2023-10-08T22:32:47.719011+0000 mgr.smithi029.golwmn (mgr.14195) 260 : cephadm 1 Deploying daemon rgw.foorgw.smithi132.cjcxpr on smithi132 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: audit 2023-10-08T22:32:47.762806+0000 mon.smithi029 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: cluster 2023-10-08T22:32:47.763322+0000 mon.smithi029 (mon.0) 795 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: cephadm 2023-10-08T22:32:47.800845+0000 mgr.smithi029.golwmn (mgr.14195) 261 : cephadm 1 Saving service nfs.foo spec with placement count:1 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: audit 2023-10-08T22:32:47.805419+0000 mon.smithi029 (mon.0) 796 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: cephadm 2023-10-08T22:32:47.807521+0000 mgr.smithi029.golwmn (mgr.14195) 262 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: audit 2023-10-08T22:32:47.811625+0000 mon.smithi029 (mon.0) 797 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:49.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:48 smithi029 bash[24314]: cluster 2023-10-08T22:32:48.764666+0000 mon.smithi029 (mon.0) 798 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-10-08T22:32:49.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: cephadm 2023-10-08T22:32:47.719011+0000 mgr.smithi029.golwmn (mgr.14195) 260 : cephadm 1 Deploying daemon rgw.foorgw.smithi132.cjcxpr on smithi132 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: audit 2023-10-08T22:32:47.762806+0000 mon.smithi029 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: cluster 2023-10-08T22:32:47.763322+0000 mon.smithi029 (mon.0) 795 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: cephadm 2023-10-08T22:32:47.800845+0000 mgr.smithi029.golwmn (mgr.14195) 261 : cephadm 1 Saving service nfs.foo spec with placement count:1 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: audit 2023-10-08T22:32:47.805419+0000 mon.smithi029 (mon.0) 796 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: cephadm 2023-10-08T22:32:47.807521+0000 mgr.smithi029.golwmn (mgr.14195) 262 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: audit 2023-10-08T22:32:47.811625+0000 mon.smithi029 (mon.0) 797 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:49.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:48 smithi132 bash[32340]: cluster 2023-10-08T22:32:48.764666+0000 mon.smithi029 (mon.0) 798 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-10-08T22:32:49.117 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2023-10-08T22:32:49.118 INFO:teuthology.orchestra.run.smithi029.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-docutils 2023-10-08T22:32:49.118 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jmespath python3-pygments python3-roman python3-s3transfer 2023-10-08T22:32:49.119 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2023-10-08T22:32:49.119 INFO:teuthology.orchestra.run.smithi029.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-10-08T22:32:49.119 INFO:teuthology.orchestra.run.smithi029.stdout: texlive-latex-base texlive-latex-recommended python-pygments-doc 2023-10-08T22:32:49.154 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2023-10-08T22:32:49.156 INFO:teuthology.orchestra.run.smithi029.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-10-08T22:32:49.156 INFO:teuthology.orchestra.run.smithi029.stdout: python3-docutils python3-jmespath python3-pygments python3-roman 2023-10-08T22:32:49.156 INFO:teuthology.orchestra.run.smithi029.stdout: python3-s3transfer 2023-10-08T22:32:49.236 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 10 newly installed, 0 to remove and 256 not upgraded. 2023-10-08T22:32:49.236 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 4,480 kB of archives. 2023-10-08T22:32:49.236 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 53.0 MB of additional disk space will be used. 2023-10-08T22:32:49.236 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 docutils-common all 0.16+dfsg-2 [116 kB] 2023-10-08T22:32:49.309 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] 2023-10-08T22:32:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper-utils amd64 1.1.28 [8,400 B] 2023-10-08T22:32:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8,728 B] 2023-10-08T22:32:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB] 2023-10-08T22:32:49.347 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jmespath all 0.9.4-2ubuntu1 [21.5 kB] 2023-10-08T22:32:49.348 INFO:teuthology.orchestra.run.smithi029.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-08T22:32:49.402 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-s3transfer all 0.3.3-1 [46.6 kB] 2023-10-08T22:32:49.402 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-boto3 all 1.9.253-1 [63.7 kB] 2023-10-08T22:32:49.402 INFO:teuthology.orchestra.run.smithi029.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-08T22:32:49.657 INFO:teuthology.orchestra.run.smithi029.stderr:debconf: unable to initialize frontend: Dialog 2023-10-08T22:32:49.658 INFO:teuthology.orchestra.run.smithi029.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-08T22:32:49.658 INFO:teuthology.orchestra.run.smithi029.stderr:debconf: falling back to frontend: Readline 2023-10-08T22:32:49.684 INFO:teuthology.orchestra.run.smithi029.stderr:debconf: unable to initialize frontend: Readline 2023-10-08T22:32:49.684 INFO:teuthology.orchestra.run.smithi029.stderr:debconf: (This frontend requires a controlling tty.) 2023-10-08T22:32:49.685 INFO:teuthology.orchestra.run.smithi029.stderr:debconf: falling back to frontend: Teletype 2023-10-08T22:32:49.690 INFO:teuthology.orchestra.run.smithi029.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-10-08T22:32:49.745 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 4,480 kB in 0s (18.5 MB/s) 2023-10-08T22:32:50.007 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package docutils-common. 2023-10-08T22:32:50.056 INFO:teuthology.orchestra.run.smithi029.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-08T22:32:50.060 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../0-docutils-common_0.16+dfsg-2_all.deb ... 2023-10-08T22:32:50.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:49 smithi029 bash[24314]: cluster 2023-10-08T22:32:48.683294+0000 mgr.smithi029.golwmn (mgr.14195) 263 : cluster 0 pgmap v227: 33 pgs: 6 creating+peering, 11 unknown, 16 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T22:32:50.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:49 smithi132 bash[32340]: cluster 2023-10-08T22:32:48.683294+0000 mgr.smithi029.golwmn (mgr.14195) 263 : cluster 0 pgmap v227: 33 pgs: 6 creating+peering, 11 unknown, 16 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T22:32:50.212 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking docutils-common (0.16+dfsg-2) ... 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: cluster 2023-10-08T22:32:50.381885+0000 mon.smithi029 (mon.0) 799 : cluster 0 mgrmap e20: smithi029.golwmn(active, since 6m), standbys: smithi132.hsbnyx 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.391075+0000 mon.smithi029 (mon.0) 800 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.397658+0000 mon.smithi029 (mon.0) 801 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.454423+0000 mon.smithi029 (mon.0) 802 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.455527+0000 mon.smithi029 (mon.0) 803 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi029.ouoqeq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.462068+0000 mon.smithi029 (mon.0) 804 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi029.ouoqeq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.467387+0000 mon.smithi029 (mon.0) 805 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: audit 2023-10-08T22:32:50.468503+0000 mon.smithi029 (mon.0) 806 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: cephadm 2023-10-08T22:32:50.469943+0000 mgr.smithi029.golwmn (mgr.14195) 264 : cephadm 1 Deploying daemon rgw.foorgw.smithi029.ouoqeq on smithi029 2023-10-08T22:32:51.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:51 smithi132 bash[32340]: cluster 2023-10-08T22:32:50.683742+0000 mgr.smithi029.golwmn (mgr.14195) 265 : cluster 0 pgmap v229: 33 pgs: 6 creating+peering, 11 unknown, 16 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T22:32:51.705 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libpaper1:amd64. 2023-10-08T22:32:51.720 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../1-libpaper1_1.1.28_amd64.deb ... 2023-10-08T22:32:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: cluster 2023-10-08T22:32:50.381885+0000 mon.smithi029 (mon.0) 799 : cluster 0 mgrmap e20: smithi029.golwmn(active, since 6m), standbys: smithi132.hsbnyx 2023-10-08T22:32:51.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.391075+0000 mon.smithi029 (mon.0) 800 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.397658+0000 mon.smithi029 (mon.0) 801 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.454423+0000 mon.smithi029 (mon.0) 802 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.455527+0000 mon.smithi029 (mon.0) 803 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi029.ouoqeq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.462068+0000 mon.smithi029 (mon.0) 804 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi029.ouoqeq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.467387+0000 mon.smithi029 (mon.0) 805 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: audit 2023-10-08T22:32:50.468503+0000 mon.smithi029 (mon.0) 806 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: cephadm 2023-10-08T22:32:50.469943+0000 mgr.smithi029.golwmn (mgr.14195) 264 : cephadm 1 Deploying daemon rgw.foorgw.smithi029.ouoqeq on smithi029 2023-10-08T22:32:51.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:51 smithi029 bash[24314]: cluster 2023-10-08T22:32:50.683742+0000 mgr.smithi029.golwmn (mgr.14195) 265 : cluster 0 pgmap v229: 33 pgs: 6 creating+peering, 11 unknown, 16 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T22:32:52.156 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libpaper1:amd64 (1.1.28) ... 2023-10-08T22:32:52.608 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libpaper-utils. 2023-10-08T22:32:52.621 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../2-libpaper-utils_1.1.28_amd64.deb ... 2023-10-08T22:32:52.667 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libpaper-utils (1.1.28) ... 2023-10-08T22:32:53.771 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-roman. 2023-10-08T22:32:53.783 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../3-python3-roman_2.0.0-3build1_all.deb ... 2023-10-08T22:32:53.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:53 smithi029 bash[24314]: cluster 2023-10-08T22:32:52.379662+0000 mon.smithi029 (mon.0) 807 : cluster 0 osdmap e50: 8 total, 8 up, 8 in 2023-10-08T22:32:53.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:53 smithi029 bash[24314]: audit 2023-10-08T22:32:52.389363+0000 mon.smithi029 (mon.0) 808 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T22:32:53.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:53 smithi029 bash[24314]: audit 2023-10-08T22:32:52.392702+0000 mon.smithi132 (mon.1) 22 : audit 1 from='client.? 172.21.15.132:0/4011731833' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T22:32:53.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:53 smithi029 bash[24314]: cluster 2023-10-08T22:32:52.684370+0000 mgr.smithi029.golwmn (mgr.14195) 266 : cluster 0 pgmap v231: 65 pgs: 4 creating+peering, 28 unknown, 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T22:32:53.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:53 smithi132 bash[32340]: cluster 2023-10-08T22:32:52.379662+0000 mon.smithi029 (mon.0) 807 : cluster 0 osdmap e50: 8 total, 8 up, 8 in 2023-10-08T22:32:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:53 smithi132 bash[32340]: audit 2023-10-08T22:32:52.389363+0000 mon.smithi029 (mon.0) 808 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T22:32:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:53 smithi132 bash[32340]: audit 2023-10-08T22:32:52.392702+0000 mon.smithi132 (mon.1) 22 : audit 1 from='client.? 172.21.15.132:0/4011731833' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-08T22:32:53.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:53 smithi132 bash[32340]: cluster 2023-10-08T22:32:52.684370+0000 mgr.smithi029.golwmn (mgr.14195) 266 : cluster 0 pgmap v231: 65 pgs: 4 creating+peering, 28 unknown, 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T22:32:53.934 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-roman (2.0.0-3build1) ... 2023-10-08T22:32:54.369 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-docutils. 2023-10-08T22:32:54.383 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../4-python3-docutils_0.16+dfsg-2_all.deb ... 2023-10-08T22:32:54.429 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-docutils (0.16+dfsg-2) ... 2023-10-08T22:32:54.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:54 smithi029 bash[24314]: audit 2023-10-08T22:32:53.388219+0000 mon.smithi029 (mon.0) 809 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-08T22:32:54.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:54 smithi029 bash[24314]: cluster 2023-10-08T22:32:53.388391+0000 mon.smithi029 (mon.0) 810 : cluster 0 osdmap e51: 8 total, 8 up, 8 in 2023-10-08T22:32:54.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:54 smithi132 bash[32340]: audit 2023-10-08T22:32:53.388219+0000 mon.smithi029 (mon.0) 809 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-08T22:32:54.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:54 smithi132 bash[32340]: cluster 2023-10-08T22:32:53.388391+0000 mon.smithi029 (mon.0) 810 : cluster 0 osdmap e51: 8 total, 8 up, 8 in 2023-10-08T22:32:55.413 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jmespath. 2023-10-08T22:32:55.426 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../5-python3-jmespath_0.9.4-2ubuntu1_all.deb ... 2023-10-08T22:32:55.794 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jmespath (0.9.4-2ubuntu1) ... 2023-10-08T22:32:55.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: cluster 2023-10-08T22:32:54.392316+0000 mon.smithi029 (mon.0) 811 : cluster 0 osdmap e52: 8 total, 8 up, 8 in 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.402707+0000 mon.smithi029 (mon.0) 812 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.406299+0000 mon.smithi132 (mon.1) 23 : audit 1 from='client.? 172.21.15.132:0/4011731833' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: cluster 2023-10-08T22:32:54.684927+0000 mgr.smithi029.golwmn (mgr.14195) 267 : cluster 0 pgmap v234: 97 pgs: 4 creating+peering, 47 unknown, 46 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 518 B/s rd, 345 B/s wr, 0 op/s 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.724556+0000 mon.smithi029 (mon.0) 813 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.733283+0000 mon.smithi029 (mon.0) 814 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.749193+0000 mon.smithi029 (mon.0) 815 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: cephadm 2023-10-08T22:32:54.749934+0000 mgr.smithi029.golwmn (mgr.14195) 268 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.753139+0000 mon.smithi029 (mon.0) 816 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.756582+0000 mon.smithi029 (mon.0) 817 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:55 smithi029 bash[24314]: audit 2023-10-08T22:32:54.805245+0000 mon.smithi029 (mon.0) 818 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:32:55.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: cluster 2023-10-08T22:32:54.392316+0000 mon.smithi029 (mon.0) 811 : cluster 0 osdmap e52: 8 total, 8 up, 8 in 2023-10-08T22:32:55.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.402707+0000 mon.smithi029 (mon.0) 812 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T22:32:55.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.406299+0000 mon.smithi132 (mon.1) 23 : audit 1 from='client.? 172.21.15.132:0/4011731833' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-08T22:32:55.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: cluster 2023-10-08T22:32:54.684927+0000 mgr.smithi029.golwmn (mgr.14195) 267 : cluster 0 pgmap v234: 97 pgs: 4 creating+peering, 47 unknown, 46 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 518 B/s rd, 345 B/s wr, 0 op/s 2023-10-08T22:32:55.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.724556+0000 mon.smithi029 (mon.0) 813 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.733283+0000 mon.smithi029 (mon.0) 814 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.749193+0000 mon.smithi029 (mon.0) 815 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: cephadm 2023-10-08T22:32:54.749934+0000 mgr.smithi029.golwmn (mgr.14195) 268 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-08T22:32:55.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.753139+0000 mon.smithi029 (mon.0) 816 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.756582+0000 mon.smithi029 (mon.0) 817 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:55.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:55 smithi132 bash[32340]: audit 2023-10-08T22:32:54.805245+0000 mon.smithi029 (mon.0) 818 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:32:56.543 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-botocore. 2023-10-08T22:32:56.555 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../6-python3-botocore_1.16.19+repack-1ubuntu0.20.04.1_all.deb ... 2023-10-08T22:32:56.601 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-10-08T22:32:56.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:56 smithi029 bash[24314]: audit 2023-10-08T22:32:55.402219+0000 mon.smithi029 (mon.0) 819 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-08T22:32:56.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:56 smithi029 bash[24314]: cluster 2023-10-08T22:32:55.402325+0000 mon.smithi029 (mon.0) 820 : cluster 0 osdmap e53: 8 total, 8 up, 8 in 2023-10-08T22:32:56.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:56 smithi132 bash[32340]: audit 2023-10-08T22:32:55.402219+0000 mon.smithi029 (mon.0) 819 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-08T22:32:56.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:56 smithi132 bash[32340]: cluster 2023-10-08T22:32:55.402325+0000 mon.smithi029 (mon.0) 820 : cluster 0 osdmap e53: 8 total, 8 up, 8 in 2023-10-08T22:32:57.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:57 smithi029 bash[24314]: cluster 2023-10-08T22:32:56.407314+0000 mon.smithi029 (mon.0) 821 : cluster 0 osdmap e54: 8 total, 8 up, 8 in 2023-10-08T22:32:57.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:57 smithi029 bash[24314]: audit 2023-10-08T22:32:56.416710+0000 mon.smithi132 (mon.1) 24 : audit 1 from='client.? 172.21.15.132:0/4011731833' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T22:32:57.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:57 smithi029 bash[24314]: audit 2023-10-08T22:32:56.422102+0000 mon.smithi029 (mon.0) 822 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T22:32:57.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:57 smithi029 bash[24314]: audit 2023-10-08T22:32:56.680019+0000 mon.smithi029 (mon.0) 823 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:57.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:57 smithi029 bash[24314]: cluster 2023-10-08T22:32:56.685910+0000 mgr.smithi029.golwmn (mgr.14195) 269 : cluster 0 pgmap v237: 129 pgs: 14 creating+peering, 49 unknown, 66 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:32:57.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:57 smithi029 bash[24314]: audit 2023-10-08T22:32:57.410374+0000 mon.smithi029 (mon.0) 824 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-08T22:32:57.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:57 smithi132 bash[32340]: cluster 2023-10-08T22:32:56.407314+0000 mon.smithi029 (mon.0) 821 : cluster 0 osdmap e54: 8 total, 8 up, 8 in 2023-10-08T22:32:57.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:57 smithi132 bash[32340]: audit 2023-10-08T22:32:56.416710+0000 mon.smithi132 (mon.1) 24 : audit 1 from='client.? 172.21.15.132:0/4011731833' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T22:32:57.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:57 smithi132 bash[32340]: audit 2023-10-08T22:32:56.422102+0000 mon.smithi029 (mon.0) 822 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-08T22:32:57.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:57 smithi132 bash[32340]: audit 2023-10-08T22:32:56.680019+0000 mon.smithi029 (mon.0) 823 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:32:57.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:57 smithi132 bash[32340]: cluster 2023-10-08T22:32:56.685910+0000 mgr.smithi029.golwmn (mgr.14195) 269 : cluster 0 pgmap v237: 129 pgs: 14 creating+peering, 49 unknown, 66 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:32:57.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:57 smithi132 bash[32340]: audit 2023-10-08T22:32:57.410374+0000 mon.smithi029 (mon.0) 824 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-08T22:32:58.500 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-s3transfer. 2023-10-08T22:32:58.508 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../7-python3-s3transfer_0.3.3-1_all.deb ... 2023-10-08T22:32:58.550 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-s3transfer (0.3.3-1) ... 2023-10-08T22:32:58.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:58 smithi029 bash[24314]: cluster 2023-10-08T22:32:57.411178+0000 mon.smithi029 (mon.0) 825 : cluster 0 osdmap e55: 8 total, 8 up, 8 in 2023-10-08T22:32:58.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:58 smithi132 bash[32340]: cluster 2023-10-08T22:32:57.411178+0000 mon.smithi029 (mon.0) 825 : cluster 0 osdmap e55: 8 total, 8 up, 8 in 2023-10-08T22:32:58.913 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-boto3. 2023-10-08T22:32:58.922 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../8-python3-boto3_1.9.253-1_all.deb ... 2023-10-08T22:32:58.971 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-boto3 (1.9.253-1) ... 2023-10-08T22:32:59.351 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pygments. 2023-10-08T22:32:59.367 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../9-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2023-10-08T22:32:59.418 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-10-08T22:32:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:59 smithi029 bash[24314]: audit 2023-10-08T22:32:58.440331+0000 mon.smithi029 (mon.0) 826 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:59 smithi029 bash[24314]: cluster 2023-10-08T22:32:58.445385+0000 mon.smithi029 (mon.0) 827 : cluster 0 osdmap e56: 8 total, 8 up, 8 in 2023-10-08T22:32:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:59 smithi029 bash[24314]: audit 2023-10-08T22:32:58.446376+0000 mon.smithi029 (mon.0) 828 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T22:32:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:59 smithi029 bash[24314]: audit 2023-10-08T22:32:58.459131+0000 mon.smithi029 (mon.0) 829 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T22:32:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:59 smithi029 bash[24314]: audit 2023-10-08T22:32:58.462851+0000 mon.smithi132 (mon.1) 25 : audit 1 from='client.? 172.21.15.132:0/3286185726' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T22:32:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:32:59 smithi029 bash[24314]: cluster 2023-10-08T22:32:58.687105+0000 mgr.smithi029.golwmn (mgr.14195) 270 : cluster 0 pgmap v240: 161 pgs: 30 creating+peering, 21 unknown, 110 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-10-08T22:32:59.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:59 smithi132 bash[32340]: audit 2023-10-08T22:32:58.440331+0000 mon.smithi029 (mon.0) 826 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:32:59.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:59 smithi132 bash[32340]: cluster 2023-10-08T22:32:58.445385+0000 mon.smithi029 (mon.0) 827 : cluster 0 osdmap e56: 8 total, 8 up, 8 in 2023-10-08T22:32:59.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:59 smithi132 bash[32340]: audit 2023-10-08T22:32:58.446376+0000 mon.smithi029 (mon.0) 828 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T22:32:59.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:59 smithi132 bash[32340]: audit 2023-10-08T22:32:58.459131+0000 mon.smithi029 (mon.0) 829 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T22:32:59.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:59 smithi132 bash[32340]: audit 2023-10-08T22:32:58.462851+0000 mon.smithi132 (mon.1) 25 : audit 1 from='client.? 172.21.15.132:0/3286185726' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-08T22:32:59.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:32:59 smithi132 bash[32340]: cluster 2023-10-08T22:32:58.687105+0000 mgr.smithi029.golwmn (mgr.14195) 270 : cluster 0 pgmap v240: 161 pgs: 30 creating+peering, 21 unknown, 110 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-10-08T22:32:59.874 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libpaper1:amd64 (1.1.28) ... 2023-10-08T22:33:00.063 INFO:teuthology.orchestra.run.smithi029.stdout:debconf: unable to initialize frontend: Dialog 2023-10-08T22:33:00.063 INFO:teuthology.orchestra.run.smithi029.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-08T22:33:00.063 INFO:teuthology.orchestra.run.smithi029.stdout:debconf: falling back to frontend: Readline 2023-10-08T22:33:00.286 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:33:00.287 INFO:teuthology.orchestra.run.smithi029.stdout:Creating config file /etc/papersize with new version 2023-10-08T22:33:00.539 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libpaper-utils (1.1.28) ... 2023-10-08T22:33:00.667 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-roman (2.0.0-3build1) ... 2023-10-08T22:33:00.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:00 smithi029 bash[24314]: audit 2023-10-08T22:32:59.455412+0000 mon.smithi029 (mon.0) 830 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T22:33:00.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:00 smithi029 bash[24314]: audit 2023-10-08T22:32:59.455920+0000 mon.smithi029 (mon.0) 831 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T22:33:00.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:00 smithi029 bash[24314]: cluster 2023-10-08T22:32:59.456230+0000 mon.smithi029 (mon.0) 832 : cluster 0 osdmap e57: 8 total, 8 up, 8 in 2023-10-08T22:33:00.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:00 smithi029 bash[24314]: audit 2023-10-08T22:32:59.464298+0000 mon.smithi029 (mon.0) 833 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:33:00.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:00 smithi029 bash[24314]: audit 2023-10-08T22:32:59.466886+0000 mon.smithi029 (mon.0) 834 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:33:00.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:00 smithi029 bash[24314]: audit 2023-10-08T22:32:59.470083+0000 mon.smithi132 (mon.1) 26 : audit 1 from='client.? 172.21.15.132:0/3286185726' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:33:00.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:00 smithi132 bash[32340]: audit 2023-10-08T22:32:59.455412+0000 mon.smithi029 (mon.0) 830 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T22:33:00.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:00 smithi132 bash[32340]: audit 2023-10-08T22:32:59.455920+0000 mon.smithi029 (mon.0) 831 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-08T22:33:00.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:00 smithi132 bash[32340]: cluster 2023-10-08T22:32:59.456230+0000 mon.smithi029 (mon.0) 832 : cluster 0 osdmap e57: 8 total, 8 up, 8 in 2023-10-08T22:33:00.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:00 smithi132 bash[32340]: audit 2023-10-08T22:32:59.464298+0000 mon.smithi029 (mon.0) 833 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:33:00.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:00 smithi132 bash[32340]: audit 2023-10-08T22:32:59.466886+0000 mon.smithi029 (mon.0) 834 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:33:00.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:00 smithi132 bash[32340]: audit 2023-10-08T22:32:59.470083+0000 mon.smithi132 (mon.1) 26 : audit 1 from='client.? 172.21.15.132:0/3286185726' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:33:00.986 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-10-08T22:33:01.639 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jmespath (0.9.4-2ubuntu1) ... 2023-10-08T22:33:01.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:01 smithi029 bash[24314]: audit 2023-10-08T22:33:00.455365+0000 mon.smithi029 (mon.0) 835 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T22:33:01.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:01 smithi029 bash[24314]: audit 2023-10-08T22:33:00.455497+0000 mon.smithi029 (mon.0) 836 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T22:33:01.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:01 smithi029 bash[24314]: cluster 2023-10-08T22:33:00.455645+0000 mon.smithi029 (mon.0) 837 : cluster 0 osdmap e58: 8 total, 8 up, 8 in 2023-10-08T22:33:01.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:01 smithi029 bash[24314]: audit 2023-10-08T22:33:00.553943+0000 mon.smithi029 (mon.0) 838 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:01.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:01 smithi029 bash[24314]: audit 2023-10-08T22:33:00.563924+0000 mon.smithi029 (mon.0) 839 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:01.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:01 smithi029 bash[24314]: cluster 2023-10-08T22:33:00.687804+0000 mgr.smithi029.golwmn (mgr.14195) 271 : cluster 0 pgmap v243: 161 pgs: 30 creating+peering, 21 unknown, 110 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-10-08T22:33:01.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:01 smithi132 bash[32340]: audit 2023-10-08T22:33:00.455365+0000 mon.smithi029 (mon.0) 835 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T22:33:01.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:01 smithi132 bash[32340]: audit 2023-10-08T22:33:00.455497+0000 mon.smithi029 (mon.0) 836 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi132.cjcxpr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T22:33:01.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:01 smithi132 bash[32340]: cluster 2023-10-08T22:33:00.455645+0000 mon.smithi029 (mon.0) 837 : cluster 0 osdmap e58: 8 total, 8 up, 8 in 2023-10-08T22:33:01.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:01 smithi132 bash[32340]: audit 2023-10-08T22:33:00.553943+0000 mon.smithi029 (mon.0) 838 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:01.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:01 smithi132 bash[32340]: audit 2023-10-08T22:33:00.563924+0000 mon.smithi029 (mon.0) 839 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:01.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:01 smithi132 bash[32340]: cluster 2023-10-08T22:33:00.687804+0000 mgr.smithi029.golwmn (mgr.14195) 271 : cluster 0 pgmap v243: 161 pgs: 30 creating+peering, 21 unknown, 110 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1023 B/s wr, 4 op/s 2023-10-08T22:33:01.966 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up docutils-common (0.16+dfsg-2) ... 2023-10-08T22:33:02.314 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-08T22:33:03.125 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for shared-mime-info (1.15-1) ... 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.156741+0000 mon.smithi029 (mon.0) 840 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.166418+0000 mon.smithi029 (mon.0) 841 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.168262+0000 mon.smithi029 (mon.0) 842 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.169539+0000 mon.smithi029 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.175187+0000 mgr.smithi029.golwmn (mgr.14195) 272 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.627842+0000 mon.smithi029 (mon.0) 844 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.640391+0000 mon.smithi029 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.656178+0000 mon.smithi029 (mon.0) 846 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.661900+0000 mon.smithi029 (mon.0) 847 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.681927+0000 mon.smithi029 (mon.0) 848 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.682690+0000 mgr.smithi029.golwmn (mgr.14195) 273 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi029.huicmj 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.683418+0000 mon.smithi029 (mon.0) 849 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.688637+0000 mon.smithi029 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cluster 2023-10-08T22:33:02.689150+0000 mgr.smithi029.golwmn (mgr.14195) 274 : cluster 0 pgmap v244: 161 pgs: 16 creating+peering, 145 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 4.4 KiB/s wr, 175 op/s 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.689602+0000 mgr.smithi029.golwmn (mgr.14195) 275 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.690103+0000 mon.smithi029 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.694500+0000 mon.smithi029 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:33:03.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.696210+0000 mon.smithi029 (mon.0) 853 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.757608+0000 mon.smithi029 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.762593+0000 mon.smithi029 (mon.0) 855 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.834328+0000 mgr.smithi029.golwmn (mgr.14195) 276 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.834557+0000 mgr.smithi029.golwmn (mgr.14195) 277 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi029.huicmj-rgw 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.835169+0000 mon.smithi029 (mon.0) 856 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.840419+0000 mon.smithi029 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.841460+0000 mgr.smithi029.golwmn (mgr.14195) 278 : cephadm 3 Bind address in nfs.foo.0.0.smithi029.huicmj's ganesha conf is defaulting to empty 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: audit 2023-10-08T22:33:02.848580+0000 mon.smithi029 (mon.0) 858 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:03.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:03 smithi029 bash[24314]: cephadm 2023-10-08T22:33:02.850275+0000 mgr.smithi029.golwmn (mgr.14195) 279 : cephadm 1 Deploying daemon nfs.foo.0.0.smithi029.huicmj on smithi029 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.156741+0000 mon.smithi029 (mon.0) 840 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.166418+0000 mon.smithi029 (mon.0) 841 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.168262+0000 mon.smithi029 (mon.0) 842 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.169539+0000 mon.smithi029 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.175187+0000 mgr.smithi029.golwmn (mgr.14195) 272 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.627842+0000 mon.smithi029 (mon.0) 844 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.586 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.640391+0000 mon.smithi029 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.656178+0000 mon.smithi029 (mon.0) 846 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.661900+0000 mon.smithi029 (mon.0) 847 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.681927+0000 mon.smithi029 (mon.0) 848 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.682690+0000 mgr.smithi029.golwmn (mgr.14195) 273 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi029.huicmj 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.683418+0000 mon.smithi029 (mon.0) 849 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.688637+0000 mon.smithi029 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cluster 2023-10-08T22:33:02.689150+0000 mgr.smithi029.golwmn (mgr.14195) 274 : cluster 0 pgmap v244: 161 pgs: 16 creating+peering, 145 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 4.4 KiB/s wr, 175 op/s 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.689602+0000 mgr.smithi029.golwmn (mgr.14195) 275 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.690103+0000 mon.smithi029 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.694500+0000 mon.smithi029 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 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-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.696210+0000 mon.smithi029 (mon.0) 853 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:03.587 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.757608+0000 mon.smithi029 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.762593+0000 mon.smithi029 (mon.0) 855 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.834328+0000 mgr.smithi029.golwmn (mgr.14195) 276 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.834557+0000 mgr.smithi029.golwmn (mgr.14195) 277 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi029.huicmj-rgw 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.835169+0000 mon.smithi029 (mon.0) 856 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.840419+0000 mon.smithi029 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.huicmj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.841460+0000 mgr.smithi029.golwmn (mgr.14195) 278 : cephadm 3 Bind address in nfs.foo.0.0.smithi029.huicmj's ganesha conf is defaulting to empty 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: audit 2023-10-08T22:33:02.848580+0000 mon.smithi029 (mon.0) 858 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:03.588 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:03 smithi132 bash[32340]: cephadm 2023-10-08T22:33:02.850275+0000 mgr.smithi029.golwmn (mgr.14195) 279 : cephadm 1 Deploying daemon nfs.foo.0.0.smithi029.huicmj on smithi029 2023-10-08T22:33:05.905 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:05 smithi029 bash[24314]: cluster 2023-10-08T22:33:04.689990+0000 mgr.smithi029.golwmn (mgr.14195) 280 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 126 KiB/s rd, 6.1 KiB/s wr, 255 op/s 2023-10-08T22:33:06.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:05 smithi132 bash[32340]: cluster 2023-10-08T22:33:04.689990+0000 mgr.smithi029.golwmn (mgr.14195) 280 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 126 KiB/s rd, 6.1 KiB/s wr, 255 op/s 2023-10-08T22:33:07.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:07 smithi029 bash[24314]: cluster 2023-10-08T22:33:06.691127+0000 mgr.smithi029.golwmn (mgr.14195) 281 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 4.5 KiB/s wr, 197 op/s 2023-10-08T22:33:08.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:07 smithi132 bash[32340]: cluster 2023-10-08T22:33:06.691127+0000 mgr.smithi029.golwmn (mgr.14195) 281 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 4.5 KiB/s wr, 197 op/s 2023-10-08T22:33:09.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: audit 2023-10-08T22:33:07.860803+0000 mon.smithi029 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: audit 2023-10-08T22:33:07.868271+0000 mon.smithi029 (mon.0) 860 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: audit 2023-10-08T22:33:07.885964+0000 mon.smithi029 (mon.0) 861 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: audit 2023-10-08T22:33:07.921295+0000 mon.smithi029 (mon.0) 862 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: audit 2023-10-08T22:33:07.929354+0000 mon.smithi029 (mon.0) 863 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: cephadm 2023-10-08T22:33:07.946203+0000 mgr.smithi029.golwmn (mgr.14195) 282 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi029.ftrfgb on smithi029 2023-10-08T22:33:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:08 smithi029 bash[24314]: audit 2023-10-08T22:33:08.449007+0000 mon.smithi029 (mon.0) 864 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: audit 2023-10-08T22:33:07.860803+0000 mon.smithi029 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: audit 2023-10-08T22:33:07.868271+0000 mon.smithi029 (mon.0) 860 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: audit 2023-10-08T22:33:07.885964+0000 mon.smithi029 (mon.0) 861 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: audit 2023-10-08T22:33:07.921295+0000 mon.smithi029 (mon.0) 862 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: audit 2023-10-08T22:33:07.929354+0000 mon.smithi029 (mon.0) 863 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:09.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: cephadm 2023-10-08T22:33:07.946203+0000 mgr.smithi029.golwmn (mgr.14195) 282 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi029.ftrfgb on smithi029 2023-10-08T22:33:09.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:08 smithi132 bash[32340]: audit 2023-10-08T22:33:08.449007+0000 mon.smithi029 (mon.0) 864 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:10.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:09 smithi029 bash[24314]: cluster 2023-10-08T22:33:08.692196+0000 mgr.smithi029.golwmn (mgr.14195) 283 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 3.9 KiB/s wr, 171 op/s 2023-10-08T22:33:10.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:09 smithi132 bash[32340]: cluster 2023-10-08T22:33:08.692196+0000 mgr.smithi029.golwmn (mgr.14195) 283 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 3.9 KiB/s wr, 171 op/s 2023-10-08T22:33:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:11 smithi029 bash[24314]: cluster 2023-10-08T22:33:10.692789+0000 mgr.smithi029.golwmn (mgr.14195) 284 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 3.5 KiB/s wr, 154 op/s 2023-10-08T22:33:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:11 smithi029 bash[24314]: audit 2023-10-08T22:33:11.681683+0000 mon.smithi029 (mon.0) 865 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:11 smithi132 bash[32340]: cluster 2023-10-08T22:33:10.692789+0000 mgr.smithi029.golwmn (mgr.14195) 284 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 3.5 KiB/s wr, 154 op/s 2023-10-08T22:33:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:11 smithi132 bash[32340]: audit 2023-10-08T22:33:11.681683+0000 mon.smithi029 (mon.0) 865 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:14.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:13 smithi029 bash[24314]: cluster 2023-10-08T22:33:12.693966+0000 mgr.smithi029.golwmn (mgr.14195) 285 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 3.0 KiB/s wr, 131 op/s 2023-10-08T22:33:14.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:13 smithi029 bash[24314]: audit 2023-10-08T22:33:13.456926+0000 mon.smithi029 (mon.0) 866 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:14.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:13 smithi132 bash[32340]: cluster 2023-10-08T22:33:12.693966+0000 mgr.smithi029.golwmn (mgr.14195) 285 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s rd, 3.0 KiB/s wr, 131 op/s 2023-10-08T22:33:14.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:13 smithi132 bash[32340]: audit 2023-10-08T22:33:13.456926+0000 mon.smithi029 (mon.0) 866 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:16.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:15 smithi029 bash[24314]: cluster 2023-10-08T22:33:14.695316+0000 mgr.smithi029.golwmn (mgr.14195) 286 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 1.9 KiB/s wr, 57 op/s 2023-10-08T22:33:16.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:15 smithi132 bash[32340]: cluster 2023-10-08T22:33:14.695316+0000 mgr.smithi029.golwmn (mgr.14195) 286 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 1.9 KiB/s wr, 57 op/s 2023-10-08T22:33:18.155 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:17 smithi029 bash[24314]: cluster 2023-10-08T22:33:16.696737+0000 mgr.smithi029.golwmn (mgr.14195) 287 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:18.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:17 smithi132 bash[32340]: cluster 2023-10-08T22:33:16.696737+0000 mgr.smithi029.golwmn (mgr.14195) 287 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:19.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:19 smithi029 bash[24314]: cluster 2023-10-08T22:33:18.698179+0000 mgr.smithi029.golwmn (mgr.14195) 288 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:19.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:19 smithi132 bash[32340]: cluster 2023-10-08T22:33:18.698179+0000 mgr.smithi029.golwmn (mgr.14195) 288 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:20 smithi029 bash[24314]: audit 2023-10-08T22:33:19.874935+0000 mon.smithi029 (mon.0) 867 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:20 smithi029 bash[24314]: audit 2023-10-08T22:33:19.883849+0000 mon.smithi029 (mon.0) 868 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:20 smithi029 bash[24314]: audit 2023-10-08T22:33:19.896952+0000 mon.smithi029 (mon.0) 869 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:20 smithi029 bash[24314]: cephadm 2023-10-08T22:33:19.900580+0000 mgr.smithi029.golwmn (mgr.14195) 289 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi132.aqnkwk on smithi132 2023-10-08T22:33:21.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:20 smithi132 bash[32340]: audit 2023-10-08T22:33:19.874935+0000 mon.smithi029 (mon.0) 867 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:21.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:20 smithi132 bash[32340]: audit 2023-10-08T22:33:19.883849+0000 mon.smithi029 (mon.0) 868 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:21.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:20 smithi132 bash[32340]: audit 2023-10-08T22:33:19.896952+0000 mon.smithi029 (mon.0) 869 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:21.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:20 smithi132 bash[32340]: cephadm 2023-10-08T22:33:19.900580+0000 mgr.smithi029.golwmn (mgr.14195) 289 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi132.aqnkwk on smithi132 2023-10-08T22:33:22.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:21 smithi029 bash[24314]: cluster 2023-10-08T22:33:20.698749+0000 mgr.smithi029.golwmn (mgr.14195) 290 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:22.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:21 smithi132 bash[32340]: cluster 2023-10-08T22:33:20.698749+0000 mgr.smithi029.golwmn (mgr.14195) 290 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:24.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:23 smithi029 bash[24314]: cluster 2023-10-08T22:33:22.699656+0000 mgr.smithi029.golwmn (mgr.14195) 291 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:24.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:23 smithi132 bash[32340]: cluster 2023-10-08T22:33:22.699656+0000 mgr.smithi029.golwmn (mgr.14195) 291 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:25.994 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:25 smithi132 bash[32340]: cluster 2023-10-08T22:33:24.700488+0000 mgr.smithi029.golwmn (mgr.14195) 292 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:26.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:25 smithi029 bash[24314]: cluster 2023-10-08T22:33:24.700488+0000 mgr.smithi029.golwmn (mgr.14195) 292 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 582 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:33:27.198 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:26 smithi132 bash[32340]: audit 2023-10-08T22:33:26.645899+0000 mon.smithi029 (mon.0) 870 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]: dispatch 2023-10-08T22:33:27.198 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:26 smithi132 bash[32340]: audit 2023-10-08T22:33:26.681665+0000 mon.smithi029 (mon.0) 871 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:27.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:26 smithi029 bash[24314]: audit 2023-10-08T22:33:26.645899+0000 mon.smithi029 (mon.0) 870 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]: dispatch 2023-10-08T22:33:27.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:26 smithi029 bash[24314]: audit 2023-10-08T22:33:26.681665+0000 mon.smithi029 (mon.0) 871 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: cluster 2023-10-08T22:33:26.701167+0000 mgr.smithi029.golwmn (mgr.14195) 293 : cluster 0 pgmap v256: 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-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: audit 2023-10-08T22:33:26.919537+0000 mon.smithi029 (mon.0) 872 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]': finished 2023-10-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: cluster 2023-10-08T22:33:26.919643+0000 mon.smithi029 (mon.0) 873 : cluster 0 osdmap e59: 8 total, 8 up, 8 in 2023-10-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: audit 2023-10-08T22:33:27.480262+0000 mon.smithi029 (mon.0) 874 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: audit 2023-10-08T22:33:27.489114+0000 mon.smithi029 (mon.0) 875 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: audit 2023-10-08T22:33:27.541926+0000 mon.smithi029 (mon.0) 876 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:27 smithi029 bash[24314]: audit 2023-10-08T22:33:27.548994+0000 mon.smithi029 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: cluster 2023-10-08T22:33:26.701167+0000 mgr.smithi029.golwmn (mgr.14195) 293 : cluster 0 pgmap v256: 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-08T22:33:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: audit 2023-10-08T22:33:26.919537+0000 mon.smithi029 (mon.0) 872 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]': finished 2023-10-08T22:33:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: cluster 2023-10-08T22:33:26.919643+0000 mon.smithi029 (mon.0) 873 : cluster 0 osdmap e59: 8 total, 8 up, 8 in 2023-10-08T22:33:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: audit 2023-10-08T22:33:27.480262+0000 mon.smithi029 (mon.0) 874 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: audit 2023-10-08T22:33:27.489114+0000 mon.smithi029 (mon.0) 875 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: audit 2023-10-08T22:33:27.541926+0000 mon.smithi029 (mon.0) 876 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:28.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:27 smithi132 bash[32340]: audit 2023-10-08T22:33:27.548994+0000 mon.smithi029 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:28 smithi029 bash[24314]: cephadm 2023-10-08T22:33:27.549839+0000 mgr.smithi029.golwmn (mgr.14195) 294 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi132 interface enp3s0f1 2023-10-08T22:33:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:28 smithi029 bash[24314]: cephadm 2023-10-08T22:33:27.550057+0000 mgr.smithi029.golwmn (mgr.14195) 295 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2023-10-08T22:33:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:28 smithi029 bash[24314]: cephadm 2023-10-08T22:33:27.559187+0000 mgr.smithi029.golwmn (mgr.14195) 296 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi132.ryunvk on smithi132 2023-10-08T22:33:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:28 smithi029 bash[24314]: cluster 2023-10-08T22:33:27.922651+0000 mon.smithi029 (mon.0) 878 : cluster 0 osdmap e60: 8 total, 8 up, 8 in 2023-10-08T22:33:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:28 smithi132 bash[32340]: cephadm 2023-10-08T22:33:27.549839+0000 mgr.smithi029.golwmn (mgr.14195) 294 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi132 interface enp3s0f1 2023-10-08T22:33:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:28 smithi132 bash[32340]: cephadm 2023-10-08T22:33:27.550057+0000 mgr.smithi029.golwmn (mgr.14195) 295 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2023-10-08T22:33:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:28 smithi132 bash[32340]: cephadm 2023-10-08T22:33:27.559187+0000 mgr.smithi029.golwmn (mgr.14195) 296 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi132.ryunvk on smithi132 2023-10-08T22:33:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:28 smithi132 bash[32340]: cluster 2023-10-08T22:33:27.922651+0000 mon.smithi029 (mon.0) 878 : cluster 0 osdmap e60: 8 total, 8 up, 8 in 2023-10-08T22:33:30.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:29 smithi029 bash[24314]: cluster 2023-10-08T22:33:28.702322+0000 mgr.smithi029.golwmn (mgr.14195) 297 : cluster 0 pgmap v259: 161 pgs: 1 activating, 160 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-08T22:33:30.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:29 smithi132 bash[32340]: cluster 2023-10-08T22:33:28.702322+0000 mgr.smithi029.golwmn (mgr.14195) 297 : cluster 0 pgmap v259: 161 pgs: 1 activating, 160 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-08T22:33:32.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:31 smithi029 bash[24314]: cluster 2023-10-08T22:33:30.703205+0000 mgr.smithi029.golwmn (mgr.14195) 298 : cluster 0 pgmap v260: 161 pgs: 1 activating, 160 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-08T22:33:32.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:31 smithi132 bash[32340]: cluster 2023-10-08T22:33:30.703205+0000 mgr.smithi029.golwmn (mgr.14195) 298 : cluster 0 pgmap v260: 161 pgs: 1 activating, 160 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-08T22:33:34.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:33 smithi029 bash[24314]: cluster 2023-10-08T22:33:32.704493+0000 mgr.smithi029.golwmn (mgr.14195) 299 : cluster 0 pgmap v261: 161 pgs: 1 activating, 160 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:33:34.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:33 smithi132 bash[32340]: cluster 2023-10-08T22:33:32.704493+0000 mgr.smithi029.golwmn (mgr.14195) 299 : cluster 0 pgmap v261: 161 pgs: 1 activating, 160 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:33:36.209 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:35 smithi132 bash[32340]: cluster 2023-10-08T22:33:34.705638+0000 mgr.smithi029.golwmn (mgr.14195) 300 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-08T22:33:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:35 smithi029 bash[24314]: cluster 2023-10-08T22:33:34.705638+0000 mgr.smithi029.golwmn (mgr.14195) 300 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-08T22:33:37.817 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for sgml-base (1.29.1) ... 2023-10-08T22:33:38.013 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-docutils (0.16+dfsg-2) ... 2023-10-08T22:33:38.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: cluster 2023-10-08T22:33:36.706272+0000 mgr.smithi029.golwmn (mgr.14195) 301 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-10-08T22:33:38.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: audit 2023-10-08T22:33:36.780200+0000 mon.smithi029 (mon.0) 879 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:38.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: audit 2023-10-08T22:33:36.787062+0000 mon.smithi029 (mon.0) 880 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:38.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: audit 2023-10-08T22:33:36.802801+0000 mon.smithi029 (mon.0) 881 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:38.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: cephadm 2023-10-08T22:33:36.806937+0000 mgr.smithi029.golwmn (mgr.14195) 302 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2023-10-08T22:33:38.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: cephadm 2023-10-08T22:33:36.807226+0000 mgr.smithi029.golwmn (mgr.14195) 303 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi132 interface enp3s0f1 2023-10-08T22:33:38.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:37 smithi029 bash[24314]: cephadm 2023-10-08T22:33:36.808211+0000 mgr.smithi029.golwmn (mgr.14195) 304 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi029.pfjufa on smithi029 2023-10-08T22:33:38.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: cluster 2023-10-08T22:33:36.706272+0000 mgr.smithi029.golwmn (mgr.14195) 301 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-10-08T22:33:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: audit 2023-10-08T22:33:36.780200+0000 mon.smithi029 (mon.0) 879 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: audit 2023-10-08T22:33:36.787062+0000 mon.smithi029 (mon.0) 880 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: audit 2023-10-08T22:33:36.802801+0000 mon.smithi029 (mon.0) 881 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: cephadm 2023-10-08T22:33:36.806937+0000 mgr.smithi029.golwmn (mgr.14195) 302 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2023-10-08T22:33:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: cephadm 2023-10-08T22:33:36.807226+0000 mgr.smithi029.golwmn (mgr.14195) 303 : cephadm 1 10.0.31.29 is in 10.0.0.0/16 on smithi132 interface enp3s0f1 2023-10-08T22:33:38.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:37 smithi132 bash[32340]: cephadm 2023-10-08T22:33:36.808211+0000 mgr.smithi029.golwmn (mgr.14195) 304 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi029.pfjufa on smithi029 2023-10-08T22:33:38.432 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-10-08T22:33:38.461 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-10-08T22:33:38.496 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-10-08T22:33:38.532 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-10-08T22:33:38.566 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-10-08T22:33:38.601 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-10-08T22:33:38.634 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-10-08T22:33:38.668 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-10-08T22:33:38.701 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-10-08T22:33:38.728 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-10-08T22:33:38.761 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-10-08T22:33:38.797 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-10-08T22:33:38.832 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-10-08T22:33:39.306 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-08T22:33:39.479 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-10-08T22:33:39.819 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:39 smithi029 bash[24314]: cluster 2023-10-08T22:33:38.707302+0000 mgr.smithi029.golwmn (mgr.14195) 305 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-10-08T22:33:39.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:39 smithi132 bash[32340]: cluster 2023-10-08T22:33:38.707302+0000 mgr.smithi029.golwmn (mgr.14195) 305 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-10-08T22:33:39.881 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-s3transfer (0.3.3-1) ... 2023-10-08T22:33:40.296 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-boto3 (1.9.253-1) ... 2023-10-08T22:33:40.999 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:33:41.054 INFO:teuthology.orchestra.run.smithi029.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-10-08T22:33:42.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:41 smithi029 bash[24314]: cluster 2023-10-08T22:33:40.707899+0000 mgr.smithi029.golwmn (mgr.14195) 306 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:42.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:41 smithi029 bash[24314]: audit 2023-10-08T22:33:41.681384+0000 mon.smithi029 (mon.0) 882 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:42.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:41 smithi132 bash[32340]: cluster 2023-10-08T22:33:40.707899+0000 mgr.smithi029.golwmn (mgr.14195) 306 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:42.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:41 smithi132 bash[32340]: audit 2023-10-08T22:33:41.681384+0000 mon.smithi029 (mon.0) 882 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:44.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:43 smithi029 bash[24314]: cluster 2023-10-08T22:33:42.708838+0000 mgr.smithi029.golwmn (mgr.14195) 307 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:44.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:43 smithi029 bash[24314]: audit 2023-10-08T22:33:43.489073+0000 mon.smithi029 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:44.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:43 smithi132 bash[32340]: cluster 2023-10-08T22:33:42.708838+0000 mgr.smithi029.golwmn (mgr.14195) 307 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:44.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:43 smithi132 bash[32340]: audit 2023-10-08T22:33:43.489073+0000 mon.smithi029 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:45.817 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring fsid 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:33:46.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:45 smithi029 bash[24314]: cluster 2023-10-08T22:33:44.709974+0000 mgr.smithi029.golwmn (mgr.14195) 308 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T22:33:46.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:45 smithi132 bash[32340]: cluster 2023-10-08T22:33:44.709974+0000 mgr.smithi029.golwmn (mgr.14195) 308 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T22:33:47.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:47 smithi029 bash[24314]: cluster 2023-10-08T22:33:46.711055+0000 mgr.smithi029.golwmn (mgr.14195) 309 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:48.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:47 smithi132 bash[32340]: cluster 2023-10-08T22:33:46.711055+0000 mgr.smithi029.golwmn (mgr.14195) 309 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:49 smithi029 bash[24314]: cluster 2023-10-08T22:33:48.712427+0000 mgr.smithi029.golwmn (mgr.14195) 310 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:49 smithi029 bash[24314]: audit 2023-10-08T22:33:49.133500+0000 mon.smithi029 (mon.0) 884 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:49 smithi029 bash[24314]: audit 2023-10-08T22:33:49.144873+0000 mon.smithi029 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:49 smithi029 bash[24314]: audit 2023-10-08T22:33:49.165903+0000 mon.smithi029 (mon.0) 886 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:49 smithi029 bash[24314]: audit 2023-10-08T22:33:49.170784+0000 mon.smithi029 (mon.0) 887 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:49 smithi029 bash[24314]: audit 2023-10-08T22:33:49.268399+0000 mon.smithi029 (mon.0) 888 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:33:49.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:49 smithi132 bash[32340]: cluster 2023-10-08T22:33:48.712427+0000 mgr.smithi029.golwmn (mgr.14195) 310 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:49.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:49 smithi132 bash[32340]: audit 2023-10-08T22:33:49.133500+0000 mon.smithi029 (mon.0) 884 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:49 smithi132 bash[32340]: audit 2023-10-08T22:33:49.144873+0000 mon.smithi029 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:49 smithi132 bash[32340]: audit 2023-10-08T22:33:49.165903+0000 mon.smithi029 (mon.0) 886 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:49 smithi132 bash[32340]: audit 2023-10-08T22:33:49.170784+0000 mon.smithi029 (mon.0) 887 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:49.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:49 smithi132 bash[32340]: audit 2023-10-08T22:33:49.268399+0000 mon.smithi029 (mon.0) 888 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:33:49.906 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:33:52.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:51 smithi029 bash[24314]: cluster 2023-10-08T22:33:50.713169+0000 mgr.smithi029.golwmn (mgr.14195) 311 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:52.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:51 smithi132 bash[32340]: cluster 2023-10-08T22:33:50.713169+0000 mgr.smithi029.golwmn (mgr.14195) 311 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:54.027 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:53 smithi029 bash[24314]: cluster 2023-10-08T22:33:52.714582+0000 mgr.smithi029.golwmn (mgr.14195) 312 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:54.027 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:53 smithi029 bash[24314]: audit 2023-10-08T22:33:53.498371+0000 mon.smithi029 (mon.0) 889 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:53 smithi132 bash[32340]: cluster 2023-10-08T22:33:52.714582+0000 mgr.smithi029.golwmn (mgr.14195) 312 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:53 smithi132 bash[32340]: audit 2023-10-08T22:33:53.498371+0000 mon.smithi029 (mon.0) 889 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:55.044 INFO:teuthology.orchestra.run.smithi029.stderr:Using ceph image with id '1405cee9b201' and tag 'b92fa67aeb011fadf4711f6e8283e1b2c49e5f45' created on 2023-10-06 22:57:03 +0000 UTC 2023-10-08T22:33:55.044 INFO:teuthology.orchestra.run.smithi029.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cc0ebe72981312723d598387c02f962cf65542ecd6f93a44d700427149d9b64a 2023-10-08T22:33:56.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:55 smithi029 bash[24314]: cluster 2023-10-08T22:33:54.715839+0000 mgr.smithi029.golwmn (mgr.14195) 313 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T22:33:56.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:55 smithi029 bash[24314]: audit 2023-10-08T22:33:55.360355+0000 mon.smithi029 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:56.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:55 smithi029 bash[24314]: audit 2023-10-08T22:33:55.368203+0000 mon.smithi029 (mon.0) 891 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:56.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:55 smithi132 bash[32340]: cluster 2023-10-08T22:33:54.715839+0000 mgr.smithi029.golwmn (mgr.14195) 313 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T22:33:56.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:55 smithi132 bash[32340]: audit 2023-10-08T22:33:55.360355+0000 mon.smithi029 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:56.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:55 smithi132 bash[32340]: audit 2023-10-08T22:33:55.368203+0000 mon.smithi029 (mon.0) 891 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:57.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:56 smithi029 bash[24314]: audit 2023-10-08T22:33:56.682359+0000 mon.smithi029 (mon.0) 892 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:57.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:56 smithi132 bash[32340]: audit 2023-10-08T22:33:56.682359+0000 mon.smithi029 (mon.0) 892 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:33:58.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: cluster 2023-10-08T22:33:56.716491+0000 mgr.smithi029.golwmn (mgr.14195) 314 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:56.974470+0000 mon.smithi029 (mon.0) 893 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:56.983304+0000 mon.smithi029 (mon.0) 894 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:57.454703+0000 mon.smithi029 (mon.0) 895 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:57.456296+0000 mon.smithi029 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:57.466111+0000 mon.smithi029 (mon.0) 897 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:57.470430+0000 mon.smithi029 (mon.0) 898 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:33:58.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:57 smithi132 bash[32340]: audit 2023-10-08T22:33:57.490741+0000 mon.smithi029 (mon.0) 899 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: cluster 2023-10-08T22:33:56.716491+0000 mgr.smithi029.golwmn (mgr.14195) 314 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:33:58.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:56.974470+0000 mon.smithi029 (mon.0) 893 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:56.983304+0000 mon.smithi029 (mon.0) 894 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:57.454703+0000 mon.smithi029 (mon.0) 895 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:33:58.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:57.456296+0000 mon.smithi029 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:33:58.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:57.466111+0000 mon.smithi029 (mon.0) 897 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:58.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:57.470430+0000 mon.smithi029 (mon.0) 898 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:33:58.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:57 smithi029 bash[24314]: audit 2023-10-08T22:33:57.490741+0000 mon.smithi029 (mon.0) 899 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:33:59.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:58 smithi132 bash[32340]: cephadm 2023-10-08T22:33:57.560150+0000 mgr.smithi029.golwmn (mgr.14195) 315 : cephadm 1 Reconfiguring prometheus.smithi029 (dependencies changed)... 2023-10-08T22:33:59.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:58 smithi132 bash[32340]: cephadm 2023-10-08T22:33:57.815111+0000 mgr.smithi029.golwmn (mgr.14195) 316 : cephadm 1 Reconfiguring daemon prometheus.smithi029 on smithi029 2023-10-08T22:33:59.351 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:58 smithi029 bash[24314]: cephadm 2023-10-08T22:33:57.560150+0000 mgr.smithi029.golwmn (mgr.14195) 315 : cephadm 1 Reconfiguring prometheus.smithi029 (dependencies changed)... 2023-10-08T22:33:59.351 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:58 smithi029 bash[24314]: cephadm 2023-10-08T22:33:57.815111+0000 mgr.smithi029.golwmn (mgr.14195) 316 : cephadm 1 Reconfiguring daemon prometheus.smithi029 on smithi029 2023-10-08T22:34:00.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:33:59 smithi029 bash[24314]: cluster 2023-10-08T22:33:58.717877+0000 mgr.smithi029.golwmn (mgr.14195) 317 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:34:00.337 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:33:59 smithi132 bash[32340]: cluster 2023-10-08T22:33:58.717877+0000 mgr.smithi029.golwmn (mgr.14195) 317 : cluster 0 pgmap v274: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:34:00.418 INFO:teuthology.run_tasks:Running task python... 2023-10-08T22:34:00.490 INFO:tasks.python:Running python on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:34:00.491 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-08T22:34:00.491 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-10-08T22:34:02.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:02 smithi029 bash[24314]: cluster 2023-10-08T22:34:00.718509+0000 mgr.smithi029.golwmn (mgr.14195) 318 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:34:02.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:02 smithi132 bash[32340]: cluster 2023-10-08T22:34:00.718509+0000 mgr.smithi029.golwmn (mgr.14195) 318 : cluster 0 pgmap v275: 161 pgs: 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T22:34:03.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:03 smithi029 bash[24314]: cluster 2023-10-08T22:34:01.990660+0000 mon.smithi029 (mon.0) 900 : cluster 0 osdmap e61: 8 total, 8 up, 8 in 2023-10-08T22:34:03.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:03 smithi029 bash[24314]: audit 2023-10-08T22:34:01.992912+0000 mon.smithi029 (mon.0) 901 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-08T22:34:03.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:03 smithi029 bash[24314]: audit 2023-10-08T22:34:02.989576+0000 mon.smithi029 (mon.0) 902 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-08T22:34:03.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:03 smithi029 bash[24314]: cluster 2023-10-08T22:34:02.989829+0000 mon.smithi029 (mon.0) 903 : cluster 0 osdmap e62: 8 total, 8 up, 8 in 2023-10-08T22:34:03.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:03 smithi132 bash[32340]: cluster 2023-10-08T22:34:01.990660+0000 mon.smithi029 (mon.0) 900 : cluster 0 osdmap e61: 8 total, 8 up, 8 in 2023-10-08T22:34:03.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:03 smithi132 bash[32340]: audit 2023-10-08T22:34:01.992912+0000 mon.smithi029 (mon.0) 901 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-08T22:34:03.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:03 smithi132 bash[32340]: audit 2023-10-08T22:34:02.989576+0000 mon.smithi029 (mon.0) 902 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-08T22:34:03.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:03 smithi132 bash[32340]: cluster 2023-10-08T22:34:02.989829+0000 mon.smithi029 (mon.0) 903 : cluster 0 osdmap e62: 8 total, 8 up, 8 in 2023-10-08T22:34:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:04 smithi029 bash[24314]: cluster 2023-10-08T22:34:02.719373+0000 mgr.smithi029.golwmn (mgr.14195) 319 : cluster 0 pgmap v277: 193 pgs: 8 creating+peering, 24 unknown, 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 102 B/s wr, 0 op/s 2023-10-08T22:34:04.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:04 smithi029 bash[24314]: audit 2023-10-08T22:34:03.006130+0000 mon.smithi029 (mon.0) 904 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:34:04.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:04 smithi132 bash[32340]: cluster 2023-10-08T22:34:02.719373+0000 mgr.smithi029.golwmn (mgr.14195) 319 : cluster 0 pgmap v277: 193 pgs: 8 creating+peering, 24 unknown, 161 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 102 B/s wr, 0 op/s 2023-10-08T22:34:04.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:04 smithi132 bash[32340]: audit 2023-10-08T22:34:03.006130+0000 mon.smithi029 (mon.0) 904 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-08T22:34:05.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:05 smithi029 bash[24314]: audit 2023-10-08T22:34:04.012125+0000 mon.smithi029 (mon.0) 905 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T22:34:05.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:05 smithi029 bash[24314]: cluster 2023-10-08T22:34:04.012238+0000 mon.smithi029 (mon.0) 906 : cluster 0 osdmap e63: 8 total, 8 up, 8 in 2023-10-08T22:34:05.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:05 smithi029 bash[24314]: audit 2023-10-08T22:34:04.870271+0000 mon.smithi029 (mon.0) 907 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:05.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:05 smithi029 bash[24314]: audit 2023-10-08T22:34:04.880581+0000 mon.smithi029 (mon.0) 908 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:05.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:05 smithi029 bash[24314]: audit 2023-10-08T22:34:04.917113+0000 mon.smithi029 (mon.0) 909 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:34:05.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:05 smithi029 bash[24314]: audit 2023-10-08T22:34:04.927457+0000 mon.smithi029 (mon.0) 910 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:34:05.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:05 smithi132 bash[32340]: audit 2023-10-08T22:34:04.012125+0000 mon.smithi029 (mon.0) 905 : audit 1 from='client.? 172.21.15.29:0/380431889' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-08T22:34:05.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:05 smithi132 bash[32340]: cluster 2023-10-08T22:34:04.012238+0000 mon.smithi029 (mon.0) 906 : cluster 0 osdmap e63: 8 total, 8 up, 8 in 2023-10-08T22:34:05.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:05 smithi132 bash[32340]: audit 2023-10-08T22:34:04.870271+0000 mon.smithi029 (mon.0) 907 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:05.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:05 smithi132 bash[32340]: audit 2023-10-08T22:34:04.880581+0000 mon.smithi029 (mon.0) 908 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:05.338 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:05 smithi132 bash[32340]: audit 2023-10-08T22:34:04.917113+0000 mon.smithi029 (mon.0) 909 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:34:05.339 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:05 smithi132 bash[32340]: audit 2023-10-08T22:34:04.927457+0000 mon.smithi029 (mon.0) 910 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:34:06.277 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:06 smithi029 bash[24314]: cluster 2023-10-08T22:34:04.720109+0000 mgr.smithi029.golwmn (mgr.14195) 320 : cluster 0 pgmap v280: 193 pgs: 8 creating+peering, 9 unknown, 176 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-08T22:34:06.278 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:06 smithi029 bash[24314]: audit 2023-10-08T22:34:04.917809+0000 mgr.smithi029.golwmn (mgr.14195) 321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:34:06.278 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:06 smithi029 bash[24314]: cluster 2023-10-08T22:34:05.021510+0000 mon.smithi029 (mon.0) 911 : cluster 0 osdmap e64: 8 total, 8 up, 8 in 2023-10-08T22:34:06.278 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:06 smithi029 bash[24314]: audit 2023-10-08T22:34:05.022978+0000 mon.smithi029 (mon.0) 912 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-08T22:34:06.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:06 smithi132 bash[32340]: cluster 2023-10-08T22:34:04.720109+0000 mgr.smithi029.golwmn (mgr.14195) 320 : cluster 0 pgmap v280: 193 pgs: 8 creating+peering, 9 unknown, 176 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-08T22:34:06.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:06 smithi132 bash[32340]: audit 2023-10-08T22:34:04.917809+0000 mgr.smithi029.golwmn (mgr.14195) 321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T22:34:06.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:06 smithi132 bash[32340]: cluster 2023-10-08T22:34:05.021510+0000 mon.smithi029 (mon.0) 911 : cluster 0 osdmap e64: 8 total, 8 up, 8 in 2023-10-08T22:34:06.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:06 smithi132 bash[32340]: audit 2023-10-08T22:34:05.022978+0000 mon.smithi029 (mon.0) 912 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-08T22:34:07.095 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T22:34:07.105 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:34:07.105 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-10-08T22:34:07.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:07 smithi029 bash[24314]: audit 2023-10-08T22:34:06.028813+0000 mon.smithi029 (mon.0) 913 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-08T22:34:07.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:07 smithi029 bash[24314]: cluster 2023-10-08T22:34:06.029075+0000 mon.smithi029 (mon.0) 914 : cluster 0 osdmap e65: 8 total, 8 up, 8 in 2023-10-08T22:34:07.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:07 smithi029 bash[24314]: audit 2023-10-08T22:34:06.034090+0000 mon.smithi029 (mon.0) 915 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-08T22:34:07.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:07 smithi132 bash[32340]: audit 2023-10-08T22:34:06.028813+0000 mon.smithi029 (mon.0) 913 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-08T22:34:07.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:07 smithi132 bash[32340]: cluster 2023-10-08T22:34:06.029075+0000 mon.smithi029 (mon.0) 914 : cluster 0 osdmap e65: 8 total, 8 up, 8 in 2023-10-08T22:34:07.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:07 smithi132 bash[32340]: audit 2023-10-08T22:34:06.034090+0000 mon.smithi029 (mon.0) 915 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-08T22:34:08.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:08 smithi029 bash[24314]: cluster 2023-10-08T22:34:06.721376+0000 mgr.smithi029.golwmn (mgr.14195) 322 : cluster 0 pgmap v283: 225 pgs: 8 creating+peering, 21 unknown, 196 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-08T22:34:08.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:08 smithi029 bash[24314]: audit 2023-10-08T22:34:07.034318+0000 mon.smithi029 (mon.0) 916 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-08T22:34:08.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:08 smithi029 bash[24314]: cluster 2023-10-08T22:34:07.034423+0000 mon.smithi029 (mon.0) 917 : cluster 0 osdmap e66: 8 total, 8 up, 8 in 2023-10-08T22:34:08.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:08 smithi132 bash[32340]: cluster 2023-10-08T22:34:06.721376+0000 mgr.smithi029.golwmn (mgr.14195) 322 : cluster 0 pgmap v283: 225 pgs: 8 creating+peering, 21 unknown, 196 active+clean; 582 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-08T22:34:08.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:08 smithi132 bash[32340]: audit 2023-10-08T22:34:07.034318+0000 mon.smithi029 (mon.0) 916 : audit 1 from='client.? 172.21.15.29:0/925093042' entity='client.rgw.foorgw.smithi029.ouoqeq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-08T22:34:08.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:08 smithi132 bash[32340]: cluster 2023-10-08T22:34:07.034423+0000 mon.smithi029 (mon.0) 917 : cluster 0 osdmap e66: 8 total, 8 up, 8 in 2023-10-08T22:34:09.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:09 smithi029 bash[24314]: cluster 2023-10-08T22:34:08.723161+0000 mgr.smithi029.golwmn (mgr.14195) 323 : cluster 0 pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 6 op/s 2023-10-08T22:34:09.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:09 smithi132 bash[32340]: cluster 2023-10-08T22:34:08.723161+0000 mgr.smithi029.golwmn (mgr.14195) 323 : cluster 0 pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 6 op/s 2023-10-08T22:34:11.889 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:34:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: cluster 2023-10-08T22:34:10.724005+0000 mgr.smithi029.golwmn (mgr.14195) 324 : cluster 0 pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 852 B/s wr, 4 op/s 2023-10-08T22:34:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.073140+0000 mon.smithi029 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.081734+0000 mon.smithi029 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.683031+0000 mon.smithi029 (mon.0) 920 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.937163+0000 mon.smithi029 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.947340+0000 mon.smithi029 (mon.0) 922 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.949115+0000 mon.smithi029 (mon.0) 923 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:34:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:12 smithi029 bash[24314]: audit 2023-10-08T22:34:11.950251+0000 mon.smithi029 (mon.0) 924 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:34:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: cluster 2023-10-08T22:34:10.724005+0000 mgr.smithi029.golwmn (mgr.14195) 324 : cluster 0 pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 852 B/s wr, 4 op/s 2023-10-08T22:34:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.073140+0000 mon.smithi029 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.081734+0000 mon.smithi029 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.683031+0000 mon.smithi029 (mon.0) 920 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:12.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.937163+0000 mon.smithi029 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.947340+0000 mon.smithi029 (mon.0) 922 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:12.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.949115+0000 mon.smithi029 (mon.0) 923 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:34:12.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:12 smithi132 bash[32340]: audit 2023-10-08T22:34:11.950251+0000 mon.smithi029 (mon.0) 924 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:34:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:13 smithi132 bash[32340]: cephadm 2023-10-08T22:34:11.956596+0000 mgr.smithi029.golwmn (mgr.14195) 325 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-08T22:34:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:13 smithi132 bash[32340]: audit 2023-10-08T22:34:12.224885+0000 mon.smithi029 (mon.0) 925 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:13 smithi132 bash[32340]: audit 2023-10-08T22:34:12.233291+0000 mon.smithi029 (mon.0) 926 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:34:13.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:13 smithi132 bash[32340]: audit 2023-10-08T22:34:12.248621+0000 mon.smithi029 (mon.0) 927 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:13.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:13 smithi029 bash[24314]: cephadm 2023-10-08T22:34:11.956596+0000 mgr.smithi029.golwmn (mgr.14195) 325 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-08T22:34:13.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:13 smithi029 bash[24314]: audit 2023-10-08T22:34:12.224885+0000 mon.smithi029 (mon.0) 925 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:13.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:13 smithi029 bash[24314]: audit 2023-10-08T22:34:12.233291+0000 mon.smithi029 (mon.0) 926 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:34:13.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:13 smithi029 bash[24314]: audit 2023-10-08T22:34:12.248621+0000 mon.smithi029 (mon.0) 927 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:34:14.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:14 smithi132 bash[32340]: cluster 2023-10-08T22:34:12.726096+0000 mgr.smithi029.golwmn (mgr.14195) 326 : cluster 0 pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 797 B/s wr, 5 op/s 2023-10-08T22:34:14.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:14 smithi029 bash[24314]: cluster 2023-10-08T22:34:12.726096+0000 mgr.smithi029.golwmn (mgr.14195) 326 : cluster 0 pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 797 B/s wr, 5 op/s 2023-10-08T22:34:15.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:15 smithi029 bash[24314]: cluster 2023-10-08T22:34:14.727629+0000 mgr.smithi029.golwmn (mgr.14195) 327 : cluster 0 pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 706 B/s wr, 5 op/s 2023-10-08T22:34:15.585 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:15 smithi132 bash[32340]: cluster 2023-10-08T22:34:14.727629+0000 mgr.smithi029.golwmn (mgr.14195) 327 : cluster 0 pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 706 B/s wr, 5 op/s 2023-10-08T22:34:15.971 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-10-08T22:34:15.971 INFO:teuthology.orchestra.run.smithi029.stdout: "bind": "/foouser", 2023-10-08T22:34:15.971 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster": "foo", 2023-10-08T22:34:15.972 INFO:teuthology.orchestra.run.smithi029.stdout: "mode": "RW", 2023-10-08T22:34:15.972 INFO:teuthology.orchestra.run.smithi029.stdout: "path": "/", 2023-10-08T22:34:15.972 INFO:teuthology.orchestra.run.smithi029.stdout: "squash": "none" 2023-10-08T22:34:15.972 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-10-08T22:34:16.263 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:16 smithi029 bash[24314]: audit 2023-10-08T22:34:15.736184+0000 mgr.smithi029.golwmn (mgr.14195) 328 : audit 0 from='client.14638 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:34:16.585 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:16 smithi132 bash[32340]: audit 2023-10-08T22:34:15.736184+0000 mgr.smithi029.golwmn (mgr.14195) 328 : audit 0 from='client.14638 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T22:34:17.166 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T22:34:17.175 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-08T22:34:17.176 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T22:34:17.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:17 smithi029 bash[24314]: cluster 2023-10-08T22:34:16.729346+0000 mgr.smithi029.golwmn (mgr.14195) 329 : cluster 0 pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 511 B/s wr, 4 op/s 2023-10-08T22:34:17.585 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:17 smithi132 bash[32340]: cluster 2023-10-08T22:34:16.729346+0000 mgr.smithi029.golwmn (mgr.14195) 329 : cluster 0 pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 511 B/s wr, 4 op/s 2023-10-08T22:34:19.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:19 smithi029 bash[24314]: cluster 2023-10-08T22:34:18.731153+0000 mgr.smithi029.golwmn (mgr.14195) 330 : cluster 0 pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 612 B/s wr, 5 op/s 2023-10-08T22:34:19.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:19 smithi132 bash[32340]: cluster 2023-10-08T22:34:18.731153+0000 mgr.smithi029.golwmn (mgr.14195) 330 : cluster 0 pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 612 B/s wr, 5 op/s 2023-10-08T22:34:21.967 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:34:22.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:21 smithi029 bash[24314]: cluster 2023-10-08T22:34:20.732019+0000 mgr.smithi029.golwmn (mgr.14195) 331 : cluster 0 pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 255 B/s wr, 3 op/s 2023-10-08T22:34:22.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:21 smithi132 bash[32340]: cluster 2023-10-08T22:34:20.732019+0000 mgr.smithi029.golwmn (mgr.14195) 331 : cluster 0 pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 255 B/s wr, 3 op/s 2023-10-08T22:34:24.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:23 smithi029 bash[24314]: cluster 2023-10-08T22:34:22.733756+0000 mgr.smithi029.golwmn (mgr.14195) 332 : cluster 0 pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 255 B/s wr, 3 op/s 2023-10-08T22:34:24.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:23 smithi132 bash[32340]: cluster 2023-10-08T22:34:22.733756+0000 mgr.smithi029.golwmn (mgr.14195) 332 : cluster 0 pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 255 B/s wr, 3 op/s 2023-10-08T22:34:25.603 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:34:25.603 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T22:24:23.236497Z", "last_refresh": "2023-10-08T22:34:11.928611Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:26:42.373326Z 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-08T22:24:13.069156Z", "last_refresh": "2023-10-08T22:34:11.062473Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T22:26:45.364130Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T22:24:10.765099Z", "last_refresh": "2023-10-08T22:34:11.062684Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T22:24:17.748834Z", "last_refresh": "2023-10-08T22:34:11.928707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:32:47.811971Z 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.29/16"}, "status": {"created": "2023-10-08T22:32:47.807546Z", "last_refresh": "2023-10-08T22:34:11.064319Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2023-10-08T22:26:49.889639Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T22:24:08.496939Z", "last_refresh": "2023-10-08T22:34:11.063059Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T22:26:27.589986Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi132:172.21.15.132=smithi132"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T22:26:27.587289Z", "last_refresh": "2023-10-08T22:34:11.063259Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T22:32:47.805743Z 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-08T22:32:47.800867Z", "last_refresh": "2023-10-08T22:34:11.929383Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:26:46.393736Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T22:24:20.686080Z", "last_refresh": "2023-10-08T22:34:11.062883Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T22:27:26.602282Z 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-08T22:27:26.595439Z", "last_refresh": "2023-10-08T22:34:11.063437Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T22:26:56.907774Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T22:24:15.471949Z", "last_refresh": "2023-10-08T22:34:11.928804Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:32:36.557102Z 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-08T22:32:54.749952Z", "last_refresh": "2023-10-08T22:34:11.064146Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-08T22:34:26.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:25 smithi029 bash[24314]: cluster 2023-10-08T22:34:24.735351+0000 mgr.smithi029.golwmn (mgr.14195) 333 : cluster 0 pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 170 B/s wr, 2 op/s 2023-10-08T22:34:26.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:25 smithi132 bash[32340]: cluster 2023-10-08T22:34:24.735351+0000 mgr.smithi029.golwmn (mgr.14195) 333 : cluster 0 pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 170 B/s wr, 2 op/s 2023-10-08T22:34:26.436 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-08T22:34:26.437 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T22:34:26.452 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-08T22:34:26.452 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b92fa67aeb011fadf4711f6e8283e1b2c49e5f45 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T22:34:27.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:26 smithi029 bash[24314]: audit 2023-10-08T22:34:25.590130+0000 mgr.smithi029.golwmn (mgr.14195) 334 : audit 0 from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:34:27.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:26 smithi029 bash[24314]: audit 2023-10-08T22:34:26.684260+0000 mon.smithi029 (mon.0) 928 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:27.075 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:26 smithi132 bash[32340]: audit 2023-10-08T22:34:25.590130+0000 mgr.smithi029.golwmn (mgr.14195) 334 : audit 0 from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:34:27.075 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:26 smithi132 bash[32340]: audit 2023-10-08T22:34:26.684260+0000 mon.smithi029 (mon.0) 928 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:27 smithi029 bash[24314]: cluster 2023-10-08T22:34:26.745804+0000 mgr.smithi029.golwmn (mgr.14195) 335 : cluster 0 pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 170 B/s wr, 1 op/s 2023-10-08T22:34:28.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:27 smithi029 bash[24314]: audit 2023-10-08T22:34:26.931238+0000 mon.smithi029 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-10-08T22:34:28.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:27 smithi132 bash[32340]: cluster 2023-10-08T22:34:26.745804+0000 mgr.smithi029.golwmn (mgr.14195) 335 : cluster 0 pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 170 B/s wr, 1 op/s 2023-10-08T22:34:28.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:27 smithi132 bash[32340]: audit 2023-10-08T22:34:26.931238+0000 mon.smithi029 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-10-08T22:34:28.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:28 smithi029 bash[24314]: audit 2023-10-08T22:34:27.817361+0000 mon.smithi029 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-10-08T22:34:28.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:28 smithi029 bash[24314]: cluster 2023-10-08T22:34:27.817488+0000 mon.smithi029 (mon.0) 931 : cluster 0 osdmap e67: 8 total, 8 up, 8 in 2023-10-08T22:34:29.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:28 smithi132 bash[32340]: audit 2023-10-08T22:34:27.817361+0000 mon.smithi029 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-10-08T22:34:29.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:28 smithi132 bash[32340]: cluster 2023-10-08T22:34:27.817488+0000 mon.smithi029 (mon.0) 931 : cluster 0 osdmap e67: 8 total, 8 up, 8 in 2023-10-08T22:34:30.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:29 smithi132 bash[32340]: cluster 2023-10-08T22:34:28.752740+0000 mgr.smithi029.golwmn (mgr.14195) 336 : cluster 0 pgmap v296: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:34:30.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:29 smithi132 bash[32340]: cluster 2023-10-08T22:34:28.823295+0000 mon.smithi029 (mon.0) 932 : cluster 0 osdmap e68: 8 total, 8 up, 8 in 2023-10-08T22:34:30.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:29 smithi029 bash[24314]: cluster 2023-10-08T22:34:28.752740+0000 mgr.smithi029.golwmn (mgr.14195) 336 : cluster 0 pgmap v296: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:34:30.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:29 smithi029 bash[24314]: cluster 2023-10-08T22:34:28.823295+0000 mon.smithi029 (mon.0) 932 : cluster 0 osdmap e68: 8 total, 8 up, 8 in 2023-10-08T22:34:32.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:31 smithi132 bash[32340]: cluster 2023-10-08T22:34:30.753477+0000 mgr.smithi029.golwmn (mgr.14195) 337 : cluster 0 pgmap v298: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:34:32.226 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/mon.smithi029/config 2023-10-08T22:34:32.257 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:31 smithi029 bash[24314]: cluster 2023-10-08T22:34:30.753477+0000 mgr.smithi029.golwmn (mgr.14195) 337 : cluster 0 pgmap v298: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:34:34.049 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:33 smithi029 bash[24314]: cluster 2023-10-08T22:34:32.755122+0000 mgr.smithi029.golwmn (mgr.14195) 338 : cluster 0 pgmap v299: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T22:34:34.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:33 smithi132 bash[32340]: cluster 2023-10-08T22:34:32.755122+0000 mgr.smithi029.golwmn (mgr.14195) 338 : cluster 0 pgmap v299: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T22:34:35.893 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-10-08T22:34:35.893 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T22:24:23.236497Z", "last_refresh": "2023-10-08T22:34:11.928611Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:26:42.373326Z 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-08T22:24:13.069156Z", "last_refresh": "2023-10-08T22:34:11.062473Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T22:26:45.364130Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T22:24:10.765099Z", "last_refresh": "2023-10-08T22:34:11.062684Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T22:24:17.748834Z", "last_refresh": "2023-10-08T22:34:11.928707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:32:47.811971Z 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.29/16"}, "status": {"created": "2023-10-08T22:32:47.807546Z", "last_refresh": "2023-10-08T22:34:11.064319Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2023-10-08T22:26:49.889639Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T22:24:08.496939Z", "last_refresh": "2023-10-08T22:34:11.063059Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T22:26:27.589986Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi132:172.21.15.132=smithi132"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T22:26:27.587289Z", "last_refresh": "2023-10-08T22:34:11.063259Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T22:32:47.805743Z 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-08T22:32:47.800867Z", "last_refresh": "2023-10-08T22:34:11.929383Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:26:46.393736Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T22:24:20.686080Z", "last_refresh": "2023-10-08T22:34:11.062883Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T22:27:26.602282Z 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-08T22:27:26.595439Z", "last_refresh": "2023-10-08T22:34:11.063437Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T22:26:56.907774Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T22:24:15.471949Z", "last_refresh": "2023-10-08T22:34:11.928804Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-08T22:32:36.557102Z 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-08T22:32:54.749952Z", "last_refresh": "2023-10-08T22:34:11.064146Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-08T22:34:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:35 smithi029 bash[24314]: cluster 2023-10-08T22:34:34.756753+0000 mgr.smithi029.golwmn (mgr.14195) 339 : cluster 0 pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 639 B/s wr, 1 op/s 2023-10-08T22:34:36.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:35 smithi132 bash[32340]: cluster 2023-10-08T22:34:34.756753+0000 mgr.smithi029.golwmn (mgr.14195) 339 : cluster 0 pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 639 B/s wr, 1 op/s 2023-10-08T22:34:36.698 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-08T22:34:36.698 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T22:34:36.889 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:34:36.889 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-08T22:34:36.904 INFO:teuthology.orchestra.run.smithi029.stderr:+ mkdir /mnt/foo 2023-10-08T22:34:36.915 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-08T22:34:36.971 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:36 smithi029 bash[24314]: audit 2023-10-08T22:34:35.878574+0000 mgr.smithi029.golwmn (mgr.14195) 340 : audit 0 from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:34:36.974 INFO:teuthology.orchestra.run.smithi029.stderr:+ sleep 5 2023-10-08T22:34:37.291 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:36 smithi132 bash[32340]: audit 2023-10-08T22:34:35.878574+0000 mgr.smithi029.golwmn (mgr.14195) 340 : audit 0 from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T22:34:38.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:37 smithi029 bash[24314]: cluster 2023-10-08T22:34:36.758007+0000 mgr.smithi029.golwmn (mgr.14195) 341 : cluster 0 pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 572 B/s wr, 1 op/s 2023-10-08T22:34:38.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:37 smithi132 bash[32340]: cluster 2023-10-08T22:34:36.758007+0000 mgr.smithi029.golwmn (mgr.14195) 341 : cluster 0 pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 572 B/s wr, 1 op/s 2023-10-08T22:34:39.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:39 smithi029 bash[24314]: cluster 2023-10-08T22:34:38.759781+0000 mgr.smithi029.golwmn (mgr.14195) 342 : cluster 0 pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-08T22:34:39.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:39 smithi132 bash[32340]: cluster 2023-10-08T22:34:38.759781+0000 mgr.smithi029.golwmn (mgr.14195) 342 : cluster 0 pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-08T22:34:41.977 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.29:/foouser /mnt/foo' 2023-10-08T22:34:42.034 INFO:teuthology.orchestra.run.smithi029.stderr:+ mount -t nfs 10.0.31.29:/foouser /mnt/foo 2023-10-08T22:34:42.083 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:41 smithi029 bash[24314]: cluster 2023-10-08T22:34:40.760565+0000 mgr.smithi029.golwmn (mgr.14195) 343 : cluster 0 pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 686 B/s wr, 1 op/s 2023-10-08T22:34:42.083 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:41 smithi029 bash[24314]: audit 2023-10-08T22:34:41.683970+0000 mon.smithi029 (mon.0) 933 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:42.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:41 smithi132 bash[32340]: cluster 2023-10-08T22:34:40.760565+0000 mgr.smithi029.golwmn (mgr.14195) 343 : cluster 0 pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 686 B/s wr, 1 op/s 2023-10-08T22:34:42.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:41 smithi132 bash[32340]: audit 2023-10-08T22:34:41.683970+0000 mon.smithi029 (mon.0) 933 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:44.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:43 smithi132 bash[32340]: cluster 2023-10-08T22:34:42.762215+0000 mgr.smithi029.golwmn (mgr.14195) 344 : cluster 0 pgmap v304: 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-08T22:34:44.272 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:43 smithi029 bash[24314]: cluster 2023-10-08T22:34:42.762215+0000 mgr.smithi029.golwmn (mgr.14195) 344 : cluster 0 pgmap v304: 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-08T22:34:46.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:45 smithi132 bash[32340]: cluster 2023-10-08T22:34:44.763737+0000 mgr.smithi029.golwmn (mgr.14195) 345 : cluster 0 pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:34:46.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:45 smithi029 bash[24314]: cluster 2023-10-08T22:34:44.763737+0000 mgr.smithi029.golwmn (mgr.14195) 345 : cluster 0 pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:34:48.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:47 smithi132 bash[32340]: cluster 2023-10-08T22:34:46.765258+0000 mgr.smithi029.golwmn (mgr.14195) 346 : cluster 0 pgmap v306: 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-08T22:34:48.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:47 smithi029 bash[24314]: cluster 2023-10-08T22:34:46.765258+0000 mgr.smithi029.golwmn (mgr.14195) 346 : cluster 0 pgmap v306: 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-08T22:34:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:49 smithi029 bash[24314]: cluster 2023-10-08T22:34:48.767032+0000 mgr.smithi029.golwmn (mgr.14195) 347 : cluster 0 pgmap v307: 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-08T22:34:49.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:49 smithi132 bash[32340]: cluster 2023-10-08T22:34:48.767032+0000 mgr.smithi029.golwmn (mgr.14195) 347 : cluster 0 pgmap v307: 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-08T22:34:52.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:51 smithi132 bash[32340]: cluster 2023-10-08T22:34:50.767829+0000 mgr.smithi029.golwmn (mgr.14195) 348 : cluster 0 pgmap v308: 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-08T22:34:52.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:51 smithi029 bash[24314]: cluster 2023-10-08T22:34:50.767829+0000 mgr.smithi029.golwmn (mgr.14195) 348 : cluster 0 pgmap v308: 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-08T22:34:54.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:53 smithi132 bash[32340]: cluster 2023-10-08T22:34:52.769406+0000 mgr.smithi029.golwmn (mgr.14195) 349 : cluster 0 pgmap v309: 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-08T22:34:54.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:53 smithi029 bash[24314]: cluster 2023-10-08T22:34:52.769406+0000 mgr.smithi029.golwmn (mgr.14195) 349 : cluster 0 pgmap v309: 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-08T22:34:56.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:55 smithi029 bash[24314]: cluster 2023-10-08T22:34:54.770802+0000 mgr.smithi029.golwmn (mgr.14195) 350 : cluster 0 pgmap v310: 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-08T22:34:56.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:55 smithi132 bash[32340]: cluster 2023-10-08T22:34:54.770802+0000 mgr.smithi029.golwmn (mgr.14195) 350 : cluster 0 pgmap v310: 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-08T22:34:57.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:56 smithi029 bash[24314]: audit 2023-10-08T22:34:56.684520+0000 mon.smithi029 (mon.0) 934 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:57.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:56 smithi132 bash[32340]: audit 2023-10-08T22:34:56.684520+0000 mon.smithi029 (mon.0) 934 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:34:58.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:57 smithi132 bash[32340]: cluster 2023-10-08T22:34:56.772134+0000 mgr.smithi029.golwmn (mgr.14195) 351 : cluster 0 pgmap v311: 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-08T22:34:58.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:57 smithi029 bash[24314]: cluster 2023-10-08T22:34:56.772134+0000 mgr.smithi029.golwmn (mgr.14195) 351 : cluster 0 pgmap v311: 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-08T22:34:59.623 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:34:59 smithi029 bash[24314]: cluster 2023-10-08T22:34:58.773911+0000 mgr.smithi029.golwmn (mgr.14195) 352 : cluster 0 pgmap v312: 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-08T22:34:59.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:34:59 smithi132 bash[32340]: cluster 2023-10-08T22:34:58.773911+0000 mgr.smithi029.golwmn (mgr.14195) 352 : cluster 0 pgmap v312: 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-08T22:35:02.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:01 smithi029 bash[24314]: cluster 2023-10-08T22:35:00.774689+0000 mgr.smithi029.golwmn (mgr.14195) 353 : cluster 0 pgmap v313: 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-08T22:35:02.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:01 smithi132 bash[32340]: cluster 2023-10-08T22:35:00.774689+0000 mgr.smithi029.golwmn (mgr.14195) 353 : cluster 0 pgmap v313: 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-08T22:35:04.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:03 smithi029 bash[24314]: cluster 2023-10-08T22:35:02.776318+0000 mgr.smithi029.golwmn (mgr.14195) 354 : cluster 0 pgmap v314: 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-08T22:35:04.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:03 smithi132 bash[32340]: cluster 2023-10-08T22:35:02.776318+0000 mgr.smithi029.golwmn (mgr.14195) 354 : cluster 0 pgmap v314: 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-08T22:35:06.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:05 smithi029 bash[24314]: cluster 2023-10-08T22:35:04.777261+0000 mgr.smithi029.golwmn (mgr.14195) 355 : cluster 0 pgmap v315: 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-08T22:35:06.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:05 smithi132 bash[32340]: cluster 2023-10-08T22:35:04.777261+0000 mgr.smithi029.golwmn (mgr.14195) 355 : cluster 0 pgmap v315: 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-08T22:35:08.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:07 smithi029 bash[24314]: cluster 2023-10-08T22:35:06.778569+0000 mgr.smithi029.golwmn (mgr.14195) 356 : cluster 0 pgmap v316: 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-08T22:35:08.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:07 smithi132 bash[32340]: cluster 2023-10-08T22:35:06.778569+0000 mgr.smithi029.golwmn (mgr.14195) 356 : cluster 0 pgmap v316: 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-08T22:35:09.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:09 smithi029 bash[24314]: cluster 2023-10-08T22:35:08.780377+0000 mgr.smithi029.golwmn (mgr.14195) 357 : cluster 0 pgmap v317: 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-08T22:35:09.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:09 smithi132 bash[32340]: cluster 2023-10-08T22:35:08.780377+0000 mgr.smithi029.golwmn (mgr.14195) 357 : cluster 0 pgmap v317: 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-08T22:35:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:11 smithi029 bash[24314]: cluster 2023-10-08T22:35:10.781186+0000 mgr.smithi029.golwmn (mgr.14195) 358 : cluster 0 pgmap v318: 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-08T22:35:12.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:11 smithi029 bash[24314]: audit 2023-10-08T22:35:11.684959+0000 mon.smithi029 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:11 smithi132 bash[32340]: cluster 2023-10-08T22:35:10.781186+0000 mgr.smithi029.golwmn (mgr.14195) 358 : cluster 0 pgmap v318: 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-08T22:35:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:11 smithi132 bash[32340]: audit 2023-10-08T22:35:11.684959+0000 mon.smithi029 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:13.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:12 smithi029 bash[24314]: audit 2023-10-08T22:35:12.328463+0000 mon.smithi029 (mon.0) 936 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:35:13.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:12 smithi029 bash[24314]: audit 2023-10-08T22:35:12.707046+0000 mon.smithi029 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:13.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:12 smithi029 bash[24314]: audit 2023-10-08T22:35:12.718345+0000 mon.smithi029 (mon.0) 938 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:12 smithi132 bash[32340]: audit 2023-10-08T22:35:12.328463+0000 mon.smithi029 (mon.0) 936 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:35:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:12 smithi132 bash[32340]: audit 2023-10-08T22:35:12.707046+0000 mon.smithi029 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:12 smithi132 bash[32340]: audit 2023-10-08T22:35:12.718345+0000 mon.smithi029 (mon.0) 938 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:14.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:13 smithi029 bash[24314]: cluster 2023-10-08T22:35:12.782344+0000 mgr.smithi029.golwmn (mgr.14195) 359 : cluster 0 pgmap v319: 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-08T22:35:14.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:13 smithi132 bash[32340]: cluster 2023-10-08T22:35:12.782344+0000 mgr.smithi029.golwmn (mgr.14195) 359 : cluster 0 pgmap v319: 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-08T22:35:16.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:15 smithi029 bash[24314]: cluster 2023-10-08T22:35:14.783815+0000 mgr.smithi029.golwmn (mgr.14195) 360 : cluster 0 pgmap v320: 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-08T22:35:16.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:15 smithi132 bash[32340]: cluster 2023-10-08T22:35:14.783815+0000 mgr.smithi029.golwmn (mgr.14195) 360 : cluster 0 pgmap v320: 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-08T22:35:18.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:17 smithi029 bash[24314]: cluster 2023-10-08T22:35:16.784557+0000 mgr.smithi029.golwmn (mgr.14195) 361 : cluster 0 pgmap v321: 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-08T22:35:18.182 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:17 smithi132 bash[32340]: cluster 2023-10-08T22:35:16.784557+0000 mgr.smithi029.golwmn (mgr.14195) 361 : cluster 0 pgmap v321: 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-08T22:35:19.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:19 smithi029 bash[24314]: audit 2023-10-08T22:35:18.427195+0000 mon.smithi029 (mon.0) 939 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:19.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:19 smithi029 bash[24314]: audit 2023-10-08T22:35:18.436040+0000 mon.smithi029 (mon.0) 940 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:19.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:19 smithi029 bash[24314]: cluster 2023-10-08T22:35:18.786257+0000 mgr.smithi029.golwmn (mgr.14195) 362 : cluster 0 pgmap v322: 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-08T22:35:19.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:19 smithi132 bash[32340]: audit 2023-10-08T22:35:18.427195+0000 mon.smithi029 (mon.0) 939 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:19.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:19 smithi132 bash[32340]: audit 2023-10-08T22:35:18.436040+0000 mon.smithi029 (mon.0) 940 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:19.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:19 smithi132 bash[32340]: cluster 2023-10-08T22:35:18.786257+0000 mgr.smithi029.golwmn (mgr.14195) 362 : cluster 0 pgmap v322: 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-08T22:35:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:19.628093+0000 mon.smithi029 (mon.0) 941 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:19.638389+0000 mon.smithi029 (mon.0) 942 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:20.167022+0000 mon.smithi029 (mon.0) 943 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:35:21.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:20.168484+0000 mon.smithi029 (mon.0) 944 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:35:21.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:20.177287+0000 mon.smithi029 (mon.0) 945 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:20.183267+0000 mon.smithi029 (mon.0) 946 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:35:21.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:20 smithi029 bash[24314]: audit 2023-10-08T22:35:20.206112+0000 mon.smithi029 (mon.0) 947 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:19.628093+0000 mon.smithi029 (mon.0) 941 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:19.638389+0000 mon.smithi029 (mon.0) 942 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:20.167022+0000 mon.smithi029 (mon.0) 943 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:35:21.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:20.168484+0000 mon.smithi029 (mon.0) 944 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:35:21.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:20.177287+0000 mon.smithi029 (mon.0) 945 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:21.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:20.183267+0000 mon.smithi029 (mon.0) 946 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:35:21.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:20 smithi132 bash[32340]: audit 2023-10-08T22:35:20.206112+0000 mon.smithi029 (mon.0) 947 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:35:22.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:21 smithi029 bash[24314]: cluster 2023-10-08T22:35:20.787229+0000 mgr.smithi029.golwmn (mgr.14195) 363 : cluster 0 pgmap v323: 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-08T22:35:22.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:21 smithi132 bash[32340]: cluster 2023-10-08T22:35:20.787229+0000 mgr.smithi029.golwmn (mgr.14195) 363 : cluster 0 pgmap v323: 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-08T22:35:24.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:23 smithi029 bash[24314]: cluster 2023-10-08T22:35:22.788904+0000 mgr.smithi029.golwmn (mgr.14195) 364 : cluster 0 pgmap v324: 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-08T22:35:24.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:23 smithi132 bash[32340]: cluster 2023-10-08T22:35:22.788904+0000 mgr.smithi029.golwmn (mgr.14195) 364 : cluster 0 pgmap v324: 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-08T22:35:26.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:25 smithi029 bash[24314]: cluster 2023-10-08T22:35:24.790380+0000 mgr.smithi029.golwmn (mgr.14195) 365 : cluster 0 pgmap v325: 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-08T22:35:26.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:25 smithi132 bash[32340]: cluster 2023-10-08T22:35:24.790380+0000 mgr.smithi029.golwmn (mgr.14195) 365 : cluster 0 pgmap v325: 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-08T22:35:27.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:26 smithi029 bash[24314]: audit 2023-10-08T22:35:26.685455+0000 mon.smithi029 (mon.0) 948 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:27.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:26 smithi132 bash[32340]: audit 2023-10-08T22:35:26.685455+0000 mon.smithi029 (mon.0) 948 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:28.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:27 smithi029 bash[24314]: cluster 2023-10-08T22:35:26.791733+0000 mgr.smithi029.golwmn (mgr.14195) 366 : cluster 0 pgmap v326: 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-08T22:35:28.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:27 smithi132 bash[32340]: cluster 2023-10-08T22:35:26.791733+0000 mgr.smithi029.golwmn (mgr.14195) 366 : cluster 0 pgmap v326: 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-08T22:35:29.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:29 smithi029 bash[24314]: cluster 2023-10-08T22:35:28.793481+0000 mgr.smithi029.golwmn (mgr.14195) 367 : cluster 0 pgmap v327: 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-08T22:35:29.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:29 smithi132 bash[32340]: cluster 2023-10-08T22:35:28.793481+0000 mgr.smithi029.golwmn (mgr.14195) 367 : cluster 0 pgmap v327: 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-08T22:35:32.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:31 smithi029 bash[24314]: cluster 2023-10-08T22:35:30.794316+0000 mgr.smithi029.golwmn (mgr.14195) 368 : cluster 0 pgmap v328: 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-08T22:35:32.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:31 smithi132 bash[32340]: cluster 2023-10-08T22:35:30.794316+0000 mgr.smithi029.golwmn (mgr.14195) 368 : cluster 0 pgmap v328: 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-08T22:35:34.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:33 smithi029 bash[24314]: cluster 2023-10-08T22:35:32.796016+0000 mgr.smithi029.golwmn (mgr.14195) 369 : cluster 0 pgmap v329: 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-08T22:35:34.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:33 smithi132 bash[32340]: cluster 2023-10-08T22:35:32.796016+0000 mgr.smithi029.golwmn (mgr.14195) 369 : cluster 0 pgmap v329: 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-08T22:35:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:35 smithi029 bash[24314]: cluster 2023-10-08T22:35:34.797484+0000 mgr.smithi029.golwmn (mgr.14195) 370 : cluster 0 pgmap v330: 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-08T22:35:36.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:35 smithi132 bash[32340]: cluster 2023-10-08T22:35:34.797484+0000 mgr.smithi029.golwmn (mgr.14195) 370 : cluster 0 pgmap v330: 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-08T22:35:38.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:37 smithi029 bash[24314]: cluster 2023-10-08T22:35:36.798800+0000 mgr.smithi029.golwmn (mgr.14195) 371 : cluster 0 pgmap v331: 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-08T22:35:38.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:37 smithi132 bash[32340]: cluster 2023-10-08T22:35:36.798800+0000 mgr.smithi029.golwmn (mgr.14195) 371 : cluster 0 pgmap v331: 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-08T22:35:39.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:39 smithi029 bash[24314]: cluster 2023-10-08T22:35:38.800184+0000 mgr.smithi029.golwmn (mgr.14195) 372 : cluster 0 pgmap v332: 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-08T22:35:39.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:39 smithi132 bash[32340]: cluster 2023-10-08T22:35:38.800184+0000 mgr.smithi029.golwmn (mgr.14195) 372 : cluster 0 pgmap v332: 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-08T22:35:42.297 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:41 smithi029 bash[24314]: cluster 2023-10-08T22:35:40.800924+0000 mgr.smithi029.golwmn (mgr.14195) 373 : cluster 0 pgmap v333: 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-08T22:35:42.297 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:41 smithi029 bash[24314]: audit 2023-10-08T22:35:41.685068+0000 mon.smithi029 (mon.0) 949 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:42.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:41 smithi132 bash[32340]: cluster 2023-10-08T22:35:40.800924+0000 mgr.smithi029.golwmn (mgr.14195) 373 : cluster 0 pgmap v333: 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-08T22:35:42.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:41 smithi132 bash[32340]: audit 2023-10-08T22:35:41.685068+0000 mon.smithi029 (mon.0) 949 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:44.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:43 smithi132 bash[32340]: cluster 2023-10-08T22:35:42.802547+0000 mgr.smithi029.golwmn (mgr.14195) 374 : cluster 0 pgmap v334: 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-08T22:35:44.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:43 smithi029 bash[24314]: cluster 2023-10-08T22:35:42.802547+0000 mgr.smithi029.golwmn (mgr.14195) 374 : cluster 0 pgmap v334: 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-08T22:35:46.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:45 smithi029 bash[24314]: cluster 2023-10-08T22:35:44.803852+0000 mgr.smithi029.golwmn (mgr.14195) 375 : cluster 0 pgmap v335: 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-08T22:35:46.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:45 smithi132 bash[32340]: cluster 2023-10-08T22:35:44.803852+0000 mgr.smithi029.golwmn (mgr.14195) 375 : cluster 0 pgmap v335: 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-08T22:35:48.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:47 smithi029 bash[24314]: cluster 2023-10-08T22:35:46.805083+0000 mgr.smithi029.golwmn (mgr.14195) 376 : cluster 0 pgmap v336: 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-08T22:35:48.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:47 smithi132 bash[32340]: cluster 2023-10-08T22:35:46.805083+0000 mgr.smithi029.golwmn (mgr.14195) 376 : cluster 0 pgmap v336: 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-08T22:35:49.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:49 smithi029 bash[24314]: cluster 2023-10-08T22:35:48.806809+0000 mgr.smithi029.golwmn (mgr.14195) 377 : cluster 0 pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-10-08T22:35:49.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:49 smithi132 bash[32340]: cluster 2023-10-08T22:35:48.806809+0000 mgr.smithi029.golwmn (mgr.14195) 377 : cluster 0 pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-10-08T22:35:52.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:51 smithi029 bash[24314]: cluster 2023-10-08T22:35:50.807631+0000 mgr.smithi029.golwmn (mgr.14195) 378 : cluster 0 pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-10-08T22:35:52.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:51 smithi132 bash[32340]: cluster 2023-10-08T22:35:50.807631+0000 mgr.smithi029.golwmn (mgr.14195) 378 : cluster 0 pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-10-08T22:35:54.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:53 smithi029 bash[24314]: cluster 2023-10-08T22:35:52.809204+0000 mgr.smithi029.golwmn (mgr.14195) 379 : cluster 0 pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-10-08T22:35:54.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:53 smithi132 bash[32340]: cluster 2023-10-08T22:35:52.809204+0000 mgr.smithi029.golwmn (mgr.14195) 379 : cluster 0 pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 255 B/s wr, 1 op/s 2023-10-08T22:35:56.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:55 smithi029 bash[24314]: cluster 2023-10-08T22:35:54.810053+0000 mgr.smithi029.golwmn (mgr.14195) 380 : cluster 0 pgmap v340: 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-08T22:35:56.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:55 smithi132 bash[32340]: cluster 2023-10-08T22:35:54.810053+0000 mgr.smithi029.golwmn (mgr.14195) 380 : cluster 0 pgmap v340: 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-08T22:35:57.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:56 smithi029 bash[24314]: audit 2023-10-08T22:35:56.686172+0000 mon.smithi029 (mon.0) 950 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:57.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:56 smithi132 bash[32340]: audit 2023-10-08T22:35:56.686172+0000 mon.smithi029 (mon.0) 950 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:35:58.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:57 smithi029 bash[24314]: cluster 2023-10-08T22:35:56.811225+0000 mgr.smithi029.golwmn (mgr.14195) 381 : cluster 0 pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T22:35:58.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:57 smithi132 bash[32340]: cluster 2023-10-08T22:35:56.811225+0000 mgr.smithi029.golwmn (mgr.14195) 381 : cluster 0 pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T22:35:59.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:35:59 smithi029 bash[24314]: cluster 2023-10-08T22:35:58.812913+0000 mgr.smithi029.golwmn (mgr.14195) 382 : cluster 0 pgmap v342: 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-08T22:35:59.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:35:59 smithi132 bash[32340]: cluster 2023-10-08T22:35:58.812913+0000 mgr.smithi029.golwmn (mgr.14195) 382 : cluster 0 pgmap v342: 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-08T22:36:02.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:01 smithi029 bash[24314]: cluster 2023-10-08T22:36:00.813636+0000 mgr.smithi029.golwmn (mgr.14195) 383 : cluster 0 pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T22:36:02.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:01 smithi132 bash[32340]: cluster 2023-10-08T22:36:00.813636+0000 mgr.smithi029.golwmn (mgr.14195) 383 : cluster 0 pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T22:36:04.252 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:03 smithi132 bash[32340]: cluster 2023-10-08T22:36:02.815337+0000 mgr.smithi029.golwmn (mgr.14195) 384 : cluster 0 pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 341 B/s wr, 1 op/s 2023-10-08T22:36:04.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:03 smithi029 bash[24314]: cluster 2023-10-08T22:36:02.815337+0000 mgr.smithi029.golwmn (mgr.14195) 384 : cluster 0 pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 341 B/s wr, 1 op/s 2023-10-08T22:36:06.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:05 smithi029 bash[24314]: cluster 2023-10-08T22:36:04.816775+0000 mgr.smithi029.golwmn (mgr.14195) 385 : cluster 0 pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-08T22:36:06.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:05 smithi132 bash[32340]: cluster 2023-10-08T22:36:04.816775+0000 mgr.smithi029.golwmn (mgr.14195) 385 : cluster 0 pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 341 B/s wr, 1 op/s 2023-10-08T22:36:08.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:07 smithi029 bash[24314]: cluster 2023-10-08T22:36:06.817880+0000 mgr.smithi029.golwmn (mgr.14195) 386 : cluster 0 pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-08T22:36:08.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:07 smithi132 bash[32340]: cluster 2023-10-08T22:36:06.817880+0000 mgr.smithi029.golwmn (mgr.14195) 386 : cluster 0 pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-10-08T22:36:09.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:09 smithi029 bash[24314]: cluster 2023-10-08T22:36:08.819726+0000 mgr.smithi029.golwmn (mgr.14195) 387 : cluster 0 pgmap v347: 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-08T22:36:09.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:09 smithi132 bash[32340]: cluster 2023-10-08T22:36:08.819726+0000 mgr.smithi029.golwmn (mgr.14195) 387 : cluster 0 pgmap v347: 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-08T22:36:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:11 smithi029 bash[24314]: cluster 2023-10-08T22:36:10.820539+0000 mgr.smithi029.golwmn (mgr.14195) 388 : cluster 0 pgmap v348: 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-08T22:36:12.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:11 smithi029 bash[24314]: audit 2023-10-08T22:36:11.686558+0000 mon.smithi029 (mon.0) 951 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:11 smithi132 bash[32340]: cluster 2023-10-08T22:36:10.820539+0000 mgr.smithi029.golwmn (mgr.14195) 388 : cluster 0 pgmap v348: 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-08T22:36:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:11 smithi132 bash[32340]: audit 2023-10-08T22:36:11.686558+0000 mon.smithi029 (mon.0) 951 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:14.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:13 smithi029 bash[24314]: cluster 2023-10-08T22:36:12.822148+0000 mgr.smithi029.golwmn (mgr.14195) 389 : cluster 0 pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-08T22:36:14.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:13 smithi132 bash[32340]: cluster 2023-10-08T22:36:12.822148+0000 mgr.smithi029.golwmn (mgr.14195) 389 : cluster 0 pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 170 B/s wr, 1 op/s 2023-10-08T22:36:16.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:15 smithi029 bash[24314]: cluster 2023-10-08T22:36:14.823631+0000 mgr.smithi029.golwmn (mgr.14195) 390 : cluster 0 pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 426 B/s wr, 1 op/s 2023-10-08T22:36:16.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:15 smithi132 bash[32340]: cluster 2023-10-08T22:36:14.823631+0000 mgr.smithi029.golwmn (mgr.14195) 390 : cluster 0 pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 426 B/s wr, 1 op/s 2023-10-08T22:36:18.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:17 smithi029 bash[24314]: cluster 2023-10-08T22:36:16.824855+0000 mgr.smithi029.golwmn (mgr.14195) 391 : cluster 0 pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T22:36:18.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:17 smithi132 bash[32340]: cluster 2023-10-08T22:36:16.824855+0000 mgr.smithi029.golwmn (mgr.14195) 391 : cluster 0 pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T22:36:19.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:19 smithi029 bash[24314]: cluster 2023-10-08T22:36:18.826635+0000 mgr.smithi029.golwmn (mgr.14195) 392 : cluster 0 pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:36:19.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:19 smithi132 bash[32340]: cluster 2023-10-08T22:36:18.826635+0000 mgr.smithi029.golwmn (mgr.14195) 392 : cluster 0 pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-08T22:36:20.570 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:20 smithi029 bash[24314]: audit 2023-10-08T22:36:20.287922+0000 mon.smithi029 (mon.0) 952 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:36:20.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:20 smithi132 bash[32340]: audit 2023-10-08T22:36:20.287922+0000 mon.smithi029 (mon.0) 952 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:36:21.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:21 smithi029 bash[24314]: cluster 2023-10-08T22:36:20.827550+0000 mgr.smithi029.golwmn (mgr.14195) 393 : cluster 0 pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T22:36:21.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:21 smithi132 bash[32340]: cluster 2023-10-08T22:36:20.827550+0000 mgr.smithi029.golwmn (mgr.14195) 393 : cluster 0 pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-08T22:36:24.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:23 smithi029 bash[24314]: cluster 2023-10-08T22:36:22.829256+0000 mgr.smithi029.golwmn (mgr.14195) 394 : cluster 0 pgmap v354: 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-08T22:36:24.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:23 smithi132 bash[32340]: cluster 2023-10-08T22:36:22.829256+0000 mgr.smithi029.golwmn (mgr.14195) 394 : cluster 0 pgmap v354: 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-08T22:36:26.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:25 smithi029 bash[24314]: cluster 2023-10-08T22:36:24.830857+0000 mgr.smithi029.golwmn (mgr.14195) 395 : cluster 0 pgmap v355: 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-08T22:36:26.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:25 smithi132 bash[32340]: cluster 2023-10-08T22:36:24.830857+0000 mgr.smithi029.golwmn (mgr.14195) 395 : cluster 0 pgmap v355: 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-08T22:36:27.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:27 smithi029 bash[24314]: audit 2023-10-08T22:36:26.333651+0000 mon.smithi029 (mon.0) 953 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:27 smithi029 bash[24314]: audit 2023-10-08T22:36:26.341663+0000 mon.smithi029 (mon.0) 954 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:27 smithi029 bash[24314]: audit 2023-10-08T22:36:26.686991+0000 mon.smithi029 (mon.0) 955 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:27.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:27 smithi029 bash[24314]: cluster 2023-10-08T22:36:26.832230+0000 mgr.smithi029.golwmn (mgr.14195) 396 : cluster 0 pgmap v356: 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-08T22:36:27.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:27 smithi029 bash[24314]: audit 2023-10-08T22:36:27.258584+0000 mon.smithi029 (mon.0) 956 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.821 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:27 smithi029 bash[24314]: audit 2023-10-08T22:36:27.269580+0000 mon.smithi029 (mon.0) 957 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:27 smithi132 bash[32340]: audit 2023-10-08T22:36:26.333651+0000 mon.smithi029 (mon.0) 953 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:27 smithi132 bash[32340]: audit 2023-10-08T22:36:26.341663+0000 mon.smithi029 (mon.0) 954 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:27 smithi132 bash[32340]: audit 2023-10-08T22:36:26.686991+0000 mon.smithi029 (mon.0) 955 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:27.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:27 smithi132 bash[32340]: cluster 2023-10-08T22:36:26.832230+0000 mgr.smithi029.golwmn (mgr.14195) 396 : cluster 0 pgmap v356: 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-08T22:36:27.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:27 smithi132 bash[32340]: audit 2023-10-08T22:36:27.258584+0000 mon.smithi029 (mon.0) 956 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:27.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:27 smithi132 bash[32340]: audit 2023-10-08T22:36:27.269580+0000 mon.smithi029 (mon.0) 957 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:28.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:28 smithi029 bash[24314]: audit 2023-10-08T22:36:27.739007+0000 mon.smithi029 (mon.0) 958 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:36:28.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:28 smithi029 bash[24314]: audit 2023-10-08T22:36:27.740829+0000 mon.smithi029 (mon.0) 959 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:36:28.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:28 smithi029 bash[24314]: cluster 2023-10-08T22:36:27.744516+0000 mgr.smithi029.golwmn (mgr.14195) 397 : cluster 0 pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 187 B/s rd, 93 B/s wr, 0 op/s 2023-10-08T22:36:28.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:28 smithi029 bash[24314]: audit 2023-10-08T22:36:27.749813+0000 mon.smithi029 (mon.0) 960 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:28.821 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:28 smithi029 bash[24314]: audit 2023-10-08T22:36:27.754559+0000 mon.smithi029 (mon.0) 961 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:36:28.821 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:28 smithi029 bash[24314]: audit 2023-10-08T22:36:27.772620+0000 mon.smithi029 (mon.0) 962 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:28.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:28 smithi132 bash[32340]: audit 2023-10-08T22:36:27.739007+0000 mon.smithi029 (mon.0) 958 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:36:28.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:28 smithi132 bash[32340]: audit 2023-10-08T22:36:27.740829+0000 mon.smithi029 (mon.0) 959 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:36:28.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:28 smithi132 bash[32340]: cluster 2023-10-08T22:36:27.744516+0000 mgr.smithi029.golwmn (mgr.14195) 397 : cluster 0 pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 187 B/s rd, 93 B/s wr, 0 op/s 2023-10-08T22:36:28.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:28 smithi132 bash[32340]: audit 2023-10-08T22:36:27.749813+0000 mon.smithi029 (mon.0) 960 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:28.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:28 smithi132 bash[32340]: audit 2023-10-08T22:36:27.754559+0000 mon.smithi029 (mon.0) 961 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:36:28.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:28 smithi132 bash[32340]: audit 2023-10-08T22:36:27.772620+0000 mon.smithi029 (mon.0) 962 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:29.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:29 smithi029 bash[24314]: cluster 2023-10-08T22:36:28.340163+0000 mon.smithi029 (mon.0) 963 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-08T22:36:29.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:29 smithi132 bash[32340]: cluster 2023-10-08T22:36:28.340163+0000 mon.smithi029 (mon.0) 963 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-08T22:36:30.720 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:30 smithi029 bash[24314]: cluster 2023-10-08T22:36:29.746081+0000 mgr.smithi029.golwmn (mgr.14195) 398 : cluster 0 pgmap v358: 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-08T22:36:30.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:30 smithi132 bash[32340]: cluster 2023-10-08T22:36:29.746081+0000 mgr.smithi029.golwmn (mgr.14195) 398 : cluster 0 pgmap v358: 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-08T22:36:33.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:32 smithi029 bash[24314]: cluster 2023-10-08T22:36:31.747529+0000 mgr.smithi029.golwmn (mgr.14195) 399 : cluster 0 pgmap v359: 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-08T22:36:33.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:32 smithi132 bash[32340]: cluster 2023-10-08T22:36:31.747529+0000 mgr.smithi029.golwmn (mgr.14195) 399 : cluster 0 pgmap v359: 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-08T22:36:34.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:34 smithi029 bash[24314]: cluster 2023-10-08T22:36:33.749466+0000 mgr.smithi029.golwmn (mgr.14195) 400 : cluster 0 pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:34.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:34 smithi132 bash[32340]: cluster 2023-10-08T22:36:33.749466+0000 mgr.smithi029.golwmn (mgr.14195) 400 : cluster 0 pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:37.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:36 smithi029 bash[24314]: cluster 2023-10-08T22:36:35.750457+0000 mgr.smithi029.golwmn (mgr.14195) 401 : cluster 0 pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:37.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:36 smithi132 bash[32340]: cluster 2023-10-08T22:36:35.750457+0000 mgr.smithi029.golwmn (mgr.14195) 401 : cluster 0 pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:39.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:38 smithi029 bash[24314]: cluster 2023-10-08T22:36:37.752178+0000 mgr.smithi029.golwmn (mgr.14195) 402 : cluster 0 pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:39.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:38 smithi132 bash[32340]: cluster 2023-10-08T22:36:37.752178+0000 mgr.smithi029.golwmn (mgr.14195) 402 : cluster 0 pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:41.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:40 smithi029 bash[24314]: cluster 2023-10-08T22:36:39.753745+0000 mgr.smithi029.golwmn (mgr.14195) 403 : cluster 0 pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:41.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:40 smithi132 bash[32340]: cluster 2023-10-08T22:36:39.753745+0000 mgr.smithi029.golwmn (mgr.14195) 403 : cluster 0 pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:43.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:42 smithi029 bash[24314]: audit 2023-10-08T22:36:41.692835+0000 mon.smithi029 (mon.0) 964 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:43.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:42 smithi029 bash[24314]: audit 2023-10-08T22:36:41.694911+0000 mon.smithi029 (mon.0) 965 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:43.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:42 smithi029 bash[24314]: cluster 2023-10-08T22:36:41.755043+0000 mgr.smithi029.golwmn (mgr.14195) 404 : cluster 0 pgmap v364: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:43.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:42 smithi132 bash[32340]: audit 2023-10-08T22:36:41.692835+0000 mon.smithi029 (mon.0) 964 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:36:43.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:42 smithi132 bash[32340]: audit 2023-10-08T22:36:41.694911+0000 mon.smithi029 (mon.0) 965 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:43.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:42 smithi132 bash[32340]: cluster 2023-10-08T22:36:41.755043+0000 mgr.smithi029.golwmn (mgr.14195) 404 : cluster 0 pgmap v364: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:44.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:44 smithi029 bash[24314]: cluster 2023-10-08T22:36:43.756808+0000 mgr.smithi029.golwmn (mgr.14195) 405 : cluster 0 pgmap v365: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:44.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:44 smithi132 bash[32340]: cluster 2023-10-08T22:36:43.756808+0000 mgr.smithi029.golwmn (mgr.14195) 405 : cluster 0 pgmap v365: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:47.071 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:46 smithi029 bash[24314]: cluster 2023-10-08T22:36:45.757624+0000 mgr.smithi029.golwmn (mgr.14195) 406 : cluster 0 pgmap v366: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:47.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:46 smithi132 bash[32340]: cluster 2023-10-08T22:36:45.757624+0000 mgr.smithi029.golwmn (mgr.14195) 406 : cluster 0 pgmap v366: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:49.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:48 smithi132 bash[32340]: cluster 2023-10-08T22:36:47.759277+0000 mgr.smithi029.golwmn (mgr.14195) 407 : cluster 0 pgmap v367: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:49.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:48 smithi029 bash[24314]: cluster 2023-10-08T22:36:47.759277+0000 mgr.smithi029.golwmn (mgr.14195) 407 : cluster 0 pgmap v367: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:51.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:50 smithi029 bash[24314]: cluster 2023-10-08T22:36:49.760726+0000 mgr.smithi029.golwmn (mgr.14195) 408 : cluster 0 pgmap v368: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:51.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:50 smithi132 bash[32340]: cluster 2023-10-08T22:36:49.760726+0000 mgr.smithi029.golwmn (mgr.14195) 408 : cluster 0 pgmap v368: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:53.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:52 smithi132 bash[32340]: cluster 2023-10-08T22:36:51.762054+0000 mgr.smithi029.golwmn (mgr.14195) 409 : cluster 0 pgmap v369: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:53.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:52 smithi029 bash[24314]: cluster 2023-10-08T22:36:51.762054+0000 mgr.smithi029.golwmn (mgr.14195) 409 : cluster 0 pgmap v369: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:54.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:54 smithi029 bash[24314]: cluster 2023-10-08T22:36:53.763875+0000 mgr.smithi029.golwmn (mgr.14195) 410 : cluster 0 pgmap v370: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:54.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:54 smithi132 bash[32340]: cluster 2023-10-08T22:36:53.763875+0000 mgr.smithi029.golwmn (mgr.14195) 410 : cluster 0 pgmap v370: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:57.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:56 smithi132 bash[32340]: cluster 2023-10-08T22:36:55.764686+0000 mgr.smithi029.golwmn (mgr.14195) 411 : cluster 0 pgmap v371: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:57.088 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:56 smithi132 bash[32340]: audit 2023-10-08T22:36:56.687889+0000 mon.smithi029 (mon.0) 966 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:57.236 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:56 smithi029 bash[24314]: cluster 2023-10-08T22:36:55.764686+0000 mgr.smithi029.golwmn (mgr.14195) 411 : cluster 0 pgmap v371: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:57.237 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:56 smithi029 bash[24314]: audit 2023-10-08T22:36:56.687889+0000 mon.smithi029 (mon.0) 966 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:36:59.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:36:58 smithi132 bash[32340]: cluster 2023-10-08T22:36:57.766320+0000 mgr.smithi029.golwmn (mgr.14195) 412 : cluster 0 pgmap v372: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:36:59.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:36:58 smithi029 bash[24314]: cluster 2023-10-08T22:36:57.766320+0000 mgr.smithi029.golwmn (mgr.14195) 412 : cluster 0 pgmap v372: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:01.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:00 smithi029 bash[24314]: cluster 2023-10-08T22:36:59.767809+0000 mgr.smithi029.golwmn (mgr.14195) 413 : cluster 0 pgmap v373: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:01.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:00 smithi132 bash[32340]: cluster 2023-10-08T22:36:59.767809+0000 mgr.smithi029.golwmn (mgr.14195) 413 : cluster 0 pgmap v373: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:03.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:02 smithi029 bash[24314]: cluster 2023-10-08T22:37:01.769072+0000 mgr.smithi029.golwmn (mgr.14195) 414 : cluster 0 pgmap v374: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:03.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:02 smithi132 bash[32340]: cluster 2023-10-08T22:37:01.769072+0000 mgr.smithi029.golwmn (mgr.14195) 414 : cluster 0 pgmap v374: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:04.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:04 smithi029 bash[24314]: cluster 2023-10-08T22:37:03.770805+0000 mgr.smithi029.golwmn (mgr.14195) 415 : cluster 0 pgmap v375: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:04.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:04 smithi132 bash[32340]: cluster 2023-10-08T22:37:03.770805+0000 mgr.smithi029.golwmn (mgr.14195) 415 : cluster 0 pgmap v375: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:07.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:06 smithi132 bash[32340]: cluster 2023-10-08T22:37:05.771621+0000 mgr.smithi029.golwmn (mgr.14195) 416 : cluster 0 pgmap v376: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:07.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:06 smithi029 bash[24314]: cluster 2023-10-08T22:37:05.771621+0000 mgr.smithi029.golwmn (mgr.14195) 416 : cluster 0 pgmap v376: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:09.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:08 smithi029 bash[24314]: cluster 2023-10-08T22:37:07.773189+0000 mgr.smithi029.golwmn (mgr.14195) 417 : cluster 0 pgmap v377: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:09.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:08 smithi132 bash[32340]: cluster 2023-10-08T22:37:07.773189+0000 mgr.smithi029.golwmn (mgr.14195) 417 : cluster 0 pgmap v377: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:11.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:10 smithi029 bash[24314]: cluster 2023-10-08T22:37:09.774560+0000 mgr.smithi029.golwmn (mgr.14195) 418 : cluster 0 pgmap v378: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:11.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:10 smithi132 bash[32340]: cluster 2023-10-08T22:37:09.774560+0000 mgr.smithi029.golwmn (mgr.14195) 418 : cluster 0 pgmap v378: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:12.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:11 smithi029 bash[24314]: audit 2023-10-08T22:37:11.688324+0000 mon.smithi029 (mon.0) 967 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:37:12.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:11 smithi132 bash[32340]: audit 2023-10-08T22:37:11.688324+0000 mon.smithi029 (mon.0) 967 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:37:13.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:12 smithi029 bash[24314]: cluster 2023-10-08T22:37:11.775931+0000 mgr.smithi029.golwmn (mgr.14195) 419 : cluster 0 pgmap v379: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:13.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:12 smithi132 bash[32340]: cluster 2023-10-08T22:37:11.775931+0000 mgr.smithi029.golwmn (mgr.14195) 419 : cluster 0 pgmap v379: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:14.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:14 smithi029 bash[24314]: cluster 2023-10-08T22:37:13.777637+0000 mgr.smithi029.golwmn (mgr.14195) 420 : cluster 0 pgmap v380: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:14.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:14 smithi132 bash[32340]: cluster 2023-10-08T22:37:13.777637+0000 mgr.smithi029.golwmn (mgr.14195) 420 : cluster 0 pgmap v380: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:17.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:16 smithi029 bash[24314]: cluster 2023-10-08T22:37:15.778401+0000 mgr.smithi029.golwmn (mgr.14195) 421 : cluster 0 pgmap v381: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:17.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:16 smithi132 bash[32340]: cluster 2023-10-08T22:37:15.778401+0000 mgr.smithi029.golwmn (mgr.14195) 421 : cluster 0 pgmap v381: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:19.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:18 smithi029 bash[24314]: cluster 2023-10-08T22:37:17.780072+0000 mgr.smithi029.golwmn (mgr.14195) 422 : cluster 0 pgmap v382: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:19.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:18 smithi132 bash[32340]: cluster 2023-10-08T22:37:17.780072+0000 mgr.smithi029.golwmn (mgr.14195) 422 : cluster 0 pgmap v382: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:21.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:20 smithi029 bash[24314]: cluster 2023-10-08T22:37:19.781513+0000 mgr.smithi029.golwmn (mgr.14195) 423 : cluster 0 pgmap v383: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:21.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:20 smithi132 bash[32340]: cluster 2023-10-08T22:37:19.781513+0000 mgr.smithi029.golwmn (mgr.14195) 423 : cluster 0 pgmap v383: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:23.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:22 smithi029 bash[24314]: cluster 2023-10-08T22:37:21.782764+0000 mgr.smithi029.golwmn (mgr.14195) 424 : cluster 0 pgmap v384: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:23.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:22 smithi132 bash[32340]: cluster 2023-10-08T22:37:21.782764+0000 mgr.smithi029.golwmn (mgr.14195) 424 : cluster 0 pgmap v384: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:24.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:24 smithi029 bash[24314]: cluster 2023-10-08T22:37:23.784562+0000 mgr.smithi029.golwmn (mgr.14195) 425 : cluster 0 pgmap v385: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:24.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:24 smithi132 bash[32340]: cluster 2023-10-08T22:37:23.784562+0000 mgr.smithi029.golwmn (mgr.14195) 425 : cluster 0 pgmap v385: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:27.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:26 smithi029 bash[24314]: cluster 2023-10-08T22:37:25.785321+0000 mgr.smithi029.golwmn (mgr.14195) 426 : cluster 0 pgmap v386: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:27.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:26 smithi029 bash[24314]: audit 2023-10-08T22:37:26.688794+0000 mon.smithi029 (mon.0) 968 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:37:27.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:26 smithi132 bash[32340]: cluster 2023-10-08T22:37:25.785321+0000 mgr.smithi029.golwmn (mgr.14195) 426 : cluster 0 pgmap v386: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:27.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:26 smithi132 bash[32340]: audit 2023-10-08T22:37:26.688794+0000 mon.smithi029 (mon.0) 968 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:37:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:28 smithi029 bash[24314]: cluster 2023-10-08T22:37:27.787010+0000 mgr.smithi029.golwmn (mgr.14195) 427 : cluster 0 pgmap v387: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:28 smithi029 bash[24314]: audit 2023-10-08T22:37:27.851347+0000 mon.smithi029 (mon.0) 969 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:37:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:28 smithi029 bash[24314]: audit 2023-10-08T22:37:28.231974+0000 mon.smithi029 (mon.0) 970 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:29.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:28 smithi029 bash[24314]: audit 2023-10-08T22:37:28.241441+0000 mon.smithi029 (mon.0) 971 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:28 smithi132 bash[32340]: cluster 2023-10-08T22:37:27.787010+0000 mgr.smithi029.golwmn (mgr.14195) 427 : cluster 0 pgmap v387: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:28 smithi132 bash[32340]: audit 2023-10-08T22:37:27.851347+0000 mon.smithi029 (mon.0) 969 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T22:37:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:28 smithi132 bash[32340]: audit 2023-10-08T22:37:28.231974+0000 mon.smithi029 (mon.0) 970 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:29.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:28 smithi132 bash[32340]: audit 2023-10-08T22:37:28.241441+0000 mon.smithi029 (mon.0) 971 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:31.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:30 smithi029 bash[24314]: cluster 2023-10-08T22:37:29.788521+0000 mgr.smithi029.golwmn (mgr.14195) 428 : cluster 0 pgmap v388: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:31.216 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:30 smithi132 bash[32340]: cluster 2023-10-08T22:37:29.788521+0000 mgr.smithi029.golwmn (mgr.14195) 428 : cluster 0 pgmap v388: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:33.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:32 smithi029 bash[24314]: cluster 2023-10-08T22:37:31.789825+0000 mgr.smithi029.golwmn (mgr.14195) 429 : cluster 0 pgmap v389: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:33.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:32 smithi132 bash[32340]: cluster 2023-10-08T22:37:31.789825+0000 mgr.smithi029.golwmn (mgr.14195) 429 : cluster 0 pgmap v389: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:34.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:34 smithi029 bash[24314]: cluster 2023-10-08T22:37:33.791151+0000 mgr.smithi029.golwmn (mgr.14195) 430 : cluster 0 pgmap v390: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:34.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:34 smithi029 bash[24314]: audit 2023-10-08T22:37:34.356916+0000 mon.smithi029 (mon.0) 972 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:34.820 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:34 smithi029 bash[24314]: audit 2023-10-08T22:37:34.371608+0000 mon.smithi029 (mon.0) 973 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:34.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:34 smithi132 bash[32340]: cluster 2023-10-08T22:37:33.791151+0000 mgr.smithi029.golwmn (mgr.14195) 430 : cluster 0 pgmap v390: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:34.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:34 smithi132 bash[32340]: audit 2023-10-08T22:37:34.356916+0000 mon.smithi029 (mon.0) 972 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:34.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:34 smithi132 bash[32340]: audit 2023-10-08T22:37:34.371608+0000 mon.smithi029 (mon.0) 973 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:34.836800+0000 mon.smithi029 (mon.0) 974 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:34.846428+0000 mon.smithi029 (mon.0) 975 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:35.328772+0000 mon.smithi029 (mon.0) 976 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:37:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:35.330395+0000 mon.smithi029 (mon.0) 977 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:37:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:35.341571+0000 mon.smithi029 (mon.0) 978 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:35.346778+0000 mon.smithi029 (mon.0) 979 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:37:36.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:35 smithi029 bash[24314]: audit 2023-10-08T22:37:35.369595+0000 mon.smithi029 (mon.0) 980 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:34.836800+0000 mon.smithi029 (mon.0) 974 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:34.846428+0000 mon.smithi029 (mon.0) 975 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:35.328772+0000 mon.smithi029 (mon.0) 976 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:35.330395+0000 mon.smithi029 (mon.0) 977 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:35.341571+0000 mon.smithi029 (mon.0) 978 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:35.346778+0000 mon.smithi029 (mon.0) 979 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T22:37:36.331 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:35 smithi132 bash[32340]: audit 2023-10-08T22:37:35.369595+0000 mon.smithi029 (mon.0) 980 : audit 1 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' 2023-10-08T22:37:37.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:36 smithi029 bash[24314]: cluster 2023-10-08T22:37:35.333596+0000 mgr.smithi029.golwmn (mgr.14195) 431 : cluster 0 pgmap v391: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:37.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:36 smithi029 bash[24314]: cluster 2023-10-08T22:37:35.334255+0000 mgr.smithi029.golwmn (mgr.14195) 432 : cluster 0 pgmap v392: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:37.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:36 smithi132 bash[32340]: cluster 2023-10-08T22:37:35.333596+0000 mgr.smithi029.golwmn (mgr.14195) 431 : cluster 0 pgmap v391: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:37.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:36 smithi132 bash[32340]: cluster 2023-10-08T22:37:35.334255+0000 mgr.smithi029.golwmn (mgr.14195) 432 : cluster 0 pgmap v392: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:39.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:38 smithi029 bash[24314]: cluster 2023-10-08T22:37:37.335647+0000 mgr.smithi029.golwmn (mgr.14195) 433 : cluster 0 pgmap v393: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:39.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:38 smithi132 bash[32340]: cluster 2023-10-08T22:37:37.335647+0000 mgr.smithi029.golwmn (mgr.14195) 433 : cluster 0 pgmap v393: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:41.070 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:40 smithi029 bash[24314]: cluster 2023-10-08T22:37:39.337501+0000 mgr.smithi029.golwmn (mgr.14195) 434 : cluster 0 pgmap v394: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:41.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:40 smithi132 bash[32340]: cluster 2023-10-08T22:37:39.337501+0000 mgr.smithi029.golwmn (mgr.14195) 434 : cluster 0 pgmap v394: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:42.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:41 smithi029 bash[24314]: audit 2023-10-08T22:37:41.689030+0000 mon.smithi029 (mon.0) 981 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:37:42.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:41 smithi132 bash[32340]: audit 2023-10-08T22:37:41.689030+0000 mon.smithi029 (mon.0) 981 : audit 0 from='mgr.14195 172.21.15.29:0/3108175800' entity='mgr.smithi029.golwmn' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T22:37:42.403 INFO:teuthology.orchestra.run.smithi029.stderr:mount.nfs: mount system call failed 2023-10-08T22:37:42.405 DEBUG:teuthology.orchestra.run:got remote process result: 32 2023-10-08T22:37:42.406 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/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/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 smithi029 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.29:/foouser /mnt/foo'" 2023-10-08T22:37:42.479 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9dac6f08f81242a88acb5f995295c883 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/git.ceph.com_ceph-c_b92fa67aeb011fadf4711f6e8283e1b2c49e5f45/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 smithi029 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.29:/foouser /mnt/foo'" 2023-10-08T22:37:42.482 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-10-08T22:37:42.495 INFO:tasks.vip:Removing 10.0.15.29 (and any VIPs) on smithi029.front.sepia.ceph.com iface ens1f0... 2023-10-08T22:37:42.495 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr del 10.0.15.29/16 dev ens1f0 2023-10-08T22:37:42.515 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr del 10.0.31.29/16 dev ens1f0 2023-10-08T22:37:42.574 INFO:tasks.vip:Removing 10.0.15.132 (and any VIPs) on smithi132.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T22:37:42.574 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip addr del 10.0.15.132/16 dev enp3s0f1 2023-10-08T22:37:42.592 DEBUG:teuthology.orchestra.run.smithi132:> sudo ip addr del 10.0.31.29/16 dev enp3s0f1 2023-10-08T22:37:42.652 INFO:teuthology.orchestra.run.smithi132.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-08T22:37:42.653 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-08T22:37:42.653 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-08T22:37:42.697 INFO:tasks.cephadm:Teardown begin 2023-10-08T22:37:42.697 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:37:42.711 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:37:42.726 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-08T22:37:42.727 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-08T22:37:42.764 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-08T22:37:42.775 INFO:tasks.cephadm:Stopping all daemons... 2023-10-08T22:37:42.775 INFO:tasks.cephadm.mon.smithi029:Stopping mon.smithi029... 2023-10-08T22:37:42.775 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029 2023-10-08T22:37:42.997 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:42 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 1320553e-6629-11ee-8db5-212e2dc638e7... 2023-10-08T22:37:42.997 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:42 smithi029 bash[24314]: cluster 2023-10-08T22:37:41.338322+0000 mgr.smithi029.golwmn (mgr.14195) 435 : cluster 0 pgmap v395: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:43.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:42 smithi029 bash[24314]: debug 2023-10-08T22:37:42.988+0000 7f1a31919700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi029 -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-08T22:37:43.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Oct 08 22:37:42 smithi029 bash[24314]: debug 2023-10-08T22:37:42.988+0000 7f1a31919700 -1 mon.smithi029@0(leader) e2 *** Got Signal Terminated *** 2023-10-08T22:37:43.335 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:42 smithi132 bash[32340]: cluster 2023-10-08T22:37:41.338322+0000 mgr.smithi029.golwmn (mgr.14195) 435 : cluster 0 pgmap v395: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2023-10-08T22:37:44.277 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi029.service' 2023-10-08T22:37:44.332 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T22:37:44.332 INFO:tasks.cephadm.mon.smithi029:Stopped mon.smithi029 2023-10-08T22:37:44.333 INFO:tasks.cephadm.mon.smithi132:Stopping mon.smithi132... 2023-10-08T22:37:44.333 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi132 2023-10-08T22:37:44.644 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:44 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for 1320553e-6629-11ee-8db5-212e2dc638e7... 2023-10-08T22:37:44.644 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:44 smithi132 bash[32340]: debug 2023-10-08T22:37:44.508+0000 7f908abe8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi132 -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-08T22:37:44.644 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Oct 08 22:37:44 smithi132 bash[32340]: debug 2023-10-08T22:37:44.508+0000 7f908abe8700 -1 mon.smithi132@1(peon) e2 *** Got Signal Terminated *** 2023-10-08T22:37:45.470 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1320553e-6629-11ee-8db5-212e2dc638e7@mon.smithi132.service' 2023-10-08T22:37:45.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-08T22:37:45.519 INFO:tasks.cephadm.mon.smithi132:Stopped mon.smithi132 2023-10-08T22:37:45.520 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-10-08T22:37:45.649 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:38:51.272 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 --force --keep-logs 2023-10-08T22:38:51.396 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:39:49.978 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:39:49.996 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-08T22:39:50.009 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-08T22:39:50.011 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/remote/smithi029/crash 2023-10-08T22:39:50.012 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/crash -- . 2023-10-08T22:39:50.053 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-08T22:39:50.053 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2023-10-08T22:39:50.055 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/remote/smithi132/crash 2023-10-08T22:39:50.056 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/crash -- . 2023-10-08T22:39:50.072 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-08T22:39:50.072 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2023-10-08T22:39:50.073 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-08T22:39:50.073 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-08T22:39:50.113 INFO:teuthology.orchestra.run.smithi029.stderr:grep: /var/log/ceph/1320553e-6629-11ee-8db5-212e2dc638e7/ceph.log: No such file or directory 2023-10-08T22:39:50.114 INFO:tasks.cephadm:Compressing logs... 2023-10-08T22:39:50.115 DEBUG:teuthology.orchestra.run.smithi029:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T22:39:50.159 DEBUG:teuthology.orchestra.run.smithi132:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T22:39:50.173 INFO:teuthology.orchestra.run.smithi029.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-08T22:39:50.174 INFO:teuthology.orchestra.run.smithi132.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-08T22:39:52.621 INFO:tasks.cephadm:Archiving logs... 2023-10-08T22:39:52.621 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/remote/smithi029/log 2023-10-08T22:39:52.622 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-08T22:39:52.982 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/remote/smithi132/log 2023-10-08T22:39:52.982 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-08T22:39:53.282 INFO:tasks.cephadm:Removing cluster... 2023-10-08T22:39:53.283 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 --force 2023-10-08T22:39:53.408 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:39:54.607 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1320553e-6629-11ee-8db5-212e2dc638e7 --force 2023-10-08T22:39:54.735 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: 1320553e-6629-11ee-8db5-212e2dc638e7 2023-10-08T22:39:55.920 INFO:tasks.cephadm:Removing cephadm ... 2023-10-08T22:39:55.920 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-08T22:39:55.928 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-08T22:39:55.935 INFO:tasks.cephadm:Teardown complete 2023-10-08T22:39:55.935 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-08T22:39:55.945 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2023-10-08T22:39:55.945 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_1 2023-10-08T22:39:56.290 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-08T22:39:56.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:56.292 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2023-10-08T22:39:56.292 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_2 2023-10-08T22:39:56.614 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-08T22:39:56.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:56.616 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2023-10-08T22:39:56.617 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_3 2023-10-08T22:39:56.930 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-08T22:39:56.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:56.932 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2023-10-08T22:39:56.932 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_4 2023-10-08T22:39:57.214 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-08T22:39:57.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:57.216 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-10-08T22:39:57.216 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2023-10-08T22:39:57.231 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_1... 2023-10-08T22:39:57.231 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_1 2023-10-08T22:39:57.530 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-08T22:39:57.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:57.532 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_2... 2023-10-08T22:39:57.532 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_2 2023-10-08T22:39:57.837 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-08T22:39:57.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:57.839 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_3... 2023-10-08T22:39:57.840 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_3 2023-10-08T22:39:58.146 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-08T22:39:58.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:58.147 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_4... 2023-10-08T22:39:58.147 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_4 2023-10-08T22:39:58.453 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-08T22:39:58.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:58.456 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-08T22:39:58.456 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/scratch_devs 2023-10-08T22:39:58.471 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-08T22:39:58.482 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-08T22:39:58.483 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-08T22:39:58.485 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-08T22:39:58.502 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2023-10-08T22:39:58.502 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2023-10-08T22:39:58.502 INFO:teuthology.orchestra.run.smithi029.stdout:*hv01.front.sepi 44.4.53.2 2 u 41 64 377 0.087 3.501 0.692 2023-10-08T22:39:58.502 INFO:teuthology.orchestra.run.smithi029.stdout:+hv02.front.sepi 63.231.80.2 3 u 34 64 377 0.110 3.546 0.619 2023-10-08T22:39:58.502 INFO:teuthology.orchestra.run.smithi029.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 64 377 0.089 3.467 0.637 2023-10-08T22:39:58.502 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-10-08T22:39:58.532 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2023-10-08T22:39:58.533 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2023-10-08T22:39:58.533 INFO:teuthology.orchestra.run.smithi132.stdout:*hv01.front.sepi 44.4.53.2 2 u 39 64 377 0.063 -0.515 0.169 2023-10-08T22:39:58.533 INFO:teuthology.orchestra.run.smithi132.stdout:+hv02.front.sepi 63.231.80.2 3 u 43 64 377 0.101 -1.592 0.327 2023-10-08T22:39:58.533 INFO:teuthology.orchestra.run.smithi132.stdout:+hv03.front.sepi 74.6.168.72 3 u 41 64 377 0.109 -1.531 0.139 2023-10-08T22:39:58.533 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-10-08T22:39:58.534 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-08T22:39:58.544 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-08T22:39:58.545 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-08T22:39:58.554 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-08T22:39:58.565 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-08T22:39:58.574 INFO:teuthology.task.internal:Duration was 1455.836951 seconds 2023-10-08T22:39:58.575 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-08T22:39:58.585 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-08T22:39:58.585 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-08T22:39:58.587 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-08T22:39:58.635 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-08T22:39:58.635 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2023-10-08T22:39:58.636 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:39:58.689 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2023-10-08T22:39:58.690 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:39:58.706 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-08T22:39:58.706 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T22:39:58.735 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-08T22:39:58.791 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-08T22:39:58.792 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-08T22:39:58.794 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-08T22:39:58.923 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-08T22:39:58.935 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-08T22:39:58.936 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-08T22:39:58.956 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-08T22:39:58.974 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-08T22:39:59.015 DEBUG:teuthology.orchestra.run.smithi029:> 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-08T22:39:59.018 DEBUG:teuthology.orchestra.run.smithi132:> 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-08T22:39:59.029 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2023-10-08T22:39:59.033 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2023-10-08T22:39:59.057 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-08T22:39:59.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:59.103 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-08T22:39:59.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T22:39:59.109 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-08T22:39:59.122 INFO:teuthology.task.internal:Transferring archived files... 2023-10-08T22:39:59.123 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/remote/smithi029 2023-10-08T22:39:59.123 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-08T22:39:59.173 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144/remote/smithi132 2023-10-08T22:39:59.173 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-08T22:39:59.197 INFO:teuthology.task.internal:Removing archive directory... 2023-10-08T22:39:59.198 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-08T22:39:59.211 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-08T22:39:59.244 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-08T22:39:59.256 INFO:teuthology.task.internal:Not uploading archives. 2023-10-08T22:39:59.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-08T22:39:59.267 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-08T22:39:59.267 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-08T22:39:59.270 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-08T22:39:59.276 INFO:teuthology.orchestra.run.smithi029.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 8 22:39 /home/ubuntu/cephtest 2023-10-08T22:39:59.293 INFO:teuthology.orchestra.run.smithi132.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 8 22:39 /home/ubuntu/cephtest 2023-10-08T22:39:59.295 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-08T22:39:59.311 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-08T22:39:59.334 INFO:teuthology.nuke:Checking targets against current locks 2023-10-08T22:39:59.361 DEBUG:teuthology.nuke:shortname: smithi029 2023-10-08T22:39:59.361 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T22:39:59.388 DEBUG:teuthology.nuke:shortname: smithi132 2023-10-08T22:39:59.388 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T22:39:59.391 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144', '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-08 22:04:35.536045', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-08T22:39:59.413 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-06_23:08:11-orch:cephadm-wip-adk4-testing-2023-10-06-1539-reef-distro-default-smithi/7416144', '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-08 22:04:35.537278', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-08T22:39:59.445 INFO:teuthology.orchestra.console.smithi029:Power off 2023-10-08T22:39:59.446 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-08T22:39:59.463 INFO:teuthology.orchestra.console.smithi132:Power off 2023-10-08T22:39:59.464 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-08T22:39:59.472 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2023-10-08T22:39:59.473 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:39:59.487 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2023-10-08T22:39:59.488 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:39:59.500 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-10-08T22:39:59.513 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-10-08T22:40:03.502 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:40:03.513 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:40:03.614 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-10-08T22:40:03.625 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-10-08T22:40:07.618 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:40:07.626 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:40:07.728 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2023-10-08T22:40:07.737 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-10-08T22:40:07.830 INFO:teuthology.orchestra.console.smithi029:Power off completed 2023-10-08T22:40:11.739 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-08T22:40:11.849 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2023-10-08T22:40:11.950 INFO:teuthology.orchestra.console.smithi132:Power off completed 2023-10-08T22:40:12.054 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: 1455.8369507789612 failure_reason: 'Command failed on smithi029 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c ''mount -t nfs 10.0.31.29:/foouser /mnt/foo''"' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9dac6f08f81242a88acb5f995295c883 status: fail success: false 2023-10-08T22:40:12.054 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T22:40:12.132 INFO:teuthology.run:FAIL