2024-05-06T23:26:59.662 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T23:26:59.662 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515 --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --owner scheduled_adking@teuthology --verbose -- /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/orig.config.yaml 2024-05-06T23:26:59.694 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T23:26:59.781 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515 branch: wip-adk-testing-2024-05-06-0906 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: adking@redhat.com first_in_suite: false job_id: '7694515' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-05-06-0906 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\) log-only-match: - CEPHADM_ sha1: 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 workunit: branch: wip-adk-testing-2024-05-06-0906 sha1: 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9543 sha1: 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-06-0906 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEtgYiTq/Ln2dWCxGYdEqn0xXI9Ky9at+yEjA2s27bl5cyLoV0lUgoBuFuaehlpt7SZRTiDGfSiyZMGr1tEghb0= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH1xWYmsq8S7lY6nsdo0UCBqk97P8yw4ip/Dy5Pv7mi9ZdA7QPlUrIcsrFiegNJq7JsMFMSZ4wIsQv1Q0XC1TPo= 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 --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/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 /foobucket - 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-06_20:43:05 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-06T23:26:59.781 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa; will attempt to use it 2024-05-06T23:26:59.782 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks 2024-05-06T23:26:59.782 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-06T23:26:59.784 INFO:teuthology.task.internal:Checking packages... 2024-05-06T23:26:59.807 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9a2db5c34e52973e67c30d806fe9e5820c5e10c6' 2024-05-06T23:26:59.807 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-06T23:26:59.807 INFO:teuthology.packaging:ref: None 2024-05-06T23:26:59.807 INFO:teuthology.packaging:tag: None 2024-05-06T23:26:59.807 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-06-0906 2024-05-06T23:26:59.807 INFO:teuthology.packaging:sha1: 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 2024-05-06T23:26:59.808 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-05-06-0906 2024-05-06T23:26:59.950 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3567-g9a2db5c3-1jammy 2024-05-06T23:26:59.952 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-06T23:26:59.958 INFO:teuthology.task.internal:no buildpackages task found 2024-05-06T23:26:59.958 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-06T23:26:59.976 INFO:teuthology.task.internal:Saving configuration 2024-05-06T23:26:59.989 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-06T23:26:59.995 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T23:27:00.020 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 23:21:36.544936', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL6gy8mc6CzRg+y+BBZLU5ZBH4752Yhu9B6W1ymeDusp'} 2024-05-06T23:27:00.045 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 23:21:36.543780', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILyK5mxnZwdRqe0P79lmg3EVLQ7Yttxxdeupd/J8DzTJ'} 2024-05-06T23:27:00.045 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-06T23:27:00.051 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-06T23:27:00.051 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-06T23:27:00.051 INFO:teuthology.run_tasks:Running task console_log... 2024-05-06T23:27:00.124 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd311c55430>, signals=[15]) 2024-05-06T23:27:00.124 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T23:27:00.131 INFO:teuthology.task.internal:Opening connections... 2024-05-06T23:27:00.131 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2024-05-06T23:27:00.133 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:27:00.214 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-05-06T23:27:00.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:27:00.290 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T23:27:00.297 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2024-05-06T23:27:00.302 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2024-05-06T23:27:00.302 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2024-05-06T23:27:00.352 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T23:27:00.352 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="Ubuntu" 2024-05-06T23:27:00.352 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="22.04" 2024-05-06T23:27:00.352 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T23:27:00.352 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_CODENAME=jammy 2024-05-06T23:27:00.352 INFO:teuthology.orchestra.run.smithi012.stdout:ID=ubuntu 2024-05-06T23:27:00.353 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE=debian 2024-05-06T23:27:00.353 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T23:27:00.353 INFO:teuthology.orchestra.run.smithi012.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T23:27:00.353 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T23:27:00.353 INFO:teuthology.orchestra.run.smithi012.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T23:27:00.353 INFO:teuthology.orchestra.run.smithi012.stdout:UBUNTU_CODENAME=jammy 2024-05-06T23:27:00.353 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2024-05-06T23:27:00.374 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-05-06T23:27:00.378 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-05-06T23:27:00.379 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-05-06T23:27:00.424 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Ubuntu" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="22.04" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_CODENAME=jammy 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:ID=ubuntu 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE=debian 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T23:27:00.425 INFO:teuthology.orchestra.run.smithi183.stdout:UBUNTU_CODENAME=jammy 2024-05-06T23:27:00.426 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-05-06T23:27:00.449 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T23:27:00.457 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T23:27:00.462 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T23:27:00.463 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2024-05-06T23:27:00.465 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-05-06T23:27:00.471 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T23:27:00.477 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T23:27:00.477 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2024-05-06T23:27:00.510 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-05-06T23:27:00.532 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T23:27:00.585 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T23:27:00.598 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T23:27:00.598 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-06T23:27:00.598 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T23:27:00.599 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T23:27:00.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:27:00.603 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-05-06T23:27:00.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:27:00.604 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-05-06T23:27:00.649 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-56-generic 2024-05-06T23:27:00.649 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.15.0-56-generic 2024-05-06T23:27:00.649 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2024-05-06T23:27:00.654 INFO:teuthology.orchestra.run.smithi012.stdout:5.15.0-56-generic 2024-05-06T23:27:00.654 INFO:teuthology.task.kernel:Running kernel on smithi012: 5.15.0-56-generic 2024-05-06T23:27:00.654 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2024-05-06T23:27:00.780 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-05-06T23:27:00.789 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-05-06T23:27:00.951 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T23:27:00.958 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T23:27:00.968 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T23:27:00.980 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T23:27:01.056 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T23:27:01.056 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T23:27:01.061 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T23:27:01.061 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T23:27:01.186 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,617 kB] 2024-05-06T23:27:01.195 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,617 kB] 2024-05-06T23:27:01.307 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T23:27:01.313 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T23:27:01.314 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [305 kB] 2024-05-06T23:27:01.320 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T23:27:01.321 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T23:27:01.322 INFO:teuthology.orchestra.run.smithi012.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,836 kB] 2024-05-06T23:27:01.325 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [305 kB] 2024-05-06T23:27:01.332 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T23:27:01.333 INFO:teuthology.orchestra.run.smithi183.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T23:27:01.334 INFO:teuthology.orchestra.run.smithi183.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,836 kB] 2024-05-06T23:27:01.359 INFO:teuthology.orchestra.run.smithi012.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [312 kB] 2024-05-06T23:27:01.364 INFO:teuthology.orchestra.run.smithi012.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T23:27:01.364 INFO:teuthology.orchestra.run.smithi012.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T23:27:01.373 INFO:teuthology.orchestra.run.smithi183.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [312 kB] 2024-05-06T23:27:01.378 INFO:teuthology.orchestra.run.smithi183.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T23:27:01.378 INFO:teuthology.orchestra.run.smithi183.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T23:27:01.406 INFO:teuthology.orchestra.run.smithi012.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T23:27:01.406 INFO:teuthology.orchestra.run.smithi012.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T23:27:01.407 INFO:teuthology.orchestra.run.smithi012.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T23:27:01.416 INFO:teuthology.orchestra.run.smithi012.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T23:27:01.416 INFO:teuthology.orchestra.run.smithi012.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T23:27:01.417 INFO:teuthology.orchestra.run.smithi012.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T23:27:01.417 INFO:teuthology.orchestra.run.smithi012.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T23:27:01.419 INFO:teuthology.orchestra.run.smithi183.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T23:27:01.427 INFO:teuthology.orchestra.run.smithi183.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T23:27:01.427 INFO:teuthology.orchestra.run.smithi012.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T23:27:01.427 INFO:teuthology.orchestra.run.smithi012.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T23:27:01.428 INFO:teuthology.orchestra.run.smithi012.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T23:27:01.428 INFO:teuthology.orchestra.run.smithi012.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T23:27:01.429 INFO:teuthology.orchestra.run.smithi012.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T23:27:01.429 INFO:teuthology.orchestra.run.smithi183.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T23:27:01.430 INFO:teuthology.orchestra.run.smithi183.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T23:27:01.434 INFO:teuthology.orchestra.run.smithi183.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T23:27:01.434 INFO:teuthology.orchestra.run.smithi183.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T23:27:01.434 INFO:teuthology.orchestra.run.smithi183.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T23:27:01.435 INFO:teuthology.orchestra.run.smithi012.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T23:27:01.442 INFO:teuthology.orchestra.run.smithi183.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T23:27:01.443 INFO:teuthology.orchestra.run.smithi183.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T23:27:01.444 INFO:teuthology.orchestra.run.smithi183.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T23:27:01.455 INFO:teuthology.orchestra.run.smithi012.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T23:27:01.455 INFO:teuthology.orchestra.run.smithi012.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T23:27:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T23:27:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T23:27:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T23:27:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T23:27:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T23:27:01.488 INFO:teuthology.orchestra.run.smithi012.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T23:27:01.516 INFO:teuthology.orchestra.run.smithi183.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,395 kB] 2024-05-06T23:27:01.772 INFO:teuthology.orchestra.run.smithi012.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,395 kB] 2024-05-06T23:27:01.927 INFO:teuthology.orchestra.run.smithi183.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T23:27:01.942 INFO:teuthology.orchestra.run.smithi012.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [244 kB] 2024-05-06T23:27:01.944 INFO:teuthology.orchestra.run.smithi183.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [244 kB] 2024-05-06T23:27:01.954 INFO:teuthology.orchestra.run.smithi183.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T23:27:01.954 INFO:teuthology.orchestra.run.smithi183.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T23:27:01.956 INFO:teuthology.orchestra.run.smithi012.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T23:27:01.956 INFO:teuthology.orchestra.run.smithi012.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T23:27:02.039 INFO:teuthology.orchestra.run.smithi012.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T23:27:02.041 INFO:teuthology.orchestra.run.smithi012.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T23:27:02.047 INFO:teuthology.orchestra.run.smithi183.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T23:27:02.048 INFO:teuthology.orchestra.run.smithi183.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T23:27:02.048 INFO:teuthology.orchestra.run.smithi012.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T23:27:02.049 INFO:teuthology.orchestra.run.smithi012.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-06T23:27:02.060 INFO:teuthology.orchestra.run.smithi183.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T23:27:02.060 INFO:teuthology.orchestra.run.smithi183.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-06T23:27:02.069 INFO:teuthology.orchestra.run.smithi012.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-06T23:27:02.080 INFO:teuthology.orchestra.run.smithi183.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-06T23:27:02.247 INFO:teuthology.orchestra.run.smithi012.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T23:27:02.265 INFO:teuthology.orchestra.run.smithi183.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T23:27:02.650 INFO:teuthology.orchestra.run.smithi012.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T23:27:02.656 INFO:teuthology.orchestra.run.smithi012.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T23:27:02.657 INFO:teuthology.orchestra.run.smithi012.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T23:27:02.670 INFO:teuthology.orchestra.run.smithi183.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T23:27:02.671 INFO:teuthology.orchestra.run.smithi012.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T23:27:02.673 INFO:teuthology.orchestra.run.smithi012.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T23:27:02.675 INFO:teuthology.orchestra.run.smithi183.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T23:27:02.676 INFO:teuthology.orchestra.run.smithi183.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T23:27:02.689 INFO:teuthology.orchestra.run.smithi183.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T23:27:02.692 INFO:teuthology.orchestra.run.smithi183.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T23:27:07.029 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 13.3 MB in 2s (6,995 kB/s) 2024-05-06T23:27:07.237 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 13.3 MB in 2s (6,798 kB/s) 2024-05-06T23:27:08.401 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-05-06T23:27:08.418 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T23:27:08.478 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-05-06T23:27:08.676 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-05-06T23:27:08.677 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-05-06T23:27:08.699 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-06T23:27:08.717 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T23:27:08.783 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-06T23:27:08.853 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T23:27:08.853 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T23:27:08.853 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T23:27:08.854 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T23:27:08.854 INFO:teuthology.orchestra.run.smithi183.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T23:27:08.854 INFO:teuthology.orchestra.run.smithi183.stdout: python2.7-minimal 2024-05-06T23:27:08.854 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T23:27:08.855 INFO:teuthology.orchestra.run.smithi183.stdout:The following additional packages will be installed: 2024-05-06T23:27:08.856 INFO:teuthology.orchestra.run.smithi183.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T23:27:08.856 INFO:teuthology.orchestra.run.smithi183.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T23:27:08.856 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T23:27:08.857 INFO:teuthology.orchestra.run.smithi183.stdout:Suggested packages: 2024-05-06T23:27:08.857 INFO:teuthology.orchestra.run.smithi183.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T23:27:08.858 INFO:teuthology.orchestra.run.smithi183.stdout:Recommended packages: 2024-05-06T23:27:08.858 INFO:teuthology.orchestra.run.smithi183.stdout: thermald 2024-05-06T23:27:08.897 INFO:teuthology.orchestra.run.smithi183.stdout:The following NEW packages will be installed: 2024-05-06T23:27:08.897 INFO:teuthology.orchestra.run.smithi183.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T23:27:08.897 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T23:27:08.898 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T23:27:08.899 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages will be upgraded: 2024-05-06T23:27:08.900 INFO:teuthology.orchestra.run.smithi183.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T23:27:08.963 INFO:teuthology.orchestra.run.smithi183.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T23:27:08.964 INFO:teuthology.orchestra.run.smithi183.stdout:Need to get 113 MB of archives. 2024-05-06T23:27:08.964 INFO:teuthology.orchestra.run.smithi183.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T23:27:08.964 INFO:teuthology.orchestra.run.smithi183.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T23:27:08.992 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-05-06T23:27:08.992 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-05-06T23:27:09.175 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T23:27:09.175 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T23:27:09.175 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T23:27:09.176 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T23:27:09.176 INFO:teuthology.orchestra.run.smithi012.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T23:27:09.176 INFO:teuthology.orchestra.run.smithi012.stdout: python2.7-minimal 2024-05-06T23:27:09.176 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T23:27:09.177 INFO:teuthology.orchestra.run.smithi012.stdout:The following additional packages will be installed: 2024-05-06T23:27:09.177 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T23:27:09.177 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T23:27:09.178 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T23:27:09.179 INFO:teuthology.orchestra.run.smithi012.stdout:Suggested packages: 2024-05-06T23:27:09.179 INFO:teuthology.orchestra.run.smithi012.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T23:27:09.179 INFO:teuthology.orchestra.run.smithi012.stdout:Recommended packages: 2024-05-06T23:27:09.179 INFO:teuthology.orchestra.run.smithi012.stdout: thermald 2024-05-06T23:27:09.231 INFO:teuthology.orchestra.run.smithi012.stdout:The following NEW packages will be installed: 2024-05-06T23:27:09.231 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T23:27:09.231 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T23:27:09.231 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T23:27:09.233 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages will be upgraded: 2024-05-06T23:27:09.233 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T23:27:09.312 INFO:teuthology.orchestra.run.smithi012.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T23:27:09.312 INFO:teuthology.orchestra.run.smithi012.stdout:Need to get 113 MB of archives. 2024-05-06T23:27:09.312 INFO:teuthology.orchestra.run.smithi012.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T23:27:09.312 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T23:27:09.555 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T23:27:09.865 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T23:27:10.288 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T23:27:10.674 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T23:27:11.606 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T23:27:11.607 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T23:27:11.607 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T23:27:11.849 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T23:27:11.937 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T23:27:12.154 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T23:27:12.155 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T23:27:12.155 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T23:27:12.318 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T23:27:12.326 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 113 MB in 3s (37.4 MB/s) 2024-05-06T23:27:12.347 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T23:27:12.511 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T23:27:12.743 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 113 MB in 3s (36.5 MB/s) 2024-05-06T23:27:12.944 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T23:27:14.505 INFO:teuthology.orchestra.run.smithi183.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 ... 129542 files and directories currently installed.) 2024-05-06T23:27:14.509 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:14.583 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:15.138 INFO:teuthology.orchestra.run.smithi012.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 ... 129542 files and directories currently installed.) 2024-05-06T23:27:15.142 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:15.442 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:16.759 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T23:27:16.780 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:16.863 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:17.413 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T23:27:17.433 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:17.561 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T23:27:17.582 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:17.671 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:17.688 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:18.297 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T23:27:18.318 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:18.355 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:24.172 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T23:27:24.297 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T23:27:24.596 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T23:27:24.725 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T23:27:25.003 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T23:27:25.026 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T23:27:25.078 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T23:27:25.192 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T23:27:25.316 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T23:27:25.683 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T23:27:25.794 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T23:27:26.080 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T23:27:26.103 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T23:27:26.155 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T23:27:30.994 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T23:27:31.031 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:31.069 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:31.701 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T23:27:31.739 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T23:27:31.776 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:33.737 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T23:27:33.863 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T23:27:34.204 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T23:27:34.326 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:34.460 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T23:27:34.466 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T23:27:34.563 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T23:27:34.580 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:34.897 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T23:27:35.043 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:35.169 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T23:27:35.272 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:35.901 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T23:27:35.901 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T23:27:35.901 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T23:27:35.901 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:36.057 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:36.646 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T23:27:36.646 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T23:27:36.646 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T23:27:36.646 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:37.232 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:37.643 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:38.709 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:39.026 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T23:27:39.153 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T23:27:39.279 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:39.336 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T23:27:39.336 INFO:teuthology.orchestra.run.smithi183.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:40.276 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T23:27:40.385 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T23:27:40.487 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T23:27:40.539 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T23:27:40.540 INFO:teuthology.orchestra.run.smithi012.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:53.431 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T23:27:53.431 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub' 2024-05-06T23:27:53.453 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T23:27:53.477 INFO:teuthology.orchestra.run.smithi183.stdout:Generating grub configuration file ... 2024-05-06T23:27:53.734 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T23:27:53.755 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:54.032 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T23:27:54.038 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T23:27:54.106 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T23:27:54.111 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T23:27:54.270 INFO:teuthology.orchestra.run.smithi183.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T23:27:54.270 INFO:teuthology.orchestra.run.smithi183.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T23:27:54.270 INFO:teuthology.orchestra.run.smithi183.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T23:27:54.306 INFO:teuthology.orchestra.run.smithi183.stdout:done 2024-05-06T23:27:54.782 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic 2024-05-06T23:27:54.803 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic 2024-05-06T23:27:54.803 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2024-05-06T23:27:54.803 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 21 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.105.102 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2024-05-06T23:27:54.804 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2024-05-06T23:27:54.804 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T23:27:54.805 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T23:27:54.805 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T23:27:54.805 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-06T23:27:54.805 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T23:27:54.805 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2024-05-06T23:27:54.890 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T23:27:54.890 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub' 2024-05-06T23:27:54.908 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T23:27:54.931 INFO:teuthology.orchestra.run.smithi012.stdout:Generating grub configuration file ... 2024-05-06T23:27:55.016 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-05-06T23:27:55.146 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T23:27:55.146 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T23:27:55.155 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T23:27:55.175 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T23:27:55.193 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T23:27:55.220 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:55.526 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T23:27:55.531 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T23:27:55.605 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T23:27:55.611 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T23:27:55.775 INFO:teuthology.orchestra.run.smithi012.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T23:27:55.776 INFO:teuthology.orchestra.run.smithi012.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T23:27:55.776 INFO:teuthology.orchestra.run.smithi012.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T23:27:55.815 INFO:teuthology.orchestra.run.smithi012.stdout:done 2024-05-06T23:27:56.320 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2024-05-06T23:27:56.340 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2024-05-06T23:27:56.340 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 21 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.15.0.105.102 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2024-05-06T23:27:56.341 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2024-05-06T23:27:56.341 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T23:27:56.342 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T23:27:56.342 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T23:27:56.342 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-06T23:27:56.342 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T23:27:56.342 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2024-05-06T23:27:56.543 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-05-06T23:27:56.562 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T23:27:56.615 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-05-06T23:27:56.622 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-05-06T23:27:56.748 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T23:27:56.770 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T23:27:56.790 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T23:27:56.825 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-05-06T23:27:56.826 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-05-06T23:27:56.869 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T23:27:56.994 INFO:teuthology.orchestra.run.smithi183.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T23:27:56.995 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T23:27:57.033 INFO:teuthology.orchestra.run.smithi183.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T23:27:57.035 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 21 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.105.102 2024-05-06T23:27:57.047 INFO:teuthology.orchestra.run.smithi183.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T23:27:57.048 INFO:teuthology.orchestra.run.smithi183.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T23:27:57.048 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2024-05-06T23:27:57.048 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2024-05-06T23:27:57.048 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2024-05-06T23:27:57.048 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2024-05-06T23:27:57.048 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-05-06T23:27:57.095 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.TO4B059yz8 2024-05-06T23:27:57.095 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub/grub.cfg /tmp/tmp.TO4B059yz8 2024-05-06T23:27:57.159 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.TO4B059yz8 2024-05-06T23:27:57.275 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.TO4B059yz8 is 10KB 2024-05-06T23:27:57.287 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.TO4B059yz8 2024-05-06T23:27:57.291 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T23:27:57.346 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:27:57.347 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T23:27:57.347 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T23:27:57.409 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T23:27:57.410 DEBUG:teuthology.orchestra.run.smithi183:> sudo update-grub 2024-05-06T23:27:58.135 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-06T23:27:58.152 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T23:27:58.216 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-05-06T23:27:58.419 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-05-06T23:27:58.419 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T23:27:58.585 INFO:teuthology.orchestra.run.smithi012.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T23:27:58.586 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T23:27:58.604 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub' 2024-05-06T23:27:58.605 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T23:27:58.609 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-05-06T23:27:58.626 INFO:teuthology.orchestra.run.smithi012.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T23:27:58.628 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 21 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.15.0.105.102 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T23:27:58.640 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T23:27:58.641 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2024-05-06T23:27:58.641 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2024-05-06T23:27:58.641 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2024-05-06T23:27:58.641 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2024-05-06T23:27:58.641 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2024-05-06T23:27:58.688 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.yNKuqHKv4b 2024-05-06T23:27:58.689 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub/grub.cfg /tmp/tmp.yNKuqHKv4b 2024-05-06T23:27:58.745 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.yNKuqHKv4b 2024-05-06T23:27:58.781 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T23:27:58.787 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T23:27:58.865 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.yNKuqHKv4b is 10KB 2024-05-06T23:27:58.878 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.yNKuqHKv4b 2024-05-06T23:27:58.883 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T23:27:58.936 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:27:58.936 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T23:27:58.936 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T23:27:59.004 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T23:27:59.004 DEBUG:teuthology.orchestra.run.smithi012:> sudo update-grub 2024-05-06T23:27:59.016 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T23:27:59.021 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T23:27:59.060 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T23:27:59.065 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T23:27:59.184 INFO:teuthology.orchestra.run.smithi183.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T23:27:59.185 INFO:teuthology.orchestra.run.smithi183.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T23:27:59.185 INFO:teuthology.orchestra.run.smithi183.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T23:27:59.203 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-05-06T23:27:59.213 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-05-06T23:28:00.292 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub' 2024-05-06T23:28:00.294 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T23:28:00.297 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2024-05-06T23:28:00.469 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T23:28:00.476 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T23:28:00.688 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T23:28:00.693 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T23:28:00.733 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T23:28:00.738 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T23:28:00.846 INFO:teuthology.orchestra.run.smithi012.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T23:28:00.846 INFO:teuthology.orchestra.run.smithi012.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T23:28:00.846 INFO:teuthology.orchestra.run.smithi012.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T23:28:00.862 INFO:teuthology.orchestra.run.smithi012.stderr:done 2024-05-06T23:28:00.871 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2024-05-06T23:28:29.242 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-06T23:28:29.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-06T23:28:29.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:28:30.875 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-06T23:28:30.876 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-06T23:28:30.876 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:29:29.305 DEBUG:teuthology.orchestra.remote:timed out 2024-05-06T23:29:30.878 DEBUG:teuthology.orchestra.remote:timed out 2024-05-06T23:29:38.311 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-06T23:29:38.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:29:38.816 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-05-06T23:29:39.691 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-06T23:29:39.692 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-06T23:29:39.692 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-05-06T23:29:39.737 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-105-generic 2024-05-06T23:29:39.737 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T23:29:39.737 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T23:29:39.737 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T23:29:39.882 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-06T23:29:39.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:29:40.440 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-05-06T23:29:40.738 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T23:29:40.738 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T23:29:40.847 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2024-05-06T23:29:40.875 DEBUG:teuthology.parallel:result is None 2024-05-06T23:29:41.198 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-06T23:29:41.198 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-06T23:29:41.198 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-05-06T23:29:41.204 INFO:teuthology.orchestra.run.smithi012.stdout:5.15.0-105-generic 2024-05-06T23:29:41.204 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T23:29:41.204 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T23:29:41.204 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T23:29:42.205 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T23:29:42.205 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T23:29:42.294 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2024-05-06T23:29:42.312 DEBUG:teuthology.parallel:result is None 2024-05-06T23:29:42.313 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T23:29:42.320 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T23:29:42.320 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T23:29:42.323 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T23:29:42.329 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T23:29:42.457 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T23:29:42.467 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T23:29:42.467 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T23:29:42.469 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T23:29:42.496 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T23:29:42.502 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T23:29:42.502 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:29:42.532 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:29:42.563 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T23:29:42.570 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T23:29:42.685 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T23:29:42.693 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T23:29:42.695 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T23:29:42.702 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T23:29:42.702 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T23:29:42.704 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T23:29:42.723 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T23:29:42.732 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T23:29:42.732 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T23:29:42.768 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T23:29:42.773 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T23:29:42.819 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T23:29:42.867 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:29:42.867 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T23:29:42.932 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T23:29:42.938 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T23:29:42.989 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:29:42.990 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T23:29:43.056 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2024-05-06T23:29:43.058 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2024-05-06T23:29:43.136 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T23:29:43.143 INFO:teuthology.task.internal:Starting timer... 2024-05-06T23:29:43.144 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T23:29:43.154 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T23:29:43.162 DEBUG:teuthology.task.selinux:Excluding smithi012: OS 'ubuntu' does not support SELinux 2024-05-06T23:29:43.162 DEBUG:teuthology.task.selinux:Excluding smithi183: OS 'ubuntu' does not support SELinux 2024-05-06T23:29:43.162 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T23:29:43.162 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-06T23:29:43.162 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T23:29:43.163 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T23:29:43.171 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T23:29:43.188 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'}]}] 2024-05-06T23:29:43.189 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T23:38:01.270 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2024-05-06T23:38:01.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-06T23:38:01.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:38:01.355 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-05-06T23:38:01.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-06T23:38:01.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-06T23:38:01.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T23:38:01.512 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-05-06T23:38:01.594 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-06T23:38:01.595 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T23:38:01.606 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T23:38:01.606 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T23:38:01.606 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:38:01.609 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T23:38:01.609 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:38:01.637 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Command line: ntpd -gq 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: ---------------------------------------------------- 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: corporation. Support and training for ntp-4 are 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: available at https://www.nwtime.org/support 2024-05-06T23:38:01.638 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: ---------------------------------------------------- 2024-05-06T23:38:01.639 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: proto: precision = 0.067 usec (-24) 2024-05-06T23:38:01.639 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: basedate set to 2022-02-04 2024-05-06T23:38:01.639 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: gps base set to 2022-02-06 (week 2196) 2024-05-06T23:38:01.639 INFO:teuthology.orchestra.run.smithi012.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T23:38:01.640 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T23:38:01.640 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T23:38:01.640 INFO:teuthology.orchestra.run.smithi012.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listen normally on 3 ens1f0 172.21.15.12:123 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listen normally on 4 lo [::1]:123 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:25ea%3]:123 2024-05-06T23:38:01.641 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:01 ntpd[17225]: Listening on routing socket on fd #22 for interface updates 2024-05-06T23:38:01.665 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T23:38:01.665 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Command line: ntpd -gq 2024-05-06T23:38:01.666 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: ---------------------------------------------------- 2024-05-06T23:38:01.666 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T23:38:01.666 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T23:38:01.666 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: corporation. Support and training for ntp-4 are 2024-05-06T23:38:01.666 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: available at https://www.nwtime.org/support 2024-05-06T23:38:01.666 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: ---------------------------------------------------- 2024-05-06T23:38:01.667 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: proto: precision = 0.060 usec (-24) 2024-05-06T23:38:01.667 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: basedate set to 2022-02-04 2024-05-06T23:38:01.667 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: gps base set to 2022-02-06 (week 2196) 2024-05-06T23:38:01.667 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T23:38:01.667 INFO:teuthology.orchestra.run.smithi183.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T23:38:01.667 INFO:teuthology.orchestra.run.smithi183.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T23:38:01.668 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T23:38:01.668 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T23:38:01.668 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T23:38:01.668 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T23:38:01.668 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listen normally on 3 enp3s0f1 172.21.15.183:123 2024-05-06T23:38:01.668 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listen normally on 4 lo [::1]:123 2024-05-06T23:38:01.669 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8085%5]:123 2024-05-06T23:38:01.669 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:01 ntpd[17275]: Listening on routing socket on fd #22 for interface updates 2024-05-06T23:38:02.638 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:02 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:02.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:02 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:02.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:02 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:02.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:02 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:02.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:02 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:02.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:02 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:03.638 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:03 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:03.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:03 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:03.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:03 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:03.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:03 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:03.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:03 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:03.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:03 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:04.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:04 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:04.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:04 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:04.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:04 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:05.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:05 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:05.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:05 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:05 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:05.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:05 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:05.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:05.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:05.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:05.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:05.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:05 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:06.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:06.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:06.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:06.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:06.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:06.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:06 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:06.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:06 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:06.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:06 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:06.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:06 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:06.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:06 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:06.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:06 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:06.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:06 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:07.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:07.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:07 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:07.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:07.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:07 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:07.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:07 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:07.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:07 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:07.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:07.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:07 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:08.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:08.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:08.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:08.639 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stdout: 6 May 23:38:08 ntpd[17225]: ntpd: time slew +0.000092 s 2024-05-06T23:38:08.640 INFO:teuthology.orchestra.run.smithi012.stdout:ntpd: time slew +0.000092s 2024-05-06T23:38:08.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T23:38:08.641 INFO:teuthology.orchestra.run.smithi012.stderr: 6 May 23:38:08 ntpd[17225]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T23:38:08.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:08 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:08.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:08 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:08.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:08 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:08.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:08 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:08.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:08 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:08.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:08 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:08.693 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T23:38:08.693 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2024-05-06T23:38:08.693 INFO:teuthology.orchestra.run.smithi012.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:08.693 INFO:teuthology.orchestra.run.smithi012.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:08.693 INFO:teuthology.orchestra.run.smithi012.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:08.693 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:09.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:09.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:09 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:10.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:10 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:10.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:10 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:10.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:10 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:10.666 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:10 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:10.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:10 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:10.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:10 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T23:38:11.667 INFO:teuthology.orchestra.run.smithi183.stdout: 6 May 23:38:11 ntpd[17275]: ntpd: time slew -0.000021 s 2024-05-06T23:38:11.668 INFO:teuthology.orchestra.run.smithi183.stdout:ntpd: time slew -0.000021s 2024-05-06T23:38:11.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T23:38:11.668 INFO:teuthology.orchestra.run.smithi183.stderr: 6 May 23:38:11 ntpd[17275]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T23:38:11.712 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T23:38:11.712 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2024-05-06T23:38:11.712 INFO:teuthology.orchestra.run.smithi183.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:11.712 INFO:teuthology.orchestra.run.smithi183.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:11.712 INFO:teuthology.orchestra.run.smithi183.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:11.712 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T23:38:11.713 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-06T23:38:11.723 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-06T23:38:11.723 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:38:11.723 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T23:38:11.729 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-06T23:38:11.730 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_1 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:33:40.337292583 +0000 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:33:40.089294792 +0000 2024-05-06T23:38:11.778 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:33:40.089294792 +0000 2024-05-06T23:38:11.779 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:38:11.779 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T23:38:11.832 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:38:11.833 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:38:11.833 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000388867 s, 1.3 MB/s 2024-05-06T23:38:11.834 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T23:38:11.883 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_2 2024-05-06T23:38:11.929 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:33:40.825288234 +0000 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:33:40.585290373 +0000 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:33:40.585290373 +0000 2024-05-06T23:38:11.930 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:38:11.930 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T23:38:11.984 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:38:11.984 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:38:11.984 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000353983 s, 1.4 MB/s 2024-05-06T23:38:11.986 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T23:38:12.035 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_3 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:33:41.325283780 +0000 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:33:41.057286168 +0000 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:33:41.057286168 +0000 2024-05-06T23:38:12.082 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:38:12.083 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T23:38:12.136 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:38:12.136 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:38:12.136 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000369282 s, 1.4 MB/s 2024-05-06T23:38:12.137 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T23:38:12.187 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_4 2024-05-06T23:38:12.233 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T23:38:12.233 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:12.234 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-05-06T23:38:12.234 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:12.234 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:33:41.805279503 +0000 2024-05-06T23:38:12.234 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:33:41.553281748 +0000 2024-05-06T23:38:12.234 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:33:41.553281748 +0000 2024-05-06T23:38:12.234 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:38:12.234 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T23:38:12.288 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:38:12.288 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:38:12.288 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000380434 s, 1.3 MB/s 2024-05-06T23:38:12.289 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T23:38:12.339 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:38:12.465 INFO:teuthology.orchestra.run.smithi012.stdout:loop 2024-05-06T23:38:12.467 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_1... 2024-05-06T23:38:12.467 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:38:12.485 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-05-06T23:38:12.505 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_11 2024-05-06T23:38:12.522 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_2... 2024-05-06T23:38:12.522 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:38:12.585 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-05-06T23:38:12.606 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_21 2024-05-06T23:38:12.624 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_3... 2024-05-06T23:38:12.624 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:38:12.685 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-05-06T23:38:12.706 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_31 2024-05-06T23:38:12.722 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_4... 2024-05-06T23:38:12.722 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:38:12.782 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-05-06T23:38:12.804 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_41 2024-05-06T23:38:12.820 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:38:12.820 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T23:38:12.865 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme list 2024-05-06T23:38:12.918 INFO:teuthology.orchestra.run.smithi012.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-06T23:38:12.918 INFO:teuthology.orchestra.run.smithi012.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-06T23:38:12.919 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme0n1 CVFT5331005J400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-06T23:38:12.919 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme1n1 8a4e5c86d08614569096 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:12.919 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme2n1 bd8d4cc9f0e8fcb2e4af Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:12.919 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme3n1 ff22ae390b4c59d8d68c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:12.919 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme4n1 6171c023d458949827d9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:12.920 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-06T23:38:12.920 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:38:12.920 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/scratch_devs 2024-05-06T23:38:12.973 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:38:12.973 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T23:38:12.979 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-06T23:38:12.979 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_1 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:33:37.045889439 +0000 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:33:36.789891723 +0000 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:33:36.789891723 +0000 2024-05-06T23:38:13.027 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:38:13.028 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T23:38:13.081 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:38:13.081 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:38:13.082 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000383527 s, 1.3 MB/s 2024-05-06T23:38:13.083 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T23:38:13.132 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_2 2024-05-06T23:38:13.178 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T23:38:13.178 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:13.178 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-06T23:38:13.179 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:13.179 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:33:37.517885229 +0000 2024-05-06T23:38:13.179 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:33:37.265887476 +0000 2024-05-06T23:38:13.179 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:33:37.265887476 +0000 2024-05-06T23:38:13.179 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:38:13.179 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T23:38:13.232 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:38:13.233 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:38:13.233 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000356448 s, 1.4 MB/s 2024-05-06T23:38:13.234 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T23:38:13.284 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_3 2024-05-06T23:38:13.330 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T23:38:13.330 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:13.330 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-05-06T23:38:13.331 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:13.331 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:33:38.037880589 +0000 2024-05-06T23:38:13.331 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:33:37.749883159 +0000 2024-05-06T23:38:13.331 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:33:37.749883159 +0000 2024-05-06T23:38:13.331 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:38:13.331 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T23:38:13.385 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:38:13.385 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:38:13.385 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000387853 s, 1.3 MB/s 2024-05-06T23:38:13.386 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T23:38:13.436 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_4 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:33:38.517876308 +0000 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:33:38.265878556 +0000 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:33:38.265878556 +0000 2024-05-06T23:38:13.483 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:38:13.484 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T23:38:13.536 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:38:13.536 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:38:13.536 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000287756 s, 1.8 MB/s 2024-05-06T23:38:13.537 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T23:38:13.583 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:38:13.791 INFO:teuthology.orchestra.run.smithi183.stdout:loop 2024-05-06T23:38:13.793 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_1... 2024-05-06T23:38:13.793 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:38:13.811 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-05-06T23:38:13.830 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_11 2024-05-06T23:38:13.848 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_2... 2024-05-06T23:38:13.848 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:38:13.910 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-05-06T23:38:13.931 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_21 2024-05-06T23:38:13.946 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_3... 2024-05-06T23:38:13.947 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:38:14.006 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-05-06T23:38:14.025 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_31 2024-05-06T23:38:14.042 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_4... 2024-05-06T23:38:14.043 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:38:14.102 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-05-06T23:38:14.123 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_41 2024-05-06T23:38:14.140 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:38:14.140 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T23:38:14.186 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme list 2024-05-06T23:38:14.239 INFO:teuthology.orchestra.run.smithi183.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-06T23:38:14.239 INFO:teuthology.orchestra.run.smithi183.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-06T23:38:14.239 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme0n1 PHFT620500QJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-06T23:38:14.239 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme1n1 ecf5b1369356ee65ea41 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:14.239 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme2n1 bb7aa7df9f7e2dc8434b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:14.240 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme3n1 cac0a14dde3e0a2dbd48 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:14.240 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme4n1 b4fe0cbf67ee6451dede Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-06T23:38:14.240 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-06T23:38:14.241 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:38:14.241 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/scratch_devs 2024-05-06T23:38:14.292 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T23:38:14.393 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '9a2db5c34e52973e67c30d806fe9e5820c5e10c6'} 2024-05-06T23:38:14.393 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 2024-05-06T23:38:14.394 INFO:tasks.cephadm:Cluster fsid is b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:38:14.394 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T23:38:14.394 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-06T23:38:14.394 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi012': '172.21.15.12', 'mon.smithi183': '172.21.15.183'} 2024-05-06T23:38:14.394 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T23:38:14.394 DEBUG:teuthology.orchestra.run.smithi012:> sudo hostname $(hostname -s) 2024-05-06T23:38:14.409 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2024-05-06T23:38:14.423 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T23:38:14.423 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9a2db5c34e52973e67c30d806fe9e5820c5e10c6 2024-05-06T23:38:14.641 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9a2db5c34e52973e67c30d806fe9e5820c5e10c6', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79129/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3567-g9a2db5c3', 'node_name': '172.21.15.15+smithi015', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3567-g9a2db5c3-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-06-0906/9a2db5c34e52973e67c30d806fe9e5820c5e10c6/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-06 20:08:42.504935', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-06-0906', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-06-0906/9a2db5c34e52973e67c30d806fe9e5820c5e10c6/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-06T23:38:14.782 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-06-0906, sha1 9a2db5c34e52973e67c30d806fe9e5820c5e10c6 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=9a2db5c34e52973e67c30d806fe9e5820c5e10c6 2024-05-06T23:38:14.783 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-06-0906/9a2db5c34e52973e67c30d806fe9e5820c5e10c6/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-06T23:38:14.783 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-06-0906/9a2db5c34e52973e67c30d806fe9e5820c5e10c6/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-06T23:38:14.784 DEBUG:teuthology.orchestra.run.smithi012:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-06-0906/9a2db5c34e52973e67c30d806fe9e5820c5e10c6/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T23:38:15.288 INFO:teuthology.orchestra.run.smithi012.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790494 May 6 23:38 /home/ubuntu/cephtest/cephadm 2024-05-06T23:38:15.288 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-06-0906/9a2db5c34e52973e67c30d806fe9e5820c5e10c6/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T23:38:15.808 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790494 May 6 23:38 /home/ubuntu/cephtest/cephadm 2024-05-06T23:38:15.808 DEBUG:teuthology.orchestra.run.smithi012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T23:38:15.815 DEBUG:teuthology.orchestra.run.smithi183:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T23:38:15.832 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 on all hosts... 2024-05-06T23:38:15.833 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 pull 2024-05-06T23:38:15.859 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 pull 2024-05-06T23:38:16.026 INFO:teuthology.orchestra.run.smithi012.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6... 2024-05-06T23:38:16.031 INFO:teuthology.orchestra.run.smithi183.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6... 2024-05-06T23:39:29.074 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-05-06T23:39:29.074 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph_version": "ceph version 19.0.0-3567-g9a2db5c3 (9a2db5c34e52973e67c30d806fe9e5820c5e10c6) squid (dev)", 2024-05-06T23:39:29.074 INFO:teuthology.orchestra.run.smithi012.stdout: "image_id": "454210e711fb9ca4ad7d2fa2348f56297b8d897ded4ffd1b58cc40aa51a6d887", 2024-05-06T23:39:29.074 INFO:teuthology.orchestra.run.smithi012.stdout: "repo_digests": [ 2024-05-06T23:39:29.074 INFO:teuthology.orchestra.run.smithi012.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f9326fe0356cdd8e5d9d0bca5a7d1a1f18c120fd13b7510a561703c61d415fe" 2024-05-06T23:39:29.074 INFO:teuthology.orchestra.run.smithi012.stdout: ] 2024-05-06T23:39:29.075 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-05-06T23:39:33.323 INFO:teuthology.orchestra.run.smithi183.stdout:{ 2024-05-06T23:39:33.323 INFO:teuthology.orchestra.run.smithi183.stdout: "ceph_version": "ceph version 19.0.0-3567-g9a2db5c3 (9a2db5c34e52973e67c30d806fe9e5820c5e10c6) squid (dev)", 2024-05-06T23:39:33.323 INFO:teuthology.orchestra.run.smithi183.stdout: "image_id": "454210e711fb9ca4ad7d2fa2348f56297b8d897ded4ffd1b58cc40aa51a6d887", 2024-05-06T23:39:33.323 INFO:teuthology.orchestra.run.smithi183.stdout: "repo_digests": [ 2024-05-06T23:39:33.323 INFO:teuthology.orchestra.run.smithi183.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f9326fe0356cdd8e5d9d0bca5a7d1a1f18c120fd13b7510a561703c61d415fe" 2024-05-06T23:39:33.323 INFO:teuthology.orchestra.run.smithi183.stdout: ] 2024-05-06T23:39:33.324 INFO:teuthology.orchestra.run.smithi183.stdout:} 2024-05-06T23:39:33.371 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /etc/ceph 2024-05-06T23:39:33.386 DEBUG:teuthology.orchestra.run.smithi183:> sudo mkdir -p /etc/ceph 2024-05-06T23:39:33.400 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 777 /etc/ceph 2024-05-06T23:39:33.441 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 777 /etc/ceph 2024-05-06T23:39:33.453 INFO:tasks.cephadm:Writing seed config... 2024-05-06T23:39:33.454 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T23:39:33.455 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-05-06T23:39:33.456 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:39:33.456 DEBUG:teuthology.orchestra.run.smithi012:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T23:39:33.490 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 to file = true 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 = b50f1384-0c01-11ef-bc97-c7b262605968 [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 2024-05-06T23:39:33.490 DEBUG:teuthology.orchestra.run.smithi012:mon.smithi012> sudo journalctl -f -n 0 -u ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012.service 2024-05-06T23:39:33.535 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T23:39:33.535 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 -v bootstrap --fsid b50f1384-0c01-11ef-bc97-c7b262605968 --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.12 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:39:33.752 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-05-06T23:39:33.752 INFO:teuthology.orchestra.run.smithi012.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6', '-v', 'bootstrap', '--fsid', 'b50f1384-0c01-11ef-bc97-c7b262605968', '--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.12', '--skip-admin-label'] 2024-05-06T23:39:33.752 INFO:teuthology.orchestra.run.smithi012.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T23:39:33.753 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying podman|docker is present... 2024-05-06T23:39:33.753 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying lvm2 is present... 2024-05-06T23:39:33.753 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying time synchronization is in place... 2024-05-06T23:39:33.757 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T23:39:33.757 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T23:39:33.762 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T23:39:33.762 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.766 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T23:39:33.766 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T23:39:33.770 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T23:39:33.770 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.774 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T23:39:33.774 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout masked 2024-05-06T23:39:33.777 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T23:39:33.777 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.781 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T23:39:33.781 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T23:39:33.785 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T23:39:33.785 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.789 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout enabled 2024-05-06T23:39:33.794 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout active 2024-05-06T23:39:33.794 INFO:teuthology.orchestra.run.smithi012.stdout:Unit ntp.service is enabled and running 2024-05-06T23:39:33.794 INFO:teuthology.orchestra.run.smithi012.stdout:Repeating the final host check... 2024-05-06T23:39:33.794 INFO:teuthology.orchestra.run.smithi012.stdout:docker (/usr/bin/docker) is present 2024-05-06T23:39:33.794 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl is present 2024-05-06T23:39:33.794 INFO:teuthology.orchestra.run.smithi012.stdout:lvcreate is present 2024-05-06T23:39:33.797 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T23:39:33.797 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T23:39:33.801 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T23:39:33.801 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.804 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T23:39:33.805 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T23:39:33.808 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T23:39:33.808 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.812 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T23:39:33.812 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout masked 2024-05-06T23:39:33.815 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T23:39:33.815 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.819 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T23:39:33.819 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T23:39:33.823 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T23:39:33.823 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-05-06T23:39:33.827 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout enabled 2024-05-06T23:39:33.831 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout active 2024-05-06T23:39:33.831 INFO:teuthology.orchestra.run.smithi012.stdout:Unit ntp.service is enabled and running 2024-05-06T23:39:33.831 INFO:teuthology.orchestra.run.smithi012.stdout:Host looks OK 2024-05-06T23:39:33.831 INFO:teuthology.orchestra.run.smithi012.stdout:Cluster fsid: b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:33.831 INFO:teuthology.orchestra.run.smithi012.stdout:Acquiring lock 139893540676864 on /run/cephadm/b50f1384-0c01-11ef-bc97-c7b262605968.lock 2024-05-06T23:39:33.832 INFO:teuthology.orchestra.run.smithi012.stdout:Lock 139893540676864 acquired on /run/cephadm/b50f1384-0c01-11ef-bc97-c7b262605968.lock 2024-05-06T23:39:33.832 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying IP 172.21.15.12 port 3300 ... 2024-05-06T23:39:33.832 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying IP 172.21.15.12 port 6789 ... 2024-05-06T23:39:33.832 INFO:teuthology.orchestra.run.smithi012.stdout:Base mon IP(s) is [172.21.15.12:3300, 172.21.15.12:6789], mon addrv is [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-05-06T23:39:33.834 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-06T23:39:33.834 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-06T23:39:33.835 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.12 2024-05-06T23:39:33.837 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T23:39:33.837 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-06T23:39:33.837 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1780sec hoplimit 64 pref medium 2024-05-06T23:39:33.839 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:25ea/64 scope link 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-05-06T23:39:33.840 INFO:teuthology.orchestra.run.smithi012.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-06T23:39:33.841 INFO:teuthology.orchestra.run.smithi012.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T23:39:33.841 INFO:teuthology.orchestra.run.smithi012.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6... 2024-05-06T23:39:34.132 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout 9a2db5c34e52973e67c30d806fe9e5820c5e10c6: Pulling from ceph-ci/ceph 2024-05-06T23:39:34.132 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout Digest: sha256:8f9326fe0356cdd8e5d9d0bca5a7d1a1f18c120fd13b7510a561703c61d415fe 2024-05-06T23:39:34.132 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 2024-05-06T23:39:34.132 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 2024-05-06T23:39:35.578 INFO:teuthology.orchestra.run.smithi012.stdout:ceph: stdout ceph version 19.0.0-3567-g9a2db5c3 (9a2db5c34e52973e67c30d806fe9e5820c5e10c6) squid (dev) 2024-05-06T23:39:35.578 INFO:teuthology.orchestra.run.smithi012.stdout:Ceph version: ceph version 19.0.0-3567-g9a2db5c3 (9a2db5c34e52973e67c30d806fe9e5820c5e10c6) squid (dev) 2024-05-06T23:39:35.578 INFO:teuthology.orchestra.run.smithi012.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T23:39:36.797 INFO:teuthology.orchestra.run.smithi012.stdout:stat: stdout 167 167 2024-05-06T23:39:36.798 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial keys... 2024-05-06T23:39:38.085 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQA5ajlmHOycHhAAa7IlQvUmy+B3IrK7Yyhitw== 2024-05-06T23:39:39.323 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQA6ajlm2vL9MBAA/Ejc3iBPjPYgscwTQ9L2Fg== 2024-05-06T23:39:40.619 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQA8ajlmweFwAxAAARD91QiKVtY3QSRNC9ikfA== 2024-05-06T23:39:40.620 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial monmap... 2024-05-06T23:39:41.917 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T23:39:41.917 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:monmaptool for smithi012 [v2:172.21.15.12:3300,v1:172.21.15.12:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:setting min_mon_release = quincy 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: set fsid to b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:39:41.918 INFO:teuthology.orchestra.run.smithi012.stdout:Creating mon... 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.652+0000 7fadab0ccc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.652+0000 7fadab0ccc80 1 imported monmap: 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-06T23:39:43.232 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.652+0000 7fadab0ccc80 0 /usr/bin/ceph-mon: set fsid to b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Git sha 0 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Compile date 2024-05-06 14:53:59 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: DB SUMMARY 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: DB Session ID: NF1KHEON8AKFOEWZ3L8K 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi012/store.db dir, Total Num: 0, files: 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi012/store.db: 2024-05-06T23:39:43.233 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.create_if_missing: 1 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.env: 0x55a8a5e26cc0 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.info_log: 0x55a8a6704f20 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.statistics: (nil) 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.use_fsync: 0 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T23:39:43.234 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.db_log_dir: 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.wal_dir: 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T23:39:43.235 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.write_buffer_manager: 0x55a8a66d4aa0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.unordered_write: 0 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T23:39:43.236 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.row_cache: None 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.wal_filter: None 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.wal_compression: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T23:39:43.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T23:39:43.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_open_files: -1 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Compression algorithms supported: 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kZSTD supported: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T23:39:43.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi012/store.db/MANIFEST-000001 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T23:39:43.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.merge_operator: 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_filter: None 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a8a6705100) 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-06T23:39:43.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55a8a67071f0 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-06T23:39:43.242 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.243 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression: NoCompression 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.num_levels: 7 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T23:39:43.244 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T23:39:43.245 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T23:39:43.246 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T23:39:43.247 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.ttl: 2592000 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T23:39:43.248 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi012/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 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.249 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2fd84c78-3d6d-4804-b9c2-faf268a001a1 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.656+0000 7fadab0ccc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fadab0ccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a8a67fe000 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fadab0ccc80 4 rocksdb: DB pointer 0x55a8a67ee000 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fad9b22b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fad9b22b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.250 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.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) 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.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) 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T23:39:43.251 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.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 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55a8a67071f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fadab0ccc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fadab0ccc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-06T23:39:43.252 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T23:39:42.660+0000 7fadab0ccc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi012 for mon.smithi012 2024-05-06T23:39:43.253 INFO:teuthology.orchestra.run.smithi012.stdout:create mon.smithi012 on 2024-05-06T23:39:43.673 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-06T23:39:43.898 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b50f1384-0c01-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968.target. 2024-05-06T23:39:43.898 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b50f1384-0c01-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968.target. 2024-05-06T23:39:44.172 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012 2024-05-06T23:39:44.172 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012.service: Unit ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012.service not loaded. 2024-05-06T23:39:44.365 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968.target.wants/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012.service -> /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service. 2024-05-06T23:39:44.375 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-06T23:39:44.375 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T23:39:44.376 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mon to start... 2024-05-06T23:39:44.376 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mon... 2024-05-06T23:39:45.840 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:45 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.670421+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-05-06T23:39:46.366 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T23:39:46.366 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout id: b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:46.366 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout services: 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi012 (age 0.152941s) 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout data: 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:mon is available 2024-05-06T23:39:46.367 INFO:teuthology.orchestra.run.smithi012.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T23:39:46.934 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.673887+0000 mon.smithi012 (mon.0) 2 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.673887+0000 mon.smithi012 (mon.0) 2 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674077+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674077+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674088+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674088+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674096+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674096+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674104+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674104+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674112+0000 mon.smithi012 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674112+0000 mon.smithi012 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674120+0000 mon.smithi012 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674120+0000 mon.smithi012 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674127+0000 mon.smithi012 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:39:46.935 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.674127+0000 mon.smithi012 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.676129+0000 mon.smithi012 (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.676129+0000 mon.smithi012 (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.678464+0000 mon.smithi012 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.678464+0000 mon.smithi012 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.678980+0000 mon.smithi012 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: cluster 2024-05-06T23:39:45.678980+0000 mon.smithi012 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: audit 2024-05-06T23:39:45.826793+0000 mon.smithi012 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/1987409535' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T23:39:46.936 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:46 smithi012 bash[18225]: audit 2024-05-06T23:39:45.826793+0000 mon.smithi012 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/1987409535' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T23:39:47.845 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout fsid = b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T23:39:47.846 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T23:39:47.847 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T23:39:47.847 INFO:teuthology.orchestra.run.smithi012.stdout:Generating new minimal ceph.conf... 2024-05-06T23:39:47.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:47 smithi012 bash[18225]: audit 2024-05-06T23:39:47.253319+0000 mon.smithi012 (mon.0) 14 : audit [INF] from='client.? 172.21.15.12:0/1169392299' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T23:39:47.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:47 smithi012 bash[18225]: audit 2024-05-06T23:39:47.253319+0000 mon.smithi012 (mon.0) 14 : audit [INF] from='client.? 172.21.15.12:0/1169392299' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T23:39:47.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:47 smithi012 bash[18225]: audit 2024-05-06T23:39:47.257052+0000 mon.smithi012 (mon.0) 15 : audit [INF] from='client.? 172.21.15.12:0/1169392299' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T23:39:47.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:47 smithi012 bash[18225]: audit 2024-05-06T23:39:47.257052+0000 mon.smithi012 (mon.0) 15 : audit [INF] from='client.? 172.21.15.12:0/1169392299' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T23:39:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:48 smithi012 bash[18225]: audit 2024-05-06T23:39:48.829448+0000 mon.smithi012 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.12:0/127128572' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:39:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:48 smithi012 bash[18225]: audit 2024-05-06T23:39:48.829448+0000 mon.smithi012 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.12:0/127128572' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:39:49.508 INFO:teuthology.orchestra.run.smithi012.stdout:Restarting the monitor... 2024-05-06T23:39:49.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:49 smithi012 systemd[1]: Stopping Ceph mon.smithi012 for b50f1384-0c01-11ef-bc97-c7b262605968... 2024-05-06T23:39:49.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:49 smithi012 bash[18225]: debug 2024-05-06T23:39:49.628+0000 7fa4bc355700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi012 -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 2024-05-06T23:39:49.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:49 smithi012 bash[18225]: debug 2024-05-06T23:39:49.628+0000 7fa4bc355700 -1 mon.smithi012@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T23:39:50.208 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:50 smithi012 bash[18612]: ceph-b50f1384-0c01-11ef-bc97-c7b262605968-mon-smithi012 2024-05-06T23:39:50.227 INFO:teuthology.orchestra.run.smithi012.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-06T23:39:50.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:50 smithi012 bash[18672]: Error response from daemon: No such container: ceph-b50f1384-0c01-11ef-bc97-c7b262605968-mon-smithi012 2024-05-06T23:39:50.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:50 smithi012 systemd[1]: ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012.service: Deactivated successfully. 2024-05-06T23:39:50.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:50 smithi012 systemd[1]: Stopped Ceph mon.smithi012 for b50f1384-0c01-11ef-bc97-c7b262605968. 2024-05-06T23:39:50.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:50 smithi012 systemd[1]: Started Ceph mon.smithi012 for b50f1384-0c01-11ef-bc97-c7b262605968. 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.236+0000 7f1fe892ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.236+0000 7f1fe892ac80 0 ceph version 19.0.0-3567-g9a2db5c3 (9a2db5c34e52973e67c30d806fe9e5820c5e10c6) squid (dev), process ceph-mon, pid 7 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.236+0000 7f1fe892ac80 0 pidfile_write: ignore empty --pid-file 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 0 load: jerasure load: lrc 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Git sha 0 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Compile date 2024-05-06 14:53:59 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: DB SUMMARY 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: DB Session ID: K199XHYPEVCVAZYAQ46F 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T23:39:51.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi012/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi012/store.db: 000009.log size: 88815 ; 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T23:39:51.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.env: 0x557674884cc0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.info_log: 0x557676d51cc0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.statistics: (nil) 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.use_fsync: 0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T23:39:51.473 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.db_log_dir: 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.wal_dir: 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T23:39:51.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.write_buffer_manager: 0x557676d230e0 2024-05-06T23:39:51.475 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T23:39:51.475 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T23:39:51.475 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T23:39:51.475 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T23:39:51.475 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T23:39:51.475 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T23:39:51.476 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T23:39:51.476 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T23:39:51.476 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.unordered_write: 0 2024-05-06T23:39:51.476 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T23:39:51.476 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.row_cache: None 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.wal_filter: None 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.wal_compression: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T23:39:51.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T23:39:51.478 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_open_files: -1 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T23:39:51.479 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Compression algorithms supported: 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kZSTD supported: 0 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi012/store.db/MANIFEST-000010 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T23:39:51.480 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.merge_operator: 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_filter: None 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557676d51e80) 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cache_index_and_filter_blocks: 1 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: pin_top_level_index_and_filter: 1 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: index_type: 0 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: data_block_index_type: 0 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: index_shortening: 1 2024-05-06T23:39:51.481 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: checksum: 4 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: no_block_cache: 0 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_cache: 0x557676d531f0 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_cache_name: BinnedLRUCache 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_cache_options: 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: capacity : 536870912 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: num_shard_bits : 4 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: strict_capacity_limit : 0 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: high_pri_pool_ratio: 0.000 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_cache_compressed: (nil) 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: persistent_cache: (nil) 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_size: 4096 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_size_deviation: 10 2024-05-06T23:39:51.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_restart_interval: 16 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: index_block_restart_interval: 1 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: metadata_block_size: 4096 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: partition_filters: 0 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: use_delta_encoding: 1 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: filter_policy: bloomfilter 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: whole_key_filtering: 1 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: verify_compression: 0 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: read_amp_bytes_per_bit: 0 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: format_version: 5 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: enable_index_compression: 1 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: block_align: 0 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: max_auto_readahead_size: 262144 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: prepopulate_block_cache: 0 2024-05-06T23:39:51.483 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: initial_auto_readahead_size: 8192 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: num_file_reads_for_auto_readahead: 2 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression: NoCompression 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.num_levels: 7 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T23:39:51.484 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T23:39:51.485 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T23:39:51.486 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T23:39:51.487 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T23:39:51.488 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.ttl: 2592000 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T23:39:51.489 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi012/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 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2fd84c78-3d6d-4804-b9c2-faf268a001a1 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715038791248920, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.244+0000 7f1fe892ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715038791250051, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85585, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83725, "index_size": 244, "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": 9921, "raw_average_key_size": 46, "raw_value_size": 78046, "raw_average_value_size": 366, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": "[CompactOnDeletionCollector]", "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": 1715038791, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2fd84c78-3d6d-4804-b9c2-faf268a001a1", "db_session_id": "K199XHYPEVCVAZYAQ46F", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715038791250167, "job": 1, "event": "recovery_finished"} 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T23:39:51.490 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi012/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557676e74000 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 4 rocksdb: DB pointer 0x557676e5e000 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fd7081700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fd7081700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: ** DB Stats ** 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T23:39:51.491 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: ** Compaction Stats [default] ** 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: 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) 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: ** Compaction Stats [default] ** 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: 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) 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 121.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T23:39:51.492 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Cumulative compaction: 0.00 GB write, 21.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Interval compaction: 0.00 GB write, 21.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: 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 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Block cache BinnedLRUCache@0x557676d531f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 starting mon.smithi012 rank 0 at public addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] at bind addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi012 fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 1 mon.smithi012@-1(???) e1 preinit fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:51.493 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 mon.smithi012@-1(???).mds e1 new map 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 mon.smithi012@-1(???).mds e1 print_map 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: e1 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: legacy client fscid: -1 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: No filesystems configured 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 mon.smithi012@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 mon.smithi012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 mon.smithi012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.248+0000 7f1fe892ac80 0 mon.smithi012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T23:39:51.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: debug 2024-05-06T23:39:51.252+0000 7f1fe892ac80 1 mon.smithi012@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274400+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274400+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274475+0000 mon.smithi012 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274475+0000 mon.smithi012 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274488+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274488+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274508+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274508+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274517+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274517+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274525+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274525+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274533+0000 mon.smithi012 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274533+0000 mon.smithi012 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T23:39:51.495 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274547+0000 mon.smithi012 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274547+0000 mon.smithi012 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274951+0000 mon.smithi012 (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274951+0000 mon.smithi012 (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274977+0000 mon.smithi012 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.274977+0000 mon.smithi012 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.275368+0000 mon.smithi012 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T23:39:51.496 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:51 smithi012 bash[18711]: cluster 2024-05-06T23:39:51.275368+0000 mon.smithi012 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T23:39:52.127 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T23:39:52.177 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:39:52.177 INFO:teuthology.orchestra.run.smithi012.stdout:Creating mgr... 2024-05-06T23:39:52.177 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T23:39:52.177 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T23:39:52.178 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:8443 ... 2024-05-06T23:39:52.517 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mgr.smithi012.ztruhu 2024-05-06T23:39:52.517 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mgr.smithi012.ztruhu.service: Unit ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mgr.smithi012.ztruhu.service not loaded. 2024-05-06T23:39:52.521 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:52 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:39:52.521 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:52 smithi012 bash[18711]: audit 2024-05-06T23:39:51.494911+0000 mon.smithi012 (mon.0) 12 : audit [INF] from='client.? 172.21.15.12:0/1116065489' entity='client.admin' 2024-05-06T23:39:52.521 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:52 smithi012 bash[18711]: audit 2024-05-06T23:39:51.494911+0000 mon.smithi012 (mon.0) 12 : audit [INF] from='client.? 172.21.15.12:0/1116065489' entity='client.admin' 2024-05-06T23:39:52.718 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968.target.wants/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mgr.smithi012.ztruhu.service -> /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service. 2024-05-06T23:39:52.730 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-06T23:39:52.730 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T23:39:52.730 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-06T23:39:52.730 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-05-06T23:39:52.730 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr to start... 2024-05-06T23:39:52.730 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr... 2024-05-06T23:39:52.771 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:52 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:39:54.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:54 smithi012 bash[18711]: audit 2024-05-06T23:39:54.586470+0000 mon.smithi012 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/3707568766' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:39:54.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:54 smithi012 bash[18711]: audit 2024-05-06T23:39:54.586470+0000 mon.smithi012 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.12:0/3707568766' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "b50f1384-0c01-11ef-bc97-c7b262605968", 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T23:39:55.532 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "smithi012" 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:55.533 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T23:39:55.534 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T23:39:55.537 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T23:39:55.538 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T23:39:45.675222+0000", 2024-05-06T23:39:55.539 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:39:55.540 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:55.540 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T23:39:55.540 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:39:55.540 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (1/15)... 2024-05-06T23:39:58.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:58 smithi012 bash[18711]: audit 2024-05-06T23:39:58.614599+0000 mon.smithi012 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.12:0/2502906412' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:39:58.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:39:58 smithi012 bash[18711]: audit 2024-05-06T23:39:58.614599+0000 mon.smithi012 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.12:0/2502906412' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "b50f1384-0c01-11ef-bc97-c7b262605968", 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "smithi012" 2024-05-06T23:39:59.153 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T23:39:59.154 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T23:39:59.157 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T23:39:59.158 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T23:39:45.675222+0000", 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:39:59.159 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T23:39:59.160 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:39:59.160 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (2/15)... 2024-05-06T23:40:02.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:02 smithi012 bash[18711]: audit 2024-05-06T23:40:02.100317+0000 mon.smithi012 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.12:0/1041112805' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:40:02.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:02 smithi012 bash[18711]: audit 2024-05-06T23:40:02.100317+0000 mon.smithi012 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.12:0/1041112805' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:40:02.793 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "b50f1384-0c01-11ef-bc97-c7b262605968", 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T23:40:02.794 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "smithi012" 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T23:40:02.795 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:02.796 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T23:40:02.796 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T23:40:02.796 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T23:40:02.796 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T23:40:02.796 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T23:40:02.796 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T23:40:02.799 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.799 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T23:40:02.799 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T23:40:02.799 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T23:40:02.800 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T23:39:45.675222+0000", 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:40:02.801 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (3/15)... 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: cluster 2024-05-06T23:40:03.057346+0000 mon.smithi012 (mon.0) 16 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: cluster 2024-05-06T23:40:03.057346+0000 mon.smithi012 (mon.0) 16 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: cluster 2024-05-06T23:40:03.064279+0000 mon.smithi012 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi012.ztruhu(active, starting, since 0.0071757s) 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: cluster 2024-05-06T23:40:03.064279+0000 mon.smithi012 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi012.ztruhu(active, starting, since 0.0071757s) 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065299+0000 mon.smithi012 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065299+0000 mon.smithi012 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065489+0000 mon.smithi012 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065489+0000 mon.smithi012 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065696+0000 mon.smithi012 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:40:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065696+0000 mon.smithi012 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065840+0000 mon.smithi012 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.065840+0000 mon.smithi012 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.066818+0000 mon.smithi012 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.066818+0000 mon.smithi012 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: cluster 2024-05-06T23:40:03.096185+0000 mon.smithi012 (mon.0) 23 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: cluster 2024-05-06T23:40:03.096185+0000 mon.smithi012 (mon.0) 23 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.108981+0000 mon.smithi012 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.108981+0000 mon.smithi012 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.111758+0000 mon.smithi012 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.111758+0000 mon.smithi012 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.115505+0000 mon.smithi012 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.115505+0000 mon.smithi012 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.120994+0000 mon.smithi012 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.120994+0000 mon.smithi012 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:03.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.126876+0000 mon.smithi012 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:03.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:03 smithi012 bash[18711]: audit 2024-05-06T23:40:03.126876+0000 mon.smithi012 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.12:0/3441295626' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:05.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:05 smithi012 bash[18711]: cluster 2024-05-06T23:40:04.070449+0000 mon.smithi012 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi012.ztruhu(active, since 1.01335s) 2024-05-06T23:40:05.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:05 smithi012 bash[18711]: cluster 2024-05-06T23:40:04.070449+0000 mon.smithi012 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi012.ztruhu(active, since 1.01335s) 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "b50f1384-0c01-11ef-bc97-c7b262605968", 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T23:40:06.798 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "smithi012" 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:06.801 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T23:40:06.802 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T23:40:06.805 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.805 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T23:40:06.805 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T23:40:06.805 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T23:40:06.805 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T23:40:06.806 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T23:39:45.675222+0000", 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:40:06.807 INFO:teuthology.orchestra.run.smithi012.stdout:mgr is available 2024-05-06T23:40:07.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:07 smithi012 bash[18711]: cluster 2024-05-06T23:40:06.070133+0000 mon.smithi012 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi012.ztruhu(active, since 3s) 2024-05-06T23:40:07.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:07 smithi012 bash[18711]: cluster 2024-05-06T23:40:06.070133+0000 mon.smithi012 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi012.ztruhu(active, since 3s) 2024-05-06T23:40:07.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:07 smithi012 bash[18711]: audit 2024-05-06T23:40:06.227048+0000 mon.smithi012 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.12:0/3781410913' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:40:07.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:07 smithi012 bash[18711]: audit 2024-05-06T23:40:06.227048+0000 mon.smithi012 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.12:0/3781410913' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T23:40:08.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:08 smithi012 bash[18711]: audit 2024-05-06T23:40:08.027551+0000 mon.smithi012 (mon.0) 32 : audit [INF] from='client.? 172.21.15.12:0/1632190757' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T23:40:08.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:08 smithi012 bash[18711]: audit 2024-05-06T23:40:08.027551+0000 mon.smithi012 (mon.0) 32 : audit [INF] from='client.? 172.21.15.12:0/1632190757' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T23:40:08.595 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:40:08.596 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T23:40:08.596 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout fsid = b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:40:08.596 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T23:40:08.596 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T23:40:08.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T23:40:08.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T23:40:08.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T23:40:08.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:40:08.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T23:40:08.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T23:40:08.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-05-06T23:40:08.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T23:40:08.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T23:40:08.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T23:40:08.598 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling cephadm module... 2024-05-06T23:40:10.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:10 smithi012 bash[18711]: audit 2024-05-06T23:40:10.016051+0000 mon.smithi012 (mon.0) 33 : audit [INF] from='client.? 172.21.15.12:0/879264080' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T23:40:10.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:10 smithi012 bash[18711]: audit 2024-05-06T23:40:10.016051+0000 mon.smithi012 (mon.0) 33 : audit [INF] from='client.? 172.21.15.12:0/879264080' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T23:40:11.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:11 smithi012 bash[18711]: audit 2024-05-06T23:40:10.068011+0000 mon.smithi012 (mon.0) 34 : audit [INF] from='client.? 172.21.15.12:0/879264080' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T23:40:11.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:11 smithi012 bash[18711]: audit 2024-05-06T23:40:10.068011+0000 mon.smithi012 (mon.0) 34 : audit [INF] from='client.? 172.21.15.12:0/879264080' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T23:40:11.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:11 smithi012 bash[18711]: cluster 2024-05-06T23:40:10.073734+0000 mon.smithi012 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi012.ztruhu(active, since 7s) 2024-05-06T23:40:11.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:11 smithi012 bash[18711]: cluster 2024-05-06T23:40:10.073734+0000 mon.smithi012 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi012.ztruhu(active, since 7s) 2024-05-06T23:40:12.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:12 smithi012 bash[18711]: audit 2024-05-06T23:40:11.940992+0000 mon.smithi012 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.12:0/316130315' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T23:40:12.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:12 smithi012 bash[18711]: audit 2024-05-06T23:40:11.940992+0000 mon.smithi012 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.12:0/316130315' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "active_name": "smithi012.ztruhu", 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for the mgr to restart... 2024-05-06T23:40:12.522 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr epoch 5... 2024-05-06T23:40:19.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.787965+0000 mon.smithi012 (mon.0) 37 : cluster [INF] Active manager daemon smithi012.ztruhu restarted 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.787965+0000 mon.smithi012 (mon.0) 37 : cluster [INF] Active manager daemon smithi012.ztruhu restarted 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.788347+0000 mon.smithi012 (mon.0) 38 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.788347+0000 mon.smithi012 (mon.0) 38 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.793639+0000 mon.smithi012 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.793639+0000 mon.smithi012 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.793757+0000 mon.smithi012 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi012.ztruhu(active, starting, since 0.00550886s) 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.793757+0000 mon.smithi012 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi012.ztruhu(active, starting, since 0.00550886s) 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.796648+0000 mon.smithi012 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.796648+0000 mon.smithi012 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.798151+0000 mon.smithi012 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.798151+0000 mon.smithi012 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:40:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.799285+0000 mon.smithi012 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.799285+0000 mon.smithi012 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.799425+0000 mon.smithi012 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.799425+0000 mon.smithi012 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.799568+0000 mon.smithi012 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: audit 2024-05-06T23:40:18.799568+0000 mon.smithi012 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.824118+0000 mon.smithi012 (mon.0) 46 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:40:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:18 smithi012 bash[18711]: cluster 2024-05-06T23:40:18.824118+0000 mon.smithi012 (mon.0) 46 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:40:20.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: cephadm 2024-05-06T23:40:18.843504+0000 mgr.smithi012.ztruhu (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: cephadm 2024-05-06T23:40:18.843504+0000 mgr.smithi012.ztruhu (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.845492+0000 mon.smithi012 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.845492+0000 mon.smithi012 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.848007+0000 mon.smithi012 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.848007+0000 mon.smithi012 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.851670+0000 mon.smithi012 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.851670+0000 mon.smithi012 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.854772+0000 mon.smithi012 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.854772+0000 mon.smithi012 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.867352+0000 mon.smithi012 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.867352+0000 mon.smithi012 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.870515+0000 mon.smithi012 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:18.870515+0000 mon.smithi012 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:40:20.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:19.487985+0000 mon.smithi012 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:19.487985+0000 mon.smithi012 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:19.493749+0000 mon.smithi012 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: audit 2024-05-06T23:40:19.493749+0000 mon.smithi012 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:20.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: cluster 2024-05-06T23:40:19.800263+0000 mon.smithi012 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi012.ztruhu(active, since 1.012s) 2024-05-06T23:40:20.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:19 smithi012 bash[18711]: cluster 2024-05-06T23:40:19.800263+0000 mon.smithi012 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi012.ztruhu(active, since 1.012s) 2024-05-06T23:40:20.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:40:20.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T23:40:20.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T23:40:20.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:40:20.494 INFO:teuthology.orchestra.run.smithi012.stdout:mgr epoch 5 is available 2024-05-06T23:40:20.494 INFO:teuthology.orchestra.run.smithi012.stdout:Setting orchestrator backend to cephadm... 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: audit 2024-05-06T23:40:19.798922+0000 mgr.smithi012.ztruhu (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: audit 2024-05-06T23:40:19.798922+0000 mgr.smithi012.ztruhu (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: audit 2024-05-06T23:40:19.816151+0000 mgr.smithi012.ztruhu (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: audit 2024-05-06T23:40:19.816151+0000 mgr.smithi012.ztruhu (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.051581+0000 mgr.smithi012.ztruhu (mgr.14120) 4 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Bus STARTING 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.051581+0000 mgr.smithi012.ztruhu (mgr.14120) 4 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Bus STARTING 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: audit 2024-05-06T23:40:20.326656+0000 mon.smithi012 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:21.128 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:20 smithi012 bash[18711]: audit 2024-05-06T23:40:20.326656+0000 mon.smithi012 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.174484+0000 mgr.smithi012.ztruhu (mgr.14120) 5 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Serving on https://172.21.15.12:7150 2024-05-06T23:40:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.174484+0000 mgr.smithi012.ztruhu (mgr.14120) 5 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Serving on https://172.21.15.12:7150 2024-05-06T23:40:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.275928+0000 mgr.smithi012.ztruhu (mgr.14120) 6 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Serving on http://172.21.15.12:8765 2024-05-06T23:40:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.275928+0000 mgr.smithi012.ztruhu (mgr.14120) 6 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Serving on http://172.21.15.12:8765 2024-05-06T23:40:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.276101+0000 mgr.smithi012.ztruhu (mgr.14120) 7 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Bus STARTED 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cephadm 2024-05-06T23:40:20.276101+0000 mgr.smithi012.ztruhu (mgr.14120) 7 : cephadm [INF] [06/May/2024:23:40:20] ENGINE Bus STARTED 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cluster 2024-05-06T23:40:20.854687+0000 mon.smithi012 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi012.ztruhu(active, since 2s) 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: cluster 2024-05-06T23:40:20.854687+0000 mon.smithi012 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi012.ztruhu(active, since 2s) 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: audit 2024-05-06T23:40:21.751527+0000 mon.smithi012 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: audit 2024-05-06T23:40:21.751527+0000 mon.smithi012 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: audit 2024-05-06T23:40:21.797957+0000 mon.smithi012 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:21 smithi012 bash[18711]: audit 2024-05-06T23:40:21.797957+0000 mon.smithi012 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:22 smithi012 bash[18711]: audit 2024-05-06T23:40:21.744598+0000 mgr.smithi012.ztruhu (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:22 smithi012 bash[18711]: audit 2024-05-06T23:40:21.744598+0000 mgr.smithi012.ztruhu (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:24.097 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T23:40:24.097 INFO:teuthology.orchestra.run.smithi012.stdout:Generating ssh key... 2024-05-06T23:40:24.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:24 smithi012 bash[18711]: audit 2024-05-06T23:40:23.572567+0000 mgr.smithi012.ztruhu (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:24.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:24 smithi012 bash[18711]: audit 2024-05-06T23:40:23.572567+0000 mgr.smithi012.ztruhu (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: audit 2024-05-06T23:40:25.365063+0000 mgr.smithi012.ztruhu (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: audit 2024-05-06T23:40:25.365063+0000 mgr.smithi012.ztruhu (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: cephadm 2024-05-06T23:40:25.365455+0000 mgr.smithi012.ztruhu (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: cephadm 2024-05-06T23:40:25.365455+0000 mgr.smithi012.ztruhu (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: audit 2024-05-06T23:40:25.852078+0000 mon.smithi012 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: audit 2024-05-06T23:40:25.852078+0000 mon.smithi012 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: audit 2024-05-06T23:40:25.856705+0000 mon.smithi012 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:27.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:26 smithi012 bash[18711]: audit 2024-05-06T23:40:25.856705+0000 mon.smithi012 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:28.382 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDakqmfOJ99uZviUY3vrRIFvx7AVBfOs8PVwkIoiBbplxxbKFTmUp8sCqCZqg1/7n1o7AcPiLAgdhE0AJGBYNHoqCkq/lGyqDQBMc0Bq2xR9MRmQhN6x9ecuN5G10AxEsPbbQAMNija3LxSUnHn5wGvJyJgnKUjfMivy/ASIofTXYqxIzHL7TMi9ACwC2Zk/FRoaA6xHmuA7MjbHM+g5p19yBvM3G1HI1pGUmyAMps4+6ums2TSWKNEfIFBMC4nqpw8P7V/kLZAtzXL6J1WrE2wheAxBB5pVLY4rWga/nIS/+75sSqe2Ysa70i4YjXoJLBWaedgr44KrhWHIganss5sv7nz7tu2hI71CkhD+ftkn5OebRQwRodCoA3hUhn0nY/kdNGCtsigd6lSk1F3y3RsYed0MqQ6eF2WVVFOheS96ZCYAnQ5RASb5TtzUYK9GHqPR0lkLrmkatgGgkZGOz1aG9wUcyu0zX8YcaErql50OJ/HixD0fHvrqx8XDoVKiDU= ceph-b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:40:28.382 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T23:40:28.382 INFO:teuthology.orchestra.run.smithi012.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T23:40:28.383 INFO:teuthology.orchestra.run.smithi012.stdout:Adding host smithi012... 2024-05-06T23:40:28.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:28 smithi012 bash[18711]: audit 2024-05-06T23:40:27.672051+0000 mgr.smithi012.ztruhu (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:28.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:28 smithi012 bash[18711]: audit 2024-05-06T23:40:27.672051+0000 mgr.smithi012.ztruhu (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:30.342 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:30 smithi012 bash[18711]: audit 2024-05-06T23:40:29.706503+0000 mgr.smithi012.ztruhu (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "addr": "172.21.15.12", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:30.342 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:30 smithi012 bash[18711]: audit 2024-05-06T23:40:29.706503+0000 mgr.smithi012.ztruhu (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "addr": "172.21.15.12", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:31.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:31 smithi012 bash[18711]: cephadm 2024-05-06T23:40:30.432415+0000 mgr.smithi012.ztruhu (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi012 2024-05-06T23:40:31.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:31 smithi012 bash[18711]: cephadm 2024-05-06T23:40:30.432415+0000 mgr.smithi012.ztruhu (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi012 2024-05-06T23:40:36.304 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Added host 'smithi012' with addr '172.21.15.12' 2024-05-06T23:40:36.305 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying mon service with default placement... 2024-05-06T23:40:36.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:36 smithi012 bash[18711]: audit 2024-05-06T23:40:35.542346+0000 mon.smithi012 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:36.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:36 smithi012 bash[18711]: audit 2024-05-06T23:40:35.542346+0000 mon.smithi012 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:36.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:36 smithi012 bash[18711]: cephadm 2024-05-06T23:40:35.542804+0000 mgr.smithi012.ztruhu (mgr.14120) 15 : cephadm [INF] Added host smithi012 2024-05-06T23:40:36.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:36 smithi012 bash[18711]: cephadm 2024-05-06T23:40:35.542804+0000 mgr.smithi012.ztruhu (mgr.14120) 15 : cephadm [INF] Added host smithi012 2024-05-06T23:40:36.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:36 smithi012 bash[18711]: audit 2024-05-06T23:40:35.576001+0000 mon.smithi012 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:36.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:36 smithi012 bash[18711]: audit 2024-05-06T23:40:35.576001+0000 mon.smithi012 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:40:38.930 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T23:40:38.930 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying mgr service with default placement... 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:38.285194+0000 mgr.smithi012.ztruhu (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:38.285194+0000 mgr.smithi012.ztruhu (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: cephadm 2024-05-06T23:40:38.288253+0000 mgr.smithi012.ztruhu (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: cephadm 2024-05-06T23:40:38.288253+0000 mgr.smithi012.ztruhu (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:38.293389+0000 mon.smithi012 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:38.293389+0000 mon.smithi012 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:38.603759+0000 mon.smithi012 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:38.603759+0000 mon.smithi012 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: cluster 2024-05-06T23:40:38.800924+0000 mgr.smithi012.ztruhu (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: cluster 2024-05-06T23:40:38.800924+0000 mgr.smithi012.ztruhu (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:39.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:39.090499+0000 mon.smithi012 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:39.567 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:39 smithi012 bash[18711]: audit 2024-05-06T23:40:39.090499+0000 mon.smithi012 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:40.787 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T23:40:40.787 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying crash service with default placement... 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: audit 2024-05-06T23:40:40.191392+0000 mgr.smithi012.ztruhu (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: audit 2024-05-06T23:40:40.191392+0000 mgr.smithi012.ztruhu (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: cephadm 2024-05-06T23:40:40.193668+0000 mgr.smithi012.ztruhu (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: cephadm 2024-05-06T23:40:40.193668+0000 mgr.smithi012.ztruhu (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: audit 2024-05-06T23:40:40.198745+0000 mon.smithi012 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: audit 2024-05-06T23:40:40.198745+0000 mon.smithi012 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: cluster 2024-05-06T23:40:40.801258+0000 mgr.smithi012.ztruhu (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:41.459 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:41 smithi012 bash[18711]: cluster 2024-05-06T23:40:40.801258+0000 mgr.smithi012.ztruhu (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:42.667 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-05-06T23:40:42.667 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying ceph-exporter service with default placement... 2024-05-06T23:40:43.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:43 smithi012 bash[18711]: audit 2024-05-06T23:40:42.071121+0000 mgr.smithi012.ztruhu (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:43.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:43 smithi012 bash[18711]: audit 2024-05-06T23:40:42.071121+0000 mgr.smithi012.ztruhu (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:43.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:43 smithi012 bash[18711]: cephadm 2024-05-06T23:40:42.073393+0000 mgr.smithi012.ztruhu (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-05-06T23:40:43.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:43 smithi012 bash[18711]: cephadm 2024-05-06T23:40:42.073393+0000 mgr.smithi012.ztruhu (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-05-06T23:40:43.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:43 smithi012 bash[18711]: audit 2024-05-06T23:40:42.078214+0000 mon.smithi012 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:43.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:43 smithi012 bash[18711]: audit 2024-05-06T23:40:42.078214+0000 mon.smithi012 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:44.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:44 smithi012 bash[18711]: cluster 2024-05-06T23:40:42.801715+0000 mgr.smithi012.ztruhu (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:44.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:44 smithi012 bash[18711]: cluster 2024-05-06T23:40:42.801715+0000 mgr.smithi012.ztruhu (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:44.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:44 smithi012 bash[18711]: audit 2024-05-06T23:40:44.056367+0000 mon.smithi012 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:44.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:44 smithi012 bash[18711]: audit 2024-05-06T23:40:44.056367+0000 mon.smithi012 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:44.773 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-05-06T23:40:44.773 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying prometheus service with default placement... 2024-05-06T23:40:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:45 smithi012 bash[18711]: audit 2024-05-06T23:40:44.049452+0000 mgr.smithi012.ztruhu (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:45 smithi012 bash[18711]: audit 2024-05-06T23:40:44.049452+0000 mgr.smithi012.ztruhu (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:45 smithi012 bash[18711]: cephadm 2024-05-06T23:40:44.052571+0000 mgr.smithi012.ztruhu (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-05-06T23:40:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:45 smithi012 bash[18711]: cephadm 2024-05-06T23:40:44.052571+0000 mgr.smithi012.ztruhu (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-05-06T23:40:46.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:46 smithi012 bash[18711]: cluster 2024-05-06T23:40:44.802097+0000 mgr.smithi012.ztruhu (mgr.14120) 27 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:46.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:46 smithi012 bash[18711]: cluster 2024-05-06T23:40:44.802097+0000 mgr.smithi012.ztruhu (mgr.14120) 27 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:46.920 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-05-06T23:40:46.920 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying grafana service with default placement... 2024-05-06T23:40:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:47 smithi012 bash[18711]: audit 2024-05-06T23:40:46.125491+0000 mgr.smithi012.ztruhu (mgr.14120) 28 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:47 smithi012 bash[18711]: audit 2024-05-06T23:40:46.125491+0000 mgr.smithi012.ztruhu (mgr.14120) 28 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:47 smithi012 bash[18711]: cephadm 2024-05-06T23:40:46.127971+0000 mgr.smithi012.ztruhu (mgr.14120) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-06T23:40:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:47 smithi012 bash[18711]: cephadm 2024-05-06T23:40:46.127971+0000 mgr.smithi012.ztruhu (mgr.14120) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-06T23:40:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:47 smithi012 bash[18711]: audit 2024-05-06T23:40:46.131360+0000 mon.smithi012 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:47 smithi012 bash[18711]: audit 2024-05-06T23:40:46.131360+0000 mon.smithi012 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:48.430 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:48 smithi012 bash[18711]: cluster 2024-05-06T23:40:46.802453+0000 mgr.smithi012.ztruhu (mgr.14120) 30 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:48.430 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:48 smithi012 bash[18711]: cluster 2024-05-06T23:40:46.802453+0000 mgr.smithi012.ztruhu (mgr.14120) 30 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:48.430 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:48 smithi012 bash[18711]: audit 2024-05-06T23:40:47.679950+0000 mon.smithi012 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:48.430 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:48 smithi012 bash[18711]: audit 2024-05-06T23:40:47.679950+0000 mon.smithi012 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:48.833 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-05-06T23:40:48.833 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying node-exporter service with default placement... 2024-05-06T23:40:49.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: audit 2024-05-06T23:40:48.174963+0000 mgr.smithi012.ztruhu (mgr.14120) 31 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: audit 2024-05-06T23:40:48.174963+0000 mgr.smithi012.ztruhu (mgr.14120) 31 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: cephadm 2024-05-06T23:40:48.180095+0000 mgr.smithi012.ztruhu (mgr.14120) 32 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: cephadm 2024-05-06T23:40:48.180095+0000 mgr.smithi012.ztruhu (mgr.14120) 32 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: audit 2024-05-06T23:40:48.190476+0000 mon.smithi012 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: audit 2024-05-06T23:40:48.190476+0000 mon.smithi012 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: audit 2024-05-06T23:40:48.723454+0000 mon.smithi012 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: audit 2024-05-06T23:40:48.723454+0000 mon.smithi012 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: cluster 2024-05-06T23:40:48.802843+0000 mgr.smithi012.ztruhu (mgr.14120) 33 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:49 smithi012 bash[18711]: cluster 2024-05-06T23:40:48.802843+0000 mgr.smithi012.ztruhu (mgr.14120) 33 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:50.764 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-05-06T23:40:50.765 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying alertmanager service with default placement... 2024-05-06T23:40:51.408 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: audit 2024-05-06T23:40:50.142598+0000 mgr.smithi012.ztruhu (mgr.14120) 34 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:51.408 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: audit 2024-05-06T23:40:50.142598+0000 mgr.smithi012.ztruhu (mgr.14120) 34 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:51.409 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: cephadm 2024-05-06T23:40:50.144809+0000 mgr.smithi012.ztruhu (mgr.14120) 35 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-06T23:40:51.409 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: cephadm 2024-05-06T23:40:50.144809+0000 mgr.smithi012.ztruhu (mgr.14120) 35 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-06T23:40:51.409 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: audit 2024-05-06T23:40:50.147943+0000 mon.smithi012 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:51.409 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: audit 2024-05-06T23:40:50.147943+0000 mon.smithi012 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:51.409 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: cluster 2024-05-06T23:40:50.803254+0000 mgr.smithi012.ztruhu (mgr.14120) 36 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:51.409 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:51 smithi012 bash[18711]: cluster 2024-05-06T23:40:50.803254+0000 mgr.smithi012.ztruhu (mgr.14120) 36 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:52.603 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-05-06T23:40:53.282 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:53 smithi012 bash[18711]: audit 2024-05-06T23:40:52.019059+0000 mgr.smithi012.ztruhu (mgr.14120) 37 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:53.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:53 smithi012 bash[18711]: audit 2024-05-06T23:40:52.019059+0000 mgr.smithi012.ztruhu (mgr.14120) 37 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:40:53.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:53 smithi012 bash[18711]: cephadm 2024-05-06T23:40:52.021500+0000 mgr.smithi012.ztruhu (mgr.14120) 38 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-06T23:40:53.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:53 smithi012 bash[18711]: cephadm 2024-05-06T23:40:52.021500+0000 mgr.smithi012.ztruhu (mgr.14120) 38 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-06T23:40:53.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:53 smithi012 bash[18711]: audit 2024-05-06T23:40:52.026264+0000 mon.smithi012 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:53.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:53 smithi012 bash[18711]: audit 2024-05-06T23:40:52.026264+0000 mon.smithi012 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.12:0/3896021892' entity='mgr.smithi012.ztruhu' 2024-05-06T23:40:54.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:54 smithi012 bash[18711]: cluster 2024-05-06T23:40:52.803742+0000 mgr.smithi012.ztruhu (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:54.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:54 smithi012 bash[18711]: cluster 2024-05-06T23:40:52.803742+0000 mgr.smithi012.ztruhu (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:54.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:54 smithi012 bash[18711]: audit 2024-05-06T23:40:53.867758+0000 mon.smithi012 (mon.0) 76 : audit [INF] from='client.? 172.21.15.12:0/2584488350' entity='client.admin' 2024-05-06T23:40:54.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:54 smithi012 bash[18711]: audit 2024-05-06T23:40:53.867758+0000 mon.smithi012 (mon.0) 76 : audit [INF] from='client.? 172.21.15.12:0/2584488350' entity='client.admin' 2024-05-06T23:40:56.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:56 smithi012 bash[18711]: cluster 2024-05-06T23:40:54.804158+0000 mgr.smithi012.ztruhu (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:56.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:56 smithi012 bash[18711]: cluster 2024-05-06T23:40:54.804158+0000 mgr.smithi012.ztruhu (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:56.927 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling the dashboard module... 2024-05-06T23:40:57.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:57 smithi012 bash[18711]: audit 2024-05-06T23:40:56.062507+0000 mon.smithi012 (mon.0) 77 : audit [INF] from='client.? 172.21.15.12:0/522370949' entity='client.admin' 2024-05-06T23:40:57.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:57 smithi012 bash[18711]: audit 2024-05-06T23:40:56.062507+0000 mon.smithi012 (mon.0) 77 : audit [INF] from='client.? 172.21.15.12:0/522370949' entity='client.admin' 2024-05-06T23:40:58.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:58 smithi012 bash[18711]: cluster 2024-05-06T23:40:56.804698+0000 mgr.smithi012.ztruhu (mgr.14120) 41 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:58.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:58 smithi012 bash[18711]: cluster 2024-05-06T23:40:56.804698+0000 mgr.smithi012.ztruhu (mgr.14120) 41 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:40:59.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:59 smithi012 bash[18711]: audit 2024-05-06T23:40:58.303177+0000 mon.smithi012 (mon.0) 78 : audit [INF] from='client.? 172.21.15.12:0/238461079' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T23:40:59.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:40:59 smithi012 bash[18711]: audit 2024-05-06T23:40:58.303177+0000 mon.smithi012 (mon.0) 78 : audit [INF] from='client.? 172.21.15.12:0/238461079' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T23:41:00.354 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:00 smithi012 bash[18711]: audit 2024-05-06T23:40:59.072867+0000 mon.smithi012 (mon.0) 79 : audit [INF] from='client.? 172.21.15.12:0/238461079' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T23:41:00.354 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:00 smithi012 bash[18711]: audit 2024-05-06T23:40:59.072867+0000 mon.smithi012 (mon.0) 79 : audit [INF] from='client.? 172.21.15.12:0/238461079' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T23:41:00.354 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:00 smithi012 bash[18711]: cluster 2024-05-06T23:40:59.079360+0000 mon.smithi012 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi012.ztruhu(active, since 40s) 2024-05-06T23:41:00.354 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:00 smithi012 bash[18711]: cluster 2024-05-06T23:40:59.079360+0000 mon.smithi012 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi012.ztruhu(active, since 40s) 2024-05-06T23:41:01.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:01 smithi012 bash[18711]: audit 2024-05-06T23:41:01.065058+0000 mon.smithi012 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.12:0/2111821468' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T23:41:01.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:01 smithi012 bash[18711]: audit 2024-05-06T23:41:01.065058+0000 mon.smithi012 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.12:0/2111821468' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "active_name": "smithi012.ztruhu", 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for the mgr to restart... 2024-05-06T23:41:01.671 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr epoch 9... 2024-05-06T23:41:08.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.808630+0000 mon.smithi012 (mon.0) 82 : cluster [INF] Active manager daemon smithi012.ztruhu restarted 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.808630+0000 mon.smithi012 (mon.0) 82 : cluster [INF] Active manager daemon smithi012.ztruhu restarted 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.809113+0000 mon.smithi012 (mon.0) 83 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.809113+0000 mon.smithi012 (mon.0) 83 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.816512+0000 mon.smithi012 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.816512+0000 mon.smithi012 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.816790+0000 mon.smithi012 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi012.ztruhu(active, starting, since 0.00787723s) 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.816790+0000 mon.smithi012 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi012.ztruhu(active, starting, since 0.00787723s) 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.819004+0000 mon.smithi012 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.819004+0000 mon.smithi012 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.820416+0000 mon.smithi012 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.820416+0000 mon.smithi012 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.821425+0000 mon.smithi012 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:41:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.821425+0000 mon.smithi012 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:41:08.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.821603+0000 mon.smithi012 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:41:08.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.821603+0000 mon.smithi012 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:41:08.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.821833+0000 mon.smithi012 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:41:08.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: audit 2024-05-06T23:41:07.821833+0000 mon.smithi012 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:41:08.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.848578+0000 mon.smithi012 (mon.0) 91 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:41:08.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:07 smithi012 bash[18711]: cluster 2024-05-06T23:41:07.848578+0000 mon.smithi012 (mon.0) 91 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:41:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: audit 2024-05-06T23:41:07.882089+0000 mon.smithi012 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:41:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: audit 2024-05-06T23:41:07.882089+0000 mon.smithi012 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:41:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: audit 2024-05-06T23:41:07.902138+0000 mon.smithi012 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:41:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: audit 2024-05-06T23:41:07.902138+0000 mon.smithi012 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:41:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: audit 2024-05-06T23:41:07.904035+0000 mon.smithi012 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:41:09.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: audit 2024-05-06T23:41:07.904035+0000 mon.smithi012 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:41:09.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: cluster 2024-05-06T23:41:08.817827+0000 mon.smithi012 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi012.ztruhu(active, since 1.00892s) 2024-05-06T23:41:09.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:08 smithi012 bash[18711]: cluster 2024-05-06T23:41:08.817827+0000 mon.smithi012 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi012.ztruhu(active, since 1.00892s) 2024-05-06T23:41:09.467 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-05-06T23:41:09.467 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T23:41:09.467 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T23:41:09.467 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-05-06T23:41:09.467 INFO:teuthology.orchestra.run.smithi012.stdout:mgr epoch 9 is available 2024-05-06T23:41:09.467 INFO:teuthology.orchestra.run.smithi012.stdout:Generating a dashboard self-signed certificate... 2024-05-06T23:41:10.167 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:09 smithi012 bash[18711]: audit 2024-05-06T23:41:08.820244+0000 mgr.smithi012.ztruhu (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T23:41:10.167 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:09 smithi012 bash[18711]: audit 2024-05-06T23:41:08.820244+0000 mgr.smithi012.ztruhu (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T23:41:10.167 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:09 smithi012 bash[18711]: audit 2024-05-06T23:41:08.835754+0000 mgr.smithi012.ztruhu (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T23:41:10.167 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:09 smithi012 bash[18711]: audit 2024-05-06T23:41:08.835754+0000 mgr.smithi012.ztruhu (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T23:41:11.192 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.543063+0000 mgr.smithi012.ztruhu (mgr.14164) 3 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Bus STARTING 2024-05-06T23:41:11.192 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.543063+0000 mgr.smithi012.ztruhu (mgr.14164) 3 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Bus STARTING 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.645169+0000 mgr.smithi012.ztruhu (mgr.14164) 4 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Serving on http://172.21.15.12:8765 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.645169+0000 mgr.smithi012.ztruhu (mgr.14164) 4 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Serving on http://172.21.15.12:8765 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.767428+0000 mgr.smithi012.ztruhu (mgr.14164) 5 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Serving on https://172.21.15.12:7150 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.767428+0000 mgr.smithi012.ztruhu (mgr.14164) 5 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Serving on https://172.21.15.12:7150 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.767846+0000 mgr.smithi012.ztruhu (mgr.14164) 6 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Bus STARTED 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cephadm 2024-05-06T23:41:09.767846+0000 mgr.smithi012.ztruhu (mgr.14164) 6 : cephadm [INF] [06/May/2024:23:41:09] ENGINE Bus STARTED 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cluster 2024-05-06T23:41:09.874438+0000 mon.smithi012 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi012.ztruhu(active, since 2s) 2024-05-06T23:41:11.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:10 smithi012 bash[18711]: cluster 2024-05-06T23:41:09.874438+0000 mon.smithi012 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi012.ztruhu(active, since 2s) 2024-05-06T23:41:11.565 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T23:41:11.566 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial admin user... 2024-05-06T23:41:12.242 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:11 smithi012 bash[18711]: audit 2024-05-06T23:41:10.767082+0000 mgr.smithi012.ztruhu (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:41:12.242 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:11 smithi012 bash[18711]: audit 2024-05-06T23:41:10.767082+0000 mgr.smithi012.ztruhu (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:41:12.242 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:11 smithi012 bash[18711]: audit 2024-05-06T23:41:10.975111+0000 mon.smithi012 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:12.242 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:11 smithi012 bash[18711]: audit 2024-05-06T23:41:10.975111+0000 mon.smithi012 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:12.242 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:11 smithi012 bash[18711]: audit 2024-05-06T23:41:10.980287+0000 mon.smithi012 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:12.243 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:11 smithi012 bash[18711]: audit 2024-05-06T23:41:10.980287+0000 mon.smithi012 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:13.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:13 smithi012 bash[18711]: audit 2024-05-06T23:41:12.875526+0000 mgr.smithi012.ztruhu (mgr.14164) 8 : audit [DBG] 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 2024-05-06T23:41:13.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:13 smithi012 bash[18711]: audit 2024-05-06T23:41:12.875526+0000 mgr.smithi012.ztruhu (mgr.14164) 8 : audit [DBG] 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 2024-05-06T23:41:13.904 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$VBdGm0iWW2p2TDg5EDEOcuDYYulwf10cl.jN1ai9fHYzJBgAKh8dS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715038873, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T23:41:13.905 INFO:teuthology.orchestra.run.smithi012.stdout:Fetching dashboard port number... 2024-05-06T23:41:14.580 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:14 smithi012 bash[18711]: audit 2024-05-06T23:41:13.262689+0000 mon.smithi012 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:14.581 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:14 smithi012 bash[18711]: audit 2024-05-06T23:41:13.262689+0000 mon.smithi012 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:15 smithi012 bash[18711]: cluster 2024-05-06T23:41:14.267393+0000 mon.smithi012 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi012.ztruhu(active, since 6s) 2024-05-06T23:41:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:15 smithi012 bash[18711]: cluster 2024-05-06T23:41:14.267393+0000 mon.smithi012 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi012.ztruhu(active, since 6s) 2024-05-06T23:41:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:15 smithi012 bash[18711]: audit 2024-05-06T23:41:14.637962+0000 mon.smithi012 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:15 smithi012 bash[18711]: audit 2024-05-06T23:41:14.637962+0000 mon.smithi012 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:15 smithi012 bash[18711]: audit 2024-05-06T23:41:15.170154+0000 mon.smithi012 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.12:0/781952062' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T23:41:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:15 smithi012 bash[18711]: audit 2024-05-06T23:41:15.170154+0000 mon.smithi012 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.12:0/781952062' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T23:41:15.776 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T23:41:15.776 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-05-06T23:41:15.776 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T23:41:15.779 INFO:teuthology.orchestra.run.smithi012.stdout:Ceph Dashboard is now available at: 2024-05-06T23:41:15.779 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:15.779 INFO:teuthology.orchestra.run.smithi012.stdout: URL: https://smithi012.front.sepia.ceph.com:8443/ 2024-05-06T23:41:15.779 INFO:teuthology.orchestra.run.smithi012.stdout: User: admin 2024-05-06T23:41:15.779 INFO:teuthology.orchestra.run.smithi012.stdout: Password: 7hrpteg9v3 2024-05-06T23:41:15.780 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:15.780 INFO:teuthology.orchestra.run.smithi012.stdout:Saving cluster configuration to /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config directory 2024-05-06T23:41:15.780 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling autotune for osd_memory_target 2024-05-06T23:41:16.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:16 smithi012 bash[18711]: audit 2024-05-06T23:41:15.630920+0000 mon.smithi012 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:16.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:16 smithi012 bash[18711]: audit 2024-05-06T23:41:15.630920+0000 mon.smithi012 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:19.763 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T23:41:19.763 INFO:teuthology.orchestra.run.smithi012.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: ceph telemetry on 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout:For more information see: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.764 INFO:teuthology.orchestra.run.smithi012.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T23:41:19.765 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:41:19.765 INFO:teuthology.orchestra.run.smithi012.stdout:Bootstrap complete. 2024-05-06T23:41:19.809 INFO:tasks.cephadm:Fetching config... 2024-05-06T23:41:19.810 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:41:19.810 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T23:41:19.816 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T23:41:19.816 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:41:19.816 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T23:41:19.862 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T23:41:19.862 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:41:19.862 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/keyring of=/dev/stdout 2024-05-06T23:41:19.916 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T23:41:19.916 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:41:19.916 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T23:41:19.962 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T23:41:19.962 DEBUG:teuthology.orchestra.run.smithi012:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDakqmfOJ99uZviUY3vrRIFvx7AVBfOs8PVwkIoiBbplxxbKFTmUp8sCqCZqg1/7n1o7AcPiLAgdhE0AJGBYNHoqCkq/lGyqDQBMc0Bq2xR9MRmQhN6x9ecuN5G10AxEsPbbQAMNija3LxSUnHn5wGvJyJgnKUjfMivy/ASIofTXYqxIzHL7TMi9ACwC2Zk/FRoaA6xHmuA7MjbHM+g5p19yBvM3G1HI1pGUmyAMps4+6ums2TSWKNEfIFBMC4nqpw8P7V/kLZAtzXL6J1WrE2wheAxBB5pVLY4rWga/nIS/+75sSqe2Ysa70i4YjXoJLBWaedgr44KrhWHIganss5sv7nz7tu2hI71CkhD+ftkn5OebRQwRodCoA3hUhn0nY/kdNGCtsigd6lSk1F3y3RsYed0MqQ6eF2WVVFOheS96ZCYAnQ5RASb5TtzUYK9GHqPR0lkLrmkatgGgkZGOz1aG9wUcyu0zX8YcaErql50OJ/HixD0fHvrqx8XDoVKiDU= ceph-b50f1384-0c01-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T23:41:20.030 INFO:teuthology.orchestra.run.smithi012.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDakqmfOJ99uZviUY3vrRIFvx7AVBfOs8PVwkIoiBbplxxbKFTmUp8sCqCZqg1/7n1o7AcPiLAgdhE0AJGBYNHoqCkq/lGyqDQBMc0Bq2xR9MRmQhN6x9ecuN5G10AxEsPbbQAMNija3LxSUnHn5wGvJyJgnKUjfMivy/ASIofTXYqxIzHL7TMi9ACwC2Zk/FRoaA6xHmuA7MjbHM+g5p19yBvM3G1HI1pGUmyAMps4+6ums2TSWKNEfIFBMC4nqpw8P7V/kLZAtzXL6J1WrE2wheAxBB5pVLY4rWga/nIS/+75sSqe2Ysa70i4YjXoJLBWaedgr44KrhWHIganss5sv7nz7tu2hI71CkhD+ftkn5OebRQwRodCoA3hUhn0nY/kdNGCtsigd6lSk1F3y3RsYed0MqQ6eF2WVVFOheS96ZCYAnQ5RASb5TtzUYK9GHqPR0lkLrmkatgGgkZGOz1aG9wUcyu0zX8YcaErql50OJ/HixD0fHvrqx8XDoVKiDU= ceph-b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:41:20.038 DEBUG:teuthology.orchestra.run.smithi183:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDakqmfOJ99uZviUY3vrRIFvx7AVBfOs8PVwkIoiBbplxxbKFTmUp8sCqCZqg1/7n1o7AcPiLAgdhE0AJGBYNHoqCkq/lGyqDQBMc0Bq2xR9MRmQhN6x9ecuN5G10AxEsPbbQAMNija3LxSUnHn5wGvJyJgnKUjfMivy/ASIofTXYqxIzHL7TMi9ACwC2Zk/FRoaA6xHmuA7MjbHM+g5p19yBvM3G1HI1pGUmyAMps4+6ums2TSWKNEfIFBMC4nqpw8P7V/kLZAtzXL6J1WrE2wheAxBB5pVLY4rWga/nIS/+75sSqe2Ysa70i4YjXoJLBWaedgr44KrhWHIganss5sv7nz7tu2hI71CkhD+ftkn5OebRQwRodCoA3hUhn0nY/kdNGCtsigd6lSk1F3y3RsYed0MqQ6eF2WVVFOheS96ZCYAnQ5RASb5TtzUYK9GHqPR0lkLrmkatgGgkZGOz1aG9wUcyu0zX8YcaErql50OJ/HixD0fHvrqx8XDoVKiDU= ceph-b50f1384-0c01-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T23:41:20.064 INFO:teuthology.orchestra.run.smithi183.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDakqmfOJ99uZviUY3vrRIFvx7AVBfOs8PVwkIoiBbplxxbKFTmUp8sCqCZqg1/7n1o7AcPiLAgdhE0AJGBYNHoqCkq/lGyqDQBMc0Bq2xR9MRmQhN6x9ecuN5G10AxEsPbbQAMNija3LxSUnHn5wGvJyJgnKUjfMivy/ASIofTXYqxIzHL7TMi9ACwC2Zk/FRoaA6xHmuA7MjbHM+g5p19yBvM3G1HI1pGUmyAMps4+6ums2TSWKNEfIFBMC4nqpw8P7V/kLZAtzXL6J1WrE2wheAxBB5pVLY4rWga/nIS/+75sSqe2Ysa70i4YjXoJLBWaedgr44KrhWHIganss5sv7nz7tu2hI71CkhD+ftkn5OebRQwRodCoA3hUhn0nY/kdNGCtsigd6lSk1F3y3RsYed0MqQ6eF2WVVFOheS96ZCYAnQ5RASb5TtzUYK9GHqPR0lkLrmkatgGgkZGOz1aG9wUcyu0zX8YcaErql50OJ/HixD0fHvrqx8XDoVKiDU= ceph-b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:41:20.073 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T23:41:20.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:20 smithi012 bash[18711]: audit 2024-05-06T23:41:19.125052+0000 mon.smithi012 (mon.0) 104 : audit [INF] from='client.? 172.21.15.12:0/1668594084' entity='client.admin' 2024-05-06T23:41:20.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:20 smithi012 bash[18711]: audit 2024-05-06T23:41:19.125052+0000 mon.smithi012 (mon.0) 104 : audit [INF] from='client.? 172.21.15.12:0/1668594084' entity='client.admin' 2024-05-06T23:41:25.977 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.576197+0000 mon.smithi012 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.576197+0000 mon.smithi012 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.581820+0000 mon.smithi012 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.581820+0000 mon.smithi012 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.584068+0000 mon.smithi012 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.584068+0000 mon.smithi012 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.590187+0000 mon.smithi012 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:27.929 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.590187+0000 mon.smithi012 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.592730+0000 mon.smithi012 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.592730+0000 mon.smithi012 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.593971+0000 mon.smithi012 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.593971+0000 mon.smithi012 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.597275+0000 mon.smithi012 (mon.0) 111 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:26.597275+0000 mon.smithi012 (mon.0) 111 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: cephadm 2024-05-06T23:41:26.599518+0000 mgr.smithi012.ztruhu (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi012 on smithi012 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: cephadm 2024-05-06T23:41:26.599518+0000 mgr.smithi012.ztruhu (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi012 on smithi012 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:27.202265+0000 mon.smithi012 (mon.0) 112 : audit [INF] from='client.? 172.21.15.12:0/3113572987' entity='client.admin' 2024-05-06T23:41:27.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:27 smithi012 bash[18711]: audit 2024-05-06T23:41:27.202265+0000 mon.smithi012 (mon.0) 112 : audit [INF] from='client.? 172.21.15.12:0/3113572987' entity='client.admin' 2024-05-06T23:41:28.286 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T23:41:28.286 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T23:41:28.671 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:28 smithi012 bash[18711]: cluster 2024-05-06T23:41:27.823085+0000 mgr.smithi012.ztruhu (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:28.671 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:28 smithi012 bash[18711]: cluster 2024-05-06T23:41:27.823085+0000 mgr.smithi012.ztruhu (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:29.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:29 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:29.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:29 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:31.051 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.764113+0000 mon.smithi012 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.051 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.764113+0000 mon.smithi012 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.051 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.767003+0000 mon.smithi012 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.051 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.767003+0000 mon.smithi012 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.051 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.774782+0000 mon.smithi012 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.774782+0000 mon.smithi012 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.777891+0000 mon.smithi012 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.777891+0000 mon.smithi012 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.779152+0000 mon.smithi012 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.779152+0000 mon.smithi012 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.780602+0000 mon.smithi012 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.780602+0000 mon.smithi012 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.782329+0000 mon.smithi012 (mon.0) 119 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: audit 2024-05-06T23:41:29.782329+0000 mon.smithi012 (mon.0) 119 : audit [DBG] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: cephadm 2024-05-06T23:41:29.783192+0000 mgr.smithi012.ztruhu (mgr.14164) 11 : cephadm [INF] Deploying daemon crash.smithi012 on smithi012 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: cephadm 2024-05-06T23:41:29.783192+0000 mgr.smithi012.ztruhu (mgr.14164) 11 : cephadm [INF] Deploying daemon crash.smithi012 on smithi012 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: cluster 2024-05-06T23:41:29.823384+0000 mgr.smithi012.ztruhu (mgr.14164) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:31.052 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:30 smithi012 bash[18711]: cluster 2024-05-06T23:41:29.823384+0000 mgr.smithi012.ztruhu (mgr.14164) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:32.176 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:32.439 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:33.003 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: cluster 2024-05-06T23:41:31.823783+0000 mgr.smithi012.ztruhu (mgr.14164) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: cluster 2024-05-06T23:41:31.823783+0000 mgr.smithi012.ztruhu (mgr.14164) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.438299+0000 mon.smithi012 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.438299+0000 mon.smithi012 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.442503+0000 mon.smithi012 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.442503+0000 mon.smithi012 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.456322+0000 mon.smithi012 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.456322+0000 mon.smithi012 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.459541+0000 mon.smithi012 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:32 smithi012 bash[18711]: audit 2024-05-06T23:41:32.459541+0000 mon.smithi012 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:33.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:33.899 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: cephadm 2024-05-06T23:41:32.460954+0000 mgr.smithi012.ztruhu (mgr.14164) 14 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: cephadm 2024-05-06T23:41:32.460954+0000 mgr.smithi012.ztruhu (mgr.14164) 14 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:32.899368+0000 mon.smithi012 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:32.899368+0000 mon.smithi012 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.733015+0000 mon.smithi012 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.733015+0000 mon.smithi012 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.736257+0000 mon.smithi012 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.736257+0000 mon.smithi012 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.779274+0000 mon.smithi012 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.779274+0000 mon.smithi012 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.781737+0000 mon.smithi012 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:34.205 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:33 smithi012 bash[18711]: audit 2024-05-06T23:41:33.781737+0000 mon.smithi012 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:35.211 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:34 smithi012 bash[18711]: cephadm 2024-05-06T23:41:33.793860+0000 mgr.smithi012.ztruhu (mgr.14164) 15 : cephadm [INF] Deploying daemon alertmanager.smithi012 on smithi012 2024-05-06T23:41:35.212 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:34 smithi012 bash[18711]: cephadm 2024-05-06T23:41:33.793860+0000 mgr.smithi012.ztruhu (mgr.14164) 15 : cephadm [INF] Deploying daemon alertmanager.smithi012 on smithi012 2024-05-06T23:41:35.212 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:34 smithi012 bash[18711]: cluster 2024-05-06T23:41:33.824084+0000 mgr.smithi012.ztruhu (mgr.14164) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:35.212 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:34 smithi012 bash[18711]: cluster 2024-05-06T23:41:33.824084+0000 mgr.smithi012.ztruhu (mgr.14164) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:35.212 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:34 smithi012 bash[18711]: audit 2024-05-06T23:41:34.834262+0000 mon.smithi012 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:35.212 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:34 smithi012 bash[18711]: audit 2024-05-06T23:41:34.834262+0000 mon.smithi012 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:36.061 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi183 2024-05-06T23:41:36.061 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:41:36.061 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.conf 2024-05-06T23:41:36.067 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:41:36.067 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:41:36.116 INFO:tasks.cephadm:Adding host smithi183 to orchestrator... 2024-05-06T23:41:36.116 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph orch host add smithi183 2024-05-06T23:41:36.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:35 smithi012 bash[18711]: audit 2024-05-06T23:41:34.831110+0000 mgr.smithi012.ztruhu (mgr.14164) 17 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:41:36.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:35 smithi012 bash[18711]: audit 2024-05-06T23:41:34.831110+0000 mgr.smithi012.ztruhu (mgr.14164) 17 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:41:37.039 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:36 smithi012 bash[18711]: cluster 2024-05-06T23:41:35.824496+0000 mgr.smithi012.ztruhu (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:37.040 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:36 smithi012 bash[18711]: cluster 2024-05-06T23:41:35.824496+0000 mgr.smithi012.ztruhu (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:39.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:38 smithi012 bash[18711]: cluster 2024-05-06T23:41:37.824866+0000 mgr.smithi012.ztruhu (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:39.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:38 smithi012 bash[18711]: cluster 2024-05-06T23:41:37.824866+0000 mgr.smithi012.ztruhu (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:39.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:38 smithi012 bash[18711]: audit 2024-05-06T23:41:37.905631+0000 mon.smithi012 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:39.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:38 smithi012 bash[18711]: audit 2024-05-06T23:41:37.905631+0000 mon.smithi012 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:40.858 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:41:40.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:40 smithi012 bash[18711]: cluster 2024-05-06T23:41:39.825303+0000 mgr.smithi012.ztruhu (mgr.14164) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:40.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:40 smithi012 bash[18711]: cluster 2024-05-06T23:41:39.825303+0000 mgr.smithi012.ztruhu (mgr.14164) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:42.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:42 smithi012 bash[18711]: cluster 2024-05-06T23:41:41.825739+0000 mgr.smithi012.ztruhu (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:42.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:42 smithi012 bash[18711]: cluster 2024-05-06T23:41:41.825739+0000 mgr.smithi012.ztruhu (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:43.477 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:43.769 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:42.587037+0000 mgr.smithi012.ztruhu (mgr.14164) 22 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:42.587037+0000 mgr.smithi012.ztruhu (mgr.14164) 22 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.768586+0000 mon.smithi012 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.768586+0000 mon.smithi012 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.772312+0000 mon.smithi012 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.772312+0000 mon.smithi012 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.783261+0000 mon.smithi012 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.200 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.783261+0000 mon.smithi012 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.785686+0000 mon.smithi012 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.785686+0000 mon.smithi012 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.788463+0000 mon.smithi012 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.788463+0000 mon.smithi012 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.790329+0000 mon.smithi012 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.790329+0000 mon.smithi012 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.888134+0000 mon.smithi012 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.888134+0000 mon.smithi012 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.893043+0000 mon.smithi012 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.893043+0000 mon.smithi012 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.895250+0000 mon.smithi012 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.895250+0000 mon.smithi012 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.899958+0000 mon.smithi012 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:43 smithi012 bash[18711]: audit 2024-05-06T23:41:43.899958+0000 mon.smithi012 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:44.965 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cephadm 2024-05-06T23:41:43.346693+0000 mgr.smithi012.ztruhu (mgr.14164) 23 : cephadm [INF] Deploying cephadm binary to smithi183 2024-05-06T23:41:44.965 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cephadm 2024-05-06T23:41:43.346693+0000 mgr.smithi012.ztruhu (mgr.14164) 23 : cephadm [INF] Deploying cephadm binary to smithi183 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cephadm 2024-05-06T23:41:43.803394+0000 mgr.smithi012.ztruhu (mgr.14164) 24 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cephadm 2024-05-06T23:41:43.803394+0000 mgr.smithi012.ztruhu (mgr.14164) 24 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cluster 2024-05-06T23:41:43.826053+0000 mgr.smithi012.ztruhu (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cluster 2024-05-06T23:41:43.826053+0000 mgr.smithi012.ztruhu (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: audit 2024-05-06T23:41:43.895740+0000 mgr.smithi012.ztruhu (mgr.14164) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: audit 2024-05-06T23:41:43.895740+0000 mgr.smithi012.ztruhu (mgr.14164) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cephadm 2024-05-06T23:41:43.923473+0000 mgr.smithi012.ztruhu (mgr.14164) 27 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-05-06T23:41:44.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:44 smithi012 bash[18711]: cephadm 2024-05-06T23:41:43.923473+0000 mgr.smithi012.ztruhu (mgr.14164) 27 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-05-06T23:41:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:46 smithi012 bash[18711]: cluster 2024-05-06T23:41:45.826316+0000 mgr.smithi012.ztruhu (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:46 smithi012 bash[18711]: cluster 2024-05-06T23:41:45.826316+0000 mgr.smithi012.ztruhu (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:48 smithi012 bash[18711]: cluster 2024-05-06T23:41:47.826589+0000 mgr.smithi012.ztruhu (mgr.14164) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:48 smithi012 bash[18711]: cluster 2024-05-06T23:41:47.826589+0000 mgr.smithi012.ztruhu (mgr.14164) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:48 smithi012 bash[18711]: audit 2024-05-06T23:41:47.915543+0000 mon.smithi012 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:48 smithi012 bash[18711]: audit 2024-05-06T23:41:47.915543+0000 mon.smithi012 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:49.569 INFO:teuthology.orchestra.run.smithi012.stdout:Added host 'smithi183' with addr '172.21.15.183' 2024-05-06T23:41:50.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:50 smithi012 bash[18711]: audit 2024-05-06T23:41:49.568071+0000 mon.smithi012 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:50.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:50 smithi012 bash[18711]: audit 2024-05-06T23:41:49.568071+0000 mon.smithi012 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:50 smithi012 bash[18711]: cephadm 2024-05-06T23:41:49.568553+0000 mgr.smithi012.ztruhu (mgr.14164) 30 : cephadm [INF] Added host smithi183 2024-05-06T23:41:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:50 smithi012 bash[18711]: cephadm 2024-05-06T23:41:49.568553+0000 mgr.smithi012.ztruhu (mgr.14164) 30 : cephadm [INF] Added host smithi183 2024-05-06T23:41:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:50 smithi012 bash[18711]: cluster 2024-05-06T23:41:49.826932+0000 mgr.smithi012.ztruhu (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:50 smithi012 bash[18711]: cluster 2024-05-06T23:41:49.826932+0000 mgr.smithi012.ztruhu (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:53.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:52 smithi012 bash[18711]: cluster 2024-05-06T23:41:51.827390+0000 mgr.smithi012.ztruhu (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:53.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:52 smithi012 bash[18711]: cluster 2024-05-06T23:41:51.827390+0000 mgr.smithi012.ztruhu (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:53.657 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T23:41:55.188 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:54 smithi012 bash[18711]: cluster 2024-05-06T23:41:53.827861+0000 mgr.smithi012.ztruhu (mgr.14164) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:55.189 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:54 smithi012 bash[18711]: cluster 2024-05-06T23:41:53.827861+0000 mgr.smithi012.ztruhu (mgr.14164) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:56.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:56 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:56.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:56 smithi012 bash[18711]: cluster 2024-05-06T23:41:55.828318+0000 mgr.smithi012.ztruhu (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:56.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:56 smithi012 bash[18711]: cluster 2024-05-06T23:41:55.828318+0000 mgr.smithi012.ztruhu (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:57.194 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:57 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:41:58.404 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:41:58.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.245049+0000 mon.smithi012 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.245049+0000 mon.smithi012 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.249320+0000 mon.smithi012 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.249320+0000 mon.smithi012 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.286863+0000 mon.smithi012 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.286863+0000 mon.smithi012 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.289441+0000 mon.smithi012 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.289441+0000 mon.smithi012 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.293234+0000 mon.smithi012 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.293234+0000 mon.smithi012 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.297336+0000 mon.smithi012 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.297336+0000 mon.smithi012 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.301104+0000 mon.smithi012 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.301104+0000 mon.smithi012 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.303664+0000 mon.smithi012 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.303664+0000 mon.smithi012 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: cephadm 2024-05-06T23:41:57.569633+0000 mgr.smithi012.ztruhu (mgr.14164) 35 : cephadm [INF] Deploying daemon prometheus.smithi012 on smithi012 2024-05-06T23:41:58.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: cephadm 2024-05-06T23:41:57.569633+0000 mgr.smithi012.ztruhu (mgr.14164) 35 : cephadm [INF] Deploying daemon prometheus.smithi012 on smithi012 2024-05-06T23:41:58.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: cluster 2024-05-06T23:41:57.828738+0000 mgr.smithi012.ztruhu (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:58.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: cluster 2024-05-06T23:41:57.828738+0000 mgr.smithi012.ztruhu (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:41:58.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.924033+0000 mon.smithi012 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:41:58.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:41:58 smithi012 bash[18711]: audit 2024-05-06T23:41:57.924033+0000 mon.smithi012 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:00.591 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:42:00.592 INFO:teuthology.orchestra.run.smithi012.stdout:[{"addr": "172.21.15.12", "hostname": "smithi012", "labels": [], "status": ""}, {"addr": "172.21.15.183", "hostname": "smithi183", "labels": [], "status": ""}] 2024-05-06T23:42:01.133 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:00 smithi012 bash[18711]: cluster 2024-05-06T23:41:59.829092+0000 mgr.smithi012.ztruhu (mgr.14164) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:01.133 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:00 smithi012 bash[18711]: cluster 2024-05-06T23:41:59.829092+0000 mgr.smithi012.ztruhu (mgr.14164) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:02.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:01 smithi012 bash[18711]: audit 2024-05-06T23:42:00.590263+0000 mgr.smithi012.ztruhu (mgr.14164) 38 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:42:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:01 smithi012 bash[18711]: audit 2024-05-06T23:42:00.590263+0000 mgr.smithi012.ztruhu (mgr.14164) 38 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:42:02.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:02 smithi012 bash[18711]: cluster 2024-05-06T23:42:01.829548+0000 mgr.smithi012.ztruhu (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:02.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:02 smithi012 bash[18711]: cluster 2024-05-06T23:42:01.829548+0000 mgr.smithi012.ztruhu (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:03.025 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T23:42:03.025 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T23:42:04.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:04 smithi012 bash[18711]: cluster 2024-05-06T23:42:03.830029+0000 mgr.smithi012.ztruhu (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:04.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:04 smithi012 bash[18711]: cluster 2024-05-06T23:42:03.830029+0000 mgr.smithi012.ztruhu (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:06.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:06 smithi012 bash[18711]: cluster 2024-05-06T23:42:05.830354+0000 mgr.smithi012.ztruhu (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:06.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:06 smithi012 bash[18711]: cluster 2024-05-06T23:42:05.830354+0000 mgr.smithi012.ztruhu (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:07.833 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:42:09.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:08 smithi012 bash[18711]: cluster 2024-05-06T23:42:07.830704+0000 mgr.smithi012.ztruhu (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:09.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:08 smithi012 bash[18711]: cluster 2024-05-06T23:42:07.830704+0000 mgr.smithi012.ztruhu (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:10.902 INFO:teuthology.orchestra.run.smithi012.stderr:adjusted tunables profile to default 2024-05-06T23:42:11.138 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:10 smithi012 bash[18711]: cluster 2024-05-06T23:42:09.831100+0000 mgr.smithi012.ztruhu (mgr.14164) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:11.139 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:10 smithi012 bash[18711]: cluster 2024-05-06T23:42:09.831100+0000 mgr.smithi012.ztruhu (mgr.14164) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:11.139 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:10 smithi012 bash[18711]: audit 2024-05-06T23:42:10.201913+0000 mon.smithi012 (mon.0) 152 : audit [INF] from='client.? 172.21.15.12:0/1983128255' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T23:42:11.139 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:10 smithi012 bash[18711]: audit 2024-05-06T23:42:10.201913+0000 mon.smithi012 (mon.0) 152 : audit [INF] from='client.? 172.21.15.12:0/1983128255' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T23:42:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:11 smithi012 bash[18711]: audit 2024-05-06T23:42:10.897047+0000 mon.smithi012 (mon.0) 153 : audit [INF] from='client.? 172.21.15.12:0/1983128255' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T23:42:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:11 smithi012 bash[18711]: audit 2024-05-06T23:42:10.897047+0000 mon.smithi012 (mon.0) 153 : audit [INF] from='client.? 172.21.15.12:0/1983128255' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T23:42:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:11 smithi012 bash[18711]: cluster 2024-05-06T23:42:10.900232+0000 mon.smithi012 (mon.0) 154 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T23:42:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:11 smithi012 bash[18711]: cluster 2024-05-06T23:42:10.900232+0000 mon.smithi012 (mon.0) 154 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T23:42:12.624 INFO:tasks.cephadm:Adding mon.smithi012 on smithi012 2024-05-06T23:42:12.625 INFO:tasks.cephadm:Adding mon.smithi183 on smithi183 2024-05-06T23:42:12.625 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph orch apply mon '2;smithi012:172.21.15.12=smithi012;smithi183:172.21.15.183=smithi183' 2024-05-06T23:42:13.188 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:12 smithi012 bash[18711]: cluster 2024-05-06T23:42:11.831520+0000 mgr.smithi012.ztruhu (mgr.14164) 44 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:13.188 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:12 smithi012 bash[18711]: cluster 2024-05-06T23:42:11.831520+0000 mgr.smithi012.ztruhu (mgr.14164) 44 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:13.836 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /etc/ceph/ceph.conf 2024-05-06T23:42:14.774 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:14 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:14.774 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:14 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:14.880 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /etc/ceph/ceph.conf 2024-05-06T23:42:15.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:14 smithi012 bash[18711]: cluster 2024-05-06T23:42:13.831937+0000 mgr.smithi012.ztruhu (mgr.14164) 45 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:15.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:14 smithi012 bash[18711]: cluster 2024-05-06T23:42:13.831937+0000 mgr.smithi012.ztruhu (mgr.14164) 45 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:15.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.909063+0000 mon.smithi012 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:15.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.909063+0000 mon.smithi012 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:15.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.915131+0000 mon.smithi012 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:15.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.915131+0000 mon.smithi012 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:15.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.933789+0000 mon.smithi012 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:15.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.933789+0000 mon.smithi012 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:15.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.936032+0000 mon.smithi012 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-06T23:42:15.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:15 smithi012 bash[18711]: audit 2024-05-06T23:42:14.936032+0000 mon.smithi012 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-06T23:42:17.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:16 smithi012 bash[18711]: audit 2024-05-06T23:42:15.938456+0000 mon.smithi012 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-06T23:42:17.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:16 smithi012 bash[18711]: audit 2024-05-06T23:42:15.938456+0000 mon.smithi012 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.12:0/3895958489' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-06T23:42:17.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:16 smithi012 bash[18711]: cluster 2024-05-06T23:42:15.944225+0000 mon.smithi012 (mon.0) 160 : cluster [DBG] mgrmap e14: smithi012.ztruhu(active, since 68s) 2024-05-06T23:42:17.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:16 smithi012 bash[18711]: cluster 2024-05-06T23:42:15.944225+0000 mon.smithi012 (mon.0) 160 : cluster [DBG] mgrmap e14: smithi012.ztruhu(active, since 68s) 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.844765+0000 mon.smithi012 (mon.0) 161 : cluster [INF] Active manager daemon smithi012.ztruhu restarted 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.844765+0000 mon.smithi012 (mon.0) 161 : cluster [INF] Active manager daemon smithi012.ztruhu restarted 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.845296+0000 mon.smithi012 (mon.0) 162 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.845296+0000 mon.smithi012 (mon.0) 162 : cluster [INF] Activating manager daemon smithi012.ztruhu 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.854830+0000 mon.smithi012 (mon.0) 163 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.854830+0000 mon.smithi012 (mon.0) 163 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.855296+0000 mon.smithi012 (mon.0) 164 : cluster [DBG] mgrmap e15: smithi012.ztruhu(active, starting, since 0.0101264s) 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.855296+0000 mon.smithi012 (mon.0) 164 : cluster [DBG] mgrmap e15: smithi012.ztruhu(active, starting, since 0.0101264s) 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.856280+0000 mon.smithi012 (mon.0) 165 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.856280+0000 mon.smithi012 (mon.0) 165 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:42:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.858074+0000 mon.smithi012 (mon.0) 166 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.858074+0000 mon.smithi012 (mon.0) 166 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi012.ztruhu", "id": "smithi012.ztruhu"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.858894+0000 mon.smithi012 (mon.0) 167 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.858894+0000 mon.smithi012 (mon.0) 167 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.859035+0000 mon.smithi012 (mon.0) 168 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.859035+0000 mon.smithi012 (mon.0) 168 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.859201+0000 mon.smithi012 (mon.0) 169 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: audit 2024-05-06T23:42:24.859201+0000 mon.smithi012 (mon.0) 169 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.885079+0000 mon.smithi012 (mon.0) 170 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:42:24.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:24 smithi012 bash[18711]: cluster 2024-05-06T23:42:24.885079+0000 mon.smithi012 (mon.0) 170 : cluster [INF] Manager daemon smithi012.ztruhu is now available 2024-05-06T23:42:25.870 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mon update... 2024-05-06T23:42:26.055 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.912173+0000 mon.smithi012 (mon.0) 171 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:42:26.055 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.912173+0000 mon.smithi012 (mon.0) 171 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:42:26.055 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.933408+0000 mon.smithi012 (mon.0) 172 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.933408+0000 mon.smithi012 (mon.0) 172 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.937121+0000 mon.smithi012 (mon.0) 173 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.937121+0000 mon.smithi012 (mon.0) 173 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.943236+0000 mon.smithi012 (mon.0) 174 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.943236+0000 mon.smithi012 (mon.0) 174 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/mirror_snapshot_schedule"}]: dispatch 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.953834+0000 mon.smithi012 (mon.0) 175 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:24.953834+0000 mon.smithi012 (mon.0) 175 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.ztruhu/trash_purge_schedule"}]: dispatch 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: cluster 2024-05-06T23:42:25.858437+0000 mon.smithi012 (mon.0) 176 : cluster [DBG] mgrmap e16: smithi012.ztruhu(active, since 1.01327s) 2024-05-06T23:42:26.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: cluster 2024-05-06T23:42:25.858437+0000 mon.smithi012 (mon.0) 176 : cluster [DBG] mgrmap e16: smithi012.ztruhu(active, since 1.01327s) 2024-05-06T23:42:26.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:25.868746+0000 mon.smithi012 (mon.0) 177 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:26.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:25 smithi012 bash[18711]: audit 2024-05-06T23:42:25.868746+0000 mon.smithi012 (mon.0) 177 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:26.500 DEBUG:teuthology.orchestra.run.smithi183:mon.smithi183> sudo journalctl -f -n 0 -u ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi183.service 2024-05-06T23:42:26.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T23:42:26.503 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T23:42:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:26 smithi012 bash[18711]: cephadm 2024-05-06T23:42:25.864968+0000 mgr.smithi012.ztruhu (mgr.14199) 2 : cephadm [INF] Saving service mon spec with placement smithi012:172.21.15.12=smithi012;smithi183:172.21.15.183=smithi183;count:2 2024-05-06T23:42:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:26 smithi012 bash[18711]: cephadm 2024-05-06T23:42:25.864968+0000 mgr.smithi012.ztruhu (mgr.14199) 2 : cephadm [INF] Saving service mon spec with placement smithi012:172.21.15.12=smithi012;smithi183:172.21.15.183=smithi183;count:2 2024-05-06T23:42:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:26 smithi012 bash[18711]: audit 2024-05-06T23:42:25.927934+0000 mon.smithi012 (mon.0) 178 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:26 smithi012 bash[18711]: audit 2024-05-06T23:42:25.927934+0000 mon.smithi012 (mon.0) 178 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:27.748 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /etc/ceph/ceph.conf 2024-05-06T23:42:28.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:27 smithi012 bash[18711]: cluster 2024-05-06T23:42:26.933274+0000 mon.smithi012 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi012.ztruhu(active, since 2s) 2024-05-06T23:42:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:27 smithi012 bash[18711]: cluster 2024-05-06T23:42:26.933274+0000 mon.smithi012 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi012.ztruhu(active, since 2s) 2024-05-06T23:42:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:27 smithi012 bash[18711]: audit 2024-05-06T23:42:27.550088+0000 mon.smithi012 (mon.0) 180 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:27 smithi012 bash[18711]: audit 2024-05-06T23:42:27.550088+0000 mon.smithi012 (mon.0) 180 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:28.790 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /etc/ceph/ceph.conf 2024-05-06T23:42:29.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:28 smithi012 bash[18711]: cephadm 2024-05-06T23:42:27.995218+0000 mgr.smithi012.ztruhu (mgr.14199) 3 : cephadm [INF] [06/May/2024:23:42:27] ENGINE Bus STARTING 2024-05-06T23:42:29.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:28 smithi012 bash[18711]: cephadm 2024-05-06T23:42:27.995218+0000 mgr.smithi012.ztruhu (mgr.14199) 3 : cephadm [INF] [06/May/2024:23:42:27] ENGINE Bus STARTING 2024-05-06T23:42:29.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:28 smithi012 bash[18711]: audit 2024-05-06T23:42:28.698561+0000 mon.smithi012 (mon.0) 181 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:29.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:28 smithi012 bash[18711]: audit 2024-05-06T23:42:28.698561+0000 mon.smithi012 (mon.0) 181 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:30.013 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-06T23:42:30.013 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","modified":"2024-05-06T23:39:41.348437Z","created":"2024-05-06T23:39:41.348437Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T23:42:30.015 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-05-06T23:42:30.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:29 smithi012 bash[18711]: cephadm 2024-05-06T23:42:28.139043+0000 mgr.smithi012.ztruhu (mgr.14199) 4 : cephadm [INF] [06/May/2024:23:42:28] ENGINE Serving on https://172.21.15.12:7150 2024-05-06T23:42:30.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:29 smithi012 bash[18711]: cephadm 2024-05-06T23:42:28.139043+0000 mgr.smithi012.ztruhu (mgr.14199) 4 : cephadm [INF] [06/May/2024:23:42:28] ENGINE Serving on https://172.21.15.12:7150 2024-05-06T23:42:30.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:29 smithi012 bash[18711]: cephadm 2024-05-06T23:42:28.242731+0000 mgr.smithi012.ztruhu (mgr.14199) 5 : cephadm [INF] [06/May/2024:23:42:28] ENGINE Serving on http://172.21.15.12:8765 2024-05-06T23:42:30.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:29 smithi012 bash[18711]: cephadm 2024-05-06T23:42:28.242731+0000 mgr.smithi012.ztruhu (mgr.14199) 5 : cephadm [INF] [06/May/2024:23:42:28] ENGINE Serving on http://172.21.15.12:8765 2024-05-06T23:42:30.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:29 smithi012 bash[18711]: cephadm 2024-05-06T23:42:28.243119+0000 mgr.smithi012.ztruhu (mgr.14199) 6 : cephadm [INF] [06/May/2024:23:42:28] ENGINE Bus STARTED 2024-05-06T23:42:30.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:29 smithi012 bash[18711]: cephadm 2024-05-06T23:42:28.243119+0000 mgr.smithi012.ztruhu (mgr.14199) 6 : cephadm [INF] [06/May/2024:23:42:28] ENGINE Bus STARTED 2024-05-06T23:42:31.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:30 smithi012 bash[18711]: audit 2024-05-06T23:42:30.011587+0000 mon.smithi012 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.183:0/1709079763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:31.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:30 smithi012 bash[18711]: audit 2024-05-06T23:42:30.011587+0000 mon.smithi012 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.183:0/1709079763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:31.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T23:42:31.840 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T23:42:32.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:32 smithi012 bash[18711]: audit 2024-05-06T23:42:31.458153+0000 mon.smithi012 (mon.0) 183 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:32.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:32 smithi012 bash[18711]: audit 2024-05-06T23:42:31.458153+0000 mon.smithi012 (mon.0) 183 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:32.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:32 smithi012 bash[18711]: audit 2024-05-06T23:42:31.461450+0000 mon.smithi012 (mon.0) 184 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:32.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:32 smithi012 bash[18711]: audit 2024-05-06T23:42:31.461450+0000 mon.smithi012 (mon.0) 184 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:33.043 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /etc/ceph/ceph.conf 2024-05-06T23:42:33.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:33 smithi012 bash[18711]: audit 2024-05-06T23:42:32.609793+0000 mon.smithi012 (mon.0) 185 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:33.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:33 smithi012 bash[18711]: audit 2024-05-06T23:42:32.609793+0000 mon.smithi012 (mon.0) 185 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:33.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:33 smithi012 bash[18711]: audit 2024-05-06T23:42:32.614024+0000 mon.smithi012 (mon.0) 186 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:33.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:33 smithi012 bash[18711]: audit 2024-05-06T23:42:32.614024+0000 mon.smithi012 (mon.0) 186 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:33.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:33 smithi012 bash[18711]: audit 2024-05-06T23:42:32.616475+0000 mon.smithi012 (mon.0) 187 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:42:33.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:33 smithi012 bash[18711]: audit 2024-05-06T23:42:32.616475+0000 mon.smithi012 (mon.0) 187 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:42:35.546 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.648617+0000 mon.smithi012 (mon.0) 188 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.648617+0000 mon.smithi012 (mon.0) 188 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.654594+0000 mon.smithi012 (mon.0) 189 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.654594+0000 mon.smithi012 (mon.0) 189 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.663170+0000 mon.smithi012 (mon.0) 190 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.663170+0000 mon.smithi012 (mon.0) 190 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.669214+0000 mon.smithi012 (mon.0) 191 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.669214+0000 mon.smithi012 (mon.0) 191 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.671188+0000 mon.smithi012 (mon.0) 192 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.671188+0000 mon.smithi012 (mon.0) 192 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.673477+0000 mon.smithi012 (mon.0) 193 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.673477+0000 mon.smithi012 (mon.0) 193 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.675458+0000 mon.smithi012 (mon.0) 194 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:34.675458+0000 mon.smithi012 (mon.0) 194 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.678413+0000 mgr.smithi012.ztruhu (mgr.14199) 7 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.678413+0000 mgr.smithi012.ztruhu (mgr.14199) 7 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.678884+0000 mgr.smithi012.ztruhu (mgr.14199) 8 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.678884+0000 mgr.smithi012.ztruhu (mgr.14199) 8 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-05-06T23:42:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.945571+0000 mgr.smithi012.ztruhu (mgr.14199) 9 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.945571+0000 mgr.smithi012.ztruhu (mgr.14199) 9 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.946235+0000 mgr.smithi012.ztruhu (mgr.14199) 10 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: cephadm 2024-05-06T23:42:34.946235+0000 mgr.smithi012.ztruhu (mgr.14199) 10 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.449166+0000 mon.smithi012 (mon.0) 195 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.449166+0000 mon.smithi012 (mon.0) 195 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.452538+0000 mon.smithi012 (mon.0) 196 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.452538+0000 mon.smithi012 (mon.0) 196 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.456557+0000 mon.smithi012 (mon.0) 197 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.456557+0000 mon.smithi012 (mon.0) 197 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.459563+0000 mon.smithi012 (mon.0) 198 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.459563+0000 mon.smithi012 (mon.0) 198 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.463803+0000 mon.smithi012 (mon.0) 199 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.463803+0000 mon.smithi012 (mon.0) 199 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.466402+0000 mon.smithi012 (mon.0) 200 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.466402+0000 mon.smithi012 (mon.0) 200 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.467643+0000 mon.smithi012 (mon.0) 201 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.467643+0000 mon.smithi012 (mon.0) 201 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.471300+0000 mon.smithi012 (mon.0) 202 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:35.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:35 smithi012 bash[18711]: audit 2024-05-06T23:42:35.471300+0000 mon.smithi012 (mon.0) 202 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.110437+0000 mgr.smithi012.ztruhu (mgr.14199) 11 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.110437+0000 mgr.smithi012.ztruhu (mgr.14199) 11 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.111437+0000 mgr.smithi012.ztruhu (mgr.14199) 12 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.111437+0000 mgr.smithi012.ztruhu (mgr.14199) 12 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.275241+0000 mgr.smithi012.ztruhu (mgr.14199) 13 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.275241+0000 mgr.smithi012.ztruhu (mgr.14199) 13 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.276009+0000 mgr.smithi012.ztruhu (mgr.14199) 14 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.276009+0000 mgr.smithi012.ztruhu (mgr.14199) 14 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.473229+0000 mgr.smithi012.ztruhu (mgr.14199) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi183 on smithi183 2024-05-06T23:42:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:36 smithi012 bash[18711]: cephadm 2024-05-06T23:42:35.473229+0000 mgr.smithi012.ztruhu (mgr.14199) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi183 on smithi183 2024-05-06T23:42:37.008 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-06T23:42:37.008 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","modified":"2024-05-06T23:39:41.348437Z","created":"2024-05-06T23:39:41.348437Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T23:42:37.011 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-05-06T23:42:37.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:37 smithi012 bash[18711]: audit 2024-05-06T23:42:37.006934+0000 mon.smithi012 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.183:0/1057156019' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:37.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:37 smithi012 bash[18711]: audit 2024-05-06T23:42:37.006934+0000 mon.smithi012 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.183:0/1057156019' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:38.824 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T23:42:38.825 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T23:42:40.025 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:40.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.926524+0000 mon.smithi012 (mon.0) 204 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.926524+0000 mon.smithi012 (mon.0) 204 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.933171+0000 mon.smithi012 (mon.0) 205 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.933171+0000 mon.smithi012 (mon.0) 205 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.951444+0000 mon.smithi012 (mon.0) 206 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.951444+0000 mon.smithi012 (mon.0) 206 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.957124+0000 mon.smithi012 (mon.0) 207 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.957124+0000 mon.smithi012 (mon.0) 207 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.960326+0000 mon.smithi012 (mon.0) 208 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.960326+0000 mon.smithi012 (mon.0) 208 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.962150+0000 mon.smithi012 (mon.0) 209 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.962150+0000 mon.smithi012 (mon.0) 209 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.966617+0000 mon.smithi012 (mon.0) 210 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: audit 2024-05-06T23:42:38.966617+0000 mon.smithi012 (mon.0) 210 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: cephadm 2024-05-06T23:42:38.968765+0000 mgr.smithi012.ztruhu (mgr.14199) 16 : cephadm [INF] Deploying daemon crash.smithi183 on smithi183 2024-05-06T23:42:40.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:39 smithi012 bash[18711]: cephadm 2024-05-06T23:42:38.968765+0000 mgr.smithi012.ztruhu (mgr.14199) 16 : cephadm [INF] Deploying daemon crash.smithi183 on smithi183 2024-05-06T23:42:41.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:40 smithi012 bash[18711]: audit 2024-05-06T23:42:39.935979+0000 mon.smithi012 (mon.0) 211 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:41.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:40 smithi012 bash[18711]: audit 2024-05-06T23:42:39.935979+0000 mon.smithi012 (mon.0) 211 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:41.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:40 smithi012 bash[18711]: audit 2024-05-06T23:42:39.938179+0000 mon.smithi012 (mon.0) 212 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:41.196 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:40 smithi012 bash[18711]: audit 2024-05-06T23:42:39.938179+0000 mon.smithi012 (mon.0) 212 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:41.926 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-06T23:42:41.927 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","modified":"2024-05-06T23:39:41.348437Z","created":"2024-05-06T23:39:41.348437Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T23:42:41.930 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-05-06T23:42:42.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:41 smithi012 bash[18711]: audit 2024-05-06T23:42:41.925718+0000 mon.smithi012 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.183:0/778050971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:42.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:41 smithi012 bash[18711]: audit 2024-05-06T23:42:41.925718+0000 mon.smithi012 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.183:0/778050971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.219742+0000 mon.smithi012 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.219742+0000 mon.smithi012 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.227029+0000 mon.smithi012 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.227029+0000 mon.smithi012 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.245665+0000 mon.smithi012 (mon.0) 216 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.245665+0000 mon.smithi012 (mon.0) 216 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.254057+0000 mon.smithi012 (mon.0) 217 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: audit 2024-05-06T23:42:42.254057+0000 mon.smithi012 (mon.0) 217 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: cephadm 2024-05-06T23:42:42.257566+0000 mgr.smithi012.ztruhu (mgr.14199) 17 : cephadm [INF] Deploying daemon node-exporter.smithi183 on smithi183 2024-05-06T23:42:43.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:43 smithi012 bash[18711]: cephadm 2024-05-06T23:42:42.257566+0000 mgr.smithi012.ztruhu (mgr.14199) 17 : cephadm [INF] Deploying daemon node-exporter.smithi183 on smithi183 2024-05-06T23:42:44.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T23:42:44.297 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T23:42:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.708644+0000 mon.smithi012 (mon.0) 218 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.708644+0000 mon.smithi012 (mon.0) 218 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.717867+0000 mon.smithi012 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.717867+0000 mon.smithi012 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.735630+0000 mon.smithi012 (mon.0) 220 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.735630+0000 mon.smithi012 (mon.0) 220 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.743869+0000 mon.smithi012 (mon.0) 221 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.743869+0000 mon.smithi012 (mon.0) 221 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.749454+0000 mon.smithi012 (mon.0) 222 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.749454+0000 mon.smithi012 (mon.0) 222 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.754120+0000 mon.smithi012 (mon.0) 223 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.754120+0000 mon.smithi012 (mon.0) 223 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.758832+0000 mon.smithi012 (mon.0) 224 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.758832+0000 mon.smithi012 (mon.0) 224 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.761088+0000 mon.smithi012 (mon.0) 225 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: audit 2024-05-06T23:42:43.761088+0000 mon.smithi012 (mon.0) 225 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: cephadm 2024-05-06T23:42:43.763329+0000 mgr.smithi012.ztruhu (mgr.14199) 18 : cephadm [INF] Deploying daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:42:44.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:44 smithi012 bash[18711]: cephadm 2024-05-06T23:42:43.763329+0000 mgr.smithi012.ztruhu (mgr.14199) 18 : cephadm [INF] Deploying daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:42:46.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:45 smithi012 bash[18711]: audit 2024-05-06T23:42:44.943944+0000 mon.smithi012 (mon.0) 226 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:46.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:45 smithi012 bash[18711]: audit 2024-05-06T23:42:44.943944+0000 mon.smithi012 (mon.0) 226 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:46 smithi012 bash[18711]: cluster 2024-05-06T23:42:45.461612+0000 mgr.smithi012.ztruhu (mgr.14199) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:47.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:46 smithi012 bash[18711]: cluster 2024-05-06T23:42:45.461612+0000 mgr.smithi012.ztruhu (mgr.14199) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:47.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:46 smithi012 bash[18711]: cluster 2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:42:47.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:46 smithi012 bash[18711]: cluster 2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:42:47.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:46 smithi012 bash[18711]: audit 2024-05-06T23:42:46.938370+0000 mon.smithi012 (mon.0) 228 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:47.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:46 smithi012 bash[18711]: audit 2024-05-06T23:42:46.938370+0000 mon.smithi012 (mon.0) 228 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:47.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:47 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:46.947220+0000 mon.smithi012 (mon.0) 229 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:46.947220+0000 mon.smithi012 (mon.0) 229 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:46.990300+0000 mon.smithi012 (mon.0) 230 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:46.990300+0000 mon.smithi012 (mon.0) 230 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:46.998858+0000 mon.smithi012 (mon.0) 231 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:46.998858+0000 mon.smithi012 (mon.0) 231 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:47.002486+0000 mon.smithi012 (mon.0) 232 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:47.002486+0000 mon.smithi012 (mon.0) 232 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:47.004199+0000 mon.smithi012 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: audit 2024-05-06T23:42:47.004199+0000 mon.smithi012 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: cephadm 2024-05-06T23:42:47.006208+0000 mgr.smithi012.ztruhu (mgr.14199) 20 : cephadm [INF] Deploying daemon mon.smithi183 on smithi183 2024-05-06T23:42:48.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:47 smithi012 bash[18711]: cephadm 2024-05-06T23:42:47.006208+0000 mgr.smithi012.ztruhu (mgr.14199) 20 : cephadm [INF] Deploying daemon mon.smithi183 on smithi183 2024-05-06T23:42:48.990 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:49.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:48 smithi012 bash[18711]: cluster 2024-05-06T23:42:47.462046+0000 mgr.smithi012.ztruhu (mgr.14199) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:48 smithi012 bash[18711]: cluster 2024-05-06T23:42:47.462046+0000 mgr.smithi012.ztruhu (mgr.14199) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:50.944 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-06T23:42:50.944 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","modified":"2024-05-06T23:39:41.348437Z","created":"2024-05-06T23:39:41.348437Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T23:42:50.947 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-05-06T23:42:51.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:50 smithi012 bash[18711]: cluster 2024-05-06T23:42:49.462471+0000 mgr.smithi012.ztruhu (mgr.14199) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:50 smithi012 bash[18711]: cluster 2024-05-06T23:42:49.462471+0000 mgr.smithi012.ztruhu (mgr.14199) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:50 smithi012 bash[18711]: audit 2024-05-06T23:42:49.951256+0000 mon.smithi012 (mon.0) 234 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:50 smithi012 bash[18711]: audit 2024-05-06T23:42:49.951256+0000 mon.smithi012 (mon.0) 234 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:50 smithi012 bash[18711]: audit 2024-05-06T23:42:50.942934+0000 mon.smithi012 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.183:0/2381910587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:50 smithi012 bash[18711]: audit 2024-05-06T23:42:50.942934+0000 mon.smithi012 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.183:0/2381910587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:52.004 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:51 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:52.004 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:51 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:52.004 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:51 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:52.269 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:52 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:42:52.269 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:52 smithi183 systemd[1]: Started Ceph mon.smithi183 for b50f1384-0c01-11ef-bc97-c7b262605968. 2024-05-06T23:42:52.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-05-06T23:42:52.863 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.183+0000 7fa78a461c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.183+0000 7fa78a461c80 0 ceph version 19.0.0-3567-g9a2db5c3 (9a2db5c34e52973e67c30d806fe9e5820c5e10c6) squid (dev), process ceph-mon, pid 7 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.183+0000 7fa78a461c80 0 pidfile_write: ignore empty --pid-file 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 0 load: jerasure load: lrc 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Git sha 0 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Compile date 2024-05-06 14:53:59 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: DB SUMMARY 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: DB Session ID: 76ZGA5E4D8K5BMZBP7AD 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T23:42:53.201 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi183/store.db dir, Total Num: 0, files: 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi183/store.db: 000004.log size: 511 ; 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.env: 0x5585b470fcc0 2024-05-06T23:42:53.202 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.info_log: 0x5585b5ed1cc0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T23:42:53.203 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.db_log_dir: 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.wal_dir: 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.write_buffer_manager: 0x5585b5ea30e0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T23:42:53.204 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.row_cache: None 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.wal_filter: None 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T23:42:53.205 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T23:42:53.206 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T23:42:53.208 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Compression algorithms supported: 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kZSTD supported: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T23:42:53.209 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi183/store.db/MANIFEST-000005 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.merge_operator: 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5585b5ed1e80) 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cache_index_and_filter_blocks: 1 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T23:42:53.210 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: pin_top_level_index_and_filter: 1 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: index_type: 0 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: data_block_index_type: 0 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: index_shortening: 1 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: checksum: 4 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: no_block_cache: 0 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_cache: 0x5585b5ed31f0 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_cache_name: BinnedLRUCache 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_cache_options: 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: capacity : 536870912 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: num_shard_bits : 4 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: strict_capacity_limit : 0 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: high_pri_pool_ratio: 0.000 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_cache_compressed: (nil) 2024-05-06T23:42:53.211 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: persistent_cache: (nil) 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_size: 4096 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_size_deviation: 10 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_restart_interval: 16 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: index_block_restart_interval: 1 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: metadata_block_size: 4096 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: partition_filters: 0 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: use_delta_encoding: 1 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: filter_policy: bloomfilter 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: whole_key_filtering: 1 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: verify_compression: 0 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: read_amp_bytes_per_bit: 0 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: format_version: 5 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: enable_index_compression: 1 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: block_align: 0 2024-05-06T23:42:53.212 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: max_auto_readahead_size: 262144 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: prepopulate_block_cache: 0 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: initial_auto_readahead_size: 8192 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: num_file_reads_for_auto_readahead: 2 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.num_levels: 7 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T23:42:53.213 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T23:42:53.214 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T23:42:53.215 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T23:42:53.216 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T23:42:53.217 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T23:42:53.218 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi183/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 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e13b806c-6054-46cd-8328-9b06ba7beec9 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715038973193780, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715038973194198, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "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": "[CompactOnDeletionCollector]", "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": 1715038973, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e13b806c-6054-46cd-8328-9b06ba7beec9", "db_session_id": "76ZGA5E4D8K5BMZBP7AD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715038973194277, "job": 1, "event": "recovery_finished"} 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.187+0000 7fa78a461c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi183/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5585b5ff4000 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 4 rocksdb: DB pointer 0x5585b5fde000 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa778bb8700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T23:42:53.219 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa778bb8700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: ** DB Stats ** 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: ** Compaction Stats [default] ** 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 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) 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T23:42:53.220 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: ** Compaction Stats [default] ** 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 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) 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T23:42:53.221 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Interval compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 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 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: Block cache BinnedLRUCache@0x5585b5ed31f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 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%) 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 0 mon.smithi183 does not exist in monmap, will attempt to join an existing cluster 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 0 using public_addr v2:172.21.15.183:0/0 -> [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 0 starting mon.smithi183 rank -1 at public addrs [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] at bind addrs [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi183 fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.191+0000 7fa78a461c80 1 mon.smithi183@-1(???) e0 preinit fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:42:53.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: cluster 2024-05-06T23:42:51.462983+0000 mgr.smithi012.ztruhu (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: cluster 2024-05-06T23:42:51.462983+0000 mgr.smithi012.ztruhu (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.280225+0000 mon.smithi012 (mon.0) 236 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.280225+0000 mon.smithi012 (mon.0) 236 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.285716+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.285716+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.342100+0000 mon.smithi012 (mon.0) 238 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.342100+0000 mon.smithi012 (mon.0) 238 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.350770+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.350770+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.361581+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.361581+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.428576+0000 mon.smithi012 (mon.0) 241 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:52 smithi012 bash[18711]: audit 2024-05-06T23:42:52.428576+0000 mon.smithi012 (mon.0) 241 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 0 mon.smithi183@-1(synchronizing).mds e1 new map 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 0 mon.smithi183@-1(synchronizing).mds e1 print_map 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: e1 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: legacy client fscid: -1 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: No filesystems configured 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-06T23:42:53.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 0 mon.smithi183@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 0 mon.smithi183@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 0 mon.smithi183@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 0 mon.smithi183@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:41.925718+0000 mon.smithi012 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.183:0/778050971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:41.925718+0000 mon.smithi012 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.183:0/778050971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.219742+0000 mon.smithi012 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.219742+0000 mon.smithi012 (mon.0) 214 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.227029+0000 mon.smithi012 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.227029+0000 mon.smithi012 (mon.0) 215 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.245665+0000 mon.smithi012 (mon.0) 216 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.245665+0000 mon.smithi012 (mon.0) 216 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.254057+0000 mon.smithi012 (mon.0) 217 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:42.254057+0000 mon.smithi012 (mon.0) 217 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cephadm 2024-05-06T23:42:42.257566+0000 mgr.smithi012.ztruhu (mgr.14199) 17 : cephadm [INF] Deploying daemon node-exporter.smithi183 on smithi183 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cephadm 2024-05-06T23:42:42.257566+0000 mgr.smithi012.ztruhu (mgr.14199) 17 : cephadm [INF] Deploying daemon node-exporter.smithi183 on smithi183 2024-05-06T23:42:53.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.708644+0000 mon.smithi012 (mon.0) 218 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.708644+0000 mon.smithi012 (mon.0) 218 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.717867+0000 mon.smithi012 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.717867+0000 mon.smithi012 (mon.0) 219 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.735630+0000 mon.smithi012 (mon.0) 220 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.735630+0000 mon.smithi012 (mon.0) 220 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.743869+0000 mon.smithi012 (mon.0) 221 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.743869+0000 mon.smithi012 (mon.0) 221 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.749454+0000 mon.smithi012 (mon.0) 222 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:42:53.415 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.749454+0000 mon.smithi012 (mon.0) 222 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.754120+0000 mon.smithi012 (mon.0) 223 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.754120+0000 mon.smithi012 (mon.0) 223 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.758832+0000 mon.smithi012 (mon.0) 224 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.758832+0000 mon.smithi012 (mon.0) 224 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.761088+0000 mon.smithi012 (mon.0) 225 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:43.761088+0000 mon.smithi012 (mon.0) 225 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cephadm 2024-05-06T23:42:43.763329+0000 mgr.smithi012.ztruhu (mgr.14199) 18 : cephadm [INF] Deploying daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cephadm 2024-05-06T23:42:43.763329+0000 mgr.smithi012.ztruhu (mgr.14199) 18 : cephadm [INF] Deploying daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:44.943944+0000 mon.smithi012 (mon.0) 226 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:44.943944+0000 mon.smithi012 (mon.0) 226 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:45.461612+0000 mgr.smithi012.ztruhu (mgr.14199) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:45.461612+0000 mgr.smithi012.ztruhu (mgr.14199) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.416 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.938370+0000 mon.smithi012 (mon.0) 228 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.938370+0000 mon.smithi012 (mon.0) 228 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.947220+0000 mon.smithi012 (mon.0) 229 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.947220+0000 mon.smithi012 (mon.0) 229 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.990300+0000 mon.smithi012 (mon.0) 230 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.990300+0000 mon.smithi012 (mon.0) 230 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.998858+0000 mon.smithi012 (mon.0) 231 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:46.998858+0000 mon.smithi012 (mon.0) 231 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:47.002486+0000 mon.smithi012 (mon.0) 232 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:47.002486+0000 mon.smithi012 (mon.0) 232 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:47.004199+0000 mon.smithi012 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:47.004199+0000 mon.smithi012 (mon.0) 233 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cephadm 2024-05-06T23:42:47.006208+0000 mgr.smithi012.ztruhu (mgr.14199) 20 : cephadm [INF] Deploying daemon mon.smithi183 on smithi183 2024-05-06T23:42:53.417 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cephadm 2024-05-06T23:42:47.006208+0000 mgr.smithi012.ztruhu (mgr.14199) 20 : cephadm [INF] Deploying daemon mon.smithi183 on smithi183 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:47.462046+0000 mgr.smithi012.ztruhu (mgr.14199) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:47.462046+0000 mgr.smithi012.ztruhu (mgr.14199) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:49.462471+0000 mgr.smithi012.ztruhu (mgr.14199) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:49.462471+0000 mgr.smithi012.ztruhu (mgr.14199) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:49.951256+0000 mon.smithi012 (mon.0) 234 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:49.951256+0000 mon.smithi012 (mon.0) 234 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:50.942934+0000 mon.smithi012 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.183:0/2381910587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:50.942934+0000 mon.smithi012 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.183:0/2381910587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:51.462983+0000 mgr.smithi012.ztruhu (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: cluster 2024-05-06T23:42:51.462983+0000 mgr.smithi012.ztruhu (mgr.14199) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.280225+0000 mon.smithi012 (mon.0) 236 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.280225+0000 mon.smithi012 (mon.0) 236 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.418 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.285716+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.285716+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.342100+0000 mon.smithi012 (mon.0) 238 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.342100+0000 mon.smithi012 (mon.0) 238 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.350770+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.350770+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.361581+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.361581+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.428576+0000 mon.smithi012 (mon.0) 241 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: audit 2024-05-06T23:42:52.428576+0000 mon.smithi012 (mon.0) 241 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:42:53.419 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:53 smithi183 bash[22984]: debug 2024-05-06T23:42:53.215+0000 7fa77bbbe700 1 mon.smithi183@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-05-06T23:42:57.391 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi183/config 2024-05-06T23:42:58.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:53.227946+0000 mon.smithi012 (mon.0) 243 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:42:58.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:53.227946+0000 mon.smithi012 (mon.0) 243 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:42:58.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:53.228107+0000 mon.smithi012 (mon.0) 244 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:53.228107+0000 mon.smithi012 (mon.0) 244 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:53.228251+0000 mon.smithi012 (mon.0) 245 : cluster [INF] mon.smithi012 calling monitor election 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:53.228251+0000 mon.smithi012 (mon.0) 245 : cluster [INF] mon.smithi012 calling monitor election 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:53.463531+0000 mgr.smithi012.ztruhu (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:53.463531+0000 mgr.smithi012.ztruhu (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:54.225519+0000 mon.smithi012 (mon.0) 246 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:54.225519+0000 mon.smithi012 (mon.0) 246 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:55.225422+0000 mon.smithi012 (mon.0) 247 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:55.225422+0000 mon.smithi012 (mon.0) 247 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:55.228181+0000 mon.smithi183 (mon.1) 1 : cluster [INF] mon.smithi183 calling monitor election 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:55.228181+0000 mon.smithi183 (mon.1) 1 : cluster [INF] mon.smithi183 calling monitor election 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:55.464118+0000 mgr.smithi012.ztruhu (mgr.14199) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:55.464118+0000 mgr.smithi012.ztruhu (mgr.14199) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:56.225475+0000 mon.smithi012 (mon.0) 248 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:56.225475+0000 mon.smithi012 (mon.0) 248 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:57.225701+0000 mon.smithi012 (mon.0) 249 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:57.225701+0000 mon.smithi012 (mon.0) 249 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:57.322787+0000 mon.smithi012 (mon.0) 250 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/crt"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:57.322787+0000 mon.smithi012 (mon.0) 250 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/crt"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:57.464591+0000 mgr.smithi012.ztruhu (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:57.464591+0000 mgr.smithi012.ztruhu (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.226105+0000 mon.smithi012 (mon.0) 251 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.226105+0000 mon.smithi012 (mon.0) 251 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.267634+0000 mon.smithi012 (mon.0) 252 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi183 in quorum (ranks 0,1) 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.267634+0000 mon.smithi012 (mon.0) 252 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi183 in quorum (ranks 0,1) 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275066+0000 mon.smithi012 (mon.0) 253 : cluster [DBG] monmap epoch 2 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275066+0000 mon.smithi012 (mon.0) 253 : cluster [DBG] monmap epoch 2 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275101+0000 mon.smithi012 (mon.0) 254 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:42:58.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275101+0000 mon.smithi012 (mon.0) 254 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275122+0000 mon.smithi012 (mon.0) 255 : cluster [DBG] last_changed 2024-05-06T23:42:53.224599+0000 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275122+0000 mon.smithi012 (mon.0) 255 : cluster [DBG] last_changed 2024-05-06T23:42:53.224599+0000 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275169+0000 mon.smithi012 (mon.0) 256 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275169+0000 mon.smithi012 (mon.0) 256 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275190+0000 mon.smithi012 (mon.0) 257 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275190+0000 mon.smithi012 (mon.0) 257 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275211+0000 mon.smithi012 (mon.0) 258 : cluster [DBG] election_strategy: 1 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275211+0000 mon.smithi012 (mon.0) 258 : cluster [DBG] election_strategy: 1 2024-05-06T23:42:58.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275234+0000 mon.smithi012 (mon.0) 259 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275234+0000 mon.smithi012 (mon.0) 259 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275257+0000 mon.smithi012 (mon.0) 260 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.smithi183 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.275257+0000 mon.smithi012 (mon.0) 260 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.smithi183 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.294844+0000 mon.smithi012 (mon.0) 261 : cluster [DBG] fsmap 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.294844+0000 mon.smithi012 (mon.0) 261 : cluster [DBG] fsmap 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.294938+0000 mon.smithi012 (mon.0) 262 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.294938+0000 mon.smithi012 (mon.0) 262 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295314+0000 mon.smithi012 (mon.0) 263 : cluster [DBG] mgrmap e17: smithi012.ztruhu(active, since 33s) 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295314+0000 mon.smithi012 (mon.0) 263 : cluster [DBG] mgrmap e17: smithi012.ztruhu(active, since 33s) 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295697+0000 mon.smithi012 (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295697+0000 mon.smithi012 (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295788+0000 mon.smithi012 (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295788+0000 mon.smithi012 (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295825+0000 mon.smithi012 (mon.0) 266 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in unknown state 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.295825+0000 mon.smithi012 (mon.0) 266 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in unknown state 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.299483+0000 mon.smithi012 (mon.0) 267 : cluster [DBG] Standby manager daemon smithi183.uvhyjf started 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.299483+0000 mon.smithi012 (mon.0) 267 : cluster [DBG] Standby manager daemon smithi183.uvhyjf started 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.306580+0000 mon.smithi012 (mon.0) 268 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.306580+0000 mon.smithi012 (mon.0) 268 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.312261+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.312261+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.314790+0000 mon.smithi012 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.314790+0000 mon.smithi012 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.315251+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.315251+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.318910+0000 mon.smithi012 (mon.0) 272 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.666 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.318910+0000 mon.smithi012 (mon.0) 272 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.320490+0000 mon.smithi012 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/key"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.320490+0000 mon.smithi012 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/key"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.321422+0000 mon.smithi012 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.321422+0000 mon.smithi012 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.328651+0000 mon.smithi012 (mon.0) 275 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.328651+0000 mon.smithi012 (mon.0) 275 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.339099+0000 mon.smithi012 (mon.0) 276 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.339099+0000 mon.smithi012 (mon.0) 276 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.343790+0000 mon.smithi012 (mon.0) 277 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:42:58.667 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:58 smithi183 bash[22984]: audit 2024-05-06T23:42:58.343790+0000 mon.smithi012 (mon.0) 277 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:53.227946+0000 mon.smithi012 (mon.0) 243 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:53.227946+0000 mon.smithi012 (mon.0) 243 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:53.228107+0000 mon.smithi012 (mon.0) 244 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:53.228107+0000 mon.smithi012 (mon.0) 244 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:53.228251+0000 mon.smithi012 (mon.0) 245 : cluster [INF] mon.smithi012 calling monitor election 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:53.228251+0000 mon.smithi012 (mon.0) 245 : cluster [INF] mon.smithi012 calling monitor election 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:53.463531+0000 mgr.smithi012.ztruhu (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:53.463531+0000 mgr.smithi012.ztruhu (mgr.14199) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:54.225519+0000 mon.smithi012 (mon.0) 246 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:54.225519+0000 mon.smithi012 (mon.0) 246 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:55.225422+0000 mon.smithi012 (mon.0) 247 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:55.225422+0000 mon.smithi012 (mon.0) 247 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:55.228181+0000 mon.smithi183 (mon.1) 1 : cluster [INF] mon.smithi183 calling monitor election 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:55.228181+0000 mon.smithi183 (mon.1) 1 : cluster [INF] mon.smithi183 calling monitor election 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:55.464118+0000 mgr.smithi012.ztruhu (mgr.14199) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:55.464118+0000 mgr.smithi012.ztruhu (mgr.14199) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:56.225475+0000 mon.smithi012 (mon.0) 248 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:56.225475+0000 mon.smithi012 (mon.0) 248 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:57.225701+0000 mon.smithi012 (mon.0) 249 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:57.225701+0000 mon.smithi012 (mon.0) 249 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:57.322787+0000 mon.smithi012 (mon.0) 250 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/crt"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:57.322787+0000 mon.smithi012 (mon.0) 250 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/crt"}]: dispatch 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:57.464591+0000 mgr.smithi012.ztruhu (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:57.464591+0000 mgr.smithi012.ztruhu (mgr.14199) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.226105+0000 mon.smithi012 (mon.0) 251 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.226105+0000 mon.smithi012 (mon.0) 251 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.267634+0000 mon.smithi012 (mon.0) 252 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi183 in quorum (ranks 0,1) 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.267634+0000 mon.smithi012 (mon.0) 252 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi183 in quorum (ranks 0,1) 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275066+0000 mon.smithi012 (mon.0) 253 : cluster [DBG] monmap epoch 2 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275066+0000 mon.smithi012 (mon.0) 253 : cluster [DBG] monmap epoch 2 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275101+0000 mon.smithi012 (mon.0) 254 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275101+0000 mon.smithi012 (mon.0) 254 : cluster [DBG] fsid b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275122+0000 mon.smithi012 (mon.0) 255 : cluster [DBG] last_changed 2024-05-06T23:42:53.224599+0000 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275122+0000 mon.smithi012 (mon.0) 255 : cluster [DBG] last_changed 2024-05-06T23:42:53.224599+0000 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275169+0000 mon.smithi012 (mon.0) 256 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275169+0000 mon.smithi012 (mon.0) 256 : cluster [DBG] created 2024-05-06T23:39:41.348437+0000 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275190+0000 mon.smithi012 (mon.0) 257 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:42:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275190+0000 mon.smithi012 (mon.0) 257 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275211+0000 mon.smithi012 (mon.0) 258 : cluster [DBG] election_strategy: 1 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275211+0000 mon.smithi012 (mon.0) 258 : cluster [DBG] election_strategy: 1 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275234+0000 mon.smithi012 (mon.0) 259 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275234+0000 mon.smithi012 (mon.0) 259 : cluster [DBG] 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275257+0000 mon.smithi012 (mon.0) 260 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.smithi183 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.275257+0000 mon.smithi012 (mon.0) 260 : cluster [DBG] 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.smithi183 2024-05-06T23:42:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.294844+0000 mon.smithi012 (mon.0) 261 : cluster [DBG] fsmap 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.294844+0000 mon.smithi012 (mon.0) 261 : cluster [DBG] fsmap 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.294938+0000 mon.smithi012 (mon.0) 262 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.294938+0000 mon.smithi012 (mon.0) 262 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295314+0000 mon.smithi012 (mon.0) 263 : cluster [DBG] mgrmap e17: smithi012.ztruhu(active, since 33s) 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295314+0000 mon.smithi012 (mon.0) 263 : cluster [DBG] mgrmap e17: smithi012.ztruhu(active, since 33s) 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295697+0000 mon.smithi012 (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295697+0000 mon.smithi012 (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295788+0000 mon.smithi012 (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295788+0000 mon.smithi012 (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295825+0000 mon.smithi012 (mon.0) 266 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in unknown state 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.295825+0000 mon.smithi012 (mon.0) 266 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in unknown state 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.299483+0000 mon.smithi012 (mon.0) 267 : cluster [DBG] Standby manager daemon smithi183.uvhyjf started 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.299483+0000 mon.smithi012 (mon.0) 267 : cluster [DBG] Standby manager daemon smithi183.uvhyjf started 2024-05-06T23:42:58.724 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.306580+0000 mon.smithi012 (mon.0) 268 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.306580+0000 mon.smithi012 (mon.0) 268 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.312261+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.312261+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.314790+0000 mon.smithi012 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.314790+0000 mon.smithi012 (mon.0) 270 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.315251+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.315251+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.318910+0000 mon.smithi012 (mon.0) 272 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.318910+0000 mon.smithi012 (mon.0) 272 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.320490+0000 mon.smithi012 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/key"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.320490+0000 mon.smithi012 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi183.uvhyjf/key"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.321422+0000 mon.smithi012 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.321422+0000 mon.smithi012 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.183:0/2766050797' entity='mgr.smithi183.uvhyjf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.328651+0000 mon.smithi012 (mon.0) 275 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.328651+0000 mon.smithi012 (mon.0) 275 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:58.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.339099+0000 mon.smithi012 (mon.0) 276 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:58.726 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.339099+0000 mon.smithi012 (mon.0) 276 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:58.726 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.343790+0000 mon.smithi012 (mon.0) 277 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:42:58.726 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:58 smithi012 bash[18711]: audit 2024-05-06T23:42:58.343790+0000 mon.smithi012 (mon.0) 277 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:42:58.814 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-06T23:42:58.814 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":2,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","modified":"2024-05-06T23:42:53.224599Z","created":"2024-05-06T23:39:41.348437Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi183","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:3300","nonce":0},{"type":"v1","addr":"172.21.15.183:6789","nonce":0}]},"addr":"172.21.15.183:6789/0","public_addr":"172.21.15.183:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-06T23:42:58.817 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 2 2024-05-06T23:42:59.549 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T23:42:59.549 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T23:42:59.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.346843+0000 mgr.smithi012.ztruhu (mgr.14199) 27 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.346843+0000 mgr.smithi012.ztruhu (mgr.14199) 27 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.347385+0000 mgr.smithi012.ztruhu (mgr.14199) 28 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.347385+0000 mgr.smithi012.ztruhu (mgr.14199) 28 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.383485+0000 mon.smithi012 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi012.ztruhu(active, since 33s), standbys: smithi183.uvhyjf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.383485+0000 mon.smithi012 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi012.ztruhu(active, since 33s), standbys: smithi183.uvhyjf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.383867+0000 mon.smithi012 (mon.0) 279 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi183.uvhyjf", "id": "smithi183.uvhyjf"}]: dispatch 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.383867+0000 mon.smithi012 (mon.0) 279 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi183.uvhyjf", "id": "smithi183.uvhyjf"}]: dispatch 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.663011+0000 mgr.smithi012.ztruhu (mgr.14199) 29 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.663011+0000 mgr.smithi012.ztruhu (mgr.14199) 29 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.667633+0000 mgr.smithi012.ztruhu (mgr.14199) 30 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.667633+0000 mgr.smithi012.ztruhu (mgr.14199) 30 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.813093+0000 mon.smithi012 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.183:0/1689067683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.813093+0000 mon.smithi012 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.183:0/1689067683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.835785+0000 mon.smithi012 (mon.0) 281 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.835785+0000 mon.smithi012 (mon.0) 281 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.843067+0000 mon.smithi012 (mon.0) 282 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.843067+0000 mon.smithi012 (mon.0) 282 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.850927+0000 mon.smithi012 (mon.0) 283 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.850927+0000 mon.smithi012 (mon.0) 283 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.858200+0000 mon.smithi012 (mon.0) 284 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.858200+0000 mon.smithi012 (mon.0) 284 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.859790+0000 mgr.smithi012.ztruhu (mgr.14199) 31 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.859790+0000 mgr.smithi012.ztruhu (mgr.14199) 31 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.860044+0000 mgr.smithi012.ztruhu (mgr.14199) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cluster 2024-05-06T23:42:58.860044+0000 mgr.smithi012.ztruhu (mgr.14199) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.864548+0000 mon.smithi012 (mon.0) 285 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.864548+0000 mon.smithi012 (mon.0) 285 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.939022+0000 mgr.smithi012.ztruhu (mgr.14199) 33 : cephadm [INF] Reconfiguring mon.smithi012 (unknown last config time)... 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.939022+0000 mgr.smithi012.ztruhu (mgr.14199) 33 : cephadm [INF] Reconfiguring mon.smithi012 (unknown last config time)... 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.939823+0000 mon.smithi012 (mon.0) 286 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.939823+0000 mon.smithi012 (mon.0) 286 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.941633+0000 mon.smithi012 (mon.0) 287 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.941633+0000 mon.smithi012 (mon.0) 287 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.943330+0000 mon.smithi012 (mon.0) 288 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:59.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:58.943330+0000 mon.smithi012 (mon.0) 288 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:59.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.945290+0000 mgr.smithi012.ztruhu (mgr.14199) 34 : cephadm [INF] Reconfiguring daemon mon.smithi012 on smithi012 2024-05-06T23:42:59.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: cephadm 2024-05-06T23:42:58.945290+0000 mgr.smithi012.ztruhu (mgr.14199) 34 : cephadm [INF] Reconfiguring daemon mon.smithi012 on smithi012 2024-05-06T23:42:59.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:59.225918+0000 mon.smithi012 (mon.0) 289 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:59.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:42:59 smithi183 bash[22984]: audit 2024-05-06T23:42:59.225918+0000 mon.smithi012 (mon.0) 289 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.346843+0000 mgr.smithi012.ztruhu (mgr.14199) 27 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.346843+0000 mgr.smithi012.ztruhu (mgr.14199) 27 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.347385+0000 mgr.smithi012.ztruhu (mgr.14199) 28 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.347385+0000 mgr.smithi012.ztruhu (mgr.14199) 28 : cephadm [INF] Updating smithi183:/etc/ceph/ceph.conf 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.383485+0000 mon.smithi012 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi012.ztruhu(active, since 33s), standbys: smithi183.uvhyjf 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.383485+0000 mon.smithi012 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi012.ztruhu(active, since 33s), standbys: smithi183.uvhyjf 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.383867+0000 mon.smithi012 (mon.0) 279 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi183.uvhyjf", "id": "smithi183.uvhyjf"}]: dispatch 2024-05-06T23:42:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.383867+0000 mon.smithi012 (mon.0) 279 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr metadata", "who": "smithi183.uvhyjf", "id": "smithi183.uvhyjf"}]: dispatch 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.663011+0000 mgr.smithi012.ztruhu (mgr.14199) 29 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.663011+0000 mgr.smithi012.ztruhu (mgr.14199) 29 : cephadm [INF] Updating smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.667633+0000 mgr.smithi012.ztruhu (mgr.14199) 30 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.667633+0000 mgr.smithi012.ztruhu (mgr.14199) 30 : cephadm [INF] Updating smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.813093+0000 mon.smithi012 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.183:0/1689067683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.813093+0000 mon.smithi012 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.183:0/1689067683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.835785+0000 mon.smithi012 (mon.0) 281 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.835785+0000 mon.smithi012 (mon.0) 281 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.843067+0000 mon.smithi012 (mon.0) 282 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.843067+0000 mon.smithi012 (mon.0) 282 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.850927+0000 mon.smithi012 (mon.0) 283 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.850927+0000 mon.smithi012 (mon.0) 283 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.858200+0000 mon.smithi012 (mon.0) 284 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.858200+0000 mon.smithi012 (mon.0) 284 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.859790+0000 mgr.smithi012.ztruhu (mgr.14199) 31 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.859790+0000 mgr.smithi012.ztruhu (mgr.14199) 31 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.860044+0000 mgr.smithi012.ztruhu (mgr.14199) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cluster 2024-05-06T23:42:58.860044+0000 mgr.smithi012.ztruhu (mgr.14199) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.864548+0000 mon.smithi012 (mon.0) 285 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.864548+0000 mon.smithi012 (mon.0) 285 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.939022+0000 mgr.smithi012.ztruhu (mgr.14199) 33 : cephadm [INF] Reconfiguring mon.smithi012 (unknown last config time)... 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.939022+0000 mgr.smithi012.ztruhu (mgr.14199) 33 : cephadm [INF] Reconfiguring mon.smithi012 (unknown last config time)... 2024-05-06T23:42:59.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.939823+0000 mon.smithi012 (mon.0) 286 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.939823+0000 mon.smithi012 (mon.0) 286 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.941633+0000 mon.smithi012 (mon.0) 287 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.941633+0000 mon.smithi012 (mon.0) 287 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.943330+0000 mon.smithi012 (mon.0) 288 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:58.943330+0000 mon.smithi012 (mon.0) 288 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.945290+0000 mgr.smithi012.ztruhu (mgr.14199) 34 : cephadm [INF] Reconfiguring daemon mon.smithi012 on smithi012 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: cephadm 2024-05-06T23:42:58.945290+0000 mgr.smithi012.ztruhu (mgr.14199) 34 : cephadm [INF] Reconfiguring daemon mon.smithi012 on smithi012 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:59.225918+0000 mon.smithi012 (mon.0) 289 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:42:59.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:42:59 smithi012 bash[18711]: audit 2024-05-06T23:42:59.225918+0000 mon.smithi012 (mon.0) 289 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: cluster 2024-05-06T23:43:00.860489+0000 mgr.smithi012.ztruhu (mgr.14199) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: cluster 2024-05-06T23:43:00.860489+0000 mgr.smithi012.ztruhu (mgr.14199) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.096381+0000 mon.smithi012 (mon.0) 290 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.096381+0000 mon.smithi012 (mon.0) 290 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.104380+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.104380+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.116729+0000 mon.smithi012 (mon.0) 292 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.ztruhu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:02.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.116729+0000 mon.smithi012 (mon.0) 292 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.ztruhu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:02.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.118601+0000 mon.smithi012 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:02.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.118601+0000 mon.smithi012 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:02.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.120222+0000 mon.smithi012 (mon.0) 294 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:02.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:01 smithi012 bash[18711]: audit 2024-05-06T23:43:01.120222+0000 mon.smithi012 (mon.0) 294 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:02.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: cluster 2024-05-06T23:43:00.860489+0000 mgr.smithi012.ztruhu (mgr.14199) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:02.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: cluster 2024-05-06T23:43:00.860489+0000 mgr.smithi012.ztruhu (mgr.14199) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.096381+0000 mon.smithi012 (mon.0) 290 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.096381+0000 mon.smithi012 (mon.0) 290 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.104380+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.104380+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.116729+0000 mon.smithi012 (mon.0) 292 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.ztruhu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.116729+0000 mon.smithi012 (mon.0) 292 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.ztruhu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.118601+0000 mon.smithi012 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.118601+0000 mon.smithi012 (mon.0) 293 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.120222+0000 mon.smithi012 (mon.0) 294 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:02.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:01 smithi183 bash[22984]: audit 2024-05-06T23:43:01.120222+0000 mon.smithi012 (mon.0) 294 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:02.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:02 smithi012 bash[18711]: cephadm 2024-05-06T23:43:01.115938+0000 mgr.smithi012.ztruhu (mgr.14199) 36 : cephadm [INF] Reconfiguring mgr.smithi012.ztruhu (unknown last config time)... 2024-05-06T23:43:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:02 smithi012 bash[18711]: cephadm 2024-05-06T23:43:01.115938+0000 mgr.smithi012.ztruhu (mgr.14199) 36 : cephadm [INF] Reconfiguring mgr.smithi012.ztruhu (unknown last config time)... 2024-05-06T23:43:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:02 smithi012 bash[18711]: cephadm 2024-05-06T23:43:01.122120+0000 mgr.smithi012.ztruhu (mgr.14199) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi012.ztruhu on smithi012 2024-05-06T23:43:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:02 smithi012 bash[18711]: cephadm 2024-05-06T23:43:01.122120+0000 mgr.smithi012.ztruhu (mgr.14199) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi012.ztruhu on smithi012 2024-05-06T23:43:03.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:02 smithi183 bash[22984]: cephadm 2024-05-06T23:43:01.115938+0000 mgr.smithi012.ztruhu (mgr.14199) 36 : cephadm [INF] Reconfiguring mgr.smithi012.ztruhu (unknown last config time)... 2024-05-06T23:43:03.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:02 smithi183 bash[22984]: cephadm 2024-05-06T23:43:01.115938+0000 mgr.smithi012.ztruhu (mgr.14199) 36 : cephadm [INF] Reconfiguring mgr.smithi012.ztruhu (unknown last config time)... 2024-05-06T23:43:03.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:02 smithi183 bash[22984]: cephadm 2024-05-06T23:43:01.122120+0000 mgr.smithi012.ztruhu (mgr.14199) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi012.ztruhu on smithi012 2024-05-06T23:43:03.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:02 smithi183 bash[22984]: cephadm 2024-05-06T23:43:01.122120+0000 mgr.smithi012.ztruhu (mgr.14199) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi012.ztruhu on smithi012 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: cluster 2024-05-06T23:43:02.861086+0000 mgr.smithi012.ztruhu (mgr.14199) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: cluster 2024-05-06T23:43:02.861086+0000 mgr.smithi012.ztruhu (mgr.14199) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.155235+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.155235+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.165684+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.165684+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.193097+0000 mon.smithi012 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.193097+0000 mon.smithi012 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.195220+0000 mon.smithi012 (mon.0) 298 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:03 smithi012 bash[18711]: audit 2024-05-06T23:43:03.195220+0000 mon.smithi012 (mon.0) 298 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:04.307 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:43:04.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: cluster 2024-05-06T23:43:02.861086+0000 mgr.smithi012.ztruhu (mgr.14199) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:04.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: cluster 2024-05-06T23:43:02.861086+0000 mgr.smithi012.ztruhu (mgr.14199) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:04.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.155235+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.155235+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.165684+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.165684+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.193097+0000 mon.smithi012 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.193097+0000 mon.smithi012 (mon.0) 297 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi012", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.195220+0000 mon.smithi012 (mon.0) 298 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:04.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:03 smithi183 bash[22984]: audit 2024-05-06T23:43:03.195220+0000 mon.smithi012 (mon.0) 298 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:05.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:04 smithi012 bash[18711]: cephadm 2024-05-06T23:43:03.192323+0000 mgr.smithi012.ztruhu (mgr.14199) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi012 (monmap changed)... 2024-05-06T23:43:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:04 smithi012 bash[18711]: cephadm 2024-05-06T23:43:03.192323+0000 mgr.smithi012.ztruhu (mgr.14199) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi012 (monmap changed)... 2024-05-06T23:43:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:04 smithi012 bash[18711]: cephadm 2024-05-06T23:43:03.197200+0000 mgr.smithi012.ztruhu (mgr.14199) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi012 on smithi012 2024-05-06T23:43:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:04 smithi012 bash[18711]: cephadm 2024-05-06T23:43:03.197200+0000 mgr.smithi012.ztruhu (mgr.14199) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi012 on smithi012 2024-05-06T23:43:05.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:04 smithi183 bash[22984]: cephadm 2024-05-06T23:43:03.192323+0000 mgr.smithi012.ztruhu (mgr.14199) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi012 (monmap changed)... 2024-05-06T23:43:05.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:04 smithi183 bash[22984]: cephadm 2024-05-06T23:43:03.192323+0000 mgr.smithi012.ztruhu (mgr.14199) 39 : cephadm [INF] Reconfiguring ceph-exporter.smithi012 (monmap changed)... 2024-05-06T23:43:05.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:04 smithi183 bash[22984]: cephadm 2024-05-06T23:43:03.197200+0000 mgr.smithi012.ztruhu (mgr.14199) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi012 on smithi012 2024-05-06T23:43:05.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:04 smithi183 bash[22984]: cephadm 2024-05-06T23:43:03.197200+0000 mgr.smithi012.ztruhu (mgr.14199) 40 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi012 on smithi012 2024-05-06T23:43:06.125 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:05 smithi012 bash[18711]: cluster 2024-05-06T23:43:04.861586+0000 mgr.smithi012.ztruhu (mgr.14199) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:06.125 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:05 smithi012 bash[18711]: cluster 2024-05-06T23:43:04.861586+0000 mgr.smithi012.ztruhu (mgr.14199) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:06.204 INFO:teuthology.orchestra.run.smithi012.stdout:# minimal ceph.conf for b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:43:06.204 INFO:teuthology.orchestra.run.smithi012.stdout:[global] 2024-05-06T23:43:06.204 INFO:teuthology.orchestra.run.smithi012.stdout: fsid = b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:43:06.204 INFO:teuthology.orchestra.run.smithi012.stdout: mon_host = [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] 2024-05-06T23:43:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:05 smithi183 bash[22984]: cluster 2024-05-06T23:43:04.861586+0000 mgr.smithi012.ztruhu (mgr.14199) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:05 smithi183 bash[22984]: cluster 2024-05-06T23:43:04.861586+0000 mgr.smithi012.ztruhu (mgr.14199) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:07.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:06 smithi012 bash[18711]: audit 2024-05-06T23:43:06.203203+0000 mon.smithi012 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.12:0/847570691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:07.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:06 smithi012 bash[18711]: audit 2024-05-06T23:43:06.203203+0000 mon.smithi012 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.12:0/847570691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:07.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:06 smithi183 bash[22984]: audit 2024-05-06T23:43:06.203203+0000 mon.smithi012 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.12:0/847570691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:07.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:06 smithi183 bash[22984]: audit 2024-05-06T23:43:06.203203+0000 mon.smithi012 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.12:0/847570691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:07.562 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T23:43:07.562 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:43:07.562 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T23:43:07.572 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:43:07.572 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:43:07.625 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:43:07.625 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T23:43:07.639 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:43:07.639 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T23:43:07.694 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T23:43:07.694 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:43:07.694 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T23:43:07.700 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-06T23:43:07.700 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/nvme1n1 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/nvme1n1 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 958 Links: 1 Device type: 103,2 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:41:21.907578766 +0000 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:38:12.525266069 +0000 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:38:12.525266069 +0000 2024-05-06T23:43:07.747 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:43:07.747 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-05-06T23:43:07.798 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:43:07.798 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:43:07.798 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000288472 s, 1.8 MB/s 2024-05-06T23:43:07.799 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-05-06T23:43:07.847 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/nvme2n1 2024-05-06T23:43:07.894 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/nvme2n1 2024-05-06T23:43:07.894 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:07.894 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 968 Links: 1 Device type: 103,4 2024-05-06T23:43:07.894 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:07.894 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:41:21.923578623 +0000 2024-05-06T23:43:07.895 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:38:12.625265179 +0000 2024-05-06T23:43:07.895 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:38:12.625265179 +0000 2024-05-06T23:43:07.895 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:43:07.895 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-05-06T23:43:07.950 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:43:07.950 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:43:07.950 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000453639 s, 1.1 MB/s 2024-05-06T23:43:07.951 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-05-06T23:43:08.000 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/nvme3n1 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/nvme3n1 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 977 Links: 1 Device type: 103,6 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:41:21.939578481 +0000 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:38:12.725264288 +0000 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:38:12.725264288 +0000 2024-05-06T23:43:08.047 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:43:08.048 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-05-06T23:43:08.100 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: cluster 2024-05-06T23:43:06.862111+0000 mgr.smithi012.ztruhu (mgr.14199) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:08.556 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: cluster 2024-05-06T23:43:06.862111+0000 mgr.smithi012.ztruhu (mgr.14199) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:08.556 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.280272+0000 mon.smithi012 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.556 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.280272+0000 mon.smithi012 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.557 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.288538+0000 mon.smithi012 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.557 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.288538+0000 mon.smithi012 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.557 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.322571+0000 mon.smithi012 (mon.0) 302 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:08.557 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.322571+0000 mon.smithi012 (mon.0) 302 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:08.557 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.324466+0000 mon.smithi012 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:08.557 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:07 smithi012 bash[18711]: audit 2024-05-06T23:43:07.324466+0000 mon.smithi012 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: cluster 2024-05-06T23:43:06.862111+0000 mgr.smithi012.ztruhu (mgr.14199) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: cluster 2024-05-06T23:43:06.862111+0000 mgr.smithi012.ztruhu (mgr.14199) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.280272+0000 mon.smithi012 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.280272+0000 mon.smithi012 (mon.0) 300 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.288538+0000 mon.smithi012 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.288538+0000 mon.smithi012 (mon.0) 301 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.322571+0000 mon.smithi012 (mon.0) 302 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.322571+0000 mon.smithi012 (mon.0) 302 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.324466+0000 mon.smithi012 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:08.558 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:07 smithi183 bash[22984]: audit 2024-05-06T23:43:07.324466+0000 mon.smithi012 (mon.0) 303 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:08.559 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:43:08.559 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:43:08.559 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000525393 s, 975 kB/s 2024-05-06T23:43:08.560 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-05-06T23:43:08.615 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/nvme4n1 2024-05-06T23:43:08.664 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/nvme4n1 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 986 Links: 1 Device type: 103,8 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-05-06 23:41:21.959578301 +0000 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-05-06 23:38:12.821263432 +0000 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-05-06 23:38:12.821263432 +0000 2024-05-06T23:43:08.665 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-05-06T23:43:08.665 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-05-06T23:43:08.723 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-05-06T23:43:08.723 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-05-06T23:43:08.724 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000446196 s, 1.1 MB/s 2024-05-06T23:43:08.724 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-05-06T23:43:08.773 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:43:08.773 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T23:43:08.779 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-06T23:43:08.779 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/nvme1n1 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/nvme1n1 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 969 Links: 1 Device type: 103,2 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:42:33.248573307 +0000 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:38:13.849890127 +0000 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:38:13.849890127 +0000 2024-05-06T23:43:08.827 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:43:08.827 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-05-06T23:43:08.880 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:43:08.881 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:43:08.881 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000379803 s, 1.3 MB/s 2024-05-06T23:43:08.882 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-05-06T23:43:08.931 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/nvme2n1 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/nvme2n1 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 978 Links: 1 Device type: 103,4 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:42:33.264572957 +0000 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:38:13.949889235 +0000 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:38:13.949889235 +0000 2024-05-06T23:43:08.983 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:43:08.984 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-05-06T23:43:09.037 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:43:09.037 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:43:09.037 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.00048808 s, 1.0 MB/s 2024-05-06T23:43:09.038 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-05-06T23:43:09.087 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/nvme3n1 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/nvme3n1 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 987 Links: 1 Device type: 103,6 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:42:33.280572606 +0000 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:38:14.045888378 +0000 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:38:14.045888378 +0000 2024-05-06T23:43:09.134 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:43:09.135 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-05-06T23:43:09.150 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:08 smithi012 bash[18711]: cephadm 2024-05-06T23:43:07.321841+0000 mgr.smithi012.ztruhu (mgr.14199) 43 : cephadm [INF] Reconfiguring crash.smithi012 (monmap changed)... 2024-05-06T23:43:09.150 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:08 smithi012 bash[18711]: cephadm 2024-05-06T23:43:07.321841+0000 mgr.smithi012.ztruhu (mgr.14199) 43 : cephadm [INF] Reconfiguring crash.smithi012 (monmap changed)... 2024-05-06T23:43:09.150 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:08 smithi012 bash[18711]: cephadm 2024-05-06T23:43:07.326431+0000 mgr.smithi012.ztruhu (mgr.14199) 44 : cephadm [INF] Reconfiguring daemon crash.smithi012 on smithi012 2024-05-06T23:43:09.150 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:08 smithi012 bash[18711]: cephadm 2024-05-06T23:43:07.326431+0000 mgr.smithi012.ztruhu (mgr.14199) 44 : cephadm [INF] Reconfiguring daemon crash.smithi012 on smithi012 2024-05-06T23:43:09.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:08 smithi183 bash[22984]: cephadm 2024-05-06T23:43:07.321841+0000 mgr.smithi012.ztruhu (mgr.14199) 43 : cephadm [INF] Reconfiguring crash.smithi012 (monmap changed)... 2024-05-06T23:43:09.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:08 smithi183 bash[22984]: cephadm 2024-05-06T23:43:07.321841+0000 mgr.smithi012.ztruhu (mgr.14199) 43 : cephadm [INF] Reconfiguring crash.smithi012 (monmap changed)... 2024-05-06T23:43:09.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:08 smithi183 bash[22984]: cephadm 2024-05-06T23:43:07.326431+0000 mgr.smithi012.ztruhu (mgr.14199) 44 : cephadm [INF] Reconfiguring daemon crash.smithi012 on smithi012 2024-05-06T23:43:09.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:08 smithi183 bash[22984]: cephadm 2024-05-06T23:43:07.326431+0000 mgr.smithi012.ztruhu (mgr.14199) 44 : cephadm [INF] Reconfiguring daemon crash.smithi012 on smithi012 2024-05-06T23:43:09.171 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:43:09.171 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:43:09.172 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000453602 s, 1.1 MB/s 2024-05-06T23:43:09.173 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-05-06T23:43:09.219 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/nvme4n1 2024-05-06T23:43:09.266 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/nvme4n1 2024-05-06T23:43:09.266 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-05-06T23:43:09.266 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 996 Links: 1 Device type: 103,8 2024-05-06T23:43:09.266 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-05-06T23:43:09.266 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-06 23:42:33.296572255 +0000 2024-05-06T23:43:09.266 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-06 23:38:14.141887522 +0000 2024-05-06T23:43:09.267 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-06 23:38:14.141887522 +0000 2024-05-06T23:43:09.267 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-05-06T23:43:09.267 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-05-06T23:43:09.321 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-06T23:43:09.321 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-06T23:43:09.321 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000439052 s, 1.2 MB/s 2024-05-06T23:43:09.322 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-05-06T23:43:09.372 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-05-06T23:43:10.237 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: cluster 2024-05-06T23:43:08.862526+0000 mgr.smithi012.ztruhu (mgr.14199) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:10.237 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: cluster 2024-05-06T23:43:08.862526+0000 mgr.smithi012.ztruhu (mgr.14199) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:10.238 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: audit 2024-05-06T23:43:09.634861+0000 mon.smithi012 (mon.0) 304 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.238 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: audit 2024-05-06T23:43:09.634861+0000 mon.smithi012 (mon.0) 304 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.238 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: audit 2024-05-06T23:43:09.645201+0000 mon.smithi012 (mon.0) 305 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.238 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: audit 2024-05-06T23:43:09.645201+0000 mon.smithi012 (mon.0) 305 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.238 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: audit 2024-05-06T23:43:09.939145+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:10.238 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:09 smithi012 bash[18711]: audit 2024-05-06T23:43:09.939145+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:10.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: cluster 2024-05-06T23:43:08.862526+0000 mgr.smithi012.ztruhu (mgr.14199) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:10.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: cluster 2024-05-06T23:43:08.862526+0000 mgr.smithi012.ztruhu (mgr.14199) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:10.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: audit 2024-05-06T23:43:09.634861+0000 mon.smithi012 (mon.0) 304 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: audit 2024-05-06T23:43:09.634861+0000 mon.smithi012 (mon.0) 304 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: audit 2024-05-06T23:43:09.645201+0000 mon.smithi012 (mon.0) 305 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: audit 2024-05-06T23:43:09.645201+0000 mon.smithi012 (mon.0) 305 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:10.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: audit 2024-05-06T23:43:09.939145+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:10.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:09 smithi183 bash[22984]: audit 2024-05-06T23:43:09.939145+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:11.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:10 smithi012 bash[18711]: cephadm 2024-05-06T23:43:09.697992+0000 mgr.smithi012.ztruhu (mgr.14199) 46 : cephadm [INF] Reconfiguring alertmanager.smithi012 (dependencies changed)... 2024-05-06T23:43:11.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:10 smithi012 bash[18711]: cephadm 2024-05-06T23:43:09.697992+0000 mgr.smithi012.ztruhu (mgr.14199) 46 : cephadm [INF] Reconfiguring alertmanager.smithi012 (dependencies changed)... 2024-05-06T23:43:11.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:10 smithi012 bash[18711]: cephadm 2024-05-06T23:43:09.734105+0000 mgr.smithi012.ztruhu (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi012 on smithi012 2024-05-06T23:43:11.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:10 smithi012 bash[18711]: cephadm 2024-05-06T23:43:09.734105+0000 mgr.smithi012.ztruhu (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi012 on smithi012 2024-05-06T23:43:11.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:10 smithi183 bash[22984]: cephadm 2024-05-06T23:43:09.697992+0000 mgr.smithi012.ztruhu (mgr.14199) 46 : cephadm [INF] Reconfiguring alertmanager.smithi012 (dependencies changed)... 2024-05-06T23:43:11.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:10 smithi183 bash[22984]: cephadm 2024-05-06T23:43:09.697992+0000 mgr.smithi012.ztruhu (mgr.14199) 46 : cephadm [INF] Reconfiguring alertmanager.smithi012 (dependencies changed)... 2024-05-06T23:43:11.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:10 smithi183 bash[22984]: cephadm 2024-05-06T23:43:09.734105+0000 mgr.smithi012.ztruhu (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi012 on smithi012 2024-05-06T23:43:11.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:10 smithi183 bash[22984]: cephadm 2024-05-06T23:43:09.734105+0000 mgr.smithi012.ztruhu (mgr.14199) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi012 on smithi012 2024-05-06T23:43:12.192 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:11 smithi012 bash[18711]: cluster 2024-05-06T23:43:10.863076+0000 mgr.smithi012.ztruhu (mgr.14199) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:12.192 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:11 smithi012 bash[18711]: cluster 2024-05-06T23:43:10.863076+0000 mgr.smithi012.ztruhu (mgr.14199) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:12.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:11 smithi183 bash[22984]: cluster 2024-05-06T23:43:10.863076+0000 mgr.smithi012.ztruhu (mgr.14199) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:12.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:11 smithi183 bash[22984]: cluster 2024-05-06T23:43:10.863076+0000 mgr.smithi012.ztruhu (mgr.14199) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:14.151 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi183/config 2024-05-06T23:43:14.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:13 smithi012 bash[18711]: cluster 2024-05-06T23:43:12.863683+0000 mgr.smithi012.ztruhu (mgr.14199) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:14.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:13 smithi012 bash[18711]: cluster 2024-05-06T23:43:12.863683+0000 mgr.smithi012.ztruhu (mgr.14199) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:14.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:13 smithi183 bash[22984]: cluster 2024-05-06T23:43:12.863683+0000 mgr.smithi012.ztruhu (mgr.14199) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:14.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:13 smithi183 bash[22984]: cluster 2024-05-06T23:43:12.863683+0000 mgr.smithi012.ztruhu (mgr.14199) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:15.397 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: audit 2024-05-06T23:43:14.202531+0000 mon.smithi012 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: audit 2024-05-06T23:43:14.202531+0000 mon.smithi012 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: audit 2024-05-06T23:43:14.207566+0000 mon.smithi012 (mon.0) 308 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: audit 2024-05-06T23:43:14.207566+0000 mon.smithi012 (mon.0) 308 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: cephadm 2024-05-06T23:43:14.215809+0000 mgr.smithi012.ztruhu (mgr.14199) 50 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: cephadm 2024-05-06T23:43:14.215809+0000 mgr.smithi012.ztruhu (mgr.14199) 50 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: cephadm 2024-05-06T23:43:14.233067+0000 mgr.smithi012.ztruhu (mgr.14199) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: cephadm 2024-05-06T23:43:14.233067+0000 mgr.smithi012.ztruhu (mgr.14199) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: cluster 2024-05-06T23:43:14.864046+0000 mgr.smithi012.ztruhu (mgr.14199) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:15.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:15 smithi183 bash[22984]: cluster 2024-05-06T23:43:14.864046+0000 mgr.smithi012.ztruhu (mgr.14199) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:15.416 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled osd.all-available-devices update... 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: audit 2024-05-06T23:43:14.202531+0000 mon.smithi012 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: audit 2024-05-06T23:43:14.202531+0000 mon.smithi012 (mon.0) 307 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: audit 2024-05-06T23:43:14.207566+0000 mon.smithi012 (mon.0) 308 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: audit 2024-05-06T23:43:14.207566+0000 mon.smithi012 (mon.0) 308 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: cephadm 2024-05-06T23:43:14.215809+0000 mgr.smithi012.ztruhu (mgr.14199) 50 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: cephadm 2024-05-06T23:43:14.215809+0000 mgr.smithi012.ztruhu (mgr.14199) 50 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: cephadm 2024-05-06T23:43:14.233067+0000 mgr.smithi012.ztruhu (mgr.14199) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: cephadm 2024-05-06T23:43:14.233067+0000 mgr.smithi012.ztruhu (mgr.14199) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: cluster 2024-05-06T23:43:14.864046+0000 mgr.smithi012.ztruhu (mgr.14199) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:15 smithi012 bash[18711]: cluster 2024-05-06T23:43:14.864046+0000 mgr.smithi012.ztruhu (mgr.14199) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:16.033 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-05-06T23:43:16.033 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:43:16.705 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: audit 2024-05-06T23:43:15.401740+0000 mgr.smithi012.ztruhu (mgr.14199) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:43:16.705 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: audit 2024-05-06T23:43:15.401740+0000 mgr.smithi012.ztruhu (mgr.14199) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:43:16.705 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: cephadm 2024-05-06T23:43:15.406267+0000 mgr.smithi012.ztruhu (mgr.14199) 54 : cephadm [INF] Marking host: smithi012 for OSDSpec preview refresh. 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: cephadm 2024-05-06T23:43:15.406267+0000 mgr.smithi012.ztruhu (mgr.14199) 54 : cephadm [INF] Marking host: smithi012 for OSDSpec preview refresh. 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: cephadm 2024-05-06T23:43:15.406849+0000 mgr.smithi012.ztruhu (mgr.14199) 55 : cephadm [INF] Marking host: smithi183 for OSDSpec preview refresh. 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: cephadm 2024-05-06T23:43:15.406849+0000 mgr.smithi012.ztruhu (mgr.14199) 55 : cephadm [INF] Marking host: smithi183 for OSDSpec preview refresh. 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: cephadm 2024-05-06T23:43:15.407672+0000 mgr.smithi012.ztruhu (mgr.14199) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: cephadm 2024-05-06T23:43:15.407672+0000 mgr.smithi012.ztruhu (mgr.14199) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: audit 2024-05-06T23:43:15.414788+0000 mon.smithi012 (mon.0) 309 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:16.706 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:16 smithi012 bash[18711]: audit 2024-05-06T23:43:15.414788+0000 mon.smithi012 (mon.0) 309 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:16.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: audit 2024-05-06T23:43:15.401740+0000 mgr.smithi012.ztruhu (mgr.14199) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:43:16.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: audit 2024-05-06T23:43:15.401740+0000 mgr.smithi012.ztruhu (mgr.14199) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: cephadm 2024-05-06T23:43:15.406267+0000 mgr.smithi012.ztruhu (mgr.14199) 54 : cephadm [INF] Marking host: smithi012 for OSDSpec preview refresh. 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: cephadm 2024-05-06T23:43:15.406267+0000 mgr.smithi012.ztruhu (mgr.14199) 54 : cephadm [INF] Marking host: smithi012 for OSDSpec preview refresh. 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: cephadm 2024-05-06T23:43:15.406849+0000 mgr.smithi012.ztruhu (mgr.14199) 55 : cephadm [INF] Marking host: smithi183 for OSDSpec preview refresh. 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: cephadm 2024-05-06T23:43:15.406849+0000 mgr.smithi012.ztruhu (mgr.14199) 55 : cephadm [INF] Marking host: smithi183 for OSDSpec preview refresh. 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: cephadm 2024-05-06T23:43:15.407672+0000 mgr.smithi012.ztruhu (mgr.14199) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: cephadm 2024-05-06T23:43:15.407672+0000 mgr.smithi012.ztruhu (mgr.14199) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: audit 2024-05-06T23:43:15.414788+0000 mon.smithi012 (mon.0) 309 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:16.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:16 smithi183 bash[22984]: audit 2024-05-06T23:43:15.414788+0000 mon.smithi012 (mon.0) 309 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:17.692 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:17 smithi012 bash[18711]: cluster 2024-05-06T23:43:16.864511+0000 mgr.smithi012.ztruhu (mgr.14199) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:17.692 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:17 smithi012 bash[18711]: cluster 2024-05-06T23:43:16.864511+0000 mgr.smithi012.ztruhu (mgr.14199) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:17.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:17 smithi183 bash[22984]: cluster 2024-05-06T23:43:16.864511+0000 mgr.smithi012.ztruhu (mgr.14199) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:17.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:17 smithi183 bash[22984]: cluster 2024-05-06T23:43:16.864511+0000 mgr.smithi012.ztruhu (mgr.14199) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:20.156 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:19 smithi012 bash[18711]: cluster 2024-05-06T23:43:18.864889+0000 mgr.smithi012.ztruhu (mgr.14199) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:20.156 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:19 smithi012 bash[18711]: cluster 2024-05-06T23:43:18.864889+0000 mgr.smithi012.ztruhu (mgr.14199) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:20.156 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:19 smithi012 bash[18711]: audit 2024-05-06T23:43:19.171139+0000 mon.smithi012 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.156 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:19 smithi012 bash[18711]: audit 2024-05-06T23:43:19.171139+0000 mon.smithi012 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.156 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:19 smithi012 bash[18711]: audit 2024-05-06T23:43:19.176049+0000 mon.smithi012 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.156 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:19 smithi012 bash[18711]: audit 2024-05-06T23:43:19.176049+0000 mon.smithi012 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:19 smithi183 bash[22984]: cluster 2024-05-06T23:43:18.864889+0000 mgr.smithi012.ztruhu (mgr.14199) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:20.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:19 smithi183 bash[22984]: cluster 2024-05-06T23:43:18.864889+0000 mgr.smithi012.ztruhu (mgr.14199) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:20.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:19 smithi183 bash[22984]: audit 2024-05-06T23:43:19.171139+0000 mon.smithi012 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:19 smithi183 bash[22984]: audit 2024-05-06T23:43:19.171139+0000 mon.smithi012 (mon.0) 310 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:19 smithi183 bash[22984]: audit 2024-05-06T23:43:19.176049+0000 mon.smithi012 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.398 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:19 smithi183 bash[22984]: audit 2024-05-06T23:43:19.176049+0000 mon.smithi012 (mon.0) 311 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:20.776 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:43:21.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:20 smithi012 bash[18711]: cephadm 2024-05-06T23:43:19.226860+0000 mgr.smithi012.ztruhu (mgr.14199) 59 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-05-06T23:43:21.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:20 smithi012 bash[18711]: cephadm 2024-05-06T23:43:19.226860+0000 mgr.smithi012.ztruhu (mgr.14199) 59 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-05-06T23:43:21.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:20 smithi012 bash[18711]: cephadm 2024-05-06T23:43:19.496773+0000 mgr.smithi012.ztruhu (mgr.14199) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-05-06T23:43:21.201 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:20 smithi012 bash[18711]: cephadm 2024-05-06T23:43:19.496773+0000 mgr.smithi012.ztruhu (mgr.14199) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-05-06T23:43:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:20 smithi183 bash[22984]: cephadm 2024-05-06T23:43:19.226860+0000 mgr.smithi012.ztruhu (mgr.14199) 59 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-05-06T23:43:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:20 smithi183 bash[22984]: cephadm 2024-05-06T23:43:19.226860+0000 mgr.smithi012.ztruhu (mgr.14199) 59 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-05-06T23:43:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:20 smithi183 bash[22984]: cephadm 2024-05-06T23:43:19.496773+0000 mgr.smithi012.ztruhu (mgr.14199) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-05-06T23:43:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:20 smithi183 bash[22984]: cephadm 2024-05-06T23:43:19.496773+0000 mgr.smithi012.ztruhu (mgr.14199) 60 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-05-06T23:43:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:21 smithi012 bash[18711]: cluster 2024-05-06T23:43:20.865280+0000 mgr.smithi012.ztruhu (mgr.14199) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:21 smithi012 bash[18711]: cluster 2024-05-06T23:43:20.865280+0000 mgr.smithi012.ztruhu (mgr.14199) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:22.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:21 smithi183 bash[22984]: cluster 2024-05-06T23:43:20.865280+0000 mgr.smithi012.ztruhu (mgr.14199) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:22.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:21 smithi183 bash[22984]: cluster 2024-05-06T23:43:20.865280+0000 mgr.smithi012.ztruhu (mgr.14199) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:22.815 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:43:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:22 smithi012 bash[18711]: audit 2024-05-06T23:43:22.814927+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.12:0/3750221879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:22 smithi012 bash[18711]: audit 2024-05-06T23:43:22.814927+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.12:0/3750221879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:23.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:22 smithi183 bash[22984]: audit 2024-05-06T23:43:22.814927+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.12:0/3750221879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:23.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:22 smithi183 bash[22984]: audit 2024-05-06T23:43:22.814927+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.12:0/3750221879' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:23.831 INFO:teuthology.orchestra.run.smithi012.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} 2024-05-06T23:43:24.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:23 smithi012 bash[18711]: cluster 2024-05-06T23:43:22.865550+0000 mgr.smithi012.ztruhu (mgr.14199) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:24.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:23 smithi012 bash[18711]: cluster 2024-05-06T23:43:22.865550+0000 mgr.smithi012.ztruhu (mgr.14199) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:24.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:23 smithi183 bash[22984]: cluster 2024-05-06T23:43:22.865550+0000 mgr.smithi012.ztruhu (mgr.14199) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:24.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:23 smithi183 bash[22984]: cluster 2024-05-06T23:43:22.865550+0000 mgr.smithi012.ztruhu (mgr.14199) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:24.833 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:43:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.822724+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.822724+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.828063+0000 mon.smithi012 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.828063+0000 mon.smithi012 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: cluster 2024-05-06T23:43:24.865826+0000 mgr.smithi012.ztruhu (mgr.14199) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: cluster 2024-05-06T23:43:24.865826+0000 mgr.smithi012.ztruhu (mgr.14199) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: cephadm 2024-05-06T23:43:24.878078+0000 mgr.smithi012.ztruhu (mgr.14199) 64 : cephadm [INF] Reconfiguring ceph-exporter.smithi183 (monmap changed)... 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: cephadm 2024-05-06T23:43:24.878078+0000 mgr.smithi012.ztruhu (mgr.14199) 64 : cephadm [INF] Reconfiguring ceph-exporter.smithi183 (monmap changed)... 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.878551+0000 mon.smithi012 (mon.0) 315 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.878551+0000 mon.smithi012 (mon.0) 315 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.879634+0000 mon.smithi012 (mon.0) 316 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.879634+0000 mon.smithi012 (mon.0) 316 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: cephadm 2024-05-06T23:43:24.880532+0000 mgr.smithi012.ztruhu (mgr.14199) 65 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi183 on smithi183 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: cephadm 2024-05-06T23:43:24.880532+0000 mgr.smithi012.ztruhu (mgr.14199) 65 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi183 on smithi183 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.938810+0000 mon.smithi012 (mon.0) 317 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:25.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:25 smithi012 bash[18711]: audit 2024-05-06T23:43:24.938810+0000 mon.smithi012 (mon.0) 317 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.822724+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.822724+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.828063+0000 mon.smithi012 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.828063+0000 mon.smithi012 (mon.0) 314 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: cluster 2024-05-06T23:43:24.865826+0000 mgr.smithi012.ztruhu (mgr.14199) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: cluster 2024-05-06T23:43:24.865826+0000 mgr.smithi012.ztruhu (mgr.14199) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: cephadm 2024-05-06T23:43:24.878078+0000 mgr.smithi012.ztruhu (mgr.14199) 64 : cephadm [INF] Reconfiguring ceph-exporter.smithi183 (monmap changed)... 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: cephadm 2024-05-06T23:43:24.878078+0000 mgr.smithi012.ztruhu (mgr.14199) 64 : cephadm [INF] Reconfiguring ceph-exporter.smithi183 (monmap changed)... 2024-05-06T23:43:26.098 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.878551+0000 mon.smithi012 (mon.0) 315 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.878551+0000 mon.smithi012 (mon.0) 315 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi183", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.879634+0000 mon.smithi012 (mon.0) 316 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.879634+0000 mon.smithi012 (mon.0) 316 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: cephadm 2024-05-06T23:43:24.880532+0000 mgr.smithi012.ztruhu (mgr.14199) 65 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi183 on smithi183 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: cephadm 2024-05-06T23:43:24.880532+0000 mgr.smithi012.ztruhu (mgr.14199) 65 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi183 on smithi183 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.938810+0000 mon.smithi012 (mon.0) 317 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:26.099 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:25 smithi183 bash[22984]: audit 2024-05-06T23:43:24.938810+0000 mon.smithi012 (mon.0) 317 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:28.086 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.832581+0000 mon.smithi012 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.086 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.832581+0000 mon.smithi012 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.842823+0000 mon.smithi012 (mon.0) 319 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.842823+0000 mon.smithi012 (mon.0) 319 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: cephadm 2024-05-06T23:43:26.853014+0000 mgr.smithi012.ztruhu (mgr.14199) 66 : cephadm [INF] Reconfiguring crash.smithi183 (monmap changed)... 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: cephadm 2024-05-06T23:43:26.853014+0000 mgr.smithi012.ztruhu (mgr.14199) 66 : cephadm [INF] Reconfiguring crash.smithi183 (monmap changed)... 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.853830+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.853830+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.856003+0000 mon.smithi012 (mon.0) 321 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: audit 2024-05-06T23:43:26.856003+0000 mon.smithi012 (mon.0) 321 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: cephadm 2024-05-06T23:43:26.857974+0000 mgr.smithi012.ztruhu (mgr.14199) 67 : cephadm [INF] Reconfiguring daemon crash.smithi183 on smithi183 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: cephadm 2024-05-06T23:43:26.857974+0000 mgr.smithi012.ztruhu (mgr.14199) 67 : cephadm [INF] Reconfiguring daemon crash.smithi183 on smithi183 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: cluster 2024-05-06T23:43:26.866277+0000 mgr.smithi012.ztruhu (mgr.14199) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:28.087 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:27 smithi183 bash[22984]: cluster 2024-05-06T23:43:26.866277+0000 mgr.smithi012.ztruhu (mgr.14199) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.832581+0000 mon.smithi012 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.832581+0000 mon.smithi012 (mon.0) 318 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.842823+0000 mon.smithi012 (mon.0) 319 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.842823+0000 mon.smithi012 (mon.0) 319 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: cephadm 2024-05-06T23:43:26.853014+0000 mgr.smithi012.ztruhu (mgr.14199) 66 : cephadm [INF] Reconfiguring crash.smithi183 (monmap changed)... 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: cephadm 2024-05-06T23:43:26.853014+0000 mgr.smithi012.ztruhu (mgr.14199) 66 : cephadm [INF] Reconfiguring crash.smithi183 (monmap changed)... 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.853830+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.853830+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi183", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-05-06T23:43:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.856003+0000 mon.smithi012 (mon.0) 321 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:28.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: audit 2024-05-06T23:43:26.856003+0000 mon.smithi012 (mon.0) 321 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:28.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: cephadm 2024-05-06T23:43:26.857974+0000 mgr.smithi012.ztruhu (mgr.14199) 67 : cephadm [INF] Reconfiguring daemon crash.smithi183 on smithi183 2024-05-06T23:43:28.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: cephadm 2024-05-06T23:43:26.857974+0000 mgr.smithi012.ztruhu (mgr.14199) 67 : cephadm [INF] Reconfiguring daemon crash.smithi183 on smithi183 2024-05-06T23:43:28.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: cluster 2024-05-06T23:43:26.866277+0000 mgr.smithi012.ztruhu (mgr.14199) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:28.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:27 smithi012 bash[18711]: cluster 2024-05-06T23:43:26.866277+0000 mgr.smithi012.ztruhu (mgr.14199) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:29.932 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:43:29.954 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.666334+0000 mon.smithi012 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.666334+0000 mon.smithi012 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.676502+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.676502+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: cephadm 2024-05-06T23:43:28.679075+0000 mgr.smithi012.ztruhu (mgr.14199) 69 : cephadm [INF] Reconfiguring mgr.smithi183.uvhyjf (monmap changed)... 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: cephadm 2024-05-06T23:43:28.679075+0000 mgr.smithi012.ztruhu (mgr.14199) 69 : cephadm [INF] Reconfiguring mgr.smithi183.uvhyjf (monmap changed)... 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.679857+0000 mon.smithi012 (mon.0) 324 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.679857+0000 mon.smithi012 (mon.0) 324 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.682049+0000 mon.smithi012 (mon.0) 325 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.682049+0000 mon.smithi012 (mon.0) 325 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.684085+0000 mon.smithi012 (mon.0) 326 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: audit 2024-05-06T23:43:28.684085+0000 mon.smithi012 (mon.0) 326 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: cephadm 2024-05-06T23:43:28.686266+0000 mgr.smithi012.ztruhu (mgr.14199) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:43:29.955 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: cephadm 2024-05-06T23:43:28.686266+0000 mgr.smithi012.ztruhu (mgr.14199) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:43:29.956 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: cluster 2024-05-06T23:43:28.866672+0000 mgr.smithi012.ztruhu (mgr.14199) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:29.956 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:29 smithi012 bash[18711]: cluster 2024-05-06T23:43:28.866672+0000 mgr.smithi012.ztruhu (mgr.14199) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.666334+0000 mon.smithi012 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.666334+0000 mon.smithi012 (mon.0) 322 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.676502+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.676502+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: cephadm 2024-05-06T23:43:28.679075+0000 mgr.smithi012.ztruhu (mgr.14199) 69 : cephadm [INF] Reconfiguring mgr.smithi183.uvhyjf (monmap changed)... 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: cephadm 2024-05-06T23:43:28.679075+0000 mgr.smithi012.ztruhu (mgr.14199) 69 : cephadm [INF] Reconfiguring mgr.smithi183.uvhyjf (monmap changed)... 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.679857+0000 mon.smithi012 (mon.0) 324 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.679857+0000 mon.smithi012 (mon.0) 324 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi183.uvhyjf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.682049+0000 mon.smithi012 (mon.0) 325 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:30.095 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.682049+0000 mon.smithi012 (mon.0) 325 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T23:43:30.096 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.684085+0000 mon.smithi012 (mon.0) 326 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:30.096 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: audit 2024-05-06T23:43:28.684085+0000 mon.smithi012 (mon.0) 326 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:30.096 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: cephadm 2024-05-06T23:43:28.686266+0000 mgr.smithi012.ztruhu (mgr.14199) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:43:30.096 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: cephadm 2024-05-06T23:43:28.686266+0000 mgr.smithi012.ztruhu (mgr.14199) 70 : cephadm [INF] Reconfiguring daemon mgr.smithi183.uvhyjf on smithi183 2024-05-06T23:43:30.096 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: cluster 2024-05-06T23:43:28.866672+0000 mgr.smithi012.ztruhu (mgr.14199) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:30.096 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:29 smithi183 bash[22984]: cluster 2024-05-06T23:43:28.866672+0000 mgr.smithi012.ztruhu (mgr.14199) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:31.137 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:43:31.686 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.428277+0000 mon.smithi012 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.428277+0000 mon.smithi012 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.437297+0000 mon.smithi012 (mon.0) 328 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.437297+0000 mon.smithi012 (mon.0) 328 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: cephadm 2024-05-06T23:43:30.457773+0000 mgr.smithi012.ztruhu (mgr.14199) 72 : cephadm [INF] Reconfiguring mon.smithi183 (monmap changed)... 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: cephadm 2024-05-06T23:43:30.457773+0000 mgr.smithi012.ztruhu (mgr.14199) 72 : cephadm [INF] Reconfiguring mon.smithi183 (monmap changed)... 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.458264+0000 mon.smithi012 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.458264+0000 mon.smithi012 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.459618+0000 mon.smithi012 (mon.0) 330 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.459618+0000 mon.smithi012 (mon.0) 330 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.460953+0000 mon.smithi012 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:30.460953+0000 mon.smithi012 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: cephadm 2024-05-06T23:43:30.462856+0000 mgr.smithi012.ztruhu (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mon.smithi183 on smithi183 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: cephadm 2024-05-06T23:43:30.462856+0000 mgr.smithi012.ztruhu (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mon.smithi183 on smithi183 2024-05-06T23:43:31.687 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: cluster 2024-05-06T23:43:30.866973+0000 mgr.smithi012.ztruhu (mgr.14199) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:31.688 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: cluster 2024-05-06T23:43:30.866973+0000 mgr.smithi012.ztruhu (mgr.14199) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:31.688 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:31.136475+0000 mon.smithi012 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.12:0/2329148973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:31.688 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:31 smithi183 bash[22984]: audit 2024-05-06T23:43:31.136475+0000 mon.smithi012 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.12:0/2329148973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.428277+0000 mon.smithi012 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.428277+0000 mon.smithi012 (mon.0) 327 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.437297+0000 mon.smithi012 (mon.0) 328 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.437297+0000 mon.smithi012 (mon.0) 328 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: cephadm 2024-05-06T23:43:30.457773+0000 mgr.smithi012.ztruhu (mgr.14199) 72 : cephadm [INF] Reconfiguring mon.smithi183 (monmap changed)... 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: cephadm 2024-05-06T23:43:30.457773+0000 mgr.smithi012.ztruhu (mgr.14199) 72 : cephadm [INF] Reconfiguring mon.smithi183 (monmap changed)... 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.458264+0000 mon.smithi012 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:43:31.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.458264+0000 mon.smithi012 (mon.0) 329 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.459618+0000 mon.smithi012 (mon.0) 330 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.459618+0000 mon.smithi012 (mon.0) 330 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.460953+0000 mon.smithi012 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:30.460953+0000 mon.smithi012 (mon.0) 331 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: cephadm 2024-05-06T23:43:30.462856+0000 mgr.smithi012.ztruhu (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mon.smithi183 on smithi183 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: cephadm 2024-05-06T23:43:30.462856+0000 mgr.smithi012.ztruhu (mgr.14199) 73 : cephadm [INF] Reconfiguring daemon mon.smithi183 on smithi183 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: cluster 2024-05-06T23:43:30.866973+0000 mgr.smithi012.ztruhu (mgr.14199) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: cluster 2024-05-06T23:43:30.866973+0000 mgr.smithi012.ztruhu (mgr.14199) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:31.136475+0000 mon.smithi012 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.12:0/2329148973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:31.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:31 smithi012 bash[18711]: audit 2024-05-06T23:43:31.136475+0000 mon.smithi012 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.12:0/2329148973' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:31.818 INFO:teuthology.orchestra.run.smithi012.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} 2024-05-06T23:43:32.819 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:43:33.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.259174+0000 mon.smithi012 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.259174+0000 mon.smithi012 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.270074+0000 mon.smithi012 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.270074+0000 mon.smithi012 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.290617+0000 mon.smithi012 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.290617+0000 mon.smithi012 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.291617+0000 mgr.smithi012.ztruhu (mgr.14199) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.291617+0000 mgr.smithi012.ztruhu (mgr.14199) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.294002+0000 mon.smithi012 (mon.0) 336 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.294002+0000 mon.smithi012 (mon.0) 336 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.294832+0000 mgr.smithi012.ztruhu (mgr.14199) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.294832+0000 mgr.smithi012.ztruhu (mgr.14199) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.302897+0000 mon.smithi012 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.302897+0000 mon.smithi012 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.324961+0000 mon.smithi012 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.324961+0000 mon.smithi012 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.325811+0000 mgr.smithi012.ztruhu (mgr.14199) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.325811+0000 mgr.smithi012.ztruhu (mgr.14199) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.335588+0000 mon.smithi012 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.335588+0000 mon.smithi012 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.336205+0000 mgr.smithi012.ztruhu (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.336205+0000 mgr.smithi012.ztruhu (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.343786+0000 mon.smithi012 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.343786+0000 mon.smithi012 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.357944+0000 mon.smithi012 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.357944+0000 mon.smithi012 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.358584+0000 mgr.smithi012.ztruhu (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.358584+0000 mgr.smithi012.ztruhu (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.362745+0000 mon.smithi012 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.362745+0000 mon.smithi012 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.363189+0000 mgr.smithi012.ztruhu (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.363189+0000 mgr.smithi012.ztruhu (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.368723+0000 mon.smithi012 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.368723+0000 mon.smithi012 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.386286+0000 mon.smithi012 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:43:33.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: audit 2024-05-06T23:43:32.386286+0000 mon.smithi012 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:43:33.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: cluster 2024-05-06T23:43:32.867251+0000 mgr.smithi012.ztruhu (mgr.14199) 81 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:33.665 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:33 smithi183 bash[22984]: cluster 2024-05-06T23:43:32.867251+0000 mgr.smithi012.ztruhu (mgr.14199) 81 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.259174+0000 mon.smithi012 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.259174+0000 mon.smithi012 (mon.0) 333 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.270074+0000 mon.smithi012 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.270074+0000 mon.smithi012 (mon.0) 334 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.290617+0000 mon.smithi012 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.290617+0000 mon.smithi012 (mon.0) 335 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.291617+0000 mgr.smithi012.ztruhu (mgr.14199) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.291617+0000 mgr.smithi012.ztruhu (mgr.14199) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.294002+0000 mon.smithi012 (mon.0) 336 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.294002+0000 mon.smithi012 (mon.0) 336 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.294832+0000 mgr.smithi012.ztruhu (mgr.14199) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.294832+0000 mgr.smithi012.ztruhu (mgr.14199) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.302897+0000 mon.smithi012 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.302897+0000 mon.smithi012 (mon.0) 337 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.324961+0000 mon.smithi012 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.324961+0000 mon.smithi012 (mon.0) 338 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.325811+0000 mgr.smithi012.ztruhu (mgr.14199) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.325811+0000 mgr.smithi012.ztruhu (mgr.14199) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.335588+0000 mon.smithi012 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.335588+0000 mon.smithi012 (mon.0) 339 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.336205+0000 mgr.smithi012.ztruhu (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.336205+0000 mgr.smithi012.ztruhu (mgr.14199) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.343786+0000 mon.smithi012 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.343786+0000 mon.smithi012 (mon.0) 340 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.357944+0000 mon.smithi012 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.357944+0000 mon.smithi012 (mon.0) 341 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.358584+0000 mgr.smithi012.ztruhu (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.358584+0000 mgr.smithi012.ztruhu (mgr.14199) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.362745+0000 mon.smithi012 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.362745+0000 mon.smithi012 (mon.0) 342 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.363189+0000 mgr.smithi012.ztruhu (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.363189+0000 mgr.smithi012.ztruhu (mgr.14199) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.368723+0000 mon.smithi012 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.368723+0000 mon.smithi012 (mon.0) 343 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.386286+0000 mon.smithi012 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: audit 2024-05-06T23:43:32.386286+0000 mon.smithi012 (mon.0) 344 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: cluster 2024-05-06T23:43:32.867251+0000 mgr.smithi012.ztruhu (mgr.14199) 81 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:33.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:33 smithi012 bash[18711]: cluster 2024-05-06T23:43:32.867251+0000 mgr.smithi012.ztruhu (mgr.14199) 81 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:36.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:35 smithi012 bash[18711]: cluster 2024-05-06T23:43:34.867614+0000 mgr.smithi012.ztruhu (mgr.14199) 82 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:36.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:35 smithi012 bash[18711]: cluster 2024-05-06T23:43:34.867614+0000 mgr.smithi012.ztruhu (mgr.14199) 82 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:35 smithi183 bash[22984]: cluster 2024-05-06T23:43:34.867614+0000 mgr.smithi012.ztruhu (mgr.14199) 82 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:35 smithi183 bash[22984]: cluster 2024-05-06T23:43:34.867614+0000 mgr.smithi012.ztruhu (mgr.14199) 82 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:37.402 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:43:38.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:37 smithi012 bash[18711]: cluster 2024-05-06T23:43:36.868113+0000 mgr.smithi012.ztruhu (mgr.14199) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:38.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:37 smithi012 bash[18711]: cluster 2024-05-06T23:43:36.868113+0000 mgr.smithi012.ztruhu (mgr.14199) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:38.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:37 smithi012 bash[18711]: audit 2024-05-06T23:43:37.822558+0000 mon.smithi012 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:37 smithi012 bash[18711]: audit 2024-05-06T23:43:37.822558+0000 mon.smithi012 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:37 smithi012 bash[18711]: audit 2024-05-06T23:43:37.827129+0000 mon.smithi012 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:37 smithi012 bash[18711]: audit 2024-05-06T23:43:37.827129+0000 mon.smithi012 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:37 smithi183 bash[22984]: cluster 2024-05-06T23:43:36.868113+0000 mgr.smithi012.ztruhu (mgr.14199) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:38.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:37 smithi183 bash[22984]: cluster 2024-05-06T23:43:36.868113+0000 mgr.smithi012.ztruhu (mgr.14199) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:38.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:37 smithi183 bash[22984]: audit 2024-05-06T23:43:37.822558+0000 mon.smithi012 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:37 smithi183 bash[22984]: audit 2024-05-06T23:43:37.822558+0000 mon.smithi012 (mon.0) 345 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:37 smithi183 bash[22984]: audit 2024-05-06T23:43:37.827129+0000 mon.smithi012 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:38.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:37 smithi183 bash[22984]: audit 2024-05-06T23:43:37.827129+0000 mon.smithi012 (mon.0) 346 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.219 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.518958+0000 mon.smithi012 (mon.0) 347 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.518958+0000 mon.smithi012 (mon.0) 347 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.531626+0000 mon.smithi012 (mon.0) 348 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.531626+0000 mon.smithi012 (mon.0) 348 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.834510+0000 mon.smithi012 (mon.0) 349 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.834510+0000 mon.smithi012 (mon.0) 349 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.841408+0000 mon.smithi012 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:38.841408+0000 mon.smithi012 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: cluster 2024-05-06T23:43:38.868409+0000 mgr.smithi012.ztruhu (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: cluster 2024-05-06T23:43:38.868409+0000 mgr.smithi012.ztruhu (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.218741+0000 mon.smithi012 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.12:0/2438158424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.218741+0000 mon.smithi012 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.12:0/2438158424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.419942+0000 mon.smithi012 (mon.0) 352 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.419942+0000 mon.smithi012 (mon.0) 352 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.428277+0000 mon.smithi012 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.428277+0000 mon.smithi012 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.430140+0000 mon.smithi012 (mon.0) 354 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.430140+0000 mon.smithi012 (mon.0) 354 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.431336+0000 mon.smithi012 (mon.0) 355 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.431336+0000 mon.smithi012 (mon.0) 355 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:43:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.440751+0000 mon.smithi012 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.440751+0000 mon.smithi012 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.446254+0000 mon.smithi012 (mon.0) 357 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.446254+0000 mon.smithi012 (mon.0) 357 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.452952+0000 mon.smithi012 (mon.0) 358 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.452952+0000 mon.smithi012 (mon.0) 358 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.454179+0000 mon.smithi012 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.454179+0000 mon.smithi012 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.458624+0000 mon.smithi012 (mon.0) 360 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.458624+0000 mon.smithi012 (mon.0) 360 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.459641+0000 mon.smithi012 (mon.0) 361 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:39 smithi183 bash[22984]: audit 2024-05-06T23:43:39.459641+0000 mon.smithi012 (mon.0) 361 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.914 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.518958+0000 mon.smithi012 (mon.0) 347 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.914 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.518958+0000 mon.smithi012 (mon.0) 347 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.914 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.531626+0000 mon.smithi012 (mon.0) 348 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.914 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.531626+0000 mon.smithi012 (mon.0) 348 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.914 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.834510+0000 mon.smithi012 (mon.0) 349 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.914 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.834510+0000 mon.smithi012 (mon.0) 349 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.915 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.841408+0000 mon.smithi012 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.915 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:38.841408+0000 mon.smithi012 (mon.0) 350 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.915 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: cluster 2024-05-06T23:43:38.868409+0000 mgr.smithi012.ztruhu (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:39.915 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: cluster 2024-05-06T23:43:38.868409+0000 mgr.smithi012.ztruhu (mgr.14199) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:39.915 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.218741+0000 mon.smithi012 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.12:0/2438158424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:39.915 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.218741+0000 mon.smithi012 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.12:0/2438158424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.419942+0000 mon.smithi012 (mon.0) 352 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.419942+0000 mon.smithi012 (mon.0) 352 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.428277+0000 mon.smithi012 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.428277+0000 mon.smithi012 (mon.0) 353 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.430140+0000 mon.smithi012 (mon.0) 354 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.430140+0000 mon.smithi012 (mon.0) 354 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.916 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.431336+0000 mon.smithi012 (mon.0) 355 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:43:39.917 INFO:teuthology.orchestra.run.smithi012.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} 2024-05-06T23:43:39.917 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.431336+0000 mon.smithi012 (mon.0) 355 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.440751+0000 mon.smithi012 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.440751+0000 mon.smithi012 (mon.0) 356 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.446254+0000 mon.smithi012 (mon.0) 357 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.446254+0000 mon.smithi012 (mon.0) 357 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.452952+0000 mon.smithi012 (mon.0) 358 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.452952+0000 mon.smithi012 (mon.0) 358 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.454179+0000 mon.smithi012 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.454179+0000 mon.smithi012 (mon.0) 359 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.458624+0000 mon.smithi012 (mon.0) 360 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.918 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.458624+0000 mon.smithi012 (mon.0) 360 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:43:39.919 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.459641+0000 mon.smithi012 (mon.0) 361 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:39.919 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:39 smithi012 bash[18711]: audit 2024-05-06T23:43:39.459641+0000 mon.smithi012 (mon.0) 361 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:43:40.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: cluster 2024-05-06T23:43:39.434229+0000 mgr.smithi012.ztruhu (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:40.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: cluster 2024-05-06T23:43:39.434229+0000 mgr.smithi012.ztruhu (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:40.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: cluster 2024-05-06T23:43:39.839802+0000 mon.smithi012 (mon.0) 362 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state']) 2024-05-06T23:43:40.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: cluster 2024-05-06T23:43:39.839802+0000 mon.smithi012 (mon.0) 362 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state']) 2024-05-06T23:43:40.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: cluster 2024-05-06T23:43:39.839864+0000 mon.smithi012 (mon.0) 363 : cluster [INF] Cluster is now healthy 2024-05-06T23:43:40.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: cluster 2024-05-06T23:43:39.839864+0000 mon.smithi012 (mon.0) 363 : cluster [INF] Cluster is now healthy 2024-05-06T23:43:40.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: audit 2024-05-06T23:43:39.942694+0000 mon.smithi012 (mon.0) 364 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:40.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: audit 2024-05-06T23:43:39.942694+0000 mon.smithi012 (mon.0) 364 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:40.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: audit 2024-05-06T23:43:39.943406+0000 mon.smithi012 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:40.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:40 smithi183 bash[22984]: audit 2024-05-06T23:43:39.943406+0000 mon.smithi012 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:40.919 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:43:40.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: cluster 2024-05-06T23:43:39.434229+0000 mgr.smithi012.ztruhu (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:40.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: cluster 2024-05-06T23:43:39.434229+0000 mgr.smithi012.ztruhu (mgr.14199) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:40.930 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: cluster 2024-05-06T23:43:39.839802+0000 mon.smithi012 (mon.0) 362 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state']) 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: cluster 2024-05-06T23:43:39.839802+0000 mon.smithi012 (mon.0) 362 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state']) 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: cluster 2024-05-06T23:43:39.839864+0000 mon.smithi012 (mon.0) 363 : cluster [INF] Cluster is now healthy 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: cluster 2024-05-06T23:43:39.839864+0000 mon.smithi012 (mon.0) 363 : cluster [INF] Cluster is now healthy 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: audit 2024-05-06T23:43:39.942694+0000 mon.smithi012 (mon.0) 364 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: audit 2024-05-06T23:43:39.942694+0000 mon.smithi012 (mon.0) 364 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: audit 2024-05-06T23:43:39.943406+0000 mon.smithi012 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:40.931 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:40 smithi012 bash[18711]: audit 2024-05-06T23:43:39.943406+0000 mon.smithi012 (mon.0) 365 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:42.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:42 smithi183 bash[22984]: cluster 2024-05-06T23:43:41.434624+0000 mgr.smithi012.ztruhu (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:42.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:42 smithi183 bash[22984]: cluster 2024-05-06T23:43:41.434624+0000 mgr.smithi012.ztruhu (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:42.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:42 smithi012 bash[18711]: cluster 2024-05-06T23:43:41.434624+0000 mgr.smithi012.ztruhu (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:42.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:42 smithi012 bash[18711]: cluster 2024-05-06T23:43:41.434624+0000 mgr.smithi012.ztruhu (mgr.14199) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:44.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:44 smithi183 bash[22984]: cluster 2024-05-06T23:43:43.435048+0000 mgr.smithi012.ztruhu (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:44.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:44 smithi183 bash[22984]: cluster 2024-05-06T23:43:43.435048+0000 mgr.smithi012.ztruhu (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:44.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:44 smithi012 bash[18711]: cluster 2024-05-06T23:43:43.435048+0000 mgr.smithi012.ztruhu (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:44.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:44 smithi012 bash[18711]: cluster 2024-05-06T23:43:43.435048+0000 mgr.smithi012.ztruhu (mgr.14199) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:45.476 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:43:46.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:46 smithi012 bash[18711]: cluster 2024-05-06T23:43:45.435403+0000 mgr.smithi012.ztruhu (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:46.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:46 smithi012 bash[18711]: cluster 2024-05-06T23:43:45.435403+0000 mgr.smithi012.ztruhu (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:46.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:46 smithi183 bash[22984]: cluster 2024-05-06T23:43:45.435403+0000 mgr.smithi012.ztruhu (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:46.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:46 smithi183 bash[22984]: cluster 2024-05-06T23:43:45.435403+0000 mgr.smithi012.ztruhu (mgr.14199) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:47.263 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:43:47.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:47 smithi183 bash[22984]: audit 2024-05-06T23:43:47.262652+0000 mon.smithi012 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.12:0/1658693717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:47.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:47 smithi183 bash[22984]: audit 2024-05-06T23:43:47.262652+0000 mon.smithi012 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.12:0/1658693717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:47.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:47 smithi012 bash[18711]: audit 2024-05-06T23:43:47.262652+0000 mon.smithi012 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.12:0/1658693717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:47.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:47 smithi012 bash[18711]: audit 2024-05-06T23:43:47.262652+0000 mon.smithi012 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.12:0/1658693717' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:48.269 INFO:teuthology.orchestra.run.smithi012.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} 2024-05-06T23:43:48.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: cluster 2024-05-06T23:43:47.435824+0000 mgr.smithi012.ztruhu (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:48.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: cluster 2024-05-06T23:43:47.435824+0000 mgr.smithi012.ztruhu (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:48.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.232749+0000 mon.smithi012 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.232749+0000 mon.smithi012 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.232923+0000 mon.smithi183 (mon.1) 2 : audit [INF] from='client.? 172.21.15.183:0/3781268915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.232923+0000 mon.smithi183 (mon.1) 2 : audit [INF] from='client.? 172.21.15.183:0/3781268915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.235883+0000 mon.smithi012 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]': finished 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.235883+0000 mon.smithi012 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]': finished 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: cluster 2024-05-06T23:43:48.242648+0000 mon.smithi012 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: cluster 2024-05-06T23:43:48.242648+0000 mon.smithi012 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.243102+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:48.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:48 smithi183 bash[22984]: audit 2024-05-06T23:43:48.243102+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: cluster 2024-05-06T23:43:47.435824+0000 mgr.smithi012.ztruhu (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: cluster 2024-05-06T23:43:47.435824+0000 mgr.smithi012.ztruhu (mgr.14199) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.232749+0000 mon.smithi012 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.232749+0000 mon.smithi012 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.232923+0000 mon.smithi183 (mon.1) 2 : audit [INF] from='client.? 172.21.15.183:0/3781268915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.232923+0000 mon.smithi183 (mon.1) 2 : audit [INF] from='client.? 172.21.15.183:0/3781268915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]: dispatch 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.235883+0000 mon.smithi012 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]': finished 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.235883+0000 mon.smithi012 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4761c1d4-37e1-4802-a782-54e8dd1dcb3c"}]': finished 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: cluster 2024-05-06T23:43:48.242648+0000 mon.smithi012 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T23:43:48.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: cluster 2024-05-06T23:43:48.242648+0000 mon.smithi012 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T23:43:48.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.243102+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:48.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:48 smithi012 bash[18711]: audit 2024-05-06T23:43:48.243102+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:49.270 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:43:50.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: cluster 2024-05-06T23:43:49.436132+0000 mgr.smithi012.ztruhu (mgr.14199) 90 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: cluster 2024-05-06T23:43:49.436132+0000 mgr.smithi012.ztruhu (mgr.14199) 90 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.792002+0000 mon.smithi183 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.183:0/2638758203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.792002+0000 mon.smithi183 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.183:0/2638758203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.957273+0000 mon.smithi012 (mon.0) 371 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]: dispatch 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.957273+0000 mon.smithi012 (mon.0) 371 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]: dispatch 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.961409+0000 mon.smithi012 (mon.0) 372 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]': finished 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.961409+0000 mon.smithi012 (mon.0) 372 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]': finished 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: cluster 2024-05-06T23:43:49.966457+0000 mon.smithi012 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: cluster 2024-05-06T23:43:49.966457+0000 mon.smithi012 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.966721+0000 mon.smithi012 (mon.0) 374 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:50.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.966721+0000 mon.smithi012 (mon.0) 374 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:50.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.966931+0000 mon.smithi012 (mon.0) 375 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:50.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:50 smithi183 bash[22984]: audit 2024-05-06T23:43:49.966931+0000 mon.smithi012 (mon.0) 375 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: cluster 2024-05-06T23:43:49.436132+0000 mgr.smithi012.ztruhu (mgr.14199) 90 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: cluster 2024-05-06T23:43:49.436132+0000 mgr.smithi012.ztruhu (mgr.14199) 90 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.792002+0000 mon.smithi183 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.183:0/2638758203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.792002+0000 mon.smithi183 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.183:0/2638758203' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.957273+0000 mon.smithi012 (mon.0) 371 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]: dispatch 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.957273+0000 mon.smithi012 (mon.0) 371 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]: dispatch 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.961409+0000 mon.smithi012 (mon.0) 372 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]': finished 2024-05-06T23:43:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.961409+0000 mon.smithi012 (mon.0) 372 : audit [INF] from='client.? 172.21.15.12:0/3387763559' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7569fde-dcd9-4636-85a1-1090f1b44b72"}]': finished 2024-05-06T23:43:50.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: cluster 2024-05-06T23:43:49.966457+0000 mon.smithi012 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-05-06T23:43:50.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: cluster 2024-05-06T23:43:49.966457+0000 mon.smithi012 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-05-06T23:43:50.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.966721+0000 mon.smithi012 (mon.0) 374 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:50.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.966721+0000 mon.smithi012 (mon.0) 374 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:50.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.966931+0000 mon.smithi012 (mon.0) 375 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:50.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:50 smithi012 bash[18711]: audit 2024-05-06T23:43:49.966931+0000 mon.smithi012 (mon.0) 375 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:52.835 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:52 smithi183 bash[22984]: cluster 2024-05-06T23:43:51.436438+0000 mgr.smithi012.ztruhu (mgr.14199) 91 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:52.835 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:52 smithi183 bash[22984]: cluster 2024-05-06T23:43:51.436438+0000 mgr.smithi012.ztruhu (mgr.14199) 91 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:52.836 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:52 smithi183 bash[22984]: audit 2024-05-06T23:43:51.842612+0000 mon.smithi012 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.12:0/2383780718' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:52.836 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:52 smithi183 bash[22984]: audit 2024-05-06T23:43:51.842612+0000 mon.smithi012 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.12:0/2383780718' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:52 smithi012 bash[18711]: cluster 2024-05-06T23:43:51.436438+0000 mgr.smithi012.ztruhu (mgr.14199) 91 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:52 smithi012 bash[18711]: cluster 2024-05-06T23:43:51.436438+0000 mgr.smithi012.ztruhu (mgr.14199) 91 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:52 smithi012 bash[18711]: audit 2024-05-06T23:43:51.842612+0000 mon.smithi012 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.12:0/2383780718' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:52 smithi012 bash[18711]: audit 2024-05-06T23:43:51.842612+0000 mon.smithi012 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.12:0/2383780718' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:53.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.624494+0000 mon.smithi012 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.624494+0000 mon.smithi012 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.624642+0000 mon.smithi183 (mon.1) 4 : audit [INF] from='client.? 172.21.15.183:0/220358773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.624642+0000 mon.smithi183 (mon.1) 4 : audit [INF] from='client.? 172.21.15.183:0/220358773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.627910+0000 mon.smithi012 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]': finished 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.627910+0000 mon.smithi012 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]': finished 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: cluster 2024-05-06T23:43:52.632384+0000 mon.smithi012 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: cluster 2024-05-06T23:43:52.632384+0000 mon.smithi012 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.632812+0000 mon.smithi012 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.632812+0000 mon.smithi012 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.633305+0000 mon.smithi012 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:53.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.633305+0000 mon.smithi012 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:53.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.633745+0000 mon.smithi012 (mon.0) 382 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:53.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:53 smithi183 bash[22984]: audit 2024-05-06T23:43:52.633745+0000 mon.smithi012 (mon.0) 382 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.624494+0000 mon.smithi012 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.624494+0000 mon.smithi012 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.624642+0000 mon.smithi183 (mon.1) 4 : audit [INF] from='client.? 172.21.15.183:0/220358773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.624642+0000 mon.smithi183 (mon.1) 4 : audit [INF] from='client.? 172.21.15.183:0/220358773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]: dispatch 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.627910+0000 mon.smithi012 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]': finished 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.627910+0000 mon.smithi012 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40a839ee-d500-417a-afe9-3ef838e38931"}]': finished 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: cluster 2024-05-06T23:43:52.632384+0000 mon.smithi012 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: cluster 2024-05-06T23:43:52.632384+0000 mon.smithi012 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-05-06T23:43:53.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.632812+0000 mon.smithi012 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:53.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.632812+0000 mon.smithi012 (mon.0) 380 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:53.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.633305+0000 mon.smithi012 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:53.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.633305+0000 mon.smithi012 (mon.0) 381 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:53.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.633745+0000 mon.smithi012 (mon.0) 382 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:53.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:53 smithi012 bash[18711]: audit 2024-05-06T23:43:52.633745+0000 mon.smithi012 (mon.0) 382 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:54.045 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:43:54.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:54 smithi183 bash[22984]: cluster 2024-05-06T23:43:53.436848+0000 mgr.smithi012.ztruhu (mgr.14199) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:54.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:54 smithi183 bash[22984]: cluster 2024-05-06T23:43:53.436848+0000 mgr.smithi012.ztruhu (mgr.14199) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:54.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:54 smithi183 bash[22984]: audit 2024-05-06T23:43:54.300425+0000 mon.smithi183 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.183:0/1568371300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:54.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:54 smithi183 bash[22984]: audit 2024-05-06T23:43:54.300425+0000 mon.smithi183 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.183:0/1568371300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:54.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:54 smithi012 bash[18711]: cluster 2024-05-06T23:43:53.436848+0000 mgr.smithi012.ztruhu (mgr.14199) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:54.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:54 smithi012 bash[18711]: cluster 2024-05-06T23:43:53.436848+0000 mgr.smithi012.ztruhu (mgr.14199) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:54.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:54 smithi012 bash[18711]: audit 2024-05-06T23:43:54.300425+0000 mon.smithi183 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.183:0/1568371300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:54.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:54 smithi012 bash[18711]: audit 2024-05-06T23:43:54.300425+0000 mon.smithi183 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.183:0/1568371300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:55.339 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.717378+0000 mon.smithi012 (mon.0) 383 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]: dispatch 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.717378+0000 mon.smithi012 (mon.0) 383 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]: dispatch 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.720291+0000 mon.smithi012 (mon.0) 384 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]': finished 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.720291+0000 mon.smithi012 (mon.0) 384 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]': finished 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: cluster 2024-05-06T23:43:54.724396+0000 mon.smithi012 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: cluster 2024-05-06T23:43:54.724396+0000 mon.smithi012 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.724810+0000 mon.smithi012 (mon.0) 386 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.724810+0000 mon.smithi012 (mon.0) 386 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.725101+0000 mon.smithi012 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:55.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.725101+0000 mon.smithi012 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.725328+0000 mon.smithi012 (mon.0) 388 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.725328+0000 mon.smithi012 (mon.0) 388 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.725542+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.725542+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.939628+0000 mon.smithi012 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:54.939628+0000 mon.smithi012 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:55.338212+0000 mon.smithi012 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.12:0/1592464250' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:55.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:55 smithi183 bash[22984]: audit 2024-05-06T23:43:55.338212+0000 mon.smithi012 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.12:0/1592464250' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:55.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.717378+0000 mon.smithi012 (mon.0) 383 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]: dispatch 2024-05-06T23:43:55.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.717378+0000 mon.smithi012 (mon.0) 383 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]: dispatch 2024-05-06T23:43:55.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.720291+0000 mon.smithi012 (mon.0) 384 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]': finished 2024-05-06T23:43:55.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.720291+0000 mon.smithi012 (mon.0) 384 : audit [INF] from='client.? 172.21.15.12:0/3924436004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea0d2957-f99f-40b5-ad54-eed23f463e7f"}]': finished 2024-05-06T23:43:55.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: cluster 2024-05-06T23:43:54.724396+0000 mon.smithi012 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-05-06T23:43:55.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: cluster 2024-05-06T23:43:54.724396+0000 mon.smithi012 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.724810+0000 mon.smithi012 (mon.0) 386 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.724810+0000 mon.smithi012 (mon.0) 386 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.725101+0000 mon.smithi012 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.725101+0000 mon.smithi012 (mon.0) 387 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.725328+0000 mon.smithi012 (mon.0) 388 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.725328+0000 mon.smithi012 (mon.0) 388 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.725542+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.725542+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.939628+0000 mon.smithi012 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:54.939628+0000 mon.smithi012 (mon.0) 390 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:55.338212+0000 mon.smithi012 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.12:0/1592464250' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:55.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:55 smithi012 bash[18711]: audit 2024-05-06T23:43:55.338212+0000 mon.smithi012 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.12:0/1592464250' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:43:56.339 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1715039034,"num_remapped_pgs":0} 2024-05-06T23:43:56.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:56 smithi012 bash[18711]: cluster 2024-05-06T23:43:55.437245+0000 mgr.smithi012.ztruhu (mgr.14199) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:56.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:56 smithi012 bash[18711]: cluster 2024-05-06T23:43:55.437245+0000 mgr.smithi012.ztruhu (mgr.14199) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:57.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:56 smithi183 bash[22984]: cluster 2024-05-06T23:43:55.437245+0000 mgr.smithi012.ztruhu (mgr.14199) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:57.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:56 smithi183 bash[22984]: cluster 2024-05-06T23:43:55.437245+0000 mgr.smithi012.ztruhu (mgr.14199) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:57.341 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:43:58.166 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:56.788626+0000 mon.smithi012 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.12:0/2037984359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:56.788626+0000 mon.smithi012 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.12:0/2037984359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.125009+0000 mon.smithi183 (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/2355275363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.125009+0000 mon.smithi183 (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/2355275363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.125125+0000 mon.smithi012 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.125125+0000 mon.smithi012 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.128826+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]': finished 2024-05-06T23:43:58.338 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.128826+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]': finished 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: cluster 2024-05-06T23:43:57.134284+0000 mon.smithi012 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: cluster 2024-05-06T23:43:57.134284+0000 mon.smithi012 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.134876+0000 mon.smithi012 (mon.0) 396 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.134876+0000 mon.smithi012 (mon.0) 396 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.135331+0000 mon.smithi012 (mon.0) 397 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.135331+0000 mon.smithi012 (mon.0) 397 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.135702+0000 mon.smithi012 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.135702+0000 mon.smithi012 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.136042+0000 mon.smithi012 (mon.0) 399 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.136042+0000 mon.smithi012 (mon.0) 399 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.136394+0000 mon.smithi012 (mon.0) 400 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:43:58.339 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:57 smithi183 bash[22984]: audit 2024-05-06T23:43:57.136394+0000 mon.smithi012 (mon.0) 400 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:43:58.340 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:56.788626+0000 mon.smithi012 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.12:0/2037984359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:58.340 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:56.788626+0000 mon.smithi012 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.12:0/2037984359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:43:58.340 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.125009+0000 mon.smithi183 (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/2355275363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.340 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.125009+0000 mon.smithi183 (mon.1) 6 : audit [INF] from='client.? 172.21.15.183:0/2355275363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.340 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.125125+0000 mon.smithi012 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.340 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.125125+0000 mon.smithi012 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.128826+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]': finished 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.128826+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "442e60d1-ee62-4876-8073-d4f6ef50729f"}]': finished 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: cluster 2024-05-06T23:43:57.134284+0000 mon.smithi012 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: cluster 2024-05-06T23:43:57.134284+0000 mon.smithi012 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.134876+0000 mon.smithi012 (mon.0) 396 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.134876+0000 mon.smithi012 (mon.0) 396 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.135331+0000 mon.smithi012 (mon.0) 397 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.135331+0000 mon.smithi012 (mon.0) 397 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.135702+0000 mon.smithi012 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.135702+0000 mon.smithi012 (mon.0) 398 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.136042+0000 mon.smithi012 (mon.0) 399 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.136042+0000 mon.smithi012 (mon.0) 399 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.136394+0000 mon.smithi012 (mon.0) 400 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:43:58.341 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:57 smithi012 bash[18711]: audit 2024-05-06T23:43:57.136394+0000 mon.smithi012 (mon.0) 400 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:43:59.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:58 smithi183 bash[22984]: cluster 2024-05-06T23:43:57.437558+0000 mgr.smithi012.ztruhu (mgr.14199) 94 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:59.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:58 smithi183 bash[22984]: cluster 2024-05-06T23:43:57.437558+0000 mgr.smithi012.ztruhu (mgr.14199) 94 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:59.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:58 smithi012 bash[18711]: cluster 2024-05-06T23:43:57.437558+0000 mgr.smithi012.ztruhu (mgr.14199) 94 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:43:59.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:58 smithi012 bash[18711]: cluster 2024-05-06T23:43:57.437558+0000 mgr.smithi012.ztruhu (mgr.14199) 94 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:58.875539+0000 mon.smithi183 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/2778530100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:58.875539+0000 mon.smithi183 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/2778530100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.694514+0000 mon.smithi012 (mon.0) 401 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]: dispatch 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.694514+0000 mon.smithi012 (mon.0) 401 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]: dispatch 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.697389+0000 mon.smithi012 (mon.0) 402 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]': finished 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.697389+0000 mon.smithi012 (mon.0) 402 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]': finished 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: cluster 2024-05-06T23:43:59.701992+0000 mon.smithi012 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-05-06T23:44:00.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: cluster 2024-05-06T23:43:59.701992+0000 mon.smithi012 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.707335+0000 mon.smithi012 (mon.0) 404 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.707335+0000 mon.smithi012 (mon.0) 404 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.707619+0000 mon.smithi012 (mon.0) 405 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.707619+0000 mon.smithi012 (mon.0) 405 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.707860+0000 mon.smithi012 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.707860+0000 mon.smithi012 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.708138+0000 mon.smithi012 (mon.0) 407 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.708138+0000 mon.smithi012 (mon.0) 407 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.708380+0000 mon.smithi012 (mon.0) 408 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.708380+0000 mon.smithi012 (mon.0) 408 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.708616+0000 mon.smithi012 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:00.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:43:59 smithi183 bash[22984]: audit 2024-05-06T23:43:59.708616+0000 mon.smithi012 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:00.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:58.875539+0000 mon.smithi183 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/2778530100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:58.875539+0000 mon.smithi183 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.183:0/2778530100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.694514+0000 mon.smithi012 (mon.0) 401 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.694514+0000 mon.smithi012 (mon.0) 401 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.697389+0000 mon.smithi012 (mon.0) 402 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]': finished 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.697389+0000 mon.smithi012 (mon.0) 402 : audit [INF] from='client.? 172.21.15.12:0/2595771948' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2"}]': finished 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: cluster 2024-05-06T23:43:59.701992+0000 mon.smithi012 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: cluster 2024-05-06T23:43:59.701992+0000 mon.smithi012 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.707335+0000 mon.smithi012 (mon.0) 404 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.707335+0000 mon.smithi012 (mon.0) 404 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.707619+0000 mon.smithi012 (mon.0) 405 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.707619+0000 mon.smithi012 (mon.0) 405 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.707860+0000 mon.smithi012 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.707860+0000 mon.smithi012 (mon.0) 406 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.708138+0000 mon.smithi012 (mon.0) 407 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.708138+0000 mon.smithi012 (mon.0) 407 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.708380+0000 mon.smithi012 (mon.0) 408 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.708380+0000 mon.smithi012 (mon.0) 408 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.708616+0000 mon.smithi012 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:00.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:43:59 smithi012 bash[18711]: audit 2024-05-06T23:43:59.708616+0000 mon.smithi012 (mon.0) 409 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:01.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:00 smithi183 bash[22984]: cluster 2024-05-06T23:43:59.437972+0000 mgr.smithi012.ztruhu (mgr.14199) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:01.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:00 smithi183 bash[22984]: cluster 2024-05-06T23:43:59.437972+0000 mgr.smithi012.ztruhu (mgr.14199) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:01.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:00 smithi012 bash[18711]: cluster 2024-05-06T23:43:59.437972+0000 mgr.smithi012.ztruhu (mgr.14199) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:01.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:00 smithi012 bash[18711]: cluster 2024-05-06T23:43:59.437972+0000 mgr.smithi012.ztruhu (mgr.14199) 95 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:01.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.318871+0000 mon.smithi012 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.12:0/3880167348' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.318871+0000 mon.smithi012 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.12:0/3880167348' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.692365+0000 mon.smithi183 (mon.1) 8 : audit [INF] from='client.? 172.21.15.183:0/1400220024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.692365+0000 mon.smithi183 (mon.1) 8 : audit [INF] from='client.? 172.21.15.183:0/1400220024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.692575+0000 mon.smithi012 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.692575+0000 mon.smithi012 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.695984+0000 mon.smithi012 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]': finished 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.695984+0000 mon.smithi012 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]': finished 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: cluster 2024-05-06T23:44:01.701475+0000 mon.smithi012 (mon.0) 413 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: cluster 2024-05-06T23:44:01.701475+0000 mon.smithi012 (mon.0) 413 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.701922+0000 mon.smithi012 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:01.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.701922+0000 mon.smithi012 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.702463+0000 mon.smithi012 (mon.0) 415 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.702463+0000 mon.smithi012 (mon.0) 415 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.702911+0000 mon.smithi012 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.702911+0000 mon.smithi012 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.703276+0000 mon.smithi012 (mon.0) 417 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.703276+0000 mon.smithi012 (mon.0) 417 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.703639+0000 mon.smithi012 (mon.0) 418 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.703639+0000 mon.smithi012 (mon.0) 418 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.703990+0000 mon.smithi012 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.703990+0000 mon.smithi012 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.704344+0000 mon.smithi012 (mon.0) 420 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:01.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:01 smithi012 bash[18711]: audit 2024-05-06T23:44:01.704344+0000 mon.smithi012 (mon.0) 420 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:02.098 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.318871+0000 mon.smithi012 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.12:0/3880167348' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.318871+0000 mon.smithi012 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.12:0/3880167348' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.692365+0000 mon.smithi183 (mon.1) 8 : audit [INF] from='client.? 172.21.15.183:0/1400220024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.692365+0000 mon.smithi183 (mon.1) 8 : audit [INF] from='client.? 172.21.15.183:0/1400220024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.692575+0000 mon.smithi012 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.692575+0000 mon.smithi012 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]: dispatch 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.695984+0000 mon.smithi012 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]': finished 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.695984+0000 mon.smithi012 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1bd30f74-f07f-4640-bf70-89c282585027"}]': finished 2024-05-06T23:44:02.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: cluster 2024-05-06T23:44:01.701475+0000 mon.smithi012 (mon.0) 413 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: cluster 2024-05-06T23:44:01.701475+0000 mon.smithi012 (mon.0) 413 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.701922+0000 mon.smithi012 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.701922+0000 mon.smithi012 (mon.0) 414 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.702463+0000 mon.smithi012 (mon.0) 415 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.702463+0000 mon.smithi012 (mon.0) 415 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.702911+0000 mon.smithi012 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.702911+0000 mon.smithi012 (mon.0) 416 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.703276+0000 mon.smithi012 (mon.0) 417 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.703276+0000 mon.smithi012 (mon.0) 417 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.703639+0000 mon.smithi012 (mon.0) 418 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.703639+0000 mon.smithi012 (mon.0) 418 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.703990+0000 mon.smithi012 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.703990+0000 mon.smithi012 (mon.0) 419 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.704344+0000 mon.smithi012 (mon.0) 420 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:02.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:01 smithi183 bash[22984]: audit 2024-05-06T23:44:01.704344+0000 mon.smithi012 (mon.0) 420 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:03.034 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:02 smithi012 bash[18711]: cluster 2024-05-06T23:44:01.438259+0000 mgr.smithi012.ztruhu (mgr.14199) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:03.034 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:02 smithi012 bash[18711]: cluster 2024-05-06T23:44:01.438259+0000 mgr.smithi012.ztruhu (mgr.14199) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:03.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:02 smithi183 bash[22984]: cluster 2024-05-06T23:44:01.438259+0000 mgr.smithi012.ztruhu (mgr.14199) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:03.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:02 smithi183 bash[22984]: cluster 2024-05-06T23:44:01.438259+0000 mgr.smithi012.ztruhu (mgr.14199) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:03.662 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:44:03.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:03 smithi012 bash[18711]: audit 2024-05-06T23:44:03.313403+0000 mon.smithi183 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.183:0/3748043508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:03.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:03 smithi012 bash[18711]: audit 2024-05-06T23:44:03.313403+0000 mon.smithi183 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.183:0/3748043508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:03.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:03 smithi012 bash[18711]: audit 2024-05-06T23:44:03.661973+0000 mon.smithi012 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.12:0/1487313346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:03.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:03 smithi012 bash[18711]: audit 2024-05-06T23:44:03.661973+0000 mon.smithi012 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.12:0/1487313346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:04.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:03 smithi183 bash[22984]: audit 2024-05-06T23:44:03.313403+0000 mon.smithi183 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.183:0/3748043508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:04.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:03 smithi183 bash[22984]: audit 2024-05-06T23:44:03.313403+0000 mon.smithi183 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.183:0/3748043508' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:04.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:03 smithi183 bash[22984]: audit 2024-05-06T23:44:03.661973+0000 mon.smithi012 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.12:0/1487313346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:04.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:03 smithi183 bash[22984]: audit 2024-05-06T23:44:03.661973+0000 mon.smithi012 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.12:0/1487313346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:04.469 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1715039041,"num_remapped_pgs":0} 2024-05-06T23:44:05.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: cluster 2024-05-06T23:44:03.438480+0000 mgr.smithi012.ztruhu (mgr.14199) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:05.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: cluster 2024-05-06T23:44:03.438480+0000 mgr.smithi012.ztruhu (mgr.14199) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:05.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.128860+0000 mon.smithi012 (mon.0) 422 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]: dispatch 2024-05-06T23:44:05.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.128860+0000 mon.smithi012 (mon.0) 422 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]: dispatch 2024-05-06T23:44:05.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.132233+0000 mon.smithi012 (mon.0) 423 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]': finished 2024-05-06T23:44:05.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.132233+0000 mon.smithi012 (mon.0) 423 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]': finished 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: cluster 2024-05-06T23:44:04.134590+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: cluster 2024-05-06T23:44:04.134590+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.134819+0000 mon.smithi012 (mon.0) 425 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.134819+0000 mon.smithi012 (mon.0) 425 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135031+0000 mon.smithi012 (mon.0) 426 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135031+0000 mon.smithi012 (mon.0) 426 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135255+0000 mon.smithi012 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135255+0000 mon.smithi012 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135511+0000 mon.smithi012 (mon.0) 428 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135511+0000 mon.smithi012 (mon.0) 428 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135841+0000 mon.smithi012 (mon.0) 429 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.135841+0000 mon.smithi012 (mon.0) 429 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:05.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.136063+0000 mon.smithi012 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:05.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.136063+0000 mon.smithi012 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:05.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.136243+0000 mon.smithi012 (mon.0) 431 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:05.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.136243+0000 mon.smithi012 (mon.0) 431 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:05.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.136445+0000 mon.smithi012 (mon.0) 432 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:05.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:04 smithi183 bash[22984]: audit 2024-05-06T23:44:04.136445+0000 mon.smithi012 (mon.0) 432 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: cluster 2024-05-06T23:44:03.438480+0000 mgr.smithi012.ztruhu (mgr.14199) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: cluster 2024-05-06T23:44:03.438480+0000 mgr.smithi012.ztruhu (mgr.14199) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.128860+0000 mon.smithi012 (mon.0) 422 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]: dispatch 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.128860+0000 mon.smithi012 (mon.0) 422 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]: dispatch 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.132233+0000 mon.smithi012 (mon.0) 423 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]': finished 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.132233+0000 mon.smithi012 (mon.0) 423 : audit [INF] from='client.? 172.21.15.12:0/64088052' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2203b3b-b46c-4a91-afe1-01c0d82a2afc"}]': finished 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: cluster 2024-05-06T23:44:04.134590+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-05-06T23:44:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: cluster 2024-05-06T23:44:04.134590+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.134819+0000 mon.smithi012 (mon.0) 425 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.134819+0000 mon.smithi012 (mon.0) 425 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135031+0000 mon.smithi012 (mon.0) 426 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135031+0000 mon.smithi012 (mon.0) 426 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135255+0000 mon.smithi012 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135255+0000 mon.smithi012 (mon.0) 427 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135511+0000 mon.smithi012 (mon.0) 428 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135511+0000 mon.smithi012 (mon.0) 428 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135841+0000 mon.smithi012 (mon.0) 429 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.135841+0000 mon.smithi012 (mon.0) 429 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.136063+0000 mon.smithi012 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.136063+0000 mon.smithi012 (mon.0) 430 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.136243+0000 mon.smithi012 (mon.0) 431 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.136243+0000 mon.smithi012 (mon.0) 431 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:05.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.136445+0000 mon.smithi012 (mon.0) 432 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:05.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:04 smithi012 bash[18711]: audit 2024-05-06T23:44:04.136445+0000 mon.smithi012 (mon.0) 432 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:05.470 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:44:06.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:06 smithi012 bash[18711]: cluster 2024-05-06T23:44:05.438817+0000 mgr.smithi012.ztruhu (mgr.14199) 98 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:06.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:06 smithi012 bash[18711]: cluster 2024-05-06T23:44:05.438817+0000 mgr.smithi012.ztruhu (mgr.14199) 98 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:06.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:06 smithi012 bash[18711]: audit 2024-05-06T23:44:05.856311+0000 mon.smithi012 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.12:0/533781546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:06.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:06 smithi012 bash[18711]: audit 2024-05-06T23:44:05.856311+0000 mon.smithi012 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.12:0/533781546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:07.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:06 smithi183 bash[22984]: cluster 2024-05-06T23:44:05.438817+0000 mgr.smithi012.ztruhu (mgr.14199) 98 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:07.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:06 smithi183 bash[22984]: cluster 2024-05-06T23:44:05.438817+0000 mgr.smithi012.ztruhu (mgr.14199) 98 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:07.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:06 smithi183 bash[22984]: audit 2024-05-06T23:44:05.856311+0000 mon.smithi012 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.12:0/533781546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:07.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:06 smithi183 bash[22984]: audit 2024-05-06T23:44:05.856311+0000 mon.smithi012 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.12:0/533781546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T23:44:09.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:08 smithi183 bash[22984]: cluster 2024-05-06T23:44:07.439264+0000 mgr.smithi012.ztruhu (mgr.14199) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:09.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:08 smithi183 bash[22984]: cluster 2024-05-06T23:44:07.439264+0000 mgr.smithi012.ztruhu (mgr.14199) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:08 smithi012 bash[18711]: cluster 2024-05-06T23:44:07.439264+0000 mgr.smithi012.ztruhu (mgr.14199) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:09.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:08 smithi012 bash[18711]: cluster 2024-05-06T23:44:07.439264+0000 mgr.smithi012.ztruhu (mgr.14199) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:10.547 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:44:10.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:10 smithi012 bash[18711]: cluster 2024-05-06T23:44:09.439704+0000 mgr.smithi012.ztruhu (mgr.14199) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:10 smithi012 bash[18711]: cluster 2024-05-06T23:44:09.439704+0000 mgr.smithi012.ztruhu (mgr.14199) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:10 smithi012 bash[18711]: audit 2024-05-06T23:44:09.940539+0000 mon.smithi012 (mon.0) 434 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:10 smithi012 bash[18711]: audit 2024-05-06T23:44:09.940539+0000 mon.smithi012 (mon.0) 434 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:11.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:10 smithi183 bash[22984]: cluster 2024-05-06T23:44:09.439704+0000 mgr.smithi012.ztruhu (mgr.14199) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:11.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:10 smithi183 bash[22984]: cluster 2024-05-06T23:44:09.439704+0000 mgr.smithi012.ztruhu (mgr.14199) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:11.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:10 smithi183 bash[22984]: audit 2024-05-06T23:44:09.940539+0000 mon.smithi012 (mon.0) 434 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:11.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:10 smithi183 bash[22984]: audit 2024-05-06T23:44:09.940539+0000 mon.smithi012 (mon.0) 434 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:11.935 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:44:12.632 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1715039044,"num_remapped_pgs":0} 2024-05-06T23:44:12.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:12 smithi012 bash[18711]: cluster 2024-05-06T23:44:11.440100+0000 mgr.smithi012.ztruhu (mgr.14199) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:12.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:12 smithi012 bash[18711]: cluster 2024-05-06T23:44:11.440100+0000 mgr.smithi012.ztruhu (mgr.14199) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:12.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:12 smithi012 bash[18711]: audit 2024-05-06T23:44:11.934705+0000 mon.smithi012 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.12:0/1309064070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:12.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:12 smithi012 bash[18711]: audit 2024-05-06T23:44:11.934705+0000 mon.smithi012 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.12:0/1309064070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:13.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:12 smithi183 bash[22984]: cluster 2024-05-06T23:44:11.440100+0000 mgr.smithi012.ztruhu (mgr.14199) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:13.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:12 smithi183 bash[22984]: cluster 2024-05-06T23:44:11.440100+0000 mgr.smithi012.ztruhu (mgr.14199) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:13.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:12 smithi183 bash[22984]: audit 2024-05-06T23:44:11.934705+0000 mon.smithi012 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.12:0/1309064070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:13.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:12 smithi183 bash[22984]: audit 2024-05-06T23:44:11.934705+0000 mon.smithi012 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.12:0/1309064070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:13.633 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:44:15.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:14 smithi183 bash[22984]: cluster 2024-05-06T23:44:13.440505+0000 mgr.smithi012.ztruhu (mgr.14199) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:15.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:14 smithi183 bash[22984]: cluster 2024-05-06T23:44:13.440505+0000 mgr.smithi012.ztruhu (mgr.14199) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:15.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:14 smithi183 bash[22984]: audit 2024-05-06T23:44:14.727299+0000 mon.smithi012 (mon.0) 436 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T23:44:15.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:14 smithi183 bash[22984]: audit 2024-05-06T23:44:14.727299+0000 mon.smithi012 (mon.0) 436 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T23:44:15.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:14 smithi183 bash[22984]: audit 2024-05-06T23:44:14.729122+0000 mon.smithi012 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:15.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:14 smithi183 bash[22984]: audit 2024-05-06T23:44:14.729122+0000 mon.smithi012 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:14 smithi012 bash[18711]: cluster 2024-05-06T23:44:13.440505+0000 mgr.smithi012.ztruhu (mgr.14199) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:14 smithi012 bash[18711]: cluster 2024-05-06T23:44:13.440505+0000 mgr.smithi012.ztruhu (mgr.14199) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:14 smithi012 bash[18711]: audit 2024-05-06T23:44:14.727299+0000 mon.smithi012 (mon.0) 436 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T23:44:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:14 smithi012 bash[18711]: audit 2024-05-06T23:44:14.727299+0000 mon.smithi012 (mon.0) 436 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T23:44:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:14 smithi012 bash[18711]: audit 2024-05-06T23:44:14.729122+0000 mon.smithi012 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:14 smithi012 bash[18711]: audit 2024-05-06T23:44:14.729122+0000 mon.smithi012 (mon.0) 437 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:16.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:15 smithi183 bash[22984]: cephadm 2024-05-06T23:44:14.730746+0000 mgr.smithi012.ztruhu (mgr.14199) 103 : cephadm [INF] Deploying daemon osd.0 on smithi183 2024-05-06T23:44:16.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:15 smithi183 bash[22984]: cephadm 2024-05-06T23:44:14.730746+0000 mgr.smithi012.ztruhu (mgr.14199) 103 : cephadm [INF] Deploying daemon osd.0 on smithi183 2024-05-06T23:44:16.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:15 smithi012 bash[18711]: cephadm 2024-05-06T23:44:14.730746+0000 mgr.smithi012.ztruhu (mgr.14199) 103 : cephadm [INF] Deploying daemon osd.0 on smithi183 2024-05-06T23:44:16.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:15 smithi012 bash[18711]: cephadm 2024-05-06T23:44:14.730746+0000 mgr.smithi012.ztruhu (mgr.14199) 103 : cephadm [INF] Deploying daemon osd.0 on smithi183 2024-05-06T23:44:16.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:16 smithi183 bash[22984]: cluster 2024-05-06T23:44:15.440936+0000 mgr.smithi012.ztruhu (mgr.14199) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:16.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:16 smithi183 bash[22984]: cluster 2024-05-06T23:44:15.440936+0000 mgr.smithi012.ztruhu (mgr.14199) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:16.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:16 smithi012 bash[18711]: cluster 2024-05-06T23:44:15.440936+0000 mgr.smithi012.ztruhu (mgr.14199) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:16.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:16 smithi012 bash[18711]: cluster 2024-05-06T23:44:15.440936+0000 mgr.smithi012.ztruhu (mgr.14199) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:18.740 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 bash[22984]: cluster 2024-05-06T23:44:17.441320+0000 mgr.smithi012.ztruhu (mgr.14199) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 bash[22984]: cluster 2024-05-06T23:44:17.441320+0000 mgr.smithi012.ztruhu (mgr.14199) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 bash[22984]: audit 2024-05-06T23:44:18.708185+0000 mon.smithi012 (mon.0) 438 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 bash[22984]: audit 2024-05-06T23:44:18.708185+0000 mon.smithi012 (mon.0) 438 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 bash[22984]: audit 2024-05-06T23:44:18.709988+0000 mon.smithi012 (mon.0) 439 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 bash[22984]: audit 2024-05-06T23:44:18.709988+0000 mon.smithi012 (mon.0) 439 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:18.990 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:18 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:19.153 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:18 smithi012 bash[18711]: cluster 2024-05-06T23:44:17.441320+0000 mgr.smithi012.ztruhu (mgr.14199) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:19.153 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:18 smithi012 bash[18711]: cluster 2024-05-06T23:44:17.441320+0000 mgr.smithi012.ztruhu (mgr.14199) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:19.154 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:18 smithi012 bash[18711]: audit 2024-05-06T23:44:18.708185+0000 mon.smithi012 (mon.0) 438 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T23:44:19.154 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:18 smithi012 bash[18711]: audit 2024-05-06T23:44:18.708185+0000 mon.smithi012 (mon.0) 438 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T23:44:19.154 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:18 smithi012 bash[18711]: audit 2024-05-06T23:44:18.709988+0000 mon.smithi012 (mon.0) 439 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:19.154 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:18 smithi012 bash[18711]: audit 2024-05-06T23:44:18.709988+0000 mon.smithi012 (mon.0) 439 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:20.164 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: cephadm 2024-05-06T23:44:18.711683+0000 mgr.smithi012.ztruhu (mgr.14199) 106 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: cephadm 2024-05-06T23:44:18.711683+0000 mgr.smithi012.ztruhu (mgr.14199) 106 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.045410+0000 mon.smithi012 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.045410+0000 mon.smithi012 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.054786+0000 mon.smithi012 (mon.0) 441 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.054786+0000 mon.smithi012 (mon.0) 441 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.056607+0000 mon.smithi012 (mon.0) 442 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.056607+0000 mon.smithi012 (mon.0) 442 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.058239+0000 mon.smithi012 (mon.0) 443 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:20.306 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:20 smithi183 bash[22984]: audit 2024-05-06T23:44:19.058239+0000 mon.smithi012 (mon.0) 443 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:20.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: cephadm 2024-05-06T23:44:18.711683+0000 mgr.smithi012.ztruhu (mgr.14199) 106 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-05-06T23:44:20.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: cephadm 2024-05-06T23:44:18.711683+0000 mgr.smithi012.ztruhu (mgr.14199) 106 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-05-06T23:44:20.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.045410+0000 mon.smithi012 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.045410+0000 mon.smithi012 (mon.0) 440 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.054786+0000 mon.smithi012 (mon.0) 441 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.054786+0000 mon.smithi012 (mon.0) 441 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:20.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.056607+0000 mon.smithi012 (mon.0) 442 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T23:44:20.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.056607+0000 mon.smithi012 (mon.0) 442 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T23:44:20.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.058239+0000 mon.smithi012 (mon.0) 443 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:20.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:20 smithi012 bash[18711]: audit 2024-05-06T23:44:19.058239+0000 mon.smithi012 (mon.0) 443 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:21.316 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:21 smithi183 bash[22984]: cephadm 2024-05-06T23:44:19.059572+0000 mgr.smithi012.ztruhu (mgr.14199) 107 : cephadm [INF] Deploying daemon osd.2 on smithi183 2024-05-06T23:44:21.316 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:21 smithi183 bash[22984]: cephadm 2024-05-06T23:44:19.059572+0000 mgr.smithi012.ztruhu (mgr.14199) 107 : cephadm [INF] Deploying daemon osd.2 on smithi183 2024-05-06T23:44:21.316 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:21 smithi183 bash[22984]: cluster 2024-05-06T23:44:19.441744+0000 mgr.smithi012.ztruhu (mgr.14199) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:21.316 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:21 smithi183 bash[22984]: cluster 2024-05-06T23:44:19.441744+0000 mgr.smithi012.ztruhu (mgr.14199) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:21.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:21 smithi012 bash[18711]: cephadm 2024-05-06T23:44:19.059572+0000 mgr.smithi012.ztruhu (mgr.14199) 107 : cephadm [INF] Deploying daemon osd.2 on smithi183 2024-05-06T23:44:21.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:21 smithi012 bash[18711]: cephadm 2024-05-06T23:44:19.059572+0000 mgr.smithi012.ztruhu (mgr.14199) 107 : cephadm [INF] Deploying daemon osd.2 on smithi183 2024-05-06T23:44:21.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:21 smithi012 bash[18711]: cluster 2024-05-06T23:44:19.441744+0000 mgr.smithi012.ztruhu (mgr.14199) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:21.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:21 smithi012 bash[18711]: cluster 2024-05-06T23:44:19.441744+0000 mgr.smithi012.ztruhu (mgr.14199) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:21.919 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:44:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:22 smithi012 bash[18711]: audit 2024-05-06T23:44:21.917779+0000 mon.smithi012 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.12:0/626019239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:22 smithi012 bash[18711]: audit 2024-05-06T23:44:21.917779+0000 mon.smithi012 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.12:0/626019239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:22.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:22 smithi183 bash[22984]: audit 2024-05-06T23:44:21.917779+0000 mon.smithi012 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.12:0/626019239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:22.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:22 smithi183 bash[22984]: audit 2024-05-06T23:44:21.917779+0000 mon.smithi012 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.12:0/626019239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:22.861 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1715039044,"num_remapped_pgs":0} 2024-05-06T23:44:23.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:23 smithi183 bash[22984]: cluster 2024-05-06T23:44:21.442333+0000 mgr.smithi012.ztruhu (mgr.14199) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:23.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:23 smithi183 bash[22984]: cluster 2024-05-06T23:44:21.442333+0000 mgr.smithi012.ztruhu (mgr.14199) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:23 smithi012 bash[18711]: cluster 2024-05-06T23:44:21.442333+0000 mgr.smithi012.ztruhu (mgr.14199) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:23 smithi012 bash[18711]: cluster 2024-05-06T23:44:21.442333+0000 mgr.smithi012.ztruhu (mgr.14199) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:23.862 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:44:24.028 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:23 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:24.110 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:23 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:24.111 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:24 smithi183 bash[22984]: cluster 2024-05-06T23:44:23.442772+0000 mgr.smithi012.ztruhu (mgr.14199) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:24.111 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:24 smithi183 bash[22984]: cluster 2024-05-06T23:44:23.442772+0000 mgr.smithi012.ztruhu (mgr.14199) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:24.168 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:24 smithi012 bash[18711]: cluster 2024-05-06T23:44:23.442772+0000 mgr.smithi012.ztruhu (mgr.14199) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:24.168 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:24 smithi012 bash[18711]: cluster 2024-05-06T23:44:23.442772+0000 mgr.smithi012.ztruhu (mgr.14199) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:24.289 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:24 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:24.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:24 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:25.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.281744+0000 mon.smithi012 (mon.0) 445 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.281744+0000 mon.smithi012 (mon.0) 445 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.290195+0000 mon.smithi012 (mon.0) 446 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.290195+0000 mon.smithi012 (mon.0) 446 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.291570+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.291570+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.292298+0000 mon.smithi012 (mon.0) 448 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.292298+0000 mon.smithi012 (mon.0) 448 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: cephadm 2024-05-06T23:44:24.292948+0000 mgr.smithi012.ztruhu (mgr.14199) 111 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: cephadm 2024-05-06T23:44:24.292948+0000 mgr.smithi012.ztruhu (mgr.14199) 111 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.339969+0000 mon.smithi012 (mon.0) 449 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.339969+0000 mon.smithi012 (mon.0) 449 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.344645+0000 mon.smithi012 (mon.0) 450 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.344645+0000 mon.smithi012 (mon.0) 450 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.345540+0000 mon.smithi012 (mon.0) 451 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.345540+0000 mon.smithi012 (mon.0) 451 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.346209+0000 mon.smithi012 (mon.0) 452 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.346209+0000 mon.smithi012 (mon.0) 452 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.589 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: cephadm 2024-05-06T23:44:24.346816+0000 mgr.smithi012.ztruhu (mgr.14199) 112 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-05-06T23:44:25.590 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: cephadm 2024-05-06T23:44:24.346816+0000 mgr.smithi012.ztruhu (mgr.14199) 112 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-05-06T23:44:25.590 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.940935+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:25.590 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:25 smithi183 bash[22984]: audit 2024-05-06T23:44:24.940935+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:25.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.281744+0000 mon.smithi012 (mon.0) 445 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.281744+0000 mon.smithi012 (mon.0) 445 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.290195+0000 mon.smithi012 (mon.0) 446 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.290195+0000 mon.smithi012 (mon.0) 446 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.291570+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T23:44:25.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.291570+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T23:44:25.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.292298+0000 mon.smithi012 (mon.0) 448 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.292298+0000 mon.smithi012 (mon.0) 448 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: cephadm 2024-05-06T23:44:24.292948+0000 mgr.smithi012.ztruhu (mgr.14199) 111 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-05-06T23:44:25.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: cephadm 2024-05-06T23:44:24.292948+0000 mgr.smithi012.ztruhu (mgr.14199) 111 : cephadm [INF] Deploying daemon osd.4 on smithi183 2024-05-06T23:44:25.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.339969+0000 mon.smithi012 (mon.0) 449 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.339969+0000 mon.smithi012 (mon.0) 449 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.344645+0000 mon.smithi012 (mon.0) 450 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.344645+0000 mon.smithi012 (mon.0) 450 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.345540+0000 mon.smithi012 (mon.0) 451 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.345540+0000 mon.smithi012 (mon.0) 451 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.346209+0000 mon.smithi012 (mon.0) 452 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.346209+0000 mon.smithi012 (mon.0) 452 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: cephadm 2024-05-06T23:44:24.346816+0000 mgr.smithi012.ztruhu (mgr.14199) 112 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: cephadm 2024-05-06T23:44:24.346816+0000 mgr.smithi012.ztruhu (mgr.14199) 112 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.940935+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:25.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:25 smithi012 bash[18711]: audit 2024-05-06T23:44:24.940935+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:26.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:26 smithi012 bash[18711]: cluster 2024-05-06T23:44:25.443213+0000 mgr.smithi012.ztruhu (mgr.14199) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:26.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:26 smithi012 bash[18711]: cluster 2024-05-06T23:44:25.443213+0000 mgr.smithi012.ztruhu (mgr.14199) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:26.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:26 smithi183 bash[22984]: cluster 2024-05-06T23:44:25.443213+0000 mgr.smithi012.ztruhu (mgr.14199) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:26.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:26 smithi183 bash[22984]: cluster 2024-05-06T23:44:25.443213+0000 mgr.smithi012.ztruhu (mgr.14199) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:27.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:27 smithi183 bash[22984]: audit 2024-05-06T23:44:26.517311+0000 mon.smithi012 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:27 smithi183 bash[22984]: audit 2024-05-06T23:44:26.517311+0000 mon.smithi012 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:27 smithi183 bash[22984]: audit 2024-05-06T23:44:26.517753+0000 mon.smithi183 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:27 smithi183 bash[22984]: audit 2024-05-06T23:44:26.517753+0000 mon.smithi183 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.666 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:27 smithi012 bash[18711]: audit 2024-05-06T23:44:26.517311+0000 mon.smithi012 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.666 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:27 smithi012 bash[18711]: audit 2024-05-06T23:44:26.517311+0000 mon.smithi012 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.666 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:27 smithi012 bash[18711]: audit 2024-05-06T23:44:26.517753+0000 mon.smithi183 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:27.666 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:27 smithi012 bash[18711]: audit 2024-05-06T23:44:26.517753+0000 mon.smithi183 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T23:44:28.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.294664+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T23:44:28.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.294664+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T23:44:28.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.298962+0000 mon.smithi012 (mon.0) 456 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-05-06T23:44:28.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.298962+0000 mon.smithi012 (mon.0) 456 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.299504+0000 mon.smithi012 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.299504+0000 mon.smithi012 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.300001+0000 mon.smithi012 (mon.0) 458 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.300001+0000 mon.smithi012 (mon.0) 458 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.300414+0000 mon.smithi012 (mon.0) 459 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.300414+0000 mon.smithi012 (mon.0) 459 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.301017+0000 mon.smithi012 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.301017+0000 mon.smithi012 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.301095+0000 mon.smithi183 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.301095+0000 mon.smithi183 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.301570+0000 mon.smithi012 (mon.0) 461 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.301570+0000 mon.smithi012 (mon.0) 461 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.302132+0000 mon.smithi012 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:28.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.302132+0000 mon.smithi012 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.302600+0000 mon.smithi012 (mon.0) 463 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.302600+0000 mon.smithi012 (mon.0) 463 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.302998+0000 mon.smithi012 (mon.0) 464 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.302998+0000 mon.smithi012 (mon.0) 464 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.303474+0000 mon.smithi012 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: audit 2024-05-06T23:44:27.303474+0000 mon.smithi012 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.443639+0000 mgr.smithi012.ztruhu (mgr.14199) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:28.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:28 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.443639+0000 mgr.smithi012.ztruhu (mgr.14199) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.294664+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.294664+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.298962+0000 mon.smithi012 (mon.0) 456 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.298962+0000 mon.smithi012 (mon.0) 456 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.299504+0000 mon.smithi012 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.299504+0000 mon.smithi012 (mon.0) 457 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.300001+0000 mon.smithi012 (mon.0) 458 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.300001+0000 mon.smithi012 (mon.0) 458 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.300414+0000 mon.smithi012 (mon.0) 459 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:28.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.300414+0000 mon.smithi012 (mon.0) 459 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.301017+0000 mon.smithi012 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.301017+0000 mon.smithi012 (mon.0) 460 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.301095+0000 mon.smithi183 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.301095+0000 mon.smithi183 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.301570+0000 mon.smithi012 (mon.0) 461 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.301570+0000 mon.smithi012 (mon.0) 461 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.302132+0000 mon.smithi012 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.302132+0000 mon.smithi012 (mon.0) 462 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.302600+0000 mon.smithi012 (mon.0) 463 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.302600+0000 mon.smithi012 (mon.0) 463 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.302998+0000 mon.smithi012 (mon.0) 464 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.302998+0000 mon.smithi012 (mon.0) 464 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.303474+0000 mon.smithi012 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: audit 2024-05-06T23:44:27.303474+0000 mon.smithi012 (mon.0) 465 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:28.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.443639+0000 mgr.smithi012.ztruhu (mgr.14199) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:28.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:28 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.443639+0000 mgr.smithi012.ztruhu (mgr.14199) 114 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T23:44:29.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.302197+0000 mon.smithi012 (mon.0) 466 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:29.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.302197+0000 mon.smithi012 (mon.0) 466 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:29.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: cluster 2024-05-06T23:44:28.313213+0000 mon.smithi012 (mon.0) 467 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: cluster 2024-05-06T23:44:28.313213+0000 mon.smithi012 (mon.0) 467 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.313707+0000 mon.smithi012 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.313707+0000 mon.smithi012 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314129+0000 mon.smithi012 (mon.0) 469 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314129+0000 mon.smithi012 (mon.0) 469 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314329+0000 mon.smithi012 (mon.0) 470 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314329+0000 mon.smithi012 (mon.0) 470 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314500+0000 mon.smithi012 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314500+0000 mon.smithi012 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314831+0000 mon.smithi012 (mon.0) 472 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:29.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.314831+0000 mon.smithi012 (mon.0) 472 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315005+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315005+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315247+0000 mon.smithi012 (mon.0) 474 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315247+0000 mon.smithi012 (mon.0) 474 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315496+0000 mon.smithi012 (mon.0) 475 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315496+0000 mon.smithi012 (mon.0) 475 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315742+0000 mon.smithi012 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 bash[22984]: audit 2024-05-06T23:44:28.315742+0000 mon.smithi012 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.302197+0000 mon.smithi012 (mon.0) 466 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.302197+0000 mon.smithi012 (mon.0) 466 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: cluster 2024-05-06T23:44:28.313213+0000 mon.smithi012 (mon.0) 467 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: cluster 2024-05-06T23:44:28.313213+0000 mon.smithi012 (mon.0) 467 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.313707+0000 mon.smithi012 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.313707+0000 mon.smithi012 (mon.0) 468 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314129+0000 mon.smithi012 (mon.0) 469 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314129+0000 mon.smithi012 (mon.0) 469 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314329+0000 mon.smithi012 (mon.0) 470 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:29.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314329+0000 mon.smithi012 (mon.0) 470 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314500+0000 mon.smithi012 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314500+0000 mon.smithi012 (mon.0) 471 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314831+0000 mon.smithi012 (mon.0) 472 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.314831+0000 mon.smithi012 (mon.0) 472 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315005+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315005+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315247+0000 mon.smithi012 (mon.0) 474 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315247+0000 mon.smithi012 (mon.0) 474 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315496+0000 mon.smithi012 (mon.0) 475 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315496+0000 mon.smithi012 (mon.0) 475 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315742+0000 mon.smithi012 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.566 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:29 smithi012 bash[18711]: audit 2024-05-06T23:44:28.315742+0000 mon.smithi012 (mon.0) 476 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:29.723 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:29 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:30.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.514175+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:30.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.514175+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:30.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.514304+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:30.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:27.514304+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:29.306223+0000 mon.smithi012 (mon.0) 477 : cluster [INF] osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897] boot 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:29.306223+0000 mon.smithi012 (mon.0) 477 : cluster [INF] osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897] boot 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:29.306267+0000 mon.smithi012 (mon.0) 478 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:29.306267+0000 mon.smithi012 (mon.0) 478 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.306644+0000 mon.smithi012 (mon.0) 479 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.306644+0000 mon.smithi012 (mon.0) 479 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.306952+0000 mon.smithi012 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.306952+0000 mon.smithi012 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307210+0000 mon.smithi012 (mon.0) 481 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307210+0000 mon.smithi012 (mon.0) 481 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307412+0000 mon.smithi012 (mon.0) 482 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307412+0000 mon.smithi012 (mon.0) 482 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307610+0000 mon.smithi012 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307610+0000 mon.smithi012 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307861+0000 mon.smithi012 (mon.0) 484 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:30.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.307861+0000 mon.smithi012 (mon.0) 484 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.308091+0000 mon.smithi012 (mon.0) 485 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.308091+0000 mon.smithi012 (mon.0) 485 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.308314+0000 mon.smithi012 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.308314+0000 mon.smithi012 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:29.444103+0000 mgr.smithi012.ztruhu (mgr.14199) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cluster 2024-05-06T23:44:29.444103+0000 mgr.smithi012.ztruhu (mgr.14199) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.770267+0000 mon.smithi012 (mon.0) 487 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.770267+0000 mon.smithi012 (mon.0) 487 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.779767+0000 mon.smithi012 (mon.0) 488 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.779767+0000 mon.smithi012 (mon.0) 488 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.781643+0000 mon.smithi012 (mon.0) 489 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.781643+0000 mon.smithi012 (mon.0) 489 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.783035+0000 mon.smithi012 (mon.0) 490 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: audit 2024-05-06T23:44:29.783035+0000 mon.smithi012 (mon.0) 490 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cephadm 2024-05-06T23:44:29.784321+0000 mgr.smithi012.ztruhu (mgr.14199) 116 : cephadm [INF] Deploying daemon osd.6 on smithi183 2024-05-06T23:44:30.472 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:30 smithi012 bash[18711]: cephadm 2024-05-06T23:44:29.784321+0000 mgr.smithi012.ztruhu (mgr.14199) 116 : cephadm [INF] Deploying daemon osd.6 on smithi183 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.514175+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.514175+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.514304+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:27.514304+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:29.306223+0000 mon.smithi012 (mon.0) 477 : cluster [INF] osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897] boot 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:29.306223+0000 mon.smithi012 (mon.0) 477 : cluster [INF] osd.0 [v2:172.21.15.183:6800/2264599897,v1:172.21.15.183:6801/2264599897] boot 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:29.306267+0000 mon.smithi012 (mon.0) 478 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:29.306267+0000 mon.smithi012 (mon.0) 478 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.306644+0000 mon.smithi012 (mon.0) 479 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.306644+0000 mon.smithi012 (mon.0) 479 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.306952+0000 mon.smithi012 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:30.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.306952+0000 mon.smithi012 (mon.0) 480 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307210+0000 mon.smithi012 (mon.0) 481 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307210+0000 mon.smithi012 (mon.0) 481 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307412+0000 mon.smithi012 (mon.0) 482 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307412+0000 mon.smithi012 (mon.0) 482 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307610+0000 mon.smithi012 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307610+0000 mon.smithi012 (mon.0) 483 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307861+0000 mon.smithi012 (mon.0) 484 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.307861+0000 mon.smithi012 (mon.0) 484 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.308091+0000 mon.smithi012 (mon.0) 485 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.308091+0000 mon.smithi012 (mon.0) 485 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.308314+0000 mon.smithi012 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.308314+0000 mon.smithi012 (mon.0) 486 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:29.444103+0000 mgr.smithi012.ztruhu (mgr.14199) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cluster 2024-05-06T23:44:29.444103+0000 mgr.smithi012.ztruhu (mgr.14199) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:30.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.770267+0000 mon.smithi012 (mon.0) 487 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.770267+0000 mon.smithi012 (mon.0) 487 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.779767+0000 mon.smithi012 (mon.0) 488 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.779767+0000 mon.smithi012 (mon.0) 488 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.781643+0000 mon.smithi012 (mon.0) 489 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.781643+0000 mon.smithi012 (mon.0) 489 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.783035+0000 mon.smithi012 (mon.0) 490 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: audit 2024-05-06T23:44:29.783035+0000 mon.smithi012 (mon.0) 490 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cephadm 2024-05-06T23:44:29.784321+0000 mgr.smithi012.ztruhu (mgr.14199) 116 : cephadm [INF] Deploying daemon osd.6 on smithi183 2024-05-06T23:44:30.664 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:30 smithi183 bash[22984]: cephadm 2024-05-06T23:44:29.784321+0000 mgr.smithi012.ztruhu (mgr.14199) 116 : cephadm [INF] Deploying daemon osd.6 on smithi183 2024-05-06T23:44:31.291 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:31.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: cluster 2024-05-06T23:44:30.327194+0000 mon.smithi012 (mon.0) 491 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-05-06T23:44:31.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: cluster 2024-05-06T23:44:30.327194+0000 mon.smithi012 (mon.0) 491 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-05-06T23:44:31.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.327467+0000 mon.smithi012 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:31.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.327467+0000 mon.smithi012 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:31.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.328138+0000 mon.smithi012 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:31.577 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.328138+0000 mon.smithi012 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.328538+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.328538+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.329036+0000 mon.smithi012 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.329036+0000 mon.smithi012 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.329461+0000 mon.smithi012 (mon.0) 496 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.329461+0000 mon.smithi012 (mon.0) 496 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.329922+0000 mon.smithi012 (mon.0) 497 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.329922+0000 mon.smithi012 (mon.0) 497 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.330385+0000 mon.smithi012 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 bash[18711]: audit 2024-05-06T23:44:30.330385+0000 mon.smithi012 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:31.578 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:31 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: cluster 2024-05-06T23:44:30.327194+0000 mon.smithi012 (mon.0) 491 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: cluster 2024-05-06T23:44:30.327194+0000 mon.smithi012 (mon.0) 491 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.327467+0000 mon.smithi012 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.327467+0000 mon.smithi012 (mon.0) 492 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.328138+0000 mon.smithi012 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.328138+0000 mon.smithi012 (mon.0) 493 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.328538+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.328538+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.329036+0000 mon.smithi012 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.329036+0000 mon.smithi012 (mon.0) 495 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.329461+0000 mon.smithi012 (mon.0) 496 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:31.594 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.329461+0000 mon.smithi012 (mon.0) 496 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:31.595 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.329922+0000 mon.smithi012 (mon.0) 497 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:31.595 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.329922+0000 mon.smithi012 (mon.0) 497 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:31.595 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.330385+0000 mon.smithi012 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:31.595 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:31 smithi183 bash[22984]: audit 2024-05-06T23:44:30.330385+0000 mon.smithi012 (mon.0) 498 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:32.320 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:44:32.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: cluster 2024-05-06T23:44:31.444417+0000 mgr.smithi012.ztruhu (mgr.14199) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:32.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: cluster 2024-05-06T23:44:31.444417+0000 mgr.smithi012.ztruhu (mgr.14199) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:32.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.581789+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.581789+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.586774+0000 mon.smithi012 (mon.0) 500 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.586774+0000 mon.smithi012 (mon.0) 500 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.587762+0000 mon.smithi012 (mon.0) 501 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.587762+0000 mon.smithi012 (mon.0) 501 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.588607+0000 mon.smithi012 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.588607+0000 mon.smithi012 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: cephadm 2024-05-06T23:44:31.589399+0000 mgr.smithi012.ztruhu (mgr.14199) 118 : cephadm [INF] Deploying daemon osd.5 on smithi012 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: cephadm 2024-05-06T23:44:31.589399+0000 mgr.smithi012.ztruhu (mgr.14199) 118 : cephadm [INF] Deploying daemon osd.5 on smithi012 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.892578+0000 mon.smithi012 (mon.0) 503 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.892578+0000 mon.smithi012 (mon.0) 503 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.893233+0000 mon.smithi183 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:32 smithi183 bash[22984]: audit 2024-05-06T23:44:31.893233+0000 mon.smithi183 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: cluster 2024-05-06T23:44:31.444417+0000 mgr.smithi012.ztruhu (mgr.14199) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: cluster 2024-05-06T23:44:31.444417+0000 mgr.smithi012.ztruhu (mgr.14199) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.581789+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.581789+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.586774+0000 mon.smithi012 (mon.0) 500 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.586774+0000 mon.smithi012 (mon.0) 500 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.587762+0000 mon.smithi012 (mon.0) 501 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.587762+0000 mon.smithi012 (mon.0) 501 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T23:44:32.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.588607+0000 mon.smithi012 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.588607+0000 mon.smithi012 (mon.0) 502 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: cephadm 2024-05-06T23:44:31.589399+0000 mgr.smithi012.ztruhu (mgr.14199) 118 : cephadm [INF] Deploying daemon osd.5 on smithi012 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: cephadm 2024-05-06T23:44:31.589399+0000 mgr.smithi012.ztruhu (mgr.14199) 118 : cephadm [INF] Deploying daemon osd.5 on smithi012 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.892578+0000 mon.smithi012 (mon.0) 503 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.892578+0000 mon.smithi012 (mon.0) 503 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.893233+0000 mon.smithi183 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:32.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:32 smithi012 bash[18711]: audit 2024-05-06T23:44:31.893233+0000 mon.smithi183 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.591507+0000 mon.smithi012 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.591507+0000 mon.smithi012 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: cluster 2024-05-06T23:44:32.596146+0000 mon.smithi012 (mon.0) 505 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: cluster 2024-05-06T23:44:32.596146+0000 mon.smithi012 (mon.0) 505 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.596430+0000 mon.smithi012 (mon.0) 506 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.596430+0000 mon.smithi012 (mon.0) 506 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:33.862 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.596685+0000 mon.smithi012 (mon.0) 507 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.596685+0000 mon.smithi012 (mon.0) 507 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.596945+0000 mon.smithi012 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.596945+0000 mon.smithi012 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.597198+0000 mon.smithi012 (mon.0) 509 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.597198+0000 mon.smithi012 (mon.0) 509 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.597492+0000 mon.smithi012 (mon.0) 510 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.597492+0000 mon.smithi012 (mon.0) 510 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.597766+0000 mon.smithi012 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.597766+0000 mon.smithi012 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.598051+0000 mon.smithi012 (mon.0) 512 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.598051+0000 mon.smithi012 (mon.0) 512 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.598580+0000 mon.smithi012 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.598580+0000 mon.smithi012 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.599057+0000 mon.smithi183 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.863 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:32.599057+0000 mon.smithi183 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.864 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:33.137142+0000 mon.smithi012 (mon.0) 514 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T23:44:33.864 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:33 smithi012 bash[18711]: audit 2024-05-06T23:44:33.137142+0000 mon.smithi012 (mon.0) 514 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T23:44:33.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.591507+0000 mon.smithi012 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.591507+0000 mon.smithi012 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: cluster 2024-05-06T23:44:32.596146+0000 mon.smithi012 (mon.0) 505 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: cluster 2024-05-06T23:44:32.596146+0000 mon.smithi012 (mon.0) 505 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.596430+0000 mon.smithi012 (mon.0) 506 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.596430+0000 mon.smithi012 (mon.0) 506 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.596685+0000 mon.smithi012 (mon.0) 507 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.596685+0000 mon.smithi012 (mon.0) 507 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.596945+0000 mon.smithi012 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.596945+0000 mon.smithi012 (mon.0) 508 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.597198+0000 mon.smithi012 (mon.0) 509 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.597198+0000 mon.smithi012 (mon.0) 509 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:33.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.597492+0000 mon.smithi012 (mon.0) 510 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.597492+0000 mon.smithi012 (mon.0) 510 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.597766+0000 mon.smithi012 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.597766+0000 mon.smithi012 (mon.0) 511 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.598051+0000 mon.smithi012 (mon.0) 512 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.598051+0000 mon.smithi012 (mon.0) 512 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.598580+0000 mon.smithi012 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.598580+0000 mon.smithi012 (mon.0) 513 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.599057+0000 mon.smithi183 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:32.599057+0000 mon.smithi183 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:33.137142+0000 mon.smithi012 (mon.0) 514 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T23:44:33.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:33 smithi183 bash[22984]: audit 2024-05-06T23:44:33.137142+0000 mon.smithi012 (mon.0) 514 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T23:44:34.005 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:44:34.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: cluster 2024-05-06T23:44:33.444717+0000 mgr.smithi012.ztruhu (mgr.14199) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:34.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: cluster 2024-05-06T23:44:33.444717+0000 mgr.smithi012.ztruhu (mgr.14199) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:34.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.593161+0000 mon.smithi012 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:34.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.593161+0000 mon.smithi012 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.593262+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.593262+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: cluster 2024-05-06T23:44:33.597887+0000 mon.smithi012 (mon.0) 517 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: cluster 2024-05-06T23:44:33.597887+0000 mon.smithi012 (mon.0) 517 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.598390+0000 mon.smithi012 (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.598390+0000 mon.smithi012 (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.598686+0000 mon.smithi012 (mon.0) 519 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.598686+0000 mon.smithi012 (mon.0) 519 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.598898+0000 mon.smithi012 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.598898+0000 mon.smithi012 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599112+0000 mon.smithi012 (mon.0) 521 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599112+0000 mon.smithi012 (mon.0) 521 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599239+0000 mon.smithi012 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:34.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599239+0000 mon.smithi012 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599411+0000 mon.smithi012 (mon.0) 523 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599411+0000 mon.smithi012 (mon.0) 523 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599558+0000 mon.smithi012 (mon.0) 524 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599558+0000 mon.smithi012 (mon.0) 524 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599745+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.599745+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.607746+0000 mon.smithi012 (mon.0) 526 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:33.607746+0000 mon.smithi012 (mon.0) 526 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:34.004493+0000 mon.smithi012 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.12:0/2263706171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:34.004493+0000 mon.smithi012 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.12:0/2263706171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:34.595158+0000 mon.smithi012 (mon.0) 528 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:34.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:34 smithi183 bash[22984]: audit 2024-05-06T23:44:34.595158+0000 mon.smithi012 (mon.0) 528 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: cluster 2024-05-06T23:44:33.444717+0000 mgr.smithi012.ztruhu (mgr.14199) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: cluster 2024-05-06T23:44:33.444717+0000 mgr.smithi012.ztruhu (mgr.14199) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.593161+0000 mon.smithi012 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.593161+0000 mon.smithi012 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.593262+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.593262+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: cluster 2024-05-06T23:44:33.597887+0000 mon.smithi012 (mon.0) 517 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: cluster 2024-05-06T23:44:33.597887+0000 mon.smithi012 (mon.0) 517 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.598390+0000 mon.smithi012 (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.598390+0000 mon.smithi012 (mon.0) 518 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:34.940 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.598686+0000 mon.smithi012 (mon.0) 519 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.598686+0000 mon.smithi012 (mon.0) 519 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.598898+0000 mon.smithi012 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.598898+0000 mon.smithi012 (mon.0) 520 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599112+0000 mon.smithi012 (mon.0) 521 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599112+0000 mon.smithi012 (mon.0) 521 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599239+0000 mon.smithi012 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599239+0000 mon.smithi012 (mon.0) 522 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599411+0000 mon.smithi012 (mon.0) 523 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599411+0000 mon.smithi012 (mon.0) 523 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:34.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599558+0000 mon.smithi012 (mon.0) 524 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599558+0000 mon.smithi012 (mon.0) 524 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599745+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.599745+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.607746+0000 mon.smithi012 (mon.0) 526 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:33.607746+0000 mon.smithi012 (mon.0) 526 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:34.004493+0000 mon.smithi012 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.12:0/2263706171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:34.004493+0000 mon.smithi012 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.12:0/2263706171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:34.595158+0000 mon.smithi012 (mon.0) 528 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:34.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:34 smithi012 bash[18711]: audit 2024-05-06T23:44:34.595158+0000 mon.smithi012 (mon.0) 528 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:35.248 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:35.528 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:35.749 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1715039069,"num_in_osds":8,"osd_in_since":1715039044,"num_remapped_pgs":0} 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:32.884568+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:32.884568+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:32.884677+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:32.884677+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.601924+0000 mon.smithi012 (mon.0) 529 : cluster [INF] osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883] boot 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.601924+0000 mon.smithi012 (mon.0) 529 : cluster [INF] osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883] boot 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.601996+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-05-06T23:44:35.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.601996+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.621080+0000 mon.smithi012 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.621080+0000 mon.smithi012 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.621545+0000 mon.smithi012 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.621545+0000 mon.smithi012 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.622100+0000 mon.smithi012 (mon.0) 533 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.622100+0000 mon.smithi012 (mon.0) 533 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.622481+0000 mon.smithi012 (mon.0) 534 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.622481+0000 mon.smithi012 (mon.0) 534 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.622814+0000 mon.smithi012 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.622814+0000 mon.smithi012 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:35.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.623149+0000 mon.smithi012 (mon.0) 536 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.623149+0000 mon.smithi012 (mon.0) 536 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.623479+0000 mon.smithi012 (mon.0) 537 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.623479+0000 mon.smithi012 (mon.0) 537 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.625403+0000 mon.smithi012 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:34.625403+0000 mon.smithi012 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.179574+0000 mon.smithi012 (mon.0) 539 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.179574+0000 mon.smithi012 (mon.0) 539 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.588420+0000 mon.smithi012 (mon.0) 540 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.588420+0000 mon.smithi012 (mon.0) 540 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.597067+0000 mon.smithi012 (mon.0) 541 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.597067+0000 mon.smithi012 (mon.0) 541 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.626008+0000 mon.smithi012 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.914 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:35 smithi183 bash[22984]: audit 2024-05-06T23:44:35.626008+0000 mon.smithi012 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:32.884568+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:32.884568+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:32.884677+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:32.884677+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.601924+0000 mon.smithi012 (mon.0) 529 : cluster [INF] osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883] boot 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.601924+0000 mon.smithi012 (mon.0) 529 : cluster [INF] osd.2 [v2:172.21.15.183:6808/4025167883,v1:172.21.15.183:6809/4025167883] boot 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.601996+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-05-06T23:44:35.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.601996+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.621080+0000 mon.smithi012 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.621080+0000 mon.smithi012 (mon.0) 531 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.621545+0000 mon.smithi012 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.621545+0000 mon.smithi012 (mon.0) 532 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.622100+0000 mon.smithi012 (mon.0) 533 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.622100+0000 mon.smithi012 (mon.0) 533 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.622481+0000 mon.smithi012 (mon.0) 534 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.622481+0000 mon.smithi012 (mon.0) 534 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.622814+0000 mon.smithi012 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.622814+0000 mon.smithi012 (mon.0) 535 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.623149+0000 mon.smithi012 (mon.0) 536 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:35.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.623149+0000 mon.smithi012 (mon.0) 536 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.623479+0000 mon.smithi012 (mon.0) 537 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.623479+0000 mon.smithi012 (mon.0) 537 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.625403+0000 mon.smithi012 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:34.625403+0000 mon.smithi012 (mon.0) 538 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.179574+0000 mon.smithi012 (mon.0) 539 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.179574+0000 mon.smithi012 (mon.0) 539 : audit [INF] from='osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043]' entity='osd.1' 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.588420+0000 mon.smithi012 (mon.0) 540 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.588420+0000 mon.smithi012 (mon.0) 540 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.597067+0000 mon.smithi012 (mon.0) 541 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.597067+0000 mon.smithi012 (mon.0) 541 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.626008+0000 mon.smithi012 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:35.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:35 smithi012 bash[18711]: audit 2024-05-06T23:44:35.626008+0000 mon.smithi012 (mon.0) 542 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:36.750 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:44:36.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.161142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:36.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.161142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:36.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.161260+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:34.161260+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:35.445164+0000 mgr.smithi012.ztruhu (mgr.14199) 120 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:35.445164+0000 mgr.smithi012.ztruhu (mgr.14199) 120 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:35.703790+0000 mon.smithi012 (mon.0) 543 : cluster [INF] osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043] boot 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:35.703790+0000 mon.smithi012 (mon.0) 543 : cluster [INF] osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043] boot 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:35.703887+0000 mon.smithi012 (mon.0) 544 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: cluster 2024-05-06T23:44:35.703887+0000 mon.smithi012 (mon.0) 544 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.704199+0000 mon.smithi012 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.704199+0000 mon.smithi012 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.705349+0000 mon.smithi012 (mon.0) 546 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.705349+0000 mon.smithi012 (mon.0) 546 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.706067+0000 mon.smithi012 (mon.0) 547 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.706067+0000 mon.smithi012 (mon.0) 547 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:36.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.706759+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:36.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.706759+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:36.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.707379+0000 mon.smithi012 (mon.0) 549 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:36.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.707379+0000 mon.smithi012 (mon.0) 549 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:36.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.707952+0000 mon.smithi012 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:36.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:36 smithi183 bash[22984]: audit 2024-05-06T23:44:35.707952+0000 mon.smithi012 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.161142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.161142+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.161260+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:34.161260+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:35.445164+0000 mgr.smithi012.ztruhu (mgr.14199) 120 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:35.445164+0000 mgr.smithi012.ztruhu (mgr.14199) 120 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:35.703790+0000 mon.smithi012 (mon.0) 543 : cluster [INF] osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043] boot 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:35.703790+0000 mon.smithi012 (mon.0) 543 : cluster [INF] osd.1 [v2:172.21.15.12:6802/1785377043,v1:172.21.15.12:6803/1785377043] boot 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:35.703887+0000 mon.smithi012 (mon.0) 544 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: cluster 2024-05-06T23:44:35.703887+0000 mon.smithi012 (mon.0) 544 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-05-06T23:44:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.704199+0000 mon.smithi012 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.704199+0000 mon.smithi012 (mon.0) 545 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.705349+0000 mon.smithi012 (mon.0) 546 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.705349+0000 mon.smithi012 (mon.0) 546 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.706067+0000 mon.smithi012 (mon.0) 547 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.706067+0000 mon.smithi012 (mon.0) 547 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.706759+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.706759+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.707379+0000 mon.smithi012 (mon.0) 549 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.707379+0000 mon.smithi012 (mon.0) 549 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.707952+0000 mon.smithi012 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:36.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:36 smithi012 bash[18711]: audit 2024-05-06T23:44:35.707952+0000 mon.smithi012 (mon.0) 550 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: cluster 2024-05-06T23:44:36.706126+0000 mon.smithi012 (mon.0) 551 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: cluster 2024-05-06T23:44:36.706126+0000 mon.smithi012 (mon.0) 551 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.706792+0000 mon.smithi012 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.706792+0000 mon.smithi012 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.707452+0000 mon.smithi012 (mon.0) 553 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.707452+0000 mon.smithi012 (mon.0) 553 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.707870+0000 mon.smithi012 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:37.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.707870+0000 mon.smithi012 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.708273+0000 mon.smithi012 (mon.0) 555 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.708273+0000 mon.smithi012 (mon.0) 555 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.708643+0000 mon.smithi012 (mon.0) 556 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:36.708643+0000 mon.smithi012 (mon.0) 556 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:37.002194+0000 mon.smithi012 (mon.0) 557 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:37.002194+0000 mon.smithi012 (mon.0) 557 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:37.672554+0000 mon.smithi012 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:37.672554+0000 mon.smithi012 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:37.673119+0000 mon.smithi183 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:37.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:37 smithi012 bash[18711]: audit 2024-05-06T23:44:37.673119+0000 mon.smithi183 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: cluster 2024-05-06T23:44:36.706126+0000 mon.smithi012 (mon.0) 551 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: cluster 2024-05-06T23:44:36.706126+0000 mon.smithi012 (mon.0) 551 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.706792+0000 mon.smithi012 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.706792+0000 mon.smithi012 (mon.0) 552 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.707452+0000 mon.smithi012 (mon.0) 553 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.707452+0000 mon.smithi012 (mon.0) 553 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:38.081 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.707870+0000 mon.smithi012 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.707870+0000 mon.smithi012 (mon.0) 554 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.708273+0000 mon.smithi012 (mon.0) 555 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.708273+0000 mon.smithi012 (mon.0) 555 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.708643+0000 mon.smithi012 (mon.0) 556 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:36.708643+0000 mon.smithi012 (mon.0) 556 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:37.002194+0000 mon.smithi012 (mon.0) 557 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:37.002194+0000 mon.smithi012 (mon.0) 557 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:37.672554+0000 mon.smithi012 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:37.672554+0000 mon.smithi012 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:37.673119+0000 mon.smithi183 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:38.082 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:37 smithi183 bash[22984]: audit 2024-05-06T23:44:37.673119+0000 mon.smithi183 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T23:44:38.293 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:38.576 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: cluster 2024-05-06T23:44:37.445684+0000 mgr.smithi012.ztruhu (mgr.14199) 121 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: cluster 2024-05-06T23:44:37.445684+0000 mgr.smithi012.ztruhu (mgr.14199) 121 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.716092+0000 mon.smithi012 (mon.0) 559 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.716092+0000 mon.smithi012 (mon.0) 559 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.716227+0000 mon.smithi012 (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.716227+0000 mon.smithi012 (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: cluster 2024-05-06T23:44:37.721394+0000 mon.smithi012 (mon.0) 561 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: cluster 2024-05-06T23:44:37.721394+0000 mon.smithi012 (mon.0) 561 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.722306+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.722306+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.722367+0000 mon.smithi183 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.722367+0000 mon.smithi183 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.722728+0000 mon.smithi012 (mon.0) 563 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.722728+0000 mon.smithi012 (mon.0) 563 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723046+0000 mon.smithi012 (mon.0) 564 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723046+0000 mon.smithi012 (mon.0) 564 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:38.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723235+0000 mon.smithi012 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723235+0000 mon.smithi012 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723543+0000 mon.smithi012 (mon.0) 566 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723543+0000 mon.smithi012 (mon.0) 566 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723799+0000 mon.smithi012 (mon.0) 567 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.723799+0000 mon.smithi012 (mon.0) 567 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.724128+0000 mon.smithi012 (mon.0) 568 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:37.724128+0000 mon.smithi012 (mon.0) 568 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.625148+0000 mon.smithi012 (mon.0) 569 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.625148+0000 mon.smithi012 (mon.0) 569 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.630957+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.630957+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.631972+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.631972+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.632748+0000 mon.smithi012 (mon.0) 572 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:38.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:38 smithi012 bash[18711]: audit 2024-05-06T23:44:38.632748+0000 mon.smithi012 (mon.0) 572 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:39.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: cluster 2024-05-06T23:44:37.445684+0000 mgr.smithi012.ztruhu (mgr.14199) 121 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: cluster 2024-05-06T23:44:37.445684+0000 mgr.smithi012.ztruhu (mgr.14199) 121 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.716092+0000 mon.smithi012 (mon.0) 559 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.716092+0000 mon.smithi012 (mon.0) 559 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 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 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.716227+0000 mon.smithi012 (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.716227+0000 mon.smithi012 (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: cluster 2024-05-06T23:44:37.721394+0000 mon.smithi012 (mon.0) 561 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: cluster 2024-05-06T23:44:37.721394+0000 mon.smithi012 (mon.0) 561 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.722306+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.722306+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.722367+0000 mon.smithi183 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.722367+0000 mon.smithi183 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.722728+0000 mon.smithi012 (mon.0) 563 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:39.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.722728+0000 mon.smithi012 (mon.0) 563 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723046+0000 mon.smithi012 (mon.0) 564 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723046+0000 mon.smithi012 (mon.0) 564 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723235+0000 mon.smithi012 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723235+0000 mon.smithi012 (mon.0) 565 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723543+0000 mon.smithi012 (mon.0) 566 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723543+0000 mon.smithi012 (mon.0) 566 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723799+0000 mon.smithi012 (mon.0) 567 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.723799+0000 mon.smithi012 (mon.0) 567 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:39.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.724128+0000 mon.smithi012 (mon.0) 568 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:37.724128+0000 mon.smithi012 (mon.0) 568 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.625148+0000 mon.smithi012 (mon.0) 569 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.625148+0000 mon.smithi012 (mon.0) 569 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.630957+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.630957+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.631972+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.631972+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.632748+0000 mon.smithi012 (mon.0) 572 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:39.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:38 smithi183 bash[22984]: audit 2024-05-06T23:44:38.632748+0000 mon.smithi012 (mon.0) 572 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:44:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: cephadm 2024-05-06T23:44:38.633403+0000 mgr.smithi012.ztruhu (mgr.14199) 122 : cephadm [INF] Deploying daemon osd.7 on smithi012 2024-05-06T23:44:39.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: cephadm 2024-05-06T23:44:38.633403+0000 mgr.smithi012.ztruhu (mgr.14199) 122 : cephadm [INF] Deploying daemon osd.7 on smithi012 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.718794+0000 mon.smithi012 (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.718794+0000 mon.smithi012 (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.718992+0000 mon.smithi012 (mon.0) 574 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.718992+0000 mon.smithi012 (mon.0) 574 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: cluster 2024-05-06T23:44:38.724570+0000 mon.smithi012 (mon.0) 575 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: cluster 2024-05-06T23:44:38.724570+0000 mon.smithi012 (mon.0) 575 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.725656+0000 mon.smithi012 (mon.0) 576 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.725656+0000 mon.smithi012 (mon.0) 576 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.726203+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.726203+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.726662+0000 mon.smithi012 (mon.0) 578 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.726662+0000 mon.smithi012 (mon.0) 578 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.727077+0000 mon.smithi012 (mon.0) 579 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:39.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.727077+0000 mon.smithi012 (mon.0) 579 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.727465+0000 mon.smithi012 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.727465+0000 mon.smithi012 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.740799+0000 mon.smithi012 (mon.0) 581 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.913 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:39 smithi183 bash[22984]: audit 2024-05-06T23:44:38.740799+0000 mon.smithi012 (mon.0) 581 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.951 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: cephadm 2024-05-06T23:44:38.633403+0000 mgr.smithi012.ztruhu (mgr.14199) 122 : cephadm [INF] Deploying daemon osd.7 on smithi012 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: cephadm 2024-05-06T23:44:38.633403+0000 mgr.smithi012.ztruhu (mgr.14199) 122 : cephadm [INF] Deploying daemon osd.7 on smithi012 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.718794+0000 mon.smithi012 (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.718794+0000 mon.smithi012 (mon.0) 573 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.718992+0000 mon.smithi012 (mon.0) 574 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.718992+0000 mon.smithi012 (mon.0) 574 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: cluster 2024-05-06T23:44:38.724570+0000 mon.smithi012 (mon.0) 575 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: cluster 2024-05-06T23:44:38.724570+0000 mon.smithi012 (mon.0) 575 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.725656+0000 mon.smithi012 (mon.0) 576 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.725656+0000 mon.smithi012 (mon.0) 576 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.726203+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.726203+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.726662+0000 mon.smithi012 (mon.0) 578 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.726662+0000 mon.smithi012 (mon.0) 578 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:39.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.727077+0000 mon.smithi012 (mon.0) 579 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:39.953 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.727077+0000 mon.smithi012 (mon.0) 579 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:39.953 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.727465+0000 mon.smithi012 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:39.953 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.727465+0000 mon.smithi012 (mon.0) 580 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:39.953 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.740799+0000 mon.smithi012 (mon.0) 581 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:39.953 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:39 smithi012 bash[18711]: audit 2024-05-06T23:44:38.740799+0000 mon.smithi012 (mon.0) 581 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:40.879 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:38.673566+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:40.879 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:38.673566+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:40.879 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:38.673684+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:40.879 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:38.673684+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:40.879 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:39.446310+0000 mgr.smithi012.ztruhu (mgr.14199) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:40.879 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:39.446310+0000 mgr.smithi012.ztruhu (mgr.14199) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.736844+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.736844+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:39.743621+0000 mon.smithi012 (mon.0) 583 : cluster [INF] osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996] boot 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:39.743621+0000 mon.smithi012 (mon.0) 583 : cluster [INF] osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996] boot 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:39.743687+0000 mon.smithi012 (mon.0) 584 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: cluster 2024-05-06T23:44:39.743687+0000 mon.smithi012 (mon.0) 584 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.744160+0000 mon.smithi012 (mon.0) 585 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.744160+0000 mon.smithi012 (mon.0) 585 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.744543+0000 mon.smithi012 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.744543+0000 mon.smithi012 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.745006+0000 mon.smithi012 (mon.0) 587 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.745006+0000 mon.smithi012 (mon.0) 587 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.745384+0000 mon.smithi012 (mon.0) 588 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.745384+0000 mon.smithi012 (mon.0) 588 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:40.880 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.745682+0000 mon.smithi012 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.745682+0000 mon.smithi012 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.941014+0000 mon.smithi012 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.941014+0000 mon.smithi012 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.966420+0000 mon.smithi012 (mon.0) 591 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:39.966420+0000 mon.smithi012 (mon.0) 591 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.054621+0000 mon.smithi012 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.054621+0000 mon.smithi012 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.130356+0000 mon.smithi012 (mon.0) 593 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.130356+0000 mon.smithi012 (mon.0) 593 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.197505+0000 mon.smithi012 (mon.0) 594 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.197505+0000 mon.smithi012 (mon.0) 594 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.200017+0000 mon.smithi012 (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.200017+0000 mon.smithi012 (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.237948+0000 mon.smithi012 (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.237948+0000 mon.smithi012 (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:40.881 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.238143+0000 mon.smithi012 (mon.0) 597 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.238143+0000 mon.smithi012 (mon.0) 597 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.238683+0000 mon.smithi012 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.238683+0000 mon.smithi012 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.274861+0000 mon.smithi012 (mon.0) 599 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.274861+0000 mon.smithi012 (mon.0) 599 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.276768+0000 mon.smithi012 (mon.0) 600 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.276768+0000 mon.smithi012 (mon.0) 600 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.277019+0000 mon.smithi012 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.277019+0000 mon.smithi012 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.277961+0000 mon.smithi183 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.277961+0000 mon.smithi183 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:40.882 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.324839+0000 mon.smithi183 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:40.883 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.324839+0000 mon.smithi183 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:40.883 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.351255+0000 mon.smithi012 (mon.0) 602 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:40.883 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:40 smithi012 bash[18711]: audit 2024-05-06T23:44:40.351255+0000 mon.smithi012 (mon.0) 602 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:38.673566+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:41.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:38.673566+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:41.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:38.673684+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:41.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:38.673684+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:39.446310+0000 mgr.smithi012.ztruhu (mgr.14199) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:39.446310+0000 mgr.smithi012.ztruhu (mgr.14199) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.736844+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.736844+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:39.743621+0000 mon.smithi012 (mon.0) 583 : cluster [INF] osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996] boot 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:39.743621+0000 mon.smithi012 (mon.0) 583 : cluster [INF] osd.4 [v2:172.21.15.183:6816/1438190996,v1:172.21.15.183:6817/1438190996] boot 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:39.743687+0000 mon.smithi012 (mon.0) 584 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: cluster 2024-05-06T23:44:39.743687+0000 mon.smithi012 (mon.0) 584 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.744160+0000 mon.smithi012 (mon.0) 585 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.744160+0000 mon.smithi012 (mon.0) 585 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.744543+0000 mon.smithi012 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.744543+0000 mon.smithi012 (mon.0) 586 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T23:44:41.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.745006+0000 mon.smithi012 (mon.0) 587 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.745006+0000 mon.smithi012 (mon.0) 587 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.745384+0000 mon.smithi012 (mon.0) 588 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.745384+0000 mon.smithi012 (mon.0) 588 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.745682+0000 mon.smithi012 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.745682+0000 mon.smithi012 (mon.0) 589 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.941014+0000 mon.smithi012 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.941014+0000 mon.smithi012 (mon.0) 590 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.966420+0000 mon.smithi012 (mon.0) 591 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:39.966420+0000 mon.smithi012 (mon.0) 591 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.054621+0000 mon.smithi012 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.054621+0000 mon.smithi012 (mon.0) 592 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.130356+0000 mon.smithi012 (mon.0) 593 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.130356+0000 mon.smithi012 (mon.0) 593 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.197505+0000 mon.smithi012 (mon.0) 594 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.197505+0000 mon.smithi012 (mon.0) 594 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.200017+0000 mon.smithi012 (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.200017+0000 mon.smithi012 (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.237948+0000 mon.smithi012 (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.237948+0000 mon.smithi012 (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.238143+0000 mon.smithi012 (mon.0) 597 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.238143+0000 mon.smithi012 (mon.0) 597 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.238683+0000 mon.smithi012 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.238683+0000 mon.smithi012 (mon.0) 598 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.274861+0000 mon.smithi012 (mon.0) 599 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.274861+0000 mon.smithi012 (mon.0) 599 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.276768+0000 mon.smithi012 (mon.0) 600 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.276768+0000 mon.smithi012 (mon.0) 600 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.277019+0000 mon.smithi012 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:41.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.277019+0000 mon.smithi012 (mon.0) 601 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "mon metadata", "id": "smithi183"}]: dispatch 2024-05-06T23:44:41.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.277961+0000 mon.smithi183 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:41.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.277961+0000 mon.smithi183 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T23:44:41.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.324839+0000 mon.smithi183 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:41.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.324839+0000 mon.smithi183 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T23:44:41.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.351255+0000 mon.smithi012 (mon.0) 602 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:40 smithi183 bash[22984]: audit 2024-05-06T23:44:40.351255+0000 mon.smithi012 (mon.0) 602 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: cluster 2024-05-06T23:44:40.743665+0000 mon.smithi012 (mon.0) 603 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: cluster 2024-05-06T23:44:40.743665+0000 mon.smithi012 (mon.0) 603 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.744104+0000 mon.smithi012 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.744104+0000 mon.smithi012 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.744426+0000 mon.smithi012 (mon.0) 605 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.744426+0000 mon.smithi012 (mon.0) 605 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.744707+0000 mon.smithi012 (mon.0) 606 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.744707+0000 mon.smithi012 (mon.0) 606 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.752371+0000 mon.smithi012 (mon.0) 607 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.752371+0000 mon.smithi012 (mon.0) 607 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:41.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.757536+0000 mon.smithi012 (mon.0) 608 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T23:44:41.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: audit 2024-05-06T23:44:40.757536+0000 mon.smithi012 (mon.0) 608 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T23:44:41.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: cluster 2024-05-06T23:44:40.972858+0000 mon.smithi012 (mon.0) 609 : cluster [DBG] mgrmap e19: smithi012.ztruhu(active, since 2m), standbys: smithi183.uvhyjf 2024-05-06T23:44:41.912 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:41 smithi183 bash[22984]: cluster 2024-05-06T23:44:40.972858+0000 mon.smithi012 (mon.0) 609 : cluster [DBG] mgrmap e19: smithi012.ztruhu(active, since 2m), standbys: smithi183.uvhyjf 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: cluster 2024-05-06T23:44:40.743665+0000 mon.smithi012 (mon.0) 603 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: cluster 2024-05-06T23:44:40.743665+0000 mon.smithi012 (mon.0) 603 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.744104+0000 mon.smithi012 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.744104+0000 mon.smithi012 (mon.0) 604 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.744426+0000 mon.smithi012 (mon.0) 605 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.744426+0000 mon.smithi012 (mon.0) 605 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.744707+0000 mon.smithi012 (mon.0) 606 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.744707+0000 mon.smithi012 (mon.0) 606 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.752371+0000 mon.smithi012 (mon.0) 607 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.752371+0000 mon.smithi012 (mon.0) 607 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.757536+0000 mon.smithi012 (mon.0) 608 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T23:44:41.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: audit 2024-05-06T23:44:40.757536+0000 mon.smithi012 (mon.0) 608 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T23:44:41.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: cluster 2024-05-06T23:44:40.972858+0000 mon.smithi012 (mon.0) 609 : cluster [DBG] mgrmap e19: smithi012.ztruhu(active, since 2m), standbys: smithi183.uvhyjf 2024-05-06T23:44:41.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:41 smithi012 bash[18711]: cluster 2024-05-06T23:44:40.972858+0000 mon.smithi012 (mon.0) 609 : cluster [DBG] mgrmap e19: smithi012.ztruhu(active, since 2m), standbys: smithi183.uvhyjf 2024-05-06T23:44:43.103 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.446810+0000 mgr.smithi012.ztruhu (mgr.14199) 124 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 111 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:43.103 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.446810+0000 mgr.smithi012.ztruhu (mgr.14199) 124 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 111 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:43.103 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.751158+0000 mon.smithi012 (mon.0) 610 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T23:44:43.103 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.751158+0000 mon.smithi012 (mon.0) 610 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T23:44:43.103 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.756282+0000 mon.smithi012 (mon.0) 611 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-05-06T23:44:43.103 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.756282+0000 mon.smithi012 (mon.0) 611 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.756604+0000 mon.smithi012 (mon.0) 612 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.756604+0000 mon.smithi012 (mon.0) 612 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.756882+0000 mon.smithi012 (mon.0) 613 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.756882+0000 mon.smithi012 (mon.0) 613 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.757096+0000 mon.smithi012 (mon.0) 614 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.757096+0000 mon.smithi012 (mon.0) 614 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.757296+0000 mon.smithi012 (mon.0) 615 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.757296+0000 mon.smithi012 (mon.0) 615 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.757492+0000 mon.smithi012 (mon.0) 616 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:41.757492+0000 mon.smithi012 (mon.0) 616 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:42.525560+0000 mon.smithi012 (mon.0) 617 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:42.525560+0000 mon.smithi012 (mon.0) 617 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:42.526110+0000 mon.smithi183 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.104 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:42 smithi183 bash[22984]: audit 2024-05-06T23:44:42.526110+0000 mon.smithi183 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.446810+0000 mgr.smithi012.ztruhu (mgr.14199) 124 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 111 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.446810+0000 mgr.smithi012.ztruhu (mgr.14199) 124 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 111 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.751158+0000 mon.smithi012 (mon.0) 610 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.751158+0000 mon.smithi012 (mon.0) 610 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.756282+0000 mon.smithi012 (mon.0) 611 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.756282+0000 mon.smithi012 (mon.0) 611 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-05-06T23:44:43.257 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.756604+0000 mon.smithi012 (mon.0) 612 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.756604+0000 mon.smithi012 (mon.0) 612 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.756882+0000 mon.smithi012 (mon.0) 613 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.756882+0000 mon.smithi012 (mon.0) 613 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.757096+0000 mon.smithi012 (mon.0) 614 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.757096+0000 mon.smithi012 (mon.0) 614 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.757296+0000 mon.smithi012 (mon.0) 615 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.757296+0000 mon.smithi012 (mon.0) 615 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.757492+0000 mon.smithi012 (mon.0) 616 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:41.757492+0000 mon.smithi012 (mon.0) 616 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:42.525560+0000 mon.smithi012 (mon.0) 617 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:42.525560+0000 mon.smithi012 (mon.0) 617 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:42.526110+0000 mon.smithi183 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.259 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:42 smithi012 bash[18711]: audit 2024-05-06T23:44:42.526110+0000 mon.smithi183 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-05-06T23:44:43.265 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:44:43.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.778726+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:43.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.778726+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:43.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.778797+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:43.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:41.778797+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:43.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.754086+0000 mon.smithi012 (mon.0) 618 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:43.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.754086+0000 mon.smithi012 (mon.0) 618 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.754316+0000 mon.smithi012 (mon.0) 619 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.754316+0000 mon.smithi012 (mon.0) 619 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:42.761803+0000 mon.smithi012 (mon.0) 620 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:42.761803+0000 mon.smithi012 (mon.0) 620 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.762366+0000 mon.smithi183 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.762366+0000 mon.smithi183 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.763616+0000 mon.smithi012 (mon.0) 621 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.763616+0000 mon.smithi012 (mon.0) 621 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.764020+0000 mon.smithi012 (mon.0) 622 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.764020+0000 mon.smithi012 (mon.0) 622 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:43.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.764691+0000 mon.smithi012 (mon.0) 623 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.764691+0000 mon.smithi012 (mon.0) 623 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.765145+0000 mon.smithi012 (mon.0) 624 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.765145+0000 mon.smithi012 (mon.0) 624 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.765521+0000 mon.smithi012 (mon.0) 625 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.765521+0000 mon.smithi012 (mon.0) 625 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.769437+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:42.769437+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.345562+0000 mon.smithi012 (mon.0) 627 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.345562+0000 mon.smithi012 (mon.0) 627 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.755650+0000 mon.smithi012 (mon.0) 628 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.755650+0000 mon.smithi012 (mon.0) 628 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.758812+0000 mon.smithi012 (mon.0) 629 : cluster [INF] osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495] boot 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.758812+0000 mon.smithi012 (mon.0) 629 : cluster [INF] osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495] boot 2024-05-06T23:44:43.972 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.758873+0000 mon.smithi012 (mon.0) 630 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.758873+0000 mon.smithi012 (mon.0) 630 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.759158+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.759158+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.759428+0000 mon.smithi012 (mon.0) 632 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.759428+0000 mon.smithi012 (mon.0) 632 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.759620+0000 mon.smithi012 (mon.0) 633 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.759620+0000 mon.smithi012 (mon.0) 633 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.760017+0000 mon.smithi012 (mon.0) 634 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.760017+0000 mon.smithi012 (mon.0) 634 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.768363+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:43.973 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:43 smithi012 bash[18711]: audit 2024-05-06T23:44:43.768363+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:44.039 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.778726+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:44.039 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.778726+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.778797+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:41.778797+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.754086+0000 mon.smithi012 (mon.0) 618 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.754086+0000 mon.smithi012 (mon.0) 618 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.754316+0000 mon.smithi012 (mon.0) 619 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.754316+0000 mon.smithi012 (mon.0) 619 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:42.761803+0000 mon.smithi012 (mon.0) 620 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:42.761803+0000 mon.smithi012 (mon.0) 620 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.762366+0000 mon.smithi183 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.762366+0000 mon.smithi183 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.763616+0000 mon.smithi012 (mon.0) 621 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.763616+0000 mon.smithi012 (mon.0) 621 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.764020+0000 mon.smithi012 (mon.0) 622 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.764020+0000 mon.smithi012 (mon.0) 622 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-06T23:44:44.040 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.764691+0000 mon.smithi012 (mon.0) 623 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.764691+0000 mon.smithi012 (mon.0) 623 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.765145+0000 mon.smithi012 (mon.0) 624 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.765145+0000 mon.smithi012 (mon.0) 624 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.765521+0000 mon.smithi012 (mon.0) 625 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.765521+0000 mon.smithi012 (mon.0) 625 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.769437+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:42.769437+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.345562+0000 mon.smithi012 (mon.0) 627 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.345562+0000 mon.smithi012 (mon.0) 627 : audit [INF] from='osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495]' entity='osd.3' 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.755650+0000 mon.smithi012 (mon.0) 628 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.755650+0000 mon.smithi012 (mon.0) 628 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.758812+0000 mon.smithi012 (mon.0) 629 : cluster [INF] osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495] boot 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.758812+0000 mon.smithi012 (mon.0) 629 : cluster [INF] osd.3 [v2:172.21.15.12:6810/3329838495,v1:172.21.15.12:6811/3329838495] boot 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.758873+0000 mon.smithi012 (mon.0) 630 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-05-06T23:44:44.041 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.758873+0000 mon.smithi012 (mon.0) 630 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.759158+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.759158+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.759428+0000 mon.smithi012 (mon.0) 632 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.759428+0000 mon.smithi012 (mon.0) 632 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.759620+0000 mon.smithi012 (mon.0) 633 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.759620+0000 mon.smithi012 (mon.0) 633 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.760017+0000 mon.smithi012 (mon.0) 634 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.760017+0000 mon.smithi012 (mon.0) 634 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.768363+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:44.042 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:43 smithi183 bash[22984]: audit 2024-05-06T23:44:43.768363+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:45.136 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.447425+0000 mgr.smithi012.ztruhu (mgr.14199) 125 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.447425+0000 mgr.smithi012.ztruhu (mgr.14199) 125 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.535264+0000 mon.smithi012 (mon.0) 636 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.535264+0000 mon.smithi012 (mon.0) 636 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.544364+0000 mon.smithi012 (mon.0) 637 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.544364+0000 mon.smithi012 (mon.0) 637 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: cluster 2024-05-06T23:44:44.765346+0000 mon.smithi012 (mon.0) 638 : cluster [INF] osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134] boot 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: cluster 2024-05-06T23:44:44.765346+0000 mon.smithi012 (mon.0) 638 : cluster [INF] osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134] boot 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: cluster 2024-05-06T23:44:44.765460+0000 mon.smithi012 (mon.0) 639 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: cluster 2024-05-06T23:44:44.765460+0000 mon.smithi012 (mon.0) 639 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.766232+0000 mon.smithi012 (mon.0) 640 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.766232+0000 mon.smithi012 (mon.0) 640 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.767774+0000 mon.smithi012 (mon.0) 641 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.767774+0000 mon.smithi012 (mon.0) 641 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:45.137 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.768699+0000 mon.smithi012 (mon.0) 642 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:45.138 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:44 smithi012 bash[18711]: audit 2024-05-06T23:44:44.768699+0000 mon.smithi012 (mon.0) 642 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:45.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.447425+0000 mgr.smithi012.ztruhu (mgr.14199) 125 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:45.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.447425+0000 mgr.smithi012.ztruhu (mgr.14199) 125 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T23:44:45.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.535264+0000 mon.smithi012 (mon.0) 636 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.535264+0000 mon.smithi012 (mon.0) 636 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.544364+0000 mon.smithi012 (mon.0) 637 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.544364+0000 mon.smithi012 (mon.0) 637 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: cluster 2024-05-06T23:44:44.765346+0000 mon.smithi012 (mon.0) 638 : cluster [INF] osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134] boot 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: cluster 2024-05-06T23:44:44.765346+0000 mon.smithi012 (mon.0) 638 : cluster [INF] osd.6 [v2:172.21.15.183:6824/2148870134,v1:172.21.15.183:6825/2148870134] boot 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: cluster 2024-05-06T23:44:44.765460+0000 mon.smithi012 (mon.0) 639 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: cluster 2024-05-06T23:44:44.765460+0000 mon.smithi012 (mon.0) 639 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.766232+0000 mon.smithi012 (mon.0) 640 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.766232+0000 mon.smithi012 (mon.0) 640 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.767774+0000 mon.smithi012 (mon.0) 641 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.767774+0000 mon.smithi012 (mon.0) 641 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.768699+0000 mon.smithi012 (mon.0) 642 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:45.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:44 smithi183 bash[22984]: audit 2024-05-06T23:44:44.768699+0000 mon.smithi012 (mon.0) 642 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:46.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.497544+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.497544+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.497603+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: cluster 2024-05-06T23:44:43.497603+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: cluster 2024-05-06T23:44:45.766205+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: cluster 2024-05-06T23:44:45.766205+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: audit 2024-05-06T23:44:45.766536+0000 mon.smithi012 (mon.0) 644 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: audit 2024-05-06T23:44:45.766536+0000 mon.smithi012 (mon.0) 644 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: audit 2024-05-06T23:44:45.767071+0000 mon.smithi012 (mon.0) 645 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:46.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:45 smithi012 bash[18711]: audit 2024-05-06T23:44:45.767071+0000 mon.smithi012 (mon.0) 645 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.497544+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.497544+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.497603+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: cluster 2024-05-06T23:44:43.497603+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: cluster 2024-05-06T23:44:45.766205+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: cluster 2024-05-06T23:44:45.766205+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-05-06T23:44:46.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: audit 2024-05-06T23:44:45.766536+0000 mon.smithi012 (mon.0) 644 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:46.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: audit 2024-05-06T23:44:45.766536+0000 mon.smithi012 (mon.0) 644 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:46.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: audit 2024-05-06T23:44:45.767071+0000 mon.smithi012 (mon.0) 645 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:46.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:45 smithi183 bash[22984]: audit 2024-05-06T23:44:45.767071+0000 mon.smithi012 (mon.0) 645 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: cluster 2024-05-06T23:44:45.448004+0000 mgr.smithi012.ztruhu (mgr.14199) 126 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: cluster 2024-05-06T23:44:45.448004+0000 mgr.smithi012.ztruhu (mgr.14199) 126 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: cluster 2024-05-06T23:44:46.311188+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: cluster 2024-05-06T23:44:46.311188+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: audit 2024-05-06T23:44:46.311603+0000 mon.smithi012 (mon.0) 647 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: audit 2024-05-06T23:44:46.311603+0000 mon.smithi012 (mon.0) 647 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: audit 2024-05-06T23:44:46.312187+0000 mon.smithi012 (mon.0) 648 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:46.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:46 smithi012 bash[18711]: audit 2024-05-06T23:44:46.312187+0000 mon.smithi012 (mon.0) 648 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: cluster 2024-05-06T23:44:45.448004+0000 mgr.smithi012.ztruhu (mgr.14199) 126 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: cluster 2024-05-06T23:44:45.448004+0000 mgr.smithi012.ztruhu (mgr.14199) 126 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: cluster 2024-05-06T23:44:46.311188+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: cluster 2024-05-06T23:44:46.311188+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: audit 2024-05-06T23:44:46.311603+0000 mon.smithi012 (mon.0) 647 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: audit 2024-05-06T23:44:46.311603+0000 mon.smithi012 (mon.0) 647 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: audit 2024-05-06T23:44:46.312187+0000 mon.smithi012 (mon.0) 648 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:47.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:46 smithi183 bash[22984]: audit 2024-05-06T23:44:46.312187+0000 mon.smithi012 (mon.0) 648 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:47.188 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:44:47.217 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:47.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 systemd[1]: /etc/systemd/system/ceph-b50f1384-0c01-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-06T23:44:48.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.187623+0000 mon.smithi012 (mon.0) 649 : audit [DBG] from='client.? 172.21.15.12:0/1214268868' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:48.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.187623+0000 mon.smithi012 (mon.0) 649 : audit [DBG] from='client.? 172.21.15.12:0/1214268868' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:48.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: cluster 2024-05-06T23:44:47.312357+0000 mon.smithi012 (mon.0) 650 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-05-06T23:44:48.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: cluster 2024-05-06T23:44:47.312357+0000 mon.smithi012 (mon.0) 650 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-05-06T23:44:48.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.312505+0000 mon.smithi012 (mon.0) 651 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.312505+0000 mon.smithi012 (mon.0) 651 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.312711+0000 mon.smithi012 (mon.0) 652 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.312711+0000 mon.smithi012 (mon.0) 652 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.517666+0000 mon.smithi012 (mon.0) 653 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.517666+0000 mon.smithi012 (mon.0) 653 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.524937+0000 mon.smithi012 (mon.0) 654 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:47 smithi183 bash[22984]: audit 2024-05-06T23:44:47.524937+0000 mon.smithi012 (mon.0) 654 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.187623+0000 mon.smithi012 (mon.0) 649 : audit [DBG] from='client.? 172.21.15.12:0/1214268868' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.187623+0000 mon.smithi012 (mon.0) 649 : audit [DBG] from='client.? 172.21.15.12:0/1214268868' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: cluster 2024-05-06T23:44:47.312357+0000 mon.smithi012 (mon.0) 650 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: cluster 2024-05-06T23:44:47.312357+0000 mon.smithi012 (mon.0) 650 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.312505+0000 mon.smithi012 (mon.0) 651 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.312505+0000 mon.smithi012 (mon.0) 651 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.312711+0000 mon.smithi012 (mon.0) 652 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.312711+0000 mon.smithi012 (mon.0) 652 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.517666+0000 mon.smithi012 (mon.0) 653 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.517666+0000 mon.smithi012 (mon.0) 653 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.524937+0000 mon.smithi012 (mon.0) 654 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:47 smithi012 bash[18711]: audit 2024-05-06T23:44:47.524937+0000 mon.smithi012 (mon.0) 654 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:48.550 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1715039084,"num_in_osds":8,"osd_in_since":1715039044,"num_remapped_pgs":0} 2024-05-06T23:44:48.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:48 smithi012 bash[18711]: cluster 2024-05-06T23:44:47.448551+0000 mgr.smithi012.ztruhu (mgr.14199) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-05-06T23:44:48.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:48 smithi012 bash[18711]: cluster 2024-05-06T23:44:47.448551+0000 mgr.smithi012.ztruhu (mgr.14199) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-05-06T23:44:49.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:48 smithi183 bash[22984]: cluster 2024-05-06T23:44:47.448551+0000 mgr.smithi012.ztruhu (mgr.14199) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-05-06T23:44:49.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:48 smithi183 bash[22984]: cluster 2024-05-06T23:44:47.448551+0000 mgr.smithi012.ztruhu (mgr.14199) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-05-06T23:44:49.551 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:44:49.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:49 smithi012 bash[18711]: audit 2024-05-06T23:44:49.766184+0000 mon.smithi012 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T23:44:49.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:49 smithi012 bash[18711]: audit 2024-05-06T23:44:49.766184+0000 mon.smithi012 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T23:44:50.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:49 smithi183 bash[22984]: audit 2024-05-06T23:44:49.766184+0000 mon.smithi012 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T23:44:50.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:49 smithi183 bash[22984]: audit 2024-05-06T23:44:49.766184+0000 mon.smithi012 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T23:44:50.871 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: cluster 2024-05-06T23:44:49.448946+0000 mgr.smithi012.ztruhu (mgr.14199) 128 : cluster [DBG] pgmap v95: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 123 KiB/s, 0 objects/s recovering 2024-05-06T23:44:50.871 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: cluster 2024-05-06T23:44:49.448946+0000 mgr.smithi012.ztruhu (mgr.14199) 128 : cluster [DBG] pgmap v95: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 123 KiB/s, 0 objects/s recovering 2024-05-06T23:44:50.871 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.801546+0000 mon.smithi012 (mon.0) 656 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.801546+0000 mon.smithi012 (mon.0) 656 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: cluster 2024-05-06T23:44:49.803586+0000 mon.smithi012 (mon.0) 657 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: cluster 2024-05-06T23:44:49.803586+0000 mon.smithi012 (mon.0) 657 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.803786+0000 mon.smithi012 (mon.0) 658 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.803786+0000 mon.smithi012 (mon.0) 658 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.803987+0000 mon.smithi012 (mon.0) 659 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.803987+0000 mon.smithi012 (mon.0) 659 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.804121+0000 mon.smithi012 (mon.0) 660 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:50.872 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:50 smithi012 bash[18711]: audit 2024-05-06T23:44:49.804121+0000 mon.smithi012 (mon.0) 660 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:51.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: cluster 2024-05-06T23:44:49.448946+0000 mgr.smithi012.ztruhu (mgr.14199) 128 : cluster [DBG] pgmap v95: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 123 KiB/s, 0 objects/s recovering 2024-05-06T23:44:51.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: cluster 2024-05-06T23:44:49.448946+0000 mgr.smithi012.ztruhu (mgr.14199) 128 : cluster [DBG] pgmap v95: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 123 KiB/s, 0 objects/s recovering 2024-05-06T23:44:51.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.801546+0000 mon.smithi012 (mon.0) 656 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.801546+0000 mon.smithi012 (mon.0) 656 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: cluster 2024-05-06T23:44:49.803586+0000 mon.smithi012 (mon.0) 657 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: cluster 2024-05-06T23:44:49.803586+0000 mon.smithi012 (mon.0) 657 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.803786+0000 mon.smithi012 (mon.0) 658 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.803786+0000 mon.smithi012 (mon.0) 658 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.803987+0000 mon.smithi012 (mon.0) 659 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.803987+0000 mon.smithi012 (mon.0) 659 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.804121+0000 mon.smithi012 (mon.0) 660 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:51.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:50 smithi183 bash[22984]: audit 2024-05-06T23:44:49.804121+0000 mon.smithi012 (mon.0) 660 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:52.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.804629+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:52.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.804629+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:52.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: cluster 2024-05-06T23:44:50.809374+0000 mon.smithi012 (mon.0) 662 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-05-06T23:44:52.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: cluster 2024-05-06T23:44:50.809374+0000 mon.smithi012 (mon.0) 662 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-05-06T23:44:52.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.810946+0000 mon.smithi012 (mon.0) 663 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.810946+0000 mon.smithi012 (mon.0) 663 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.818638+0000 mon.smithi012 (mon.0) 664 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:52.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.818638+0000 mon.smithi012 (mon.0) 664 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:52.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.819091+0000 mon.smithi012 (mon.0) 665 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:51 smithi183 bash[22984]: audit 2024-05-06T23:44:50.819091+0000 mon.smithi012 (mon.0) 665 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.804629+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.804629+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: cluster 2024-05-06T23:44:50.809374+0000 mon.smithi012 (mon.0) 662 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: cluster 2024-05-06T23:44:50.809374+0000 mon.smithi012 (mon.0) 662 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.810946+0000 mon.smithi012 (mon.0) 663 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.810946+0000 mon.smithi012 (mon.0) 663 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.818638+0000 mon.smithi012 (mon.0) 664 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.818638+0000 mon.smithi012 (mon.0) 664 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.819091+0000 mon.smithi012 (mon.0) 665 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:52.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:51 smithi012 bash[18711]: audit 2024-05-06T23:44:50.819091+0000 mon.smithi012 (mon.0) 665 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:50.801846+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:50.801846+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:50.802013+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:50.802013+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:51.449492+0000 mgr.smithi012.ztruhu (mgr.14199) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:51.449492+0000 mgr.smithi012.ztruhu (mgr.14199) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: audit 2024-05-06T23:44:51.820258+0000 mon.smithi012 (mon.0) 666 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: audit 2024-05-06T23:44:51.820258+0000 mon.smithi012 (mon.0) 666 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:51.834080+0000 mon.smithi012 (mon.0) 667 : cluster [INF] osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156] boot 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:51.834080+0000 mon.smithi012 (mon.0) 667 : cluster [INF] osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156] boot 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:51.834132+0000 mon.smithi012 (mon.0) 668 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-05-06T23:44:53.148 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: cluster 2024-05-06T23:44:51.834132+0000 mon.smithi012 (mon.0) 668 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-05-06T23:44:53.149 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: audit 2024-05-06T23:44:51.834577+0000 mon.smithi012 (mon.0) 669 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.149 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: audit 2024-05-06T23:44:51.834577+0000 mon.smithi012 (mon.0) 669 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.149 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: audit 2024-05-06T23:44:51.835027+0000 mon.smithi012 (mon.0) 670 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:53.149 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:52 smithi012 bash[18711]: audit 2024-05-06T23:44:51.835027+0000 mon.smithi012 (mon.0) 670 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:53.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:50.801846+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:53.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:50.801846+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:53.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:50.802013+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:53.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:50.802013+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:53.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:51.449492+0000 mgr.smithi012.ztruhu (mgr.14199) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:51.449492+0000 mgr.smithi012.ztruhu (mgr.14199) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: audit 2024-05-06T23:44:51.820258+0000 mon.smithi012 (mon.0) 666 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: audit 2024-05-06T23:44:51.820258+0000 mon.smithi012 (mon.0) 666 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:51.834080+0000 mon.smithi012 (mon.0) 667 : cluster [INF] osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156] boot 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:51.834080+0000 mon.smithi012 (mon.0) 667 : cluster [INF] osd.5 [v2:172.21.15.12:6818/243202156,v1:172.21.15.12:6819/243202156] boot 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:51.834132+0000 mon.smithi012 (mon.0) 668 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: cluster 2024-05-06T23:44:51.834132+0000 mon.smithi012 (mon.0) 668 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: audit 2024-05-06T23:44:51.834577+0000 mon.smithi012 (mon.0) 669 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: audit 2024-05-06T23:44:51.834577+0000 mon.smithi012 (mon.0) 669 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: audit 2024-05-06T23:44:51.835027+0000 mon.smithi012 (mon.0) 670 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:53.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:52 smithi183 bash[22984]: audit 2024-05-06T23:44:51.835027+0000 mon.smithi012 (mon.0) 670 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:54.111 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:53 smithi012 bash[18711]: cluster 2024-05-06T23:44:52.840952+0000 mon.smithi012 (mon.0) 671 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-05-06T23:44:54.111 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:53 smithi012 bash[18711]: cluster 2024-05-06T23:44:52.840952+0000 mon.smithi012 (mon.0) 671 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-05-06T23:44:54.111 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:53 smithi012 bash[18711]: audit 2024-05-06T23:44:52.841280+0000 mon.smithi012 (mon.0) 672 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:54.111 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:53 smithi012 bash[18711]: audit 2024-05-06T23:44:52.841280+0000 mon.smithi012 (mon.0) 672 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:54.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:53 smithi183 bash[22984]: cluster 2024-05-06T23:44:52.840952+0000 mon.smithi012 (mon.0) 671 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-05-06T23:44:54.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:53 smithi183 bash[22984]: cluster 2024-05-06T23:44:52.840952+0000 mon.smithi012 (mon.0) 671 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-05-06T23:44:54.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:53 smithi183 bash[22984]: audit 2024-05-06T23:44:52.841280+0000 mon.smithi012 (mon.0) 672 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:54.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:53 smithi183 bash[22984]: audit 2024-05-06T23:44:52.841280+0000 mon.smithi012 (mon.0) 672 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:55.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:54 smithi183 bash[22984]: cluster 2024-05-06T23:44:53.450105+0000 mgr.smithi012.ztruhu (mgr.14199) 130 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:55.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:54 smithi183 bash[22984]: cluster 2024-05-06T23:44:53.450105+0000 mgr.smithi012.ztruhu (mgr.14199) 130 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:55.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:54 smithi012 bash[18711]: cluster 2024-05-06T23:44:53.450105+0000 mgr.smithi012.ztruhu (mgr.14199) 130 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:55.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:54 smithi012 bash[18711]: cluster 2024-05-06T23:44:53.450105+0000 mgr.smithi012.ztruhu (mgr.14199) 130 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:55.264 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:44:56.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:55 smithi183 bash[22984]: audit 2024-05-06T23:44:54.941266+0000 mon.smithi012 (mon.0) 673 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:56.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:55 smithi183 bash[22984]: audit 2024-05-06T23:44:54.941266+0000 mon.smithi012 (mon.0) 673 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:56.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:55 smithi183 bash[22984]: audit 2024-05-06T23:44:55.059349+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-06T23:44:56.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:55 smithi183 bash[22984]: audit 2024-05-06T23:44:55.059349+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-06T23:44:56.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:55 smithi012 bash[18711]: audit 2024-05-06T23:44:54.941266+0000 mon.smithi012 (mon.0) 673 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:55 smithi012 bash[18711]: audit 2024-05-06T23:44:54.941266+0000 mon.smithi012 (mon.0) 673 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:44:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:55 smithi012 bash[18711]: audit 2024-05-06T23:44:55.059349+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-06T23:44:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:55 smithi012 bash[18711]: audit 2024-05-06T23:44:55.059349+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-05-06T23:44:56.823 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:44:57.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: cluster 2024-05-06T23:44:55.450695+0000 mgr.smithi012.ztruhu (mgr.14199) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: cluster 2024-05-06T23:44:55.450695+0000 mgr.smithi012.ztruhu (mgr.14199) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:55.849294+0000 mon.smithi012 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:55.849294+0000 mon.smithi012 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: cluster 2024-05-06T23:44:55.856697+0000 mon.smithi012 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: cluster 2024-05-06T23:44:55.856697+0000 mon.smithi012 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:55.857728+0000 mon.smithi012 (mon.0) 677 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:55.857728+0000 mon.smithi012 (mon.0) 677 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:55.858323+0000 mon.smithi012 (mon.0) 678 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:55.858323+0000 mon.smithi012 (mon.0) 678 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:56.822836+0000 mon.smithi012 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.12:0/122867771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:56.822836+0000 mon.smithi012 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.12:0/122867771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:56.850847+0000 mon.smithi012 (mon.0) 680 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:56.850847+0000 mon.smithi012 (mon.0) 680 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:57.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: cluster 2024-05-06T23:44:56.855625+0000 mon.smithi012 (mon.0) 681 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-05-06T23:44:57.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: cluster 2024-05-06T23:44:56.855625+0000 mon.smithi012 (mon.0) 681 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-05-06T23:44:57.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:56.856267+0000 mon.smithi012 (mon.0) 682 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:56 smithi012 bash[18711]: audit 2024-05-06T23:44:56.856267+0000 mon.smithi012 (mon.0) 682 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: cluster 2024-05-06T23:44:55.450695+0000 mgr.smithi012.ztruhu (mgr.14199) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: cluster 2024-05-06T23:44:55.450695+0000 mgr.smithi012.ztruhu (mgr.14199) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:55.849294+0000 mon.smithi012 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:55.849294+0000 mon.smithi012 (mon.0) 675 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: cluster 2024-05-06T23:44:55.856697+0000 mon.smithi012 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: cluster 2024-05-06T23:44:55.856697+0000 mon.smithi012 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:55.857728+0000 mon.smithi012 (mon.0) 677 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:57.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:55.857728+0000 mon.smithi012 (mon.0) 677 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:55.858323+0000 mon.smithi012 (mon.0) 678 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:55.858323+0000 mon.smithi012 (mon.0) 678 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:56.822836+0000 mon.smithi012 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.12:0/122867771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:56.822836+0000 mon.smithi012 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.12:0/122867771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:56.850847+0000 mon.smithi012 (mon.0) 680 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:56.850847+0000 mon.smithi012 (mon.0) 680 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: cluster 2024-05-06T23:44:56.855625+0000 mon.smithi012 (mon.0) 681 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: cluster 2024-05-06T23:44:56.855625+0000 mon.smithi012 (mon.0) 681 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:56.856267+0000 mon.smithi012 (mon.0) 682 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:57.413 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:56 smithi183 bash[22984]: audit 2024-05-06T23:44:56.856267+0000 mon.smithi012 (mon.0) 682 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: audit 2024-05-06T23:44:56.860014+0000 mon.smithi012 (mon.0) 683 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: audit 2024-05-06T23:44:56.860014+0000 mon.smithi012 (mon.0) 683 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: audit 2024-05-06T23:44:57.411331+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: audit 2024-05-06T23:44:57.411331+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: cluster 2024-05-06T23:44:57.859546+0000 mon.smithi012 (mon.0) 685 : cluster [INF] osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545] boot 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: cluster 2024-05-06T23:44:57.859546+0000 mon.smithi012 (mon.0) 685 : cluster [INF] osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545] boot 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: cluster 2024-05-06T23:44:57.859686+0000 mon.smithi012 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: cluster 2024-05-06T23:44:57.859686+0000 mon.smithi012 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: audit 2024-05-06T23:44:57.860060+0000 mon.smithi012 (mon.0) 687 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:57 smithi012 bash[18711]: audit 2024-05-06T23:44:57.860060+0000 mon.smithi012 (mon.0) 687 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: audit 2024-05-06T23:44:56.860014+0000 mon.smithi012 (mon.0) 683 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: audit 2024-05-06T23:44:56.860014+0000 mon.smithi012 (mon.0) 683 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: audit 2024-05-06T23:44:57.411331+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: audit 2024-05-06T23:44:57.411331+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545]' entity='osd.7' 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: cluster 2024-05-06T23:44:57.859546+0000 mon.smithi012 (mon.0) 685 : cluster [INF] osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545] boot 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: cluster 2024-05-06T23:44:57.859546+0000 mon.smithi012 (mon.0) 685 : cluster [INF] osd.7 [v2:172.21.15.12:6826/515144545,v1:172.21.15.12:6827/515144545] boot 2024-05-06T23:44:58.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: cluster 2024-05-06T23:44:57.859686+0000 mon.smithi012 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-05-06T23:44:58.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: cluster 2024-05-06T23:44:57.859686+0000 mon.smithi012 (mon.0) 686 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-05-06T23:44:58.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: audit 2024-05-06T23:44:57.860060+0000 mon.smithi012 (mon.0) 687 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:57 smithi183 bash[22984]: audit 2024-05-06T23:44:57.860060+0000 mon.smithi012 (mon.0) 687 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-05-06T23:44:58.691 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1715039091,"num_in_osds":8,"osd_in_since":1715039044,"num_remapped_pgs":0} 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:56.066718+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:56.066718+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:56.066853+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:56.066853+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:57.451164+0000 mgr.smithi012.ztruhu (mgr.14199) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:57.451164+0000 mgr.smithi012.ztruhu (mgr.14199) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:58.863858+0000 mon.smithi012 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: cluster 2024-05-06T23:44:58.863858+0000 mon.smithi012 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: audit 2024-05-06T23:44:58.920459+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: audit 2024-05-06T23:44:58.920459+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:58.941 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: audit 2024-05-06T23:44:58.931712+0000 mon.smithi012 (mon.0) 690 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:58.942 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:58 smithi012 bash[18711]: audit 2024-05-06T23:44:58.931712+0000 mon.smithi012 (mon.0) 690 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:59.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:56.066718+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:59.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:56.066718+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T23:44:59.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:56.066853+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:59.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:56.066853+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:57.451164+0000 mgr.smithi012.ztruhu (mgr.14199) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:57.451164+0000 mgr.smithi012.ztruhu (mgr.14199) 132 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:58.863858+0000 mon.smithi012 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: cluster 2024-05-06T23:44:58.863858+0000 mon.smithi012 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: audit 2024-05-06T23:44:58.920459+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: audit 2024-05-06T23:44:58.920459+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: audit 2024-05-06T23:44:58.931712+0000 mon.smithi012 (mon.0) 690 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:59.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:58 smithi183 bash[22984]: audit 2024-05-06T23:44:58.931712+0000 mon.smithi012 (mon.0) 690 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:44:59.693 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T23:45:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:59 smithi012 bash[18711]: audit 2024-05-06T23:44:59.030534+0000 mon.smithi012 (mon.0) 691 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:45:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:59 smithi012 bash[18711]: audit 2024-05-06T23:44:59.030534+0000 mon.smithi012 (mon.0) 691 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:45:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:59 smithi012 bash[18711]: cluster 2024-05-06T23:44:59.861902+0000 mon.smithi012 (mon.0) 692 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-05-06T23:45:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:44:59 smithi012 bash[18711]: cluster 2024-05-06T23:44:59.861902+0000 mon.smithi012 (mon.0) 692 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-05-06T23:45:00.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:59 smithi183 bash[22984]: audit 2024-05-06T23:44:59.030534+0000 mon.smithi012 (mon.0) 691 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:45:00.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:59 smithi183 bash[22984]: audit 2024-05-06T23:44:59.030534+0000 mon.smithi012 (mon.0) 691 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:45:00.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:59 smithi183 bash[22984]: cluster 2024-05-06T23:44:59.861902+0000 mon.smithi012 (mon.0) 692 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-05-06T23:45:00.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:44:59 smithi183 bash[22984]: cluster 2024-05-06T23:44:59.861902+0000 mon.smithi012 (mon.0) 692 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-05-06T23:45:01.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:00 smithi012 bash[18711]: cluster 2024-05-06T23:44:59.451559+0000 mgr.smithi012.ztruhu (mgr.14199) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:01.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:00 smithi012 bash[18711]: cluster 2024-05-06T23:44:59.451559+0000 mgr.smithi012.ztruhu (mgr.14199) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:01.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:00 smithi183 bash[22984]: cluster 2024-05-06T23:44:59.451559+0000 mgr.smithi012.ztruhu (mgr.14199) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:01.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:00 smithi183 bash[22984]: cluster 2024-05-06T23:44:59.451559+0000 mgr.smithi012.ztruhu (mgr.14199) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:02.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:01 smithi012 bash[18711]: cluster 2024-05-06T23:45:00.953526+0000 mon.smithi012 (mon.0) 693 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-05-06T23:45:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:01 smithi012 bash[18711]: cluster 2024-05-06T23:45:00.953526+0000 mon.smithi012 (mon.0) 693 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-05-06T23:45:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:01 smithi012 bash[18711]: cluster 2024-05-06T23:45:01.955151+0000 mon.smithi012 (mon.0) 694 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-05-06T23:45:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:01 smithi012 bash[18711]: cluster 2024-05-06T23:45:01.955151+0000 mon.smithi012 (mon.0) 694 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-05-06T23:45:02.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:01 smithi183 bash[22984]: cluster 2024-05-06T23:45:00.953526+0000 mon.smithi012 (mon.0) 693 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-05-06T23:45:02.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:01 smithi183 bash[22984]: cluster 2024-05-06T23:45:00.953526+0000 mon.smithi012 (mon.0) 693 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-05-06T23:45:02.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:01 smithi183 bash[22984]: cluster 2024-05-06T23:45:01.955151+0000 mon.smithi012 (mon.0) 694 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-05-06T23:45:02.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:01 smithi183 bash[22984]: cluster 2024-05-06T23:45:01.955151+0000 mon.smithi012 (mon.0) 694 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-05-06T23:45:03.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:02 smithi012 bash[18711]: cluster 2024-05-06T23:45:01.452119+0000 mgr.smithi012.ztruhu (mgr.14199) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:03.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:02 smithi012 bash[18711]: cluster 2024-05-06T23:45:01.452119+0000 mgr.smithi012.ztruhu (mgr.14199) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:03.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:02 smithi183 bash[22984]: cluster 2024-05-06T23:45:01.452119+0000 mgr.smithi012.ztruhu (mgr.14199) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:03.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:02 smithi183 bash[22984]: cluster 2024-05-06T23:45:01.452119+0000 mgr.smithi012.ztruhu (mgr.14199) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:04.053 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:05.365 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:45:05.380 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:04 smithi012 bash[18711]: cluster 2024-05-06T23:45:03.452724+0000 mgr.smithi012.ztruhu (mgr.14199) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:05.380 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:04 smithi012 bash[18711]: cluster 2024-05-06T23:45:03.452724+0000 mgr.smithi012.ztruhu (mgr.14199) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:05.380 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:04 smithi012 bash[18711]: audit 2024-05-06T23:45:04.565853+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.380 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:04 smithi012 bash[18711]: audit 2024-05-06T23:45:04.565853+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.380 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:04 smithi012 bash[18711]: audit 2024-05-06T23:45:04.570722+0000 mon.smithi012 (mon.0) 696 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.380 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:04 smithi012 bash[18711]: audit 2024-05-06T23:45:04.570722+0000 mon.smithi012 (mon.0) 696 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:04 smithi183 bash[22984]: cluster 2024-05-06T23:45:03.452724+0000 mgr.smithi012.ztruhu (mgr.14199) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:05.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:04 smithi183 bash[22984]: cluster 2024-05-06T23:45:03.452724+0000 mgr.smithi012.ztruhu (mgr.14199) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:05.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:04 smithi183 bash[22984]: audit 2024-05-06T23:45:04.565853+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.403 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:04 smithi183 bash[22984]: audit 2024-05-06T23:45:04.565853+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.404 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:04 smithi183 bash[22984]: audit 2024-05-06T23:45:04.570722+0000 mon.smithi012 (mon.0) 696 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:05.404 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:04 smithi183 bash[22984]: audit 2024-05-06T23:45:04.570722+0000 mon.smithi012 (mon.0) 696 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.021 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1715039097,"num_in_osds":8,"osd_in_since":1715039044,"num_remapped_pgs":0} 2024-05-06T23:45:06.022 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: audit 2024-05-06T23:45:05.079280+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: audit 2024-05-06T23:45:05.079280+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: audit 2024-05-06T23:45:05.090948+0000 mon.smithi012 (mon.0) 698 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: audit 2024-05-06T23:45:05.090948+0000 mon.smithi012 (mon.0) 698 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: audit 2024-05-06T23:45:05.364326+0000 mon.smithi012 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.12:0/2888340909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: audit 2024-05-06T23:45:05.364326+0000 mon.smithi012 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.12:0/2888340909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:45:06.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: cluster 2024-05-06T23:45:05.453165+0000 mgr.smithi012.ztruhu (mgr.14199) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T23:45:06.412 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:06 smithi183 bash[22984]: cluster 2024-05-06T23:45:05.453165+0000 mgr.smithi012.ztruhu (mgr.14199) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: audit 2024-05-06T23:45:05.079280+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: audit 2024-05-06T23:45:05.079280+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: audit 2024-05-06T23:45:05.090948+0000 mon.smithi012 (mon.0) 698 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: audit 2024-05-06T23:45:05.090948+0000 mon.smithi012 (mon.0) 698 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: audit 2024-05-06T23:45:05.364326+0000 mon.smithi012 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.12:0/2888340909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: audit 2024-05-06T23:45:05.364326+0000 mon.smithi012 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.12:0/2888340909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: cluster 2024-05-06T23:45:05.453165+0000 mgr.smithi012.ztruhu (mgr.14199) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T23:45:06.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:06 smithi012 bash[18711]: cluster 2024-05-06T23:45:05.453165+0000 mgr.smithi012.ztruhu (mgr.14199) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T23:45:08.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:08 smithi183 bash[22984]: cluster 2024-05-06T23:45:07.453796+0000 mgr.smithi012.ztruhu (mgr.14199) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-05-06T23:45:08.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:08 smithi183 bash[22984]: cluster 2024-05-06T23:45:07.453796+0000 mgr.smithi012.ztruhu (mgr.14199) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-05-06T23:45:08.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:08 smithi012 bash[18711]: cluster 2024-05-06T23:45:07.453796+0000 mgr.smithi012.ztruhu (mgr.14199) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-05-06T23:45:08.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:08 smithi012 bash[18711]: cluster 2024-05-06T23:45:07.453796+0000 mgr.smithi012.ztruhu (mgr.14199) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-05-06T23:45:10.702 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:10.829 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:10 smithi183 bash[22984]: cluster 2024-05-06T23:45:09.454475+0000 mgr.smithi012.ztruhu (mgr.14199) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T23:45:10.829 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:10 smithi183 bash[22984]: cluster 2024-05-06T23:45:09.454475+0000 mgr.smithi012.ztruhu (mgr.14199) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T23:45:10.829 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:10 smithi183 bash[22984]: audit 2024-05-06T23:45:09.942199+0000 mon.smithi012 (mon.0) 700 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:10.829 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:10 smithi183 bash[22984]: audit 2024-05-06T23:45:09.942199+0000 mon.smithi012 (mon.0) 700 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:10 smithi012 bash[18711]: cluster 2024-05-06T23:45:09.454475+0000 mgr.smithi012.ztruhu (mgr.14199) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T23:45:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:10 smithi012 bash[18711]: cluster 2024-05-06T23:45:09.454475+0000 mgr.smithi012.ztruhu (mgr.14199) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T23:45:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:10 smithi012 bash[18711]: audit 2024-05-06T23:45:09.942199+0000 mon.smithi012 (mon.0) 700 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:10 smithi012 bash[18711]: audit 2024-05-06T23:45:09.942199+0000 mon.smithi012 (mon.0) 700 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:12.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:12 smithi183 bash[22984]: cluster 2024-05-06T23:45:11.454977+0000 mgr.smithi012.ztruhu (mgr.14199) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T23:45:12.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:12 smithi183 bash[22984]: cluster 2024-05-06T23:45:11.454977+0000 mgr.smithi012.ztruhu (mgr.14199) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T23:45:12.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:12 smithi012 bash[18711]: cluster 2024-05-06T23:45:11.454977+0000 mgr.smithi012.ztruhu (mgr.14199) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T23:45:12.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:12 smithi012 bash[18711]: cluster 2024-05-06T23:45:11.454977+0000 mgr.smithi012.ztruhu (mgr.14199) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T23:45:12.815 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:45:12.815 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":44,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","created":"2024-05-06T23:39:45.674691+0000","modified":"2024-05-06T23:45:01.946764+0000","last_up_change":"2024-05-06T23:44:57.850876+0000","last_in_change":"2024-05-06T23:44:04.130275+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-06T23:44:37.006424+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":"26","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_type":"Fair distribution","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":"4761c1d4-37e1-4802-a782-54e8dd1dcb3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6801","nonce":2264599897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6803","nonce":2264599897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6807","nonce":2264599897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6805","nonce":2264599897}]},"public_addr":"172.21.15.183:6801/2264599897","cluster_addr":"172.21.15.183:6803/2264599897","heartbeat_back_addr":"172.21.15.183:6807/2264599897","heartbeat_front_addr":"172.21.15.183:6805/2264599897","state":["exists","up"]},{"osd":1,"uuid":"c7569fde-dcd9-4636-85a1-1090f1b44b72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6802","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6803","nonce":1785377043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6805","nonce":1785377043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6809","nonce":1785377043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6807","nonce":1785377043}]},"public_addr":"172.21.15.12:6803/1785377043","cluster_addr":"172.21.15.12:6805/1785377043","heartbeat_back_addr":"172.21.15.12:6809/1785377043","heartbeat_front_addr":"172.21.15.12:6807/1785377043","state":["exists","up"]},{"osd":2,"uuid":"40a839ee-d500-417a-afe9-3ef838e38931","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6808","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6809","nonce":4025167883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6810","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6811","nonce":4025167883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6814","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6815","nonce":4025167883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6812","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6813","nonce":4025167883}]},"public_addr":"172.21.15.183:6809/4025167883","cluster_addr":"172.21.15.183:6811/4025167883","heartbeat_back_addr":"172.21.15.183:6815/4025167883","heartbeat_front_addr":"172.21.15.183:6813/4025167883","state":["exists","up"]},{"osd":3,"uuid":"ea0d2957-f99f-40b5-ad54-eed23f463e7f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6810","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6811","nonce":3329838495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6813","nonce":3329838495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6817","nonce":3329838495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6815","nonce":3329838495}]},"public_addr":"172.21.15.12:6811/3329838495","cluster_addr":"172.21.15.12:6813/3329838495","heartbeat_back_addr":"172.21.15.12:6817/3329838495","heartbeat_front_addr":"172.21.15.12:6815/3329838495","state":["exists","up"]},{"osd":4,"uuid":"442e60d1-ee62-4876-8073-d4f6ef50729f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6816","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6817","nonce":1438190996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6818","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6819","nonce":1438190996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6822","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6823","nonce":1438190996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6820","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6821","nonce":1438190996}]},"public_addr":"172.21.15.183:6817/1438190996","cluster_addr":"172.21.15.183:6819/1438190996","heartbeat_back_addr":"172.21.15.183:6823/1438190996","heartbeat_front_addr":"172.21.15.183:6821/1438190996","state":["exists","up"]},{"osd":5,"uuid":"8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6818","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6819","nonce":243202156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6821","nonce":243202156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6825","nonce":243202156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6823","nonce":243202156}]},"public_addr":"172.21.15.12:6819/243202156","cluster_addr":"172.21.15.12:6821/243202156","heartbeat_back_addr":"172.21.15.12:6825/243202156","heartbeat_front_addr":"172.21.15.12:6823/243202156","state":["exists","up"]},{"osd":6,"uuid":"1bd30f74-f07f-4640-bf70-89c282585027","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6824","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6825","nonce":2148870134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6826","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6827","nonce":2148870134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6830","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6831","nonce":2148870134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6828","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6829","nonce":2148870134}]},"public_addr":"172.21.15.183:6825/2148870134","cluster_addr":"172.21.15.183:6827/2148870134","heartbeat_back_addr":"172.21.15.183:6831/2148870134","heartbeat_front_addr":"172.21.15.183:6829/2148870134","state":["exists","up"]},{"osd":7,"uuid":"f2203b3b-b46c-4a91-afe1-01c0d82a2afc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6826","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6827","nonce":515144545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6829","nonce":515144545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6833","nonce":515144545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6831","nonce":515144545}]},"public_addr":"172.21.15.12:6827/515144545","cluster_addr":"172.21.15.12:6829/515144545","heartbeat_back_addr":"172.21.15.12:6833/515144545","heartbeat_front_addr":"172.21.15.12:6831/515144545","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:27.514308+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:34.161265+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:32.884683+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:41.778799+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:38.673690+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:50.802019+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:43.497606+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:56.066862+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:6801/3068799067":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/2173925426":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/2812148923":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/1802509041":"2024-05-07T23:41:07.808668+0000","172.21.15.12:6801/3778483057":"2024-05-07T23:41:07.808668+0000","172.21.15.12:6800/3778483057":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/2690332590":"2024-05-07T23:40:18.788002+0000","172.21.15.12:0/3071621080":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/280288269":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/270667052":"2024-05-07T23:40:18.788002+0000","172.21.15.12:6801/774567097":"2024-05-07T23:40:18.788002+0000","172.21.15.12:6800/3068799067":"2024-05-07T23:42:24.844821+0000","172.21.15.12:6800/774567097":"2024-05-07T23:40:18.788002+0000","172.21.15.12:0/1478508574":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/436613595":"2024-05-07T23:40:18.788002+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}} 2024-05-06T23:45:13.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:13 smithi183 bash[22984]: audit 2024-05-06T23:45:12.813399+0000 mon.smithi012 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.12:0/3073212761' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:13.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:13 smithi183 bash[22984]: audit 2024-05-06T23:45:12.813399+0000 mon.smithi012 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.12:0/3073212761' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:13.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:13 smithi012 bash[18711]: audit 2024-05-06T23:45:12.813399+0000 mon.smithi012 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.12:0/3073212761' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:13.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:13 smithi012 bash[18711]: audit 2024-05-06T23:45:12.813399+0000 mon.smithi012 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.12:0/3073212761' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:14.124 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-06T23:44:37.006424+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': '26', '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_type': 'Fair distribution', '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}}] 2024-05-06T23:45:14.124 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-06T23:45:14.833 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:14 smithi183 bash[22984]: cluster 2024-05-06T23:45:13.455707+0000 mgr.smithi012.ztruhu (mgr.14199) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-06T23:45:14.833 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:14 smithi183 bash[22984]: cluster 2024-05-06T23:45:13.455707+0000 mgr.smithi012.ztruhu (mgr.14199) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-06T23:45:14.889 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:14 smithi012 bash[18711]: cluster 2024-05-06T23:45:13.455707+0000 mgr.smithi012.ztruhu (mgr.14199) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-06T23:45:14.889 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:14 smithi012 bash[18711]: cluster 2024-05-06T23:45:13.455707+0000 mgr.smithi012.ztruhu (mgr.14199) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-05-06T23:45:16.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: cephadm 2024-05-06T23:45:15.332774+0000 mgr.smithi012.ztruhu (mgr.14199) 141 : cephadm [INF] Detected new or changed devices on smithi183 2024-05-06T23:45:16.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: cephadm 2024-05-06T23:45:15.332774+0000 mgr.smithi012.ztruhu (mgr.14199) 141 : cephadm [INF] Detected new or changed devices on smithi183 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.341143+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.341143+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.348313+0000 mon.smithi012 (mon.0) 703 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.348313+0000 mon.smithi012 (mon.0) 703 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.350502+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.350502+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.351409+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.351409+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.352214+0000 mon.smithi012 (mon.0) 706 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.352214+0000 mon.smithi012 (mon.0) 706 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.352961+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.352961+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.662 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: cephadm 2024-05-06T23:45:15.353554+0000 mgr.smithi012.ztruhu (mgr.14199) 142 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 3772M 2024-05-06T23:45:16.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: cephadm 2024-05-06T23:45:15.353554+0000 mgr.smithi012.ztruhu (mgr.14199) 142 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 3772M 2024-05-06T23:45:16.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.359537+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: audit 2024-05-06T23:45:15.359537+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: cluster 2024-05-06T23:45:15.456466+0000 mgr.smithi012.ztruhu (mgr.14199) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T23:45:16.663 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:16 smithi183 bash[22984]: cluster 2024-05-06T23:45:15.456466+0000 mgr.smithi012.ztruhu (mgr.14199) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: cephadm 2024-05-06T23:45:15.332774+0000 mgr.smithi012.ztruhu (mgr.14199) 141 : cephadm [INF] Detected new or changed devices on smithi183 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: cephadm 2024-05-06T23:45:15.332774+0000 mgr.smithi012.ztruhu (mgr.14199) 141 : cephadm [INF] Detected new or changed devices on smithi183 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.341143+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.341143+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.348313+0000 mon.smithi012 (mon.0) 703 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.348313+0000 mon.smithi012 (mon.0) 703 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.350502+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.350502+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.351409+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.351409+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.352214+0000 mon.smithi012 (mon.0) 706 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.352214+0000 mon.smithi012 (mon.0) 706 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.352961+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.352961+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: cephadm 2024-05-06T23:45:15.353554+0000 mgr.smithi012.ztruhu (mgr.14199) 142 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 3772M 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: cephadm 2024-05-06T23:45:15.353554+0000 mgr.smithi012.ztruhu (mgr.14199) 142 : cephadm [INF] Adjusting osd_memory_target on smithi183 to 3772M 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.359537+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: audit 2024-05-06T23:45:15.359537+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: cluster 2024-05-06T23:45:15.456466+0000 mgr.smithi012.ztruhu (mgr.14199) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T23:45:16.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:16 smithi012 bash[18711]: cluster 2024-05-06T23:45:15.456466+0000 mgr.smithi012.ztruhu (mgr.14199) 143 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T23:45:19.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cluster 2024-05-06T23:45:17.457060+0000 mgr.smithi012.ztruhu (mgr.14199) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cluster 2024-05-06T23:45:17.457060+0000 mgr.smithi012.ztruhu (mgr.14199) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cephadm 2024-05-06T23:45:17.780275+0000 mgr.smithi012.ztruhu (mgr.14199) 145 : cephadm [INF] Detected new or changed devices on smithi012 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cephadm 2024-05-06T23:45:17.780275+0000 mgr.smithi012.ztruhu (mgr.14199) 145 : cephadm [INF] Detected new or changed devices on smithi012 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.793609+0000 mon.smithi012 (mon.0) 709 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.793609+0000 mon.smithi012 (mon.0) 709 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.806738+0000 mon.smithi012 (mon.0) 710 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.806738+0000 mon.smithi012 (mon.0) 710 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.812035+0000 mon.smithi012 (mon.0) 711 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.812035+0000 mon.smithi012 (mon.0) 711 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.813844+0000 mon.smithi012 (mon.0) 712 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.813844+0000 mon.smithi012 (mon.0) 712 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.815537+0000 mon.smithi012 (mon.0) 713 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.815537+0000 mon.smithi012 (mon.0) 713 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.817178+0000 mon.smithi012 (mon.0) 714 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.817178+0000 mon.smithi012 (mon.0) 714 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cephadm 2024-05-06T23:45:17.818521+0000 mgr.smithi012.ztruhu (mgr.14199) 146 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 3005M 2024-05-06T23:45:19.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cephadm 2024-05-06T23:45:17.818521+0000 mgr.smithi012.ztruhu (mgr.14199) 146 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 3005M 2024-05-06T23:45:19.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.826241+0000 mon.smithi012 (mon.0) 715 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.826241+0000 mon.smithi012 (mon.0) 715 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.831690+0000 mon.smithi012 (mon.0) 716 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.831690+0000 mon.smithi012 (mon.0) 716 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.833604+0000 mon.smithi012 (mon.0) 717 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.833604+0000 mon.smithi012 (mon.0) 717 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cluster 2024-05-06T23:45:17.836809+0000 mgr.smithi012.ztruhu (mgr.14199) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: cluster 2024-05-06T23:45:17.836809+0000 mgr.smithi012.ztruhu (mgr.14199) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.844206+0000 mon.smithi012 (mon.0) 718 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.844206+0000 mon.smithi012 (mon.0) 718 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.851980+0000 mon.smithi012 (mon.0) 719 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.851980+0000 mon.smithi012 (mon.0) 719 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.863087+0000 mon.smithi012 (mon.0) 720 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.863087+0000 mon.smithi012 (mon.0) 720 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.865038+0000 mon.smithi012 (mon.0) 721 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.164 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.865038+0000 mon.smithi012 (mon.0) 721 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.873239+0000 mon.smithi012 (mon.0) 722 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.873239+0000 mon.smithi012 (mon.0) 722 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.874885+0000 mon.smithi012 (mon.0) 723 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.165 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:18 smithi183 bash[22984]: audit 2024-05-06T23:45:17.874885+0000 mon.smithi012 (mon.0) 723 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.213 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cluster 2024-05-06T23:45:17.457060+0000 mgr.smithi012.ztruhu (mgr.14199) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cluster 2024-05-06T23:45:17.457060+0000 mgr.smithi012.ztruhu (mgr.14199) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cephadm 2024-05-06T23:45:17.780275+0000 mgr.smithi012.ztruhu (mgr.14199) 145 : cephadm [INF] Detected new or changed devices on smithi012 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cephadm 2024-05-06T23:45:17.780275+0000 mgr.smithi012.ztruhu (mgr.14199) 145 : cephadm [INF] Detected new or changed devices on smithi012 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.793609+0000 mon.smithi012 (mon.0) 709 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.793609+0000 mon.smithi012 (mon.0) 709 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.806738+0000 mon.smithi012 (mon.0) 710 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.806738+0000 mon.smithi012 (mon.0) 710 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.812035+0000 mon.smithi012 (mon.0) 711 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.812035+0000 mon.smithi012 (mon.0) 711 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.813844+0000 mon.smithi012 (mon.0) 712 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.813844+0000 mon.smithi012 (mon.0) 712 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.815537+0000 mon.smithi012 (mon.0) 713 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.815537+0000 mon.smithi012 (mon.0) 713 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.817178+0000 mon.smithi012 (mon.0) 714 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.817178+0000 mon.smithi012 (mon.0) 714 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cephadm 2024-05-06T23:45:17.818521+0000 mgr.smithi012.ztruhu (mgr.14199) 146 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 3005M 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cephadm 2024-05-06T23:45:17.818521+0000 mgr.smithi012.ztruhu (mgr.14199) 146 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 3005M 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.826241+0000 mon.smithi012 (mon.0) 715 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.826241+0000 mon.smithi012 (mon.0) 715 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.831690+0000 mon.smithi012 (mon.0) 716 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.831690+0000 mon.smithi012 (mon.0) 716 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.833604+0000 mon.smithi012 (mon.0) 717 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.833604+0000 mon.smithi012 (mon.0) 717 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cluster 2024-05-06T23:45:17.836809+0000 mgr.smithi012.ztruhu (mgr.14199) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: cluster 2024-05-06T23:45:17.836809+0000 mgr.smithi012.ztruhu (mgr.14199) 147 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.844206+0000 mon.smithi012 (mon.0) 718 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.844206+0000 mon.smithi012 (mon.0) 718 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.851980+0000 mon.smithi012 (mon.0) 719 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:45:19.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.851980+0000 mon.smithi012 (mon.0) 719 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.863087+0000 mon.smithi012 (mon.0) 720 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.863087+0000 mon.smithi012 (mon.0) 720 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.865038+0000 mon.smithi012 (mon.0) 721 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.865038+0000 mon.smithi012 (mon.0) 721 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.873239+0000 mon.smithi012 (mon.0) 722 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.873239+0000 mon.smithi012 (mon.0) 722 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.874885+0000 mon.smithi012 (mon.0) 723 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:19.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:18 smithi012 bash[18711]: audit 2024-05-06T23:45:17.874885+0000 mon.smithi012 (mon.0) 723 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:45:20.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:19 smithi012 bash[18711]: cluster 2024-05-06T23:45:18.822467+0000 mon.smithi012 (mon.0) 724 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:45:20.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:19 smithi012 bash[18711]: cluster 2024-05-06T23:45:18.822467+0000 mon.smithi012 (mon.0) 724 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:45:20.160 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:19 smithi183 bash[22984]: cluster 2024-05-06T23:45:18.822467+0000 mon.smithi012 (mon.0) 724 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:45:20.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:19 smithi183 bash[22984]: cluster 2024-05-06T23:45:18.822467+0000 mon.smithi012 (mon.0) 724 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:45:20.497 INFO:teuthology.orchestra.run.smithi012.stdout:pg_num: 1 2024-05-06T23:45:21.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:20 smithi183 bash[22984]: cluster 2024-05-06T23:45:19.837439+0000 mgr.smithi012.ztruhu (mgr.14199) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:21.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:20 smithi183 bash[22984]: cluster 2024-05-06T23:45:19.837439+0000 mgr.smithi012.ztruhu (mgr.14199) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:21.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:20 smithi183 bash[22984]: audit 2024-05-06T23:45:20.496032+0000 mon.smithi012 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.12:0/2635705099' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T23:45:21.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:20 smithi183 bash[22984]: audit 2024-05-06T23:45:20.496032+0000 mon.smithi012 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.12:0/2635705099' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T23:45:21.168 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:20 smithi012 bash[18711]: cluster 2024-05-06T23:45:19.837439+0000 mgr.smithi012.ztruhu (mgr.14199) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:21.168 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:20 smithi012 bash[18711]: cluster 2024-05-06T23:45:19.837439+0000 mgr.smithi012.ztruhu (mgr.14199) 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:21.168 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:20 smithi012 bash[18711]: audit 2024-05-06T23:45:20.496032+0000 mon.smithi012 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.12:0/2635705099' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T23:45:21.168 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:20 smithi012 bash[18711]: audit 2024-05-06T23:45:20.496032+0000 mon.smithi012 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.12:0/2635705099' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T23:45:21.170 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T23:45:21.170 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-05-06T23:45:23.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:22 smithi183 bash[22984]: cluster 2024-05-06T23:45:21.838076+0000 mgr.smithi012.ztruhu (mgr.14199) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:23.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:22 smithi183 bash[22984]: cluster 2024-05-06T23:45:21.838076+0000 mgr.smithi012.ztruhu (mgr.14199) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:23.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:22 smithi012 bash[18711]: cluster 2024-05-06T23:45:21.838076+0000 mgr.smithi012.ztruhu (mgr.14199) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:23.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:22 smithi012 bash[18711]: cluster 2024-05-06T23:45:21.838076+0000 mgr.smithi012.ztruhu (mgr.14199) 149 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:25.160 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:24 smithi183 bash[22984]: cluster 2024-05-06T23:45:23.838485+0000 mgr.smithi012.ztruhu (mgr.14199) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:25.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:24 smithi183 bash[22984]: cluster 2024-05-06T23:45:23.838485+0000 mgr.smithi012.ztruhu (mgr.14199) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:25.216 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:24 smithi012 bash[18711]: cluster 2024-05-06T23:45:23.838485+0000 mgr.smithi012.ztruhu (mgr.14199) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:25.216 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:24 smithi012 bash[18711]: cluster 2024-05-06T23:45:23.838485+0000 mgr.smithi012.ztruhu (mgr.14199) 150 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:25.729 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:25 smithi012 bash[18711]: audit 2024-05-06T23:45:24.952145+0000 mon.smithi012 (mon.0) 726 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:25 smithi012 bash[18711]: audit 2024-05-06T23:45:24.952145+0000 mon.smithi012 (mon.0) 726 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:25 smithi012 bash[18711]: audit 2024-05-06T23:45:24.954088+0000 mon.smithi012 (mon.0) 727 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:25 smithi012 bash[18711]: audit 2024-05-06T23:45:24.954088+0000 mon.smithi012 (mon.0) 727 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:26.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:25 smithi183 bash[22984]: audit 2024-05-06T23:45:24.952145+0000 mon.smithi012 (mon.0) 726 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:26.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:25 smithi183 bash[22984]: audit 2024-05-06T23:45:24.952145+0000 mon.smithi012 (mon.0) 726 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:26.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:25 smithi183 bash[22984]: audit 2024-05-06T23:45:24.954088+0000 mon.smithi012 (mon.0) 727 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:26.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:25 smithi183 bash[22984]: audit 2024-05-06T23:45:24.954088+0000 mon.smithi012 (mon.0) 727 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:27.037 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:26 smithi012 bash[18711]: cluster 2024-05-06T23:45:25.839099+0000 mgr.smithi012.ztruhu (mgr.14199) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:27.037 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:26 smithi012 bash[18711]: cluster 2024-05-06T23:45:25.839099+0000 mgr.smithi012.ztruhu (mgr.14199) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:27.160 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:26 smithi183 bash[22984]: cluster 2024-05-06T23:45:25.839099+0000 mgr.smithi012.ztruhu (mgr.14199) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:27.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:26 smithi183 bash[22984]: cluster 2024-05-06T23:45:25.839099+0000 mgr.smithi012.ztruhu (mgr.14199) 151 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:27.924 INFO:teuthology.orchestra.run.smithi012.stdout:[client.0] 2024-05-06T23:45:27.924 INFO:teuthology.orchestra.run.smithi012.stdout: key = AQCXazlmh6foNhAAOG7X6GEL7KEl291hCqkK9Q== 2024-05-06T23:45:28.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:27 smithi012 bash[18711]: audit 2024-05-06T23:45:27.921025+0000 mon.smithi012 (mon.0) 728 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:28.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:27 smithi012 bash[18711]: audit 2024-05-06T23:45:27.921025+0000 mon.smithi012 (mon.0) 728 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:28.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:27 smithi012 bash[18711]: audit 2024-05-06T23:45:27.923478+0000 mon.smithi012 (mon.0) 729 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:28.222 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:27 smithi012 bash[18711]: audit 2024-05-06T23:45:27.923478+0000 mon.smithi012 (mon.0) 729 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:28.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:27 smithi183 bash[22984]: audit 2024-05-06T23:45:27.921025+0000 mon.smithi012 (mon.0) 728 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:28.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:27 smithi183 bash[22984]: audit 2024-05-06T23:45:27.921025+0000 mon.smithi012 (mon.0) 728 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:28.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:27 smithi183 bash[22984]: audit 2024-05-06T23:45:27.923478+0000 mon.smithi012 (mon.0) 729 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:28.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:27 smithi183 bash[22984]: audit 2024-05-06T23:45:27.923478+0000 mon.smithi012 (mon.0) 729 : audit [INF] from='client.? 172.21.15.12:0/3299615454' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:28.710 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:45:28.711 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-05-06T23:45:28.711 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-05-06T23:45:28.732 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-05-06T23:45:29.160 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:28 smithi183 bash[22984]: cluster 2024-05-06T23:45:27.839477+0000 mgr.smithi012.ztruhu (mgr.14199) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:29.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:28 smithi183 bash[22984]: cluster 2024-05-06T23:45:27.839477+0000 mgr.smithi012.ztruhu (mgr.14199) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:29.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:28 smithi012 bash[18711]: cluster 2024-05-06T23:45:27.839477+0000 mgr.smithi012.ztruhu (mgr.14199) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:29.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:28 smithi012 bash[18711]: cluster 2024-05-06T23:45:27.839477+0000 mgr.smithi012.ztruhu (mgr.14199) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:31.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:30 smithi183 bash[22984]: cluster 2024-05-06T23:45:29.840096+0000 mgr.smithi012.ztruhu (mgr.14199) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:31.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:30 smithi183 bash[22984]: cluster 2024-05-06T23:45:29.840096+0000 mgr.smithi012.ztruhu (mgr.14199) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:31.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:30 smithi012 bash[18711]: cluster 2024-05-06T23:45:29.840096+0000 mgr.smithi012.ztruhu (mgr.14199) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:31.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:30 smithi012 bash[18711]: cluster 2024-05-06T23:45:29.840096+0000 mgr.smithi012.ztruhu (mgr.14199) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:33.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:32 smithi012 bash[18711]: cluster 2024-05-06T23:45:31.840711+0000 mgr.smithi012.ztruhu (mgr.14199) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:33.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:32 smithi012 bash[18711]: cluster 2024-05-06T23:45:31.840711+0000 mgr.smithi012.ztruhu (mgr.14199) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:33.290 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:32 smithi183 bash[22984]: cluster 2024-05-06T23:45:31.840711+0000 mgr.smithi012.ztruhu (mgr.14199) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:33.290 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:32 smithi183 bash[22984]: cluster 2024-05-06T23:45:31.840711+0000 mgr.smithi012.ztruhu (mgr.14199) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:33.408 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi183/config 2024-05-06T23:45:35.233 INFO:teuthology.orchestra.run.smithi183.stdout:[client.1] 2024-05-06T23:45:35.233 INFO:teuthology.orchestra.run.smithi183.stdout: key = AQCfazlmX5+FDRAAPDFjeGtUW/PGYljtNnf8Dw== 2024-05-06T23:45:35.246 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:34 smithi183 bash[22984]: cluster 2024-05-06T23:45:33.841344+0000 mgr.smithi012.ztruhu (mgr.14199) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:35.246 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:34 smithi183 bash[22984]: cluster 2024-05-06T23:45:33.841344+0000 mgr.smithi012.ztruhu (mgr.14199) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:35.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:34 smithi012 bash[18711]: cluster 2024-05-06T23:45:33.841344+0000 mgr.smithi012.ztruhu (mgr.14199) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:35.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:34 smithi012 bash[18711]: cluster 2024-05-06T23:45:33.841344+0000 mgr.smithi012.ztruhu (mgr.14199) 155 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:36.008 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:45:36.008 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-05-06T23:45:36.009 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-05-06T23:45:36.030 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T23:45:36.031 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T23:45:36.031 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T23:45:36.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:35 smithi012 bash[18711]: audit 2024-05-06T23:45:35.226517+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:35 smithi012 bash[18711]: audit 2024-05-06T23:45:35.226517+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:35 smithi012 bash[18711]: audit 2024-05-06T23:45:35.227369+0000 mon.smithi183 (mon.1) 20 : audit [INF] from='client.? 172.21.15.183:0/3637385280' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:35 smithi012 bash[18711]: audit 2024-05-06T23:45:35.227369+0000 mon.smithi183 (mon.1) 20 : audit [INF] from='client.? 172.21.15.183:0/3637385280' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:35 smithi012 bash[18711]: audit 2024-05-06T23:45:35.229963+0000 mon.smithi012 (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:36.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:35 smithi012 bash[18711]: audit 2024-05-06T23:45:35.229963+0000 mon.smithi012 (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:35 smithi183 bash[22984]: audit 2024-05-06T23:45:35.226517+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:35 smithi183 bash[22984]: audit 2024-05-06T23:45:35.226517+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:35 smithi183 bash[22984]: audit 2024-05-06T23:45:35.227369+0000 mon.smithi183 (mon.1) 20 : audit [INF] from='client.? 172.21.15.183:0/3637385280' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:35 smithi183 bash[22984]: audit 2024-05-06T23:45:35.227369+0000 mon.smithi183 (mon.1) 20 : audit [INF] from='client.? 172.21.15.183:0/3637385280' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-05-06T23:45:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:35 smithi183 bash[22984]: audit 2024-05-06T23:45:35.229963+0000 mon.smithi012 (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:36.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:35 smithi183 bash[22984]: audit 2024-05-06T23:45:35.229963+0000 mon.smithi012 (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-05-06T23:45:37.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:36 smithi012 bash[18711]: cluster 2024-05-06T23:45:35.842135+0000 mgr.smithi012.ztruhu (mgr.14199) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:37.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:36 smithi012 bash[18711]: cluster 2024-05-06T23:45:35.842135+0000 mgr.smithi012.ztruhu (mgr.14199) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:37.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:36 smithi183 bash[22984]: cluster 2024-05-06T23:45:35.842135+0000 mgr.smithi012.ztruhu (mgr.14199) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:37.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:36 smithi183 bash[22984]: cluster 2024-05-06T23:45:35.842135+0000 mgr.smithi012.ztruhu (mgr.14199) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:39.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:38 smithi183 bash[22984]: cluster 2024-05-06T23:45:37.842776+0000 mgr.smithi012.ztruhu (mgr.14199) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:39.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:38 smithi183 bash[22984]: cluster 2024-05-06T23:45:37.842776+0000 mgr.smithi012.ztruhu (mgr.14199) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:39.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:38 smithi012 bash[18711]: cluster 2024-05-06T23:45:37.842776+0000 mgr.smithi012.ztruhu (mgr.14199) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:39.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:38 smithi012 bash[18711]: cluster 2024-05-06T23:45:37.842776+0000 mgr.smithi012.ztruhu (mgr.14199) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:40.405 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:40 smithi183 bash[22984]: audit 2024-05-06T23:45:39.945816+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:40.405 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:40 smithi183 bash[22984]: audit 2024-05-06T23:45:39.945816+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:40.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:39 smithi012 bash[18711]: audit 2024-05-06T23:45:39.945816+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:40.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:39 smithi012 bash[18711]: audit 2024-05-06T23:45:39.945816+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:40.803 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:41.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:41 smithi012 bash[18711]: cluster 2024-05-06T23:45:39.843482+0000 mgr.smithi012.ztruhu (mgr.14199) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:41 smithi012 bash[18711]: cluster 2024-05-06T23:45:39.843482+0000 mgr.smithi012.ztruhu (mgr.14199) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:41.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:41 smithi183 bash[22984]: cluster 2024-05-06T23:45:39.843482+0000 mgr.smithi012.ztruhu (mgr.14199) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:41.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:41 smithi183 bash[22984]: cluster 2024-05-06T23:45:39.843482+0000 mgr.smithi012.ztruhu (mgr.14199) 158 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:42.243 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:45:42.960 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":19,"flags":0,"active_gid":14199,"active_name":"smithi012.ztruhu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6800","nonce":2324362199},{"type":"v1","addr":"172.21.15.12:6801","nonce":2324362199}]},"active_addr":"172.21.15.12:6801/2324362199","active_change":"2024-05-06T23:42:24.845139+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14214,"name":"smithi183.uvhyjf","mgr_features":4540701547738038271,"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","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:1.2.5","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":"int","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","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:1.2.5","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":"int","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.12:8443/","prometheus":"http://172.21.15.12: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"],"squid":["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.12:0","nonce":540409108}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":2866699683}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":3229730010}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":3256231175}]}]} 2024-05-06T23:45:42.967 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T23:45:42.967 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T23:45:42.967 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T23:45:43.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:43 smithi012 bash[18711]: cluster 2024-05-06T23:45:41.843931+0000 mgr.smithi012.ztruhu (mgr.14199) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:43.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:43 smithi012 bash[18711]: cluster 2024-05-06T23:45:41.843931+0000 mgr.smithi012.ztruhu (mgr.14199) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:43.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:43 smithi012 bash[18711]: audit 2024-05-06T23:45:42.231239+0000 mon.smithi012 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.12:0/2056412886' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T23:45:43.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:43 smithi012 bash[18711]: audit 2024-05-06T23:45:42.231239+0000 mon.smithi012 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.12:0/2056412886' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T23:45:43.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:43 smithi183 bash[22984]: cluster 2024-05-06T23:45:41.843931+0000 mgr.smithi012.ztruhu (mgr.14199) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:43.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:43 smithi183 bash[22984]: cluster 2024-05-06T23:45:41.843931+0000 mgr.smithi012.ztruhu (mgr.14199) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:43.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:43 smithi183 bash[22984]: audit 2024-05-06T23:45:42.231239+0000 mon.smithi012 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.12:0/2056412886' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T23:45:43.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:43 smithi183 bash[22984]: audit 2024-05-06T23:45:42.231239+0000 mon.smithi012 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.12:0/2056412886' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T23:45:45.405 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:45 smithi183 bash[22984]: cluster 2024-05-06T23:45:43.844463+0000 mgr.smithi012.ztruhu (mgr.14199) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:45.405 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:45 smithi183 bash[22984]: cluster 2024-05-06T23:45:43.844463+0000 mgr.smithi012.ztruhu (mgr.14199) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:45 smithi012 bash[18711]: cluster 2024-05-06T23:45:43.844463+0000 mgr.smithi012.ztruhu (mgr.14199) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:45 smithi012 bash[18711]: cluster 2024-05-06T23:45:43.844463+0000 mgr.smithi012.ztruhu (mgr.14199) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:46.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:46 smithi183 bash[22984]: audit 2024-05-06T23:45:45.279434+0000 mon.smithi012 (mon.0) 734 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:46 smithi183 bash[22984]: audit 2024-05-06T23:45:45.279434+0000 mon.smithi012 (mon.0) 734 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:46 smithi183 bash[22984]: audit 2024-05-06T23:45:45.291267+0000 mon.smithi012 (mon.0) 735 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:46 smithi183 bash[22984]: audit 2024-05-06T23:45:45.291267+0000 mon.smithi012 (mon.0) 735 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:46 smithi183 bash[22984]: cluster 2024-05-06T23:45:45.845109+0000 mgr.smithi012.ztruhu (mgr.14199) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:46.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:46 smithi183 bash[22984]: cluster 2024-05-06T23:45:45.845109+0000 mgr.smithi012.ztruhu (mgr.14199) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:46.680 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:46 smithi012 bash[18711]: audit 2024-05-06T23:45:45.279434+0000 mon.smithi012 (mon.0) 734 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.680 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:46 smithi012 bash[18711]: audit 2024-05-06T23:45:45.279434+0000 mon.smithi012 (mon.0) 734 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.680 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:46 smithi012 bash[18711]: audit 2024-05-06T23:45:45.291267+0000 mon.smithi012 (mon.0) 735 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.680 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:46 smithi012 bash[18711]: audit 2024-05-06T23:45:45.291267+0000 mon.smithi012 (mon.0) 735 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:46.681 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:46 smithi012 bash[18711]: cluster 2024-05-06T23:45:45.845109+0000 mgr.smithi012.ztruhu (mgr.14199) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:46.681 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:46 smithi012 bash[18711]: cluster 2024-05-06T23:45:45.845109+0000 mgr.smithi012.ztruhu (mgr.14199) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:47.598 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:48.939 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:45:48.940 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":44,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","created":"2024-05-06T23:39:45.674691+0000","modified":"2024-05-06T23:45:01.946764+0000","last_up_change":"2024-05-06T23:44:57.850876+0000","last_in_change":"2024-05-06T23:44:04.130275+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-06T23:44:37.006424+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":"26","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_type":"Fair distribution","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":"4761c1d4-37e1-4802-a782-54e8dd1dcb3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6801","nonce":2264599897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6803","nonce":2264599897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6807","nonce":2264599897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6805","nonce":2264599897}]},"public_addr":"172.21.15.183:6801/2264599897","cluster_addr":"172.21.15.183:6803/2264599897","heartbeat_back_addr":"172.21.15.183:6807/2264599897","heartbeat_front_addr":"172.21.15.183:6805/2264599897","state":["exists","up"]},{"osd":1,"uuid":"c7569fde-dcd9-4636-85a1-1090f1b44b72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6802","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6803","nonce":1785377043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6805","nonce":1785377043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6809","nonce":1785377043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6807","nonce":1785377043}]},"public_addr":"172.21.15.12:6803/1785377043","cluster_addr":"172.21.15.12:6805/1785377043","heartbeat_back_addr":"172.21.15.12:6809/1785377043","heartbeat_front_addr":"172.21.15.12:6807/1785377043","state":["exists","up"]},{"osd":2,"uuid":"40a839ee-d500-417a-afe9-3ef838e38931","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6808","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6809","nonce":4025167883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6810","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6811","nonce":4025167883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6814","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6815","nonce":4025167883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6812","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6813","nonce":4025167883}]},"public_addr":"172.21.15.183:6809/4025167883","cluster_addr":"172.21.15.183:6811/4025167883","heartbeat_back_addr":"172.21.15.183:6815/4025167883","heartbeat_front_addr":"172.21.15.183:6813/4025167883","state":["exists","up"]},{"osd":3,"uuid":"ea0d2957-f99f-40b5-ad54-eed23f463e7f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6810","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6811","nonce":3329838495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6813","nonce":3329838495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6817","nonce":3329838495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6815","nonce":3329838495}]},"public_addr":"172.21.15.12:6811/3329838495","cluster_addr":"172.21.15.12:6813/3329838495","heartbeat_back_addr":"172.21.15.12:6817/3329838495","heartbeat_front_addr":"172.21.15.12:6815/3329838495","state":["exists","up"]},{"osd":4,"uuid":"442e60d1-ee62-4876-8073-d4f6ef50729f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6816","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6817","nonce":1438190996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6818","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6819","nonce":1438190996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6822","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6823","nonce":1438190996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6820","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6821","nonce":1438190996}]},"public_addr":"172.21.15.183:6817/1438190996","cluster_addr":"172.21.15.183:6819/1438190996","heartbeat_back_addr":"172.21.15.183:6823/1438190996","heartbeat_front_addr":"172.21.15.183:6821/1438190996","state":["exists","up"]},{"osd":5,"uuid":"8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6818","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6819","nonce":243202156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6821","nonce":243202156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6825","nonce":243202156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6823","nonce":243202156}]},"public_addr":"172.21.15.12:6819/243202156","cluster_addr":"172.21.15.12:6821/243202156","heartbeat_back_addr":"172.21.15.12:6825/243202156","heartbeat_front_addr":"172.21.15.12:6823/243202156","state":["exists","up"]},{"osd":6,"uuid":"1bd30f74-f07f-4640-bf70-89c282585027","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6824","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6825","nonce":2148870134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6826","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6827","nonce":2148870134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6830","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6831","nonce":2148870134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6828","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6829","nonce":2148870134}]},"public_addr":"172.21.15.183:6825/2148870134","cluster_addr":"172.21.15.183:6827/2148870134","heartbeat_back_addr":"172.21.15.183:6831/2148870134","heartbeat_front_addr":"172.21.15.183:6829/2148870134","state":["exists","up"]},{"osd":7,"uuid":"f2203b3b-b46c-4a91-afe1-01c0d82a2afc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6826","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6827","nonce":515144545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6829","nonce":515144545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6833","nonce":515144545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6831","nonce":515144545}]},"public_addr":"172.21.15.12:6827/515144545","cluster_addr":"172.21.15.12:6829/515144545","heartbeat_back_addr":"172.21.15.12:6833/515144545","heartbeat_front_addr":"172.21.15.12:6831/515144545","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:27.514308+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:34.161265+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:32.884683+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:41.778799+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:38.673690+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:50.802019+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:43.497606+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:56.066862+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:6801/3068799067":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/2173925426":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/2812148923":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/1802509041":"2024-05-07T23:41:07.808668+0000","172.21.15.12:6801/3778483057":"2024-05-07T23:41:07.808668+0000","172.21.15.12:6800/3778483057":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/2690332590":"2024-05-07T23:40:18.788002+0000","172.21.15.12:0/3071621080":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/280288269":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/270667052":"2024-05-07T23:40:18.788002+0000","172.21.15.12:6801/774567097":"2024-05-07T23:40:18.788002+0000","172.21.15.12:6800/3068799067":"2024-05-07T23:42:24.844821+0000","172.21.15.12:6800/774567097":"2024-05-07T23:40:18.788002+0000","172.21.15.12:0/1478508574":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/436613595":"2024-05-07T23:40:18.788002+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}} 2024-05-06T23:45:49.159 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:48 smithi012 bash[18711]: cluster 2024-05-06T23:45:47.845719+0000 mgr.smithi012.ztruhu (mgr.14199) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:49.159 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:48 smithi012 bash[18711]: cluster 2024-05-06T23:45:47.845719+0000 mgr.smithi012.ztruhu (mgr.14199) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:49.160 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:48 smithi183 bash[22984]: cluster 2024-05-06T23:45:47.845719+0000 mgr.smithi012.ztruhu (mgr.14199) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:49.160 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:48 smithi183 bash[22984]: cluster 2024-05-06T23:45:47.845719+0000 mgr.smithi012.ztruhu (mgr.14199) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:50.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:49 smithi012 bash[18711]: audit 2024-05-06T23:45:48.937771+0000 mon.smithi012 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.12:0/2364482414' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:50.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:49 smithi012 bash[18711]: audit 2024-05-06T23:45:48.937771+0000 mon.smithi012 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.12:0/2364482414' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:50.403 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T23:45:50.403 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T23:45:50.405 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:49 smithi183 bash[22984]: audit 2024-05-06T23:45:48.937771+0000 mon.smithi012 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.12:0/2364482414' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:50.406 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:49 smithi183 bash[22984]: audit 2024-05-06T23:45:48.937771+0000 mon.smithi012 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.12:0/2364482414' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:51.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:50 smithi012 bash[18711]: cluster 2024-05-06T23:45:49.846185+0000 mgr.smithi012.ztruhu (mgr.14199) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:50 smithi012 bash[18711]: cluster 2024-05-06T23:45:49.846185+0000 mgr.smithi012.ztruhu (mgr.14199) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:50 smithi012 bash[18711]: audit 2024-05-06T23:45:50.673756+0000 mon.smithi012 (mon.0) 737 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:50 smithi012 bash[18711]: audit 2024-05-06T23:45:50.673756+0000 mon.smithi012 (mon.0) 737 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:50 smithi012 bash[18711]: audit 2024-05-06T23:45:50.681087+0000 mon.smithi012 (mon.0) 738 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:50 smithi012 bash[18711]: audit 2024-05-06T23:45:50.681087+0000 mon.smithi012 (mon.0) 738 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:50 smithi183 bash[22984]: cluster 2024-05-06T23:45:49.846185+0000 mgr.smithi012.ztruhu (mgr.14199) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:51.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:50 smithi183 bash[22984]: cluster 2024-05-06T23:45:49.846185+0000 mgr.smithi012.ztruhu (mgr.14199) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:51.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:50 smithi183 bash[22984]: audit 2024-05-06T23:45:50.673756+0000 mon.smithi012 (mon.0) 737 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:50 smithi183 bash[22984]: audit 2024-05-06T23:45:50.673756+0000 mon.smithi012 (mon.0) 737 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:50 smithi183 bash[22984]: audit 2024-05-06T23:45:50.681087+0000 mon.smithi012 (mon.0) 738 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:51.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:50 smithi183 bash[22984]: audit 2024-05-06T23:45:50.681087+0000 mon.smithi012 (mon.0) 738 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:45:53.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:52 smithi012 bash[18711]: cluster 2024-05-06T23:45:51.846577+0000 mgr.smithi012.ztruhu (mgr.14199) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:53.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:52 smithi012 bash[18711]: cluster 2024-05-06T23:45:51.846577+0000 mgr.smithi012.ztruhu (mgr.14199) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:53.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:52 smithi183 bash[22984]: cluster 2024-05-06T23:45:51.846577+0000 mgr.smithi012.ztruhu (mgr.14199) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:53.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:52 smithi183 bash[22984]: cluster 2024-05-06T23:45:51.846577+0000 mgr.smithi012.ztruhu (mgr.14199) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:55.203 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:45:55.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:54 smithi012 bash[18711]: cluster 2024-05-06T23:45:53.847167+0000 mgr.smithi012.ztruhu (mgr.14199) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:55.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:54 smithi012 bash[18711]: cluster 2024-05-06T23:45:53.847167+0000 mgr.smithi012.ztruhu (mgr.14199) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:55.406 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:54 smithi183 bash[22984]: cluster 2024-05-06T23:45:53.847167+0000 mgr.smithi012.ztruhu (mgr.14199) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:55.406 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:54 smithi183 bash[22984]: cluster 2024-05-06T23:45:53.847167+0000 mgr.smithi012.ztruhu (mgr.14199) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:56.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:55 smithi012 bash[18711]: audit 2024-05-06T23:45:54.946751+0000 mon.smithi012 (mon.0) 739 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:56.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:55 smithi012 bash[18711]: audit 2024-05-06T23:45:54.946751+0000 mon.smithi012 (mon.0) 739 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:56.387 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:45:56.388 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":44,"fsid":"b50f1384-0c01-11ef-bc97-c7b262605968","created":"2024-05-06T23:39:45.674691+0000","modified":"2024-05-06T23:45:01.946764+0000","last_up_change":"2024-05-06T23:44:57.850876+0000","last_in_change":"2024-05-06T23:44:04.130275+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-06T23:44:37.006424+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":"26","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_type":"Fair distribution","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":"4761c1d4-37e1-4802-a782-54e8dd1dcb3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6801","nonce":2264599897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6803","nonce":2264599897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6807","nonce":2264599897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":2264599897},{"type":"v1","addr":"172.21.15.183:6805","nonce":2264599897}]},"public_addr":"172.21.15.183:6801/2264599897","cluster_addr":"172.21.15.183:6803/2264599897","heartbeat_back_addr":"172.21.15.183:6807/2264599897","heartbeat_front_addr":"172.21.15.183:6805/2264599897","state":["exists","up"]},{"osd":1,"uuid":"c7569fde-dcd9-4636-85a1-1090f1b44b72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6802","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6803","nonce":1785377043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6805","nonce":1785377043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6809","nonce":1785377043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":1785377043},{"type":"v1","addr":"172.21.15.12:6807","nonce":1785377043}]},"public_addr":"172.21.15.12:6803/1785377043","cluster_addr":"172.21.15.12:6805/1785377043","heartbeat_back_addr":"172.21.15.12:6809/1785377043","heartbeat_front_addr":"172.21.15.12:6807/1785377043","state":["exists","up"]},{"osd":2,"uuid":"40a839ee-d500-417a-afe9-3ef838e38931","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6808","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6809","nonce":4025167883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6810","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6811","nonce":4025167883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6814","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6815","nonce":4025167883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6812","nonce":4025167883},{"type":"v1","addr":"172.21.15.183:6813","nonce":4025167883}]},"public_addr":"172.21.15.183:6809/4025167883","cluster_addr":"172.21.15.183:6811/4025167883","heartbeat_back_addr":"172.21.15.183:6815/4025167883","heartbeat_front_addr":"172.21.15.183:6813/4025167883","state":["exists","up"]},{"osd":3,"uuid":"ea0d2957-f99f-40b5-ad54-eed23f463e7f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6810","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6811","nonce":3329838495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6813","nonce":3329838495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6817","nonce":3329838495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":3329838495},{"type":"v1","addr":"172.21.15.12:6815","nonce":3329838495}]},"public_addr":"172.21.15.12:6811/3329838495","cluster_addr":"172.21.15.12:6813/3329838495","heartbeat_back_addr":"172.21.15.12:6817/3329838495","heartbeat_front_addr":"172.21.15.12:6815/3329838495","state":["exists","up"]},{"osd":4,"uuid":"442e60d1-ee62-4876-8073-d4f6ef50729f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6816","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6817","nonce":1438190996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6818","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6819","nonce":1438190996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6822","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6823","nonce":1438190996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6820","nonce":1438190996},{"type":"v1","addr":"172.21.15.183:6821","nonce":1438190996}]},"public_addr":"172.21.15.183:6817/1438190996","cluster_addr":"172.21.15.183:6819/1438190996","heartbeat_back_addr":"172.21.15.183:6823/1438190996","heartbeat_front_addr":"172.21.15.183:6821/1438190996","state":["exists","up"]},{"osd":5,"uuid":"8a847fba-e6ff-4cef-ae09-f0cda7ddf2f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6818","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6819","nonce":243202156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6821","nonce":243202156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6825","nonce":243202156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":243202156},{"type":"v1","addr":"172.21.15.12:6823","nonce":243202156}]},"public_addr":"172.21.15.12:6819/243202156","cluster_addr":"172.21.15.12:6821/243202156","heartbeat_back_addr":"172.21.15.12:6825/243202156","heartbeat_front_addr":"172.21.15.12:6823/243202156","state":["exists","up"]},{"osd":6,"uuid":"1bd30f74-f07f-4640-bf70-89c282585027","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6824","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6825","nonce":2148870134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6826","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6827","nonce":2148870134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6830","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6831","nonce":2148870134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6828","nonce":2148870134},{"type":"v1","addr":"172.21.15.183:6829","nonce":2148870134}]},"public_addr":"172.21.15.183:6825/2148870134","cluster_addr":"172.21.15.183:6827/2148870134","heartbeat_back_addr":"172.21.15.183:6831/2148870134","heartbeat_front_addr":"172.21.15.183:6829/2148870134","state":["exists","up"]},{"osd":7,"uuid":"f2203b3b-b46c-4a91-afe1-01c0d82a2afc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6826","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6827","nonce":515144545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6829","nonce":515144545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6833","nonce":515144545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":515144545},{"type":"v1","addr":"172.21.15.12:6831","nonce":515144545}]},"public_addr":"172.21.15.12:6827/515144545","cluster_addr":"172.21.15.12:6829/515144545","heartbeat_back_addr":"172.21.15.12:6833/515144545","heartbeat_front_addr":"172.21.15.12:6831/515144545","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:27.514308+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:34.161265+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:32.884683+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:41.778799+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:38.673690+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:50.802019+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:43.497606+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T23:44:56.066862+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:6801/3068799067":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/2173925426":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/2812148923":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/1802509041":"2024-05-07T23:41:07.808668+0000","172.21.15.12:6801/3778483057":"2024-05-07T23:41:07.808668+0000","172.21.15.12:6800/3778483057":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/2690332590":"2024-05-07T23:40:18.788002+0000","172.21.15.12:0/3071621080":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/280288269":"2024-05-07T23:42:24.844821+0000","172.21.15.12:0/270667052":"2024-05-07T23:40:18.788002+0000","172.21.15.12:6801/774567097":"2024-05-07T23:40:18.788002+0000","172.21.15.12:6800/3068799067":"2024-05-07T23:42:24.844821+0000","172.21.15.12:6800/774567097":"2024-05-07T23:40:18.788002+0000","172.21.15.12:0/1478508574":"2024-05-07T23:41:07.808668+0000","172.21.15.12:0/436613595":"2024-05-07T23:40:18.788002+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}} 2024-05-06T23:45:56.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:55 smithi183 bash[22984]: audit 2024-05-06T23:45:54.946751+0000 mon.smithi012 (mon.0) 739 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:56.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:55 smithi183 bash[22984]: audit 2024-05-06T23:45:54.946751+0000 mon.smithi012 (mon.0) 739 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:45:57.082 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T23:45:57.083 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T23:45:57.083 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-06T23:45:57.084 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-06T23:45:57.084 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-06T23:45:57.084 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-06T23:45:57.085 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-05-06T23:45:57.085 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-05-06T23:45:57.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:56 smithi012 bash[18711]: cluster 2024-05-06T23:45:55.847764+0000 mgr.smithi012.ztruhu (mgr.14199) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:57.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:56 smithi012 bash[18711]: cluster 2024-05-06T23:45:55.847764+0000 mgr.smithi012.ztruhu (mgr.14199) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:56 smithi012 bash[18711]: audit 2024-05-06T23:45:56.385070+0000 mon.smithi012 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.12:0/3515953754' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:56 smithi012 bash[18711]: audit 2024-05-06T23:45:56.385070+0000 mon.smithi012 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.12:0/3515953754' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:57.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:56 smithi183 bash[22984]: cluster 2024-05-06T23:45:55.847764+0000 mgr.smithi012.ztruhu (mgr.14199) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:57.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:56 smithi183 bash[22984]: cluster 2024-05-06T23:45:55.847764+0000 mgr.smithi012.ztruhu (mgr.14199) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:57.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:56 smithi183 bash[22984]: audit 2024-05-06T23:45:56.385070+0000 mon.smithi012 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.12:0/3515953754' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:57.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:56 smithi183 bash[22984]: audit 2024-05-06T23:45:56.385070+0000 mon.smithi012 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.12:0/3515953754' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T23:45:59.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:58 smithi012 bash[18711]: cluster 2024-05-06T23:45:57.848372+0000 mgr.smithi012.ztruhu (mgr.14199) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:59.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:45:58 smithi012 bash[18711]: cluster 2024-05-06T23:45:57.848372+0000 mgr.smithi012.ztruhu (mgr.14199) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:59.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:58 smithi183 bash[22984]: cluster 2024-05-06T23:45:57.848372+0000 mgr.smithi012.ztruhu (mgr.14199) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:45:59.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:45:58 smithi183 bash[22984]: cluster 2024-05-06T23:45:57.848372+0000 mgr.smithi012.ztruhu (mgr.14199) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:01.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:00 smithi012 bash[18711]: cluster 2024-05-06T23:45:59.849055+0000 mgr.smithi012.ztruhu (mgr.14199) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:01.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:00 smithi012 bash[18711]: cluster 2024-05-06T23:45:59.849055+0000 mgr.smithi012.ztruhu (mgr.14199) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:01.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:00 smithi183 bash[22984]: cluster 2024-05-06T23:45:59.849055+0000 mgr.smithi012.ztruhu (mgr.14199) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:01.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:00 smithi183 bash[22984]: cluster 2024-05-06T23:45:59.849055+0000 mgr.smithi012.ztruhu (mgr.14199) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:01.999 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:01.999 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:02.000 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:02.001 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:02.001 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:02.002 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:02.002 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:02.003 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:03.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:02 smithi012 bash[18711]: cluster 2024-05-06T23:46:01.849680+0000 mgr.smithi012.ztruhu (mgr.14199) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:03.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:02 smithi012 bash[18711]: cluster 2024-05-06T23:46:01.849680+0000 mgr.smithi012.ztruhu (mgr.14199) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:03.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:02 smithi183 bash[22984]: cluster 2024-05-06T23:46:01.849680+0000 mgr.smithi012.ztruhu (mgr.14199) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:03.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:02 smithi183 bash[22984]: cluster 2024-05-06T23:46:01.849680+0000 mgr.smithi012.ztruhu (mgr.14199) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:05.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:04 smithi012 bash[18711]: cluster 2024-05-06T23:46:03.850065+0000 mgr.smithi012.ztruhu (mgr.14199) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:05.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:04 smithi012 bash[18711]: cluster 2024-05-06T23:46:03.850065+0000 mgr.smithi012.ztruhu (mgr.14199) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:05.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:04 smithi183 bash[22984]: cluster 2024-05-06T23:46:03.850065+0000 mgr.smithi012.ztruhu (mgr.14199) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:05.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:04 smithi183 bash[22984]: cluster 2024-05-06T23:46:03.850065+0000 mgr.smithi012.ztruhu (mgr.14199) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:05.878 INFO:teuthology.orchestra.run.smithi012.stdout:68719476757 2024-05-06T23:46:05.879 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T23:46:07.009 INFO:teuthology.orchestra.run.smithi012.stdout:90194313237 2024-05-06T23:46:07.010 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T23:46:07.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:06 smithi012 bash[18711]: cluster 2024-05-06T23:46:05.850539+0000 mgr.smithi012.ztruhu (mgr.14199) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:07.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:06 smithi012 bash[18711]: cluster 2024-05-06T23:46:05.850539+0000 mgr.smithi012.ztruhu (mgr.14199) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:07.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:06 smithi183 bash[22984]: cluster 2024-05-06T23:46:05.850539+0000 mgr.smithi012.ztruhu (mgr.14199) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:07.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:06 smithi183 bash[22984]: cluster 2024-05-06T23:46:05.850539+0000 mgr.smithi012.ztruhu (mgr.14199) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:08.191 INFO:teuthology.orchestra.run.smithi012.stdout:128849018899 2024-05-06T23:46:08.191 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-05-06T23:46:08.358 INFO:teuthology.orchestra.run.smithi012.stdout:154618822673 2024-05-06T23:46:08.359 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-06T23:46:08.883 INFO:teuthology.orchestra.run.smithi012.stdout:85899345941 2024-05-06T23:46:08.884 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-06T23:46:08.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:08 smithi012 bash[18711]: cluster 2024-05-06T23:46:07.851030+0000 mgr.smithi012.ztruhu (mgr.14199) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:08.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:08 smithi012 bash[18711]: cluster 2024-05-06T23:46:07.851030+0000 mgr.smithi012.ztruhu (mgr.14199) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:09.158 INFO:teuthology.orchestra.run.smithi012.stdout:107374182421 2024-05-06T23:46:09.158 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-06T23:46:09.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:08 smithi183 bash[22984]: cluster 2024-05-06T23:46:07.851030+0000 mgr.smithi012.ztruhu (mgr.14199) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:09.414 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:08 smithi183 bash[22984]: cluster 2024-05-06T23:46:07.851030+0000 mgr.smithi012.ztruhu (mgr.14199) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:10.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:09 smithi012 bash[18711]: audit 2024-05-06T23:46:09.947315+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:10.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:09 smithi012 bash[18711]: audit 2024-05-06T23:46:09.947315+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:10.339 INFO:teuthology.orchestra.run.smithi012.stdout:171798691857 2024-05-06T23:46:10.340 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-05-06T23:46:10.373 INFO:teuthology.orchestra.run.smithi012.stdout:124554051604 2024-05-06T23:46:10.374 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-06T23:46:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:09 smithi183 bash[22984]: audit 2024-05-06T23:46:09.947315+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:09 smithi183 bash[22984]: audit 2024-05-06T23:46:09.947315+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:11.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:10 smithi012 bash[18711]: cluster 2024-05-06T23:46:09.851615+0000 mgr.smithi012.ztruhu (mgr.14199) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:11.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:10 smithi012 bash[18711]: cluster 2024-05-06T23:46:09.851615+0000 mgr.smithi012.ztruhu (mgr.14199) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:11.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:10 smithi183 bash[22984]: cluster 2024-05-06T23:46:09.851615+0000 mgr.smithi012.ztruhu (mgr.14199) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:11.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:10 smithi183 bash[22984]: cluster 2024-05-06T23:46:09.851615+0000 mgr.smithi012.ztruhu (mgr.14199) 173 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:12.907 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:12.907 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:12.910 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:12.911 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:12.913 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:13.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:12 smithi012 bash[18711]: cluster 2024-05-06T23:46:11.852211+0000 mgr.smithi012.ztruhu (mgr.14199) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:13.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:12 smithi012 bash[18711]: cluster 2024-05-06T23:46:11.852211+0000 mgr.smithi012.ztruhu (mgr.14199) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:13.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:12 smithi183 bash[22984]: cluster 2024-05-06T23:46:11.852211+0000 mgr.smithi012.ztruhu (mgr.14199) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:13.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:12 smithi183 bash[22984]: cluster 2024-05-06T23:46:11.852211+0000 mgr.smithi012.ztruhu (mgr.14199) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:13.925 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:14.949 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:14.949 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:15.389 INFO:teuthology.orchestra.run.smithi012.stdout:154618822675 2024-05-06T23:46:15.403 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:14 smithi012 bash[18711]: cluster 2024-05-06T23:46:13.852680+0000 mgr.smithi012.ztruhu (mgr.14199) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:15.403 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:14 smithi012 bash[18711]: cluster 2024-05-06T23:46:13.852680+0000 mgr.smithi012.ztruhu (mgr.14199) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:15.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:14 smithi183 bash[22984]: cluster 2024-05-06T23:46:13.852680+0000 mgr.smithi012.ztruhu (mgr.14199) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:15.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:14 smithi183 bash[22984]: cluster 2024-05-06T23:46:13.852680+0000 mgr.smithi012.ztruhu (mgr.14199) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:16.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:15 smithi183 bash[22984]: audit 2024-05-06T23:46:15.388022+0000 mon.smithi012 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.12:0/79979511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T23:46:16.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:15 smithi183 bash[22984]: audit 2024-05-06T23:46:15.388022+0000 mon.smithi012 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.12:0/79979511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T23:46:16.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:15 smithi012 bash[18711]: audit 2024-05-06T23:46:15.388022+0000 mon.smithi012 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.12:0/79979511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T23:46:16.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:15 smithi012 bash[18711]: audit 2024-05-06T23:46:15.388022+0000 mon.smithi012 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.12:0/79979511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T23:46:16.949 INFO:teuthology.orchestra.run.smithi012.stdout:85899345944 2024-05-06T23:46:17.194 INFO:teuthology.orchestra.run.smithi012.stdout:128849018901 2024-05-06T23:46:17.207 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:16 smithi012 bash[18711]: cluster 2024-05-06T23:46:15.853266+0000 mgr.smithi012.ztruhu (mgr.14199) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:17.207 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:16 smithi012 bash[18711]: cluster 2024-05-06T23:46:15.853266+0000 mgr.smithi012.ztruhu (mgr.14199) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:17.207 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:16 smithi012 bash[18711]: audit 2024-05-06T23:46:16.948900+0000 mon.smithi012 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.12:0/4054084784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T23:46:17.208 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:16 smithi012 bash[18711]: audit 2024-05-06T23:46:16.948900+0000 mon.smithi012 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.12:0/4054084784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T23:46:17.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:16 smithi183 bash[22984]: cluster 2024-05-06T23:46:15.853266+0000 mgr.smithi012.ztruhu (mgr.14199) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:17.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:16 smithi183 bash[22984]: cluster 2024-05-06T23:46:15.853266+0000 mgr.smithi012.ztruhu (mgr.14199) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:17.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:16 smithi183 bash[22984]: audit 2024-05-06T23:46:16.948900+0000 mon.smithi012 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.12:0/4054084784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T23:46:17.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:16 smithi183 bash[22984]: audit 2024-05-06T23:46:16.948900+0000 mon.smithi012 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.12:0/4054084784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T23:46:17.771 INFO:teuthology.orchestra.run.smithi012.stdout:90194313239 2024-05-06T23:46:18.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:17 smithi012 bash[18711]: audit 2024-05-06T23:46:17.193329+0000 mon.smithi012 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.12:0/2824946412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-06T23:46:18.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:17 smithi012 bash[18711]: audit 2024-05-06T23:46:17.193329+0000 mon.smithi012 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.12:0/2824946412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-06T23:46:18.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:17 smithi012 bash[18711]: audit 2024-05-06T23:46:17.770056+0000 mon.smithi012 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.12:0/1919044435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T23:46:18.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:17 smithi012 bash[18711]: audit 2024-05-06T23:46:17.770056+0000 mon.smithi012 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.12:0/1919044435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T23:46:18.348 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822673 got 154618822675 for osd.5 2024-05-06T23:46:18.348 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:18.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:17 smithi183 bash[22984]: audit 2024-05-06T23:46:17.193329+0000 mon.smithi012 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.12:0/2824946412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-06T23:46:18.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:17 smithi183 bash[22984]: audit 2024-05-06T23:46:17.193329+0000 mon.smithi012 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.12:0/2824946412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-05-06T23:46:18.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:17 smithi183 bash[22984]: audit 2024-05-06T23:46:17.770056+0000 mon.smithi012 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.12:0/1919044435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T23:46:18.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:17 smithi183 bash[22984]: audit 2024-05-06T23:46:17.770056+0000 mon.smithi012 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.12:0/1919044435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T23:46:18.705 INFO:teuthology.orchestra.run.smithi012.stdout:107374182423 2024-05-06T23:46:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:18 smithi012 bash[18711]: cluster 2024-05-06T23:46:17.853836+0000 mgr.smithi012.ztruhu (mgr.14199) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:18 smithi012 bash[18711]: cluster 2024-05-06T23:46:17.853836+0000 mgr.smithi012.ztruhu (mgr.14199) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:18 smithi012 bash[18711]: audit 2024-05-06T23:46:18.704749+0000 mon.smithi012 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.12:0/2892236285' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T23:46:19.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:18 smithi012 bash[18711]: audit 2024-05-06T23:46:18.704749+0000 mon.smithi012 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.12:0/2892236285' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T23:46:19.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:18 smithi183 bash[22984]: cluster 2024-05-06T23:46:17.853836+0000 mgr.smithi012.ztruhu (mgr.14199) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:19.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:18 smithi183 bash[22984]: cluster 2024-05-06T23:46:17.853836+0000 mgr.smithi012.ztruhu (mgr.14199) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:19.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:18 smithi183 bash[22984]: audit 2024-05-06T23:46:18.704749+0000 mon.smithi012 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.12:0/2892236285' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T23:46:19.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:18 smithi183 bash[22984]: audit 2024-05-06T23:46:18.704749+0000 mon.smithi012 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.12:0/2892236285' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T23:46:20.306 INFO:teuthology.orchestra.run.smithi012.stdout:68719476761 2024-05-06T23:46:20.312 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345941 got 85899345944 for osd.2 2024-05-06T23:46:20.312 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:20.353 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018899 got 128849018901 for osd.6 2024-05-06T23:46:20.353 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:20.674 INFO:teuthology.orchestra.run.smithi012.stdout:124554051606 2024-05-06T23:46:20.893 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313237 got 90194313239 for osd.1 2024-05-06T23:46:20.893 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:21.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:20 smithi012 bash[18711]: cluster 2024-05-06T23:46:19.854251+0000 mgr.smithi012.ztruhu (mgr.14199) 178 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:21.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:20 smithi012 bash[18711]: cluster 2024-05-06T23:46:19.854251+0000 mgr.smithi012.ztruhu (mgr.14199) 178 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:21.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:20 smithi012 bash[18711]: audit 2024-05-06T23:46:20.305377+0000 mon.smithi012 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.12:0/166906444' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T23:46:21.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:20 smithi012 bash[18711]: audit 2024-05-06T23:46:20.305377+0000 mon.smithi012 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.12:0/166906444' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T23:46:21.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:20 smithi012 bash[18711]: audit 2024-05-06T23:46:20.673460+0000 mon.smithi012 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.12:0/3975121494' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T23:46:21.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:20 smithi012 bash[18711]: audit 2024-05-06T23:46:20.673460+0000 mon.smithi012 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.12:0/3975121494' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T23:46:21.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:21 smithi183 bash[22984]: cluster 2024-05-06T23:46:19.854251+0000 mgr.smithi012.ztruhu (mgr.14199) 178 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:21.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:21 smithi183 bash[22984]: cluster 2024-05-06T23:46:19.854251+0000 mgr.smithi012.ztruhu (mgr.14199) 178 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:21 smithi183 bash[22984]: audit 2024-05-06T23:46:20.305377+0000 mon.smithi012 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.12:0/166906444' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T23:46:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:21 smithi183 bash[22984]: audit 2024-05-06T23:46:20.305377+0000 mon.smithi012 (mon.0) 747 : audit [DBG] from='client.? 172.21.15.12:0/166906444' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T23:46:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:21 smithi183 bash[22984]: audit 2024-05-06T23:46:20.673460+0000 mon.smithi012 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.12:0/3975121494' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T23:46:21.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:21 smithi183 bash[22984]: audit 2024-05-06T23:46:20.673460+0000 mon.smithi012 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.12:0/3975121494' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T23:46:21.437 INFO:teuthology.orchestra.run.smithi012.stdout:171798691859 2024-05-06T23:46:21.553 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182421 got 107374182423 for osd.4 2024-05-06T23:46:21.553 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:22.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:22 smithi012 bash[18711]: audit 2024-05-06T23:46:21.437086+0000 mon.smithi012 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.12:0/384418595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-06T23:46:22.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:22 smithi012 bash[18711]: audit 2024-05-06T23:46:21.437086+0000 mon.smithi012 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.12:0/384418595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-06T23:46:22.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:22 smithi183 bash[22984]: audit 2024-05-06T23:46:21.437086+0000 mon.smithi012 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.12:0/384418595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-06T23:46:22.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:22 smithi183 bash[22984]: audit 2024-05-06T23:46:21.437086+0000 mon.smithi012 (mon.0) 749 : audit [DBG] from='client.? 172.21.15.12:0/384418595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-05-06T23:46:22.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476757 got 68719476761 for osd.0 2024-05-06T23:46:22.685 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:22.830 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051604 got 124554051606 for osd.3 2024-05-06T23:46:22.831 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:23.043 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691857 got 171798691859 for osd.7 2024-05-06T23:46:23.043 DEBUG:teuthology.parallel:result is None 2024-05-06T23:46:23.043 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T23:46:23.044 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T23:46:23.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:23 smithi183 bash[22984]: cluster 2024-05-06T23:46:21.854802+0000 mgr.smithi012.ztruhu (mgr.14199) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:23.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:23 smithi183 bash[22984]: cluster 2024-05-06T23:46:21.854802+0000 mgr.smithi012.ztruhu (mgr.14199) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:23.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:23 smithi012 bash[18711]: cluster 2024-05-06T23:46:21.854802+0000 mgr.smithi012.ztruhu (mgr.14199) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:23.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:23 smithi012 bash[18711]: cluster 2024-05-06T23:46:21.854802+0000 mgr.smithi012.ztruhu (mgr.14199) 179 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:25.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:25 smithi183 bash[22984]: cluster 2024-05-06T23:46:23.855383+0000 mgr.smithi012.ztruhu (mgr.14199) 180 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:25.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:25 smithi183 bash[22984]: cluster 2024-05-06T23:46:23.855383+0000 mgr.smithi012.ztruhu (mgr.14199) 180 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:25.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:25 smithi183 bash[22984]: audit 2024-05-06T23:46:24.947871+0000 mon.smithi012 (mon.0) 750 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:25.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:25 smithi183 bash[22984]: audit 2024-05-06T23:46:24.947871+0000 mon.smithi012 (mon.0) 750 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:25 smithi012 bash[18711]: cluster 2024-05-06T23:46:23.855383+0000 mgr.smithi012.ztruhu (mgr.14199) 180 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:25 smithi012 bash[18711]: cluster 2024-05-06T23:46:23.855383+0000 mgr.smithi012.ztruhu (mgr.14199) 180 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:25 smithi012 bash[18711]: audit 2024-05-06T23:46:24.947871+0000 mon.smithi012 (mon.0) 750 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:25 smithi012 bash[18711]: audit 2024-05-06T23:46:24.947871+0000 mon.smithi012 (mon.0) 750 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:27.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:27 smithi183 bash[22984]: cluster 2024-05-06T23:46:25.856032+0000 mgr.smithi012.ztruhu (mgr.14199) 181 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:27.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:27 smithi183 bash[22984]: cluster 2024-05-06T23:46:25.856032+0000 mgr.smithi012.ztruhu (mgr.14199) 181 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:27.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:27 smithi012 bash[18711]: cluster 2024-05-06T23:46:25.856032+0000 mgr.smithi012.ztruhu (mgr.14199) 181 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:27.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:27 smithi012 bash[18711]: cluster 2024-05-06T23:46:25.856032+0000 mgr.smithi012.ztruhu (mgr.14199) 181 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:27.848 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:29.171 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:46:29.174 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2024-05-06T23:46:29.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:29 smithi183 bash[22984]: cluster 2024-05-06T23:46:27.856559+0000 mgr.smithi012.ztruhu (mgr.14199) 182 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:29.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:29 smithi183 bash[22984]: cluster 2024-05-06T23:46:27.856559+0000 mgr.smithi012.ztruhu (mgr.14199) 182 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:29.412 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:29 smithi012 bash[18711]: cluster 2024-05-06T23:46:27.856559+0000 mgr.smithi012.ztruhu (mgr.14199) 182 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:29.413 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:29 smithi012 bash[18711]: cluster 2024-05-06T23:46:27.856559+0000 mgr.smithi012.ztruhu (mgr.14199) 182 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:29.882 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":156,"stamp":"2024-05-06T23:46:27.856281+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":152,"ondisk_log_size":152,"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":233916,"kb_used_data":5260,"kb_used_omap":12,"kb_used_meta":228531,"kb_avail":749694532,"statfs":{"total":767926730752,"available":767687200768,"internally_reserved":0,"allocated":5386240,"data_stored":3220456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":234016304},"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.003350"},"pg_stats":[{"pgid":"1.0","version":"25'152","reported_seq":207,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-05-06T23:45:01.960732+0000","last_change":"2024-05-06T23:45:01.959695+0000","last_active":"2024-05-06T23:45:01.960732+0000","last_peered":"2024-05-06T23:45:01.960732+0000","last_clean":"2024-05-06T23:45:01.960732+0000","last_became_active":"2024-05-06T23:45:01.958449+0000","last_became_peered":"2024-05-06T23:45:01.958449+0000","last_unstale":"2024-05-06T23:45:01.960732+0000","last_undegraded":"2024-05-06T23:45:01.960732+0000","last_fullsized":"2024-05-06T23:45:01.960732+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-06T23:44:37.709866+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T23:44:37.709866+0000","last_clean_scrub_stamp":"2024-05-06T23:44:37.709866+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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 @ 2024-05-08T03:08:29.014640+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32204,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708852,"statfs":{"total":95990841344,"available":95957864448,"internally_reserved":0,"allocated":1044480,"data_stored":771537,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"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":[]},{"osd":5,"up_from":36,"seq":154618822678,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":20,"seq":85899345946,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":16,"seq":68719476762,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28044,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713012,"statfs":{"total":95990841344,"available":95962124288,"internally_reserved":0,"allocated":1044480,"data_stored":771537,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":4,"up_from":25,"seq":107374182425,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":29,"seq":124554051607,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32200,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708856,"statfs":{"total":95990841344,"available":95957868544,"internally_reserved":0,"allocated":1044480,"data_stored":771537,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":[]},{"osd":6,"up_from":30,"seq":128849018903,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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}]}} 2024-05-06T23:46:29.883 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T23:46:31.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:31 smithi183 bash[22984]: audit 2024-05-06T23:46:29.168205+0000 mgr.smithi012.ztruhu (mgr.14199) 183 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:31.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:31 smithi183 bash[22984]: audit 2024-05-06T23:46:29.168205+0000 mgr.smithi012.ztruhu (mgr.14199) 183 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:31.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:31 smithi183 bash[22984]: cluster 2024-05-06T23:46:29.857193+0000 mgr.smithi012.ztruhu (mgr.14199) 184 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:31.411 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:31 smithi183 bash[22984]: cluster 2024-05-06T23:46:29.857193+0000 mgr.smithi012.ztruhu (mgr.14199) 184 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:31.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:31 smithi012 bash[18711]: audit 2024-05-06T23:46:29.168205+0000 mgr.smithi012.ztruhu (mgr.14199) 183 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:31.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:31 smithi012 bash[18711]: audit 2024-05-06T23:46:29.168205+0000 mgr.smithi012.ztruhu (mgr.14199) 183 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:31.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:31 smithi012 bash[18711]: cluster 2024-05-06T23:46:29.857193+0000 mgr.smithi012.ztruhu (mgr.14199) 184 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:31.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:31 smithi012 bash[18711]: cluster 2024-05-06T23:46:29.857193+0000 mgr.smithi012.ztruhu (mgr.14199) 184 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:33.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:33 smithi183 bash[22984]: cluster 2024-05-06T23:46:31.857805+0000 mgr.smithi012.ztruhu (mgr.14199) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:33.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:33 smithi183 bash[22984]: cluster 2024-05-06T23:46:31.857805+0000 mgr.smithi012.ztruhu (mgr.14199) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:33.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:33 smithi012 bash[18711]: cluster 2024-05-06T23:46:31.857805+0000 mgr.smithi012.ztruhu (mgr.14199) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:33.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:33 smithi012 bash[18711]: cluster 2024-05-06T23:46:31.857805+0000 mgr.smithi012.ztruhu (mgr.14199) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:34.688 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:35.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:35 smithi183 bash[22984]: cluster 2024-05-06T23:46:33.858408+0000 mgr.smithi012.ztruhu (mgr.14199) 186 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:35.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:35 smithi183 bash[22984]: cluster 2024-05-06T23:46:33.858408+0000 mgr.smithi012.ztruhu (mgr.14199) 186 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:35.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:35 smithi012 bash[18711]: cluster 2024-05-06T23:46:33.858408+0000 mgr.smithi012.ztruhu (mgr.14199) 186 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:35.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:35 smithi012 bash[18711]: cluster 2024-05-06T23:46:33.858408+0000 mgr.smithi012.ztruhu (mgr.14199) 186 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:35.990 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:46:35.993 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2024-05-06T23:46:36.652 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":160,"stamp":"2024-05-06T23:46:35.858693+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":152,"ondisk_log_size":152,"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":233916,"kb_used_data":5260,"kb_used_omap":12,"kb_used_meta":228531,"kb_avail":749694532,"statfs":{"total":767926730752,"available":767687200768,"internally_reserved":0,"allocated":5386240,"data_stored":3220456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":234016304},"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.003614"},"pg_stats":[{"pgid":"1.0","version":"25'152","reported_seq":207,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-05-06T23:45:01.960732+0000","last_change":"2024-05-06T23:45:01.959695+0000","last_active":"2024-05-06T23:45:01.960732+0000","last_peered":"2024-05-06T23:45:01.960732+0000","last_clean":"2024-05-06T23:45:01.960732+0000","last_became_active":"2024-05-06T23:45:01.958449+0000","last_became_peered":"2024-05-06T23:45:01.958449+0000","last_unstale":"2024-05-06T23:45:01.960732+0000","last_undegraded":"2024-05-06T23:45:01.960732+0000","last_fullsized":"2024-05-06T23:45:01.960732+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-06T23:44:37.709866+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T23:44:37.709866+0000","last_clean_scrub_stamp":"2024-05-06T23:44:37.709866+0000","objects_scrubbed":0,"log_size":152,"log_dups_size":0,"ondisk_log_size":152,"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 @ 2024-05-08T03:08:29.014640+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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32204,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708852,"statfs":{"total":95990841344,"available":95957864448,"internally_reserved":0,"allocated":1044480,"data_stored":771537,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"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":[]},{"osd":5,"up_from":36,"seq":154618822679,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":20,"seq":85899345948,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":16,"seq":68719476764,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28044,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713012,"statfs":{"total":95990841344,"available":95962124288,"internally_reserved":0,"allocated":1044480,"data_stored":771537,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":21,"seq":90194313243,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":4,"up_from":25,"seq":107374182427,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":29,"seq":124554051609,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32200,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708856,"statfs":{"total":95990841344,"available":95957868544,"internally_reserved":0,"allocated":1044480,"data_stored":771537,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":[]},{"osd":6,"up_from":30,"seq":128849018905,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":450560,"data_stored":181169,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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}]}} 2024-05-06T23:46:36.653 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T23:46:36.653 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T23:46:36.653 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T23:46:36.653 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:46:37.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:37 smithi183 bash[22984]: cluster 2024-05-06T23:46:35.859063+0000 mgr.smithi012.ztruhu (mgr.14199) 187 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:37.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:37 smithi183 bash[22984]: cluster 2024-05-06T23:46:35.859063+0000 mgr.smithi012.ztruhu (mgr.14199) 187 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:37.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:37 smithi183 bash[22984]: audit 2024-05-06T23:46:35.987610+0000 mgr.smithi012.ztruhu (mgr.14199) 188 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:37.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:37 smithi183 bash[22984]: audit 2024-05-06T23:46:35.987610+0000 mgr.smithi012.ztruhu (mgr.14199) 188 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:37.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:37 smithi012 bash[18711]: cluster 2024-05-06T23:46:35.859063+0000 mgr.smithi012.ztruhu (mgr.14199) 187 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:37.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:37 smithi012 bash[18711]: cluster 2024-05-06T23:46:35.859063+0000 mgr.smithi012.ztruhu (mgr.14199) 187 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:37.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:37 smithi012 bash[18711]: audit 2024-05-06T23:46:35.987610+0000 mgr.smithi012.ztruhu (mgr.14199) 188 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:37.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:37 smithi012 bash[18711]: audit 2024-05-06T23:46:35.987610+0000 mgr.smithi012.ztruhu (mgr.14199) 188 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T23:46:39.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:39 smithi183 bash[22984]: cluster 2024-05-06T23:46:37.859608+0000 mgr.smithi012.ztruhu (mgr.14199) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:39.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:39 smithi183 bash[22984]: cluster 2024-05-06T23:46:37.859608+0000 mgr.smithi012.ztruhu (mgr.14199) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:39.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:39 smithi012 bash[18711]: cluster 2024-05-06T23:46:37.859608+0000 mgr.smithi012.ztruhu (mgr.14199) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:39.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:39 smithi012 bash[18711]: cluster 2024-05-06T23:46:37.859608+0000 mgr.smithi012.ztruhu (mgr.14199) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:40.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:40 smithi183 bash[22984]: audit 2024-05-06T23:46:39.948019+0000 mon.smithi012 (mon.0) 751 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:40.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:40 smithi183 bash[22984]: audit 2024-05-06T23:46:39.948019+0000 mon.smithi012 (mon.0) 751 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:40.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:40 smithi012 bash[18711]: audit 2024-05-06T23:46:39.948019+0000 mon.smithi012 (mon.0) 751 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:40.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:40 smithi012 bash[18711]: audit 2024-05-06T23:46:39.948019+0000 mon.smithi012 (mon.0) 751 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:41.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:41 smithi183 bash[22984]: cluster 2024-05-06T23:46:39.860242+0000 mgr.smithi012.ztruhu (mgr.14199) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:41.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:41 smithi183 bash[22984]: cluster 2024-05-06T23:46:39.860242+0000 mgr.smithi012.ztruhu (mgr.14199) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:41.449 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:41.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:41 smithi012 bash[18711]: cluster 2024-05-06T23:46:39.860242+0000 mgr.smithi012.ztruhu (mgr.14199) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:41.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:41 smithi012 bash[18711]: cluster 2024-05-06T23:46:39.860242+0000 mgr.smithi012.ztruhu (mgr.14199) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:42.765 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:46:42.765 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:46:43.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:43 smithi183 bash[22984]: cluster 2024-05-06T23:46:41.860844+0000 mgr.smithi012.ztruhu (mgr.14199) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:43.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:43 smithi183 bash[22984]: cluster 2024-05-06T23:46:41.860844+0000 mgr.smithi012.ztruhu (mgr.14199) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:43.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:43 smithi183 bash[22984]: audit 2024-05-06T23:46:42.763773+0000 mon.smithi012 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.12:0/1593767407' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:43.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:43 smithi183 bash[22984]: audit 2024-05-06T23:46:42.763773+0000 mon.smithi012 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.12:0/1593767407' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:43.456 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:43 smithi012 bash[18711]: cluster 2024-05-06T23:46:41.860844+0000 mgr.smithi012.ztruhu (mgr.14199) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:43.456 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:43 smithi012 bash[18711]: cluster 2024-05-06T23:46:41.860844+0000 mgr.smithi012.ztruhu (mgr.14199) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:43.456 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:43 smithi012 bash[18711]: audit 2024-05-06T23:46:42.763773+0000 mon.smithi012 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.12:0/1593767407' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:43.456 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:43 smithi012 bash[18711]: audit 2024-05-06T23:46:42.763773+0000 mon.smithi012 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.12:0/1593767407' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:45.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:45 smithi183 bash[22984]: cluster 2024-05-06T23:46:43.861454+0000 mgr.smithi012.ztruhu (mgr.14199) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:45.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:45 smithi183 bash[22984]: cluster 2024-05-06T23:46:43.861454+0000 mgr.smithi012.ztruhu (mgr.14199) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:45.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:45 smithi012 bash[18711]: cluster 2024-05-06T23:46:43.861454+0000 mgr.smithi012.ztruhu (mgr.14199) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:45.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:45 smithi012 bash[18711]: cluster 2024-05-06T23:46:43.861454+0000 mgr.smithi012.ztruhu (mgr.14199) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:46.457 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:46:47.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:47 smithi183 bash[22984]: cluster 2024-05-06T23:46:45.862112+0000 mgr.smithi012.ztruhu (mgr.14199) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:47.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:47 smithi183 bash[22984]: cluster 2024-05-06T23:46:45.862112+0000 mgr.smithi012.ztruhu (mgr.14199) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:47.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:47 smithi012 bash[18711]: cluster 2024-05-06T23:46:45.862112+0000 mgr.smithi012.ztruhu (mgr.14199) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:47.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:47 smithi012 bash[18711]: cluster 2024-05-06T23:46:45.862112+0000 mgr.smithi012.ztruhu (mgr.14199) 193 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:49.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:49 smithi183 bash[22984]: cluster 2024-05-06T23:46:47.862695+0000 mgr.smithi012.ztruhu (mgr.14199) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:49.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:49 smithi183 bash[22984]: cluster 2024-05-06T23:46:47.862695+0000 mgr.smithi012.ztruhu (mgr.14199) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:49 smithi012 bash[18711]: cluster 2024-05-06T23:46:47.862695+0000 mgr.smithi012.ztruhu (mgr.14199) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:49.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:49 smithi012 bash[18711]: cluster 2024-05-06T23:46:47.862695+0000 mgr.smithi012.ztruhu (mgr.14199) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:50.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:50 smithi012 bash[18711]: cluster 2024-05-06T23:46:49.863323+0000 mgr.smithi012.ztruhu (mgr.14199) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:50.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:50 smithi012 bash[18711]: cluster 2024-05-06T23:46:49.863323+0000 mgr.smithi012.ztruhu (mgr.14199) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:50.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:50 smithi183 bash[22984]: cluster 2024-05-06T23:46:49.863323+0000 mgr.smithi012.ztruhu (mgr.14199) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:50.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:50 smithi183 bash[22984]: cluster 2024-05-06T23:46:49.863323+0000 mgr.smithi012.ztruhu (mgr.14199) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:51.257 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:46:51.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:51 smithi183 bash[22984]: audit 2024-05-06T23:46:50.809986+0000 mon.smithi012 (mon.0) 753 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:46:51.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:51 smithi183 bash[22984]: audit 2024-05-06T23:46:50.809986+0000 mon.smithi012 (mon.0) 753 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:46:51.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:51 smithi012 bash[18711]: audit 2024-05-06T23:46:50.809986+0000 mon.smithi012 (mon.0) 753 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:46:51.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:51 smithi012 bash[18711]: audit 2024-05-06T23:46:50.809986+0000 mon.smithi012 (mon.0) 753 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:46:52.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:52 smithi183 bash[22984]: cluster 2024-05-06T23:46:51.863994+0000 mgr.smithi012.ztruhu (mgr.14199) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:52.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:52 smithi183 bash[22984]: cluster 2024-05-06T23:46:51.863994+0000 mgr.smithi012.ztruhu (mgr.14199) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:52.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:52 smithi012 bash[18711]: cluster 2024-05-06T23:46:51.863994+0000 mgr.smithi012.ztruhu (mgr.14199) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:52.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:52 smithi012 bash[18711]: cluster 2024-05-06T23:46:51.863994+0000 mgr.smithi012.ztruhu (mgr.14199) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:52.704 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:46:52.705 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:46:53.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:53 smithi183 bash[22984]: audit 2024-05-06T23:46:52.703787+0000 mon.smithi012 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.12:0/3128638061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:53.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:53 smithi183 bash[22984]: audit 2024-05-06T23:46:52.703787+0000 mon.smithi012 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.12:0/3128638061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:53.413 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:53 smithi012 bash[18711]: audit 2024-05-06T23:46:52.703787+0000 mon.smithi012 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.12:0/3128638061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:53.414 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:53 smithi012 bash[18711]: audit 2024-05-06T23:46:52.703787+0000 mon.smithi012 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.12:0/3128638061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:46:54.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:54 smithi183 bash[22984]: cluster 2024-05-06T23:46:53.864567+0000 mgr.smithi012.ztruhu (mgr.14199) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:54.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:54 smithi183 bash[22984]: cluster 2024-05-06T23:46:53.864567+0000 mgr.smithi012.ztruhu (mgr.14199) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:54.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:54 smithi012 bash[18711]: cluster 2024-05-06T23:46:53.864567+0000 mgr.smithi012.ztruhu (mgr.14199) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:54.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:54 smithi012 bash[18711]: cluster 2024-05-06T23:46:53.864567+0000 mgr.smithi012.ztruhu (mgr.14199) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:55.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:55 smithi183 bash[22984]: audit 2024-05-06T23:46:54.948831+0000 mon.smithi012 (mon.0) 755 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:55.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:55 smithi183 bash[22984]: audit 2024-05-06T23:46:54.948831+0000 mon.smithi012 (mon.0) 755 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:55.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:55 smithi012 bash[18711]: audit 2024-05-06T23:46:54.948831+0000 mon.smithi012 (mon.0) 755 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:55.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:55 smithi012 bash[18711]: audit 2024-05-06T23:46:54.948831+0000 mon.smithi012 (mon.0) 755 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:46:56.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:56 smithi183 bash[22984]: cluster 2024-05-06T23:46:55.865213+0000 mgr.smithi012.ztruhu (mgr.14199) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:56.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:56 smithi183 bash[22984]: cluster 2024-05-06T23:46:55.865213+0000 mgr.smithi012.ztruhu (mgr.14199) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:56.416 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:46:56.424 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:56 smithi012 bash[18711]: cluster 2024-05-06T23:46:55.865213+0000 mgr.smithi012.ztruhu (mgr.14199) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:56.424 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:56 smithi012 bash[18711]: cluster 2024-05-06T23:46:55.865213+0000 mgr.smithi012.ztruhu (mgr.14199) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.399152+0000 mon.smithi012 (mon.0) 756 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.399152+0000 mon.smithi012 (mon.0) 756 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.403941+0000 mon.smithi012 (mon.0) 757 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.403941+0000 mon.smithi012 (mon.0) 757 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.852303+0000 mon.smithi012 (mon.0) 758 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.852303+0000 mon.smithi012 (mon.0) 758 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.858084+0000 mon.smithi012 (mon.0) 759 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:57 smithi183 bash[22984]: audit 2024-05-06T23:46:56.858084+0000 mon.smithi012 (mon.0) 759 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.399152+0000 mon.smithi012 (mon.0) 756 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.399152+0000 mon.smithi012 (mon.0) 756 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.403941+0000 mon.smithi012 (mon.0) 757 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.403941+0000 mon.smithi012 (mon.0) 757 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.852303+0000 mon.smithi012 (mon.0) 758 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.852303+0000 mon.smithi012 (mon.0) 758 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.858084+0000 mon.smithi012 (mon.0) 759 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:57.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:57 smithi012 bash[18711]: audit 2024-05-06T23:46:56.858084+0000 mon.smithi012 (mon.0) 759 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.483939+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:46:58.722 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.483939+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.484853+0000 mon.smithi012 (mon.0) 761 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.484853+0000 mon.smithi012 (mon.0) 761 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: cluster 2024-05-06T23:46:57.486889+0000 mgr.smithi012.ztruhu (mgr.14199) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: cluster 2024-05-06T23:46:57.486889+0000 mgr.smithi012.ztruhu (mgr.14199) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: cluster 2024-05-06T23:46:57.487255+0000 mgr.smithi012.ztruhu (mgr.14199) 200 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: cluster 2024-05-06T23:46:57.487255+0000 mgr.smithi012.ztruhu (mgr.14199) 200 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.494532+0000 mon.smithi012 (mon.0) 762 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.494532+0000 mon.smithi012 (mon.0) 762 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.498279+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:46:58.723 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:58 smithi012 bash[18711]: audit 2024-05-06T23:46:57.498279+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:46:58.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.483939+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.483939+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.484853+0000 mon.smithi012 (mon.0) 761 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.484853+0000 mon.smithi012 (mon.0) 761 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: cluster 2024-05-06T23:46:57.486889+0000 mgr.smithi012.ztruhu (mgr.14199) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: cluster 2024-05-06T23:46:57.486889+0000 mgr.smithi012.ztruhu (mgr.14199) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: cluster 2024-05-06T23:46:57.487255+0000 mgr.smithi012.ztruhu (mgr.14199) 200 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: cluster 2024-05-06T23:46:57.487255+0000 mgr.smithi012.ztruhu (mgr.14199) 200 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.494532+0000 mon.smithi012 (mon.0) 762 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.494532+0000 mon.smithi012 (mon.0) 762 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.498279+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:46:58.911 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:58 smithi183 bash[22984]: audit 2024-05-06T23:46:57.498279+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:46:59.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:59 smithi012 bash[18711]: cluster 2024-05-06T23:46:58.398753+0000 mon.smithi012 (mon.0) 764 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:46:59.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:46:59 smithi012 bash[18711]: cluster 2024-05-06T23:46:58.398753+0000 mon.smithi012 (mon.0) 764 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:46:59.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:59 smithi183 bash[22984]: cluster 2024-05-06T23:46:58.398753+0000 mon.smithi012 (mon.0) 764 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:46:59.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:46:59 smithi183 bash[22984]: cluster 2024-05-06T23:46:58.398753+0000 mon.smithi012 (mon.0) 764 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:47:00.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:00 smithi012 bash[18711]: cluster 2024-05-06T23:46:59.487896+0000 mgr.smithi012.ztruhu (mgr.14199) 201 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:00.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:00 smithi012 bash[18711]: cluster 2024-05-06T23:46:59.487896+0000 mgr.smithi012.ztruhu (mgr.14199) 201 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:00.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:00 smithi183 bash[22984]: cluster 2024-05-06T23:46:59.487896+0000 mgr.smithi012.ztruhu (mgr.14199) 201 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:00.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:00 smithi183 bash[22984]: cluster 2024-05-06T23:46:59.487896+0000 mgr.smithi012.ztruhu (mgr.14199) 201 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:01.213 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:47:02.636 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:47:02.637 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:47:02.871 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:02 smithi012 bash[18711]: cluster 2024-05-06T23:47:01.488525+0000 mgr.smithi012.ztruhu (mgr.14199) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:02.871 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:02 smithi012 bash[18711]: cluster 2024-05-06T23:47:01.488525+0000 mgr.smithi012.ztruhu (mgr.14199) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:02.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:02 smithi183 bash[22984]: cluster 2024-05-06T23:47:01.488525+0000 mgr.smithi012.ztruhu (mgr.14199) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:02.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:02 smithi183 bash[22984]: cluster 2024-05-06T23:47:01.488525+0000 mgr.smithi012.ztruhu (mgr.14199) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:03.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:03 smithi012 bash[18711]: audit 2024-05-06T23:47:02.635706+0000 mon.smithi012 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.12:0/1438361492' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:03.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:03 smithi012 bash[18711]: audit 2024-05-06T23:47:02.635706+0000 mon.smithi012 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.12:0/1438361492' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:03.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:03 smithi183 bash[22984]: audit 2024-05-06T23:47:02.635706+0000 mon.smithi012 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.12:0/1438361492' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:03.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:03 smithi183 bash[22984]: audit 2024-05-06T23:47:02.635706+0000 mon.smithi012 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.12:0/1438361492' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:04.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:04 smithi183 bash[22984]: cluster 2024-05-06T23:47:03.489141+0000 mgr.smithi012.ztruhu (mgr.14199) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:04.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:04 smithi183 bash[22984]: cluster 2024-05-06T23:47:03.489141+0000 mgr.smithi012.ztruhu (mgr.14199) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:04.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:04 smithi012 bash[18711]: cluster 2024-05-06T23:47:03.489141+0000 mgr.smithi012.ztruhu (mgr.14199) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:04.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:04 smithi012 bash[18711]: cluster 2024-05-06T23:47:03.489141+0000 mgr.smithi012.ztruhu (mgr.14199) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:06.353 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:47:06.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:06 smithi012 bash[18711]: cluster 2024-05-06T23:47:05.489772+0000 mgr.smithi012.ztruhu (mgr.14199) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:06.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:06 smithi012 bash[18711]: cluster 2024-05-06T23:47:05.489772+0000 mgr.smithi012.ztruhu (mgr.14199) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:06.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:06 smithi183 bash[22984]: cluster 2024-05-06T23:47:05.489772+0000 mgr.smithi012.ztruhu (mgr.14199) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:06.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:06 smithi183 bash[22984]: cluster 2024-05-06T23:47:05.489772+0000 mgr.smithi012.ztruhu (mgr.14199) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:08.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:08 smithi183 bash[22984]: cluster 2024-05-06T23:47:07.490368+0000 mgr.smithi012.ztruhu (mgr.14199) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:08.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:08 smithi183 bash[22984]: cluster 2024-05-06T23:47:07.490368+0000 mgr.smithi012.ztruhu (mgr.14199) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:08.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:08 smithi012 bash[18711]: cluster 2024-05-06T23:47:07.490368+0000 mgr.smithi012.ztruhu (mgr.14199) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:08.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:08 smithi012 bash[18711]: cluster 2024-05-06T23:47:07.490368+0000 mgr.smithi012.ztruhu (mgr.14199) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:10.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:10 smithi183 bash[22984]: cluster 2024-05-06T23:47:09.490981+0000 mgr.smithi012.ztruhu (mgr.14199) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:10.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:10 smithi183 bash[22984]: cluster 2024-05-06T23:47:09.490981+0000 mgr.smithi012.ztruhu (mgr.14199) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:10.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:10 smithi183 bash[22984]: audit 2024-05-06T23:47:09.949036+0000 mon.smithi012 (mon.0) 766 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:10.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:10 smithi183 bash[22984]: audit 2024-05-06T23:47:09.949036+0000 mon.smithi012 (mon.0) 766 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:10 smithi012 bash[18711]: cluster 2024-05-06T23:47:09.490981+0000 mgr.smithi012.ztruhu (mgr.14199) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:10 smithi012 bash[18711]: cluster 2024-05-06T23:47:09.490981+0000 mgr.smithi012.ztruhu (mgr.14199) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:10 smithi012 bash[18711]: audit 2024-05-06T23:47:09.949036+0000 mon.smithi012 (mon.0) 766 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:10 smithi012 bash[18711]: audit 2024-05-06T23:47:09.949036+0000 mon.smithi012 (mon.0) 766 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:11.157 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:47:12.478 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:47:12.478 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:47:12.760 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:12 smithi012 bash[18711]: cluster 2024-05-06T23:47:11.491601+0000 mgr.smithi012.ztruhu (mgr.14199) 207 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:12.760 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:12 smithi012 bash[18711]: cluster 2024-05-06T23:47:11.491601+0000 mgr.smithi012.ztruhu (mgr.14199) 207 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:12.761 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:12 smithi012 bash[18711]: audit 2024-05-06T23:47:12.477218+0000 mon.smithi012 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.12:0/4119006568' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:12.761 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:12 smithi012 bash[18711]: audit 2024-05-06T23:47:12.477218+0000 mon.smithi012 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.12:0/4119006568' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:12.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:12 smithi183 bash[22984]: cluster 2024-05-06T23:47:11.491601+0000 mgr.smithi012.ztruhu (mgr.14199) 207 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:12.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:12 smithi183 bash[22984]: cluster 2024-05-06T23:47:11.491601+0000 mgr.smithi012.ztruhu (mgr.14199) 207 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:12.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:12 smithi183 bash[22984]: audit 2024-05-06T23:47:12.477218+0000 mon.smithi012 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.12:0/4119006568' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:12.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:12 smithi183 bash[22984]: audit 2024-05-06T23:47:12.477218+0000 mon.smithi012 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.12:0/4119006568' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:14.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:14 smithi183 bash[22984]: cluster 2024-05-06T23:47:13.492207+0000 mgr.smithi012.ztruhu (mgr.14199) 208 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:14.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:14 smithi183 bash[22984]: cluster 2024-05-06T23:47:13.492207+0000 mgr.smithi012.ztruhu (mgr.14199) 208 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:14.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:14 smithi012 bash[18711]: cluster 2024-05-06T23:47:13.492207+0000 mgr.smithi012.ztruhu (mgr.14199) 208 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:14.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:14 smithi012 bash[18711]: cluster 2024-05-06T23:47:13.492207+0000 mgr.smithi012.ztruhu (mgr.14199) 208 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:16.222 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:47:16.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:16 smithi183 bash[22984]: cluster 2024-05-06T23:47:15.492839+0000 mgr.smithi012.ztruhu (mgr.14199) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:16.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:16 smithi183 bash[22984]: cluster 2024-05-06T23:47:15.492839+0000 mgr.smithi012.ztruhu (mgr.14199) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:16.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:16 smithi012 bash[18711]: cluster 2024-05-06T23:47:15.492839+0000 mgr.smithi012.ztruhu (mgr.14199) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:16.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:16 smithi012 bash[18711]: cluster 2024-05-06T23:47:15.492839+0000 mgr.smithi012.ztruhu (mgr.14199) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:18.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:18 smithi183 bash[22984]: cluster 2024-05-06T23:47:17.493468+0000 mgr.smithi012.ztruhu (mgr.14199) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:18.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:18 smithi183 bash[22984]: cluster 2024-05-06T23:47:17.493468+0000 mgr.smithi012.ztruhu (mgr.14199) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:18.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:18 smithi012 bash[18711]: cluster 2024-05-06T23:47:17.493468+0000 mgr.smithi012.ztruhu (mgr.14199) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:18.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:18 smithi012 bash[18711]: cluster 2024-05-06T23:47:17.493468+0000 mgr.smithi012.ztruhu (mgr.14199) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:20.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:20 smithi183 bash[22984]: cluster 2024-05-06T23:47:19.494195+0000 mgr.smithi012.ztruhu (mgr.14199) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:20.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:20 smithi183 bash[22984]: cluster 2024-05-06T23:47:19.494195+0000 mgr.smithi012.ztruhu (mgr.14199) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:20.922 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:20 smithi012 bash[18711]: cluster 2024-05-06T23:47:19.494195+0000 mgr.smithi012.ztruhu (mgr.14199) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:20.922 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:20 smithi012 bash[18711]: cluster 2024-05-06T23:47:19.494195+0000 mgr.smithi012.ztruhu (mgr.14199) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:21.021 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:47:22.352 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:47:22.352 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:47:22.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:22 smithi012 bash[18711]: cluster 2024-05-06T23:47:21.494783+0000 mgr.smithi012.ztruhu (mgr.14199) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:22.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:22 smithi012 bash[18711]: cluster 2024-05-06T23:47:21.494783+0000 mgr.smithi012.ztruhu (mgr.14199) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:22.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:22 smithi012 bash[18711]: audit 2024-05-06T23:47:22.351065+0000 mon.smithi012 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.12:0/3996877914' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:22.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:22 smithi012 bash[18711]: audit 2024-05-06T23:47:22.351065+0000 mon.smithi012 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.12:0/3996877914' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:22.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:22 smithi183 bash[22984]: cluster 2024-05-06T23:47:21.494783+0000 mgr.smithi012.ztruhu (mgr.14199) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:22.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:22 smithi183 bash[22984]: cluster 2024-05-06T23:47:21.494783+0000 mgr.smithi012.ztruhu (mgr.14199) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:22.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:22 smithi183 bash[22984]: audit 2024-05-06T23:47:22.351065+0000 mon.smithi012 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.12:0/3996877914' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:22.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:22 smithi183 bash[22984]: audit 2024-05-06T23:47:22.351065+0000 mon.smithi012 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.12:0/3996877914' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:24.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:24 smithi183 bash[22984]: cluster 2024-05-06T23:47:23.495360+0000 mgr.smithi012.ztruhu (mgr.14199) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:24.910 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:24 smithi183 bash[22984]: cluster 2024-05-06T23:47:23.495360+0000 mgr.smithi012.ztruhu (mgr.14199) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:24 smithi012 bash[18711]: cluster 2024-05-06T23:47:23.495360+0000 mgr.smithi012.ztruhu (mgr.14199) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:24 smithi012 bash[18711]: cluster 2024-05-06T23:47:23.495360+0000 mgr.smithi012.ztruhu (mgr.14199) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:25.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:25 smithi183 bash[22984]: audit 2024-05-06T23:47:24.949529+0000 mon.smithi012 (mon.0) 769 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:25.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:25 smithi183 bash[22984]: audit 2024-05-06T23:47:24.949529+0000 mon.smithi012 (mon.0) 769 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:25 smithi012 bash[18711]: audit 2024-05-06T23:47:24.949529+0000 mon.smithi012 (mon.0) 769 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:25.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:25 smithi012 bash[18711]: audit 2024-05-06T23:47:24.949529+0000 mon.smithi012 (mon.0) 769 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:26.080 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:47:26.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:26 smithi183 bash[22984]: cluster 2024-05-06T23:47:25.496086+0000 mgr.smithi012.ztruhu (mgr.14199) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:26.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:26 smithi183 bash[22984]: cluster 2024-05-06T23:47:25.496086+0000 mgr.smithi012.ztruhu (mgr.14199) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:26.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:26 smithi012 bash[18711]: cluster 2024-05-06T23:47:25.496086+0000 mgr.smithi012.ztruhu (mgr.14199) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:26.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:26 smithi012 bash[18711]: cluster 2024-05-06T23:47:25.496086+0000 mgr.smithi012.ztruhu (mgr.14199) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:28.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:28 smithi183 bash[22984]: cluster 2024-05-06T23:47:27.496724+0000 mgr.smithi012.ztruhu (mgr.14199) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:28.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:28 smithi183 bash[22984]: cluster 2024-05-06T23:47:27.496724+0000 mgr.smithi012.ztruhu (mgr.14199) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:28.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:28 smithi012 bash[18711]: cluster 2024-05-06T23:47:27.496724+0000 mgr.smithi012.ztruhu (mgr.14199) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:28.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:28 smithi012 bash[18711]: cluster 2024-05-06T23:47:27.496724+0000 mgr.smithi012.ztruhu (mgr.14199) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:30.882 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:47:30.903 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:30 smithi012 bash[18711]: cluster 2024-05-06T23:47:29.497335+0000 mgr.smithi012.ztruhu (mgr.14199) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:30.903 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:30 smithi012 bash[18711]: cluster 2024-05-06T23:47:29.497335+0000 mgr.smithi012.ztruhu (mgr.14199) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:30.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:30 smithi183 bash[22984]: cluster 2024-05-06T23:47:29.497335+0000 mgr.smithi012.ztruhu (mgr.14199) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:30.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:30 smithi183 bash[22984]: cluster 2024-05-06T23:47:29.497335+0000 mgr.smithi012.ztruhu (mgr.14199) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:32.221 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:47:32.222 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:47:32.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:32 smithi183 bash[22984]: cluster 2024-05-06T23:47:31.497902+0000 mgr.smithi012.ztruhu (mgr.14199) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:32.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:32 smithi183 bash[22984]: cluster 2024-05-06T23:47:31.497902+0000 mgr.smithi012.ztruhu (mgr.14199) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:32.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:32 smithi183 bash[22984]: audit 2024-05-06T23:47:32.220441+0000 mon.smithi012 (mon.0) 770 : audit [DBG] from='client.? 172.21.15.12:0/2536813565' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:32.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:32 smithi183 bash[22984]: audit 2024-05-06T23:47:32.220441+0000 mon.smithi012 (mon.0) 770 : audit [DBG] from='client.? 172.21.15.12:0/2536813565' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:32.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:32 smithi012 bash[18711]: cluster 2024-05-06T23:47:31.497902+0000 mgr.smithi012.ztruhu (mgr.14199) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:32.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:32 smithi012 bash[18711]: cluster 2024-05-06T23:47:31.497902+0000 mgr.smithi012.ztruhu (mgr.14199) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:32.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:32 smithi012 bash[18711]: audit 2024-05-06T23:47:32.220441+0000 mon.smithi012 (mon.0) 770 : audit [DBG] from='client.? 172.21.15.12:0/2536813565' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:32.913 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:32 smithi012 bash[18711]: audit 2024-05-06T23:47:32.220441+0000 mon.smithi012 (mon.0) 770 : audit [DBG] from='client.? 172.21.15.12:0/2536813565' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:34.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:34 smithi183 bash[22984]: cluster 2024-05-06T23:47:33.498539+0000 mgr.smithi012.ztruhu (mgr.14199) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:34.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:34 smithi183 bash[22984]: cluster 2024-05-06T23:47:33.498539+0000 mgr.smithi012.ztruhu (mgr.14199) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:34.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:34 smithi012 bash[18711]: cluster 2024-05-06T23:47:33.498539+0000 mgr.smithi012.ztruhu (mgr.14199) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:34.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:34 smithi012 bash[18711]: cluster 2024-05-06T23:47:33.498539+0000 mgr.smithi012.ztruhu (mgr.14199) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:35.915 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:47:36.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:36 smithi183 bash[22984]: cluster 2024-05-06T23:47:35.499188+0000 mgr.smithi012.ztruhu (mgr.14199) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:36.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:36 smithi183 bash[22984]: cluster 2024-05-06T23:47:35.499188+0000 mgr.smithi012.ztruhu (mgr.14199) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:36 smithi012 bash[18711]: cluster 2024-05-06T23:47:35.499188+0000 mgr.smithi012.ztruhu (mgr.14199) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:36.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:36 smithi012 bash[18711]: cluster 2024-05-06T23:47:35.499188+0000 mgr.smithi012.ztruhu (mgr.14199) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:38.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:38 smithi183 bash[22984]: cluster 2024-05-06T23:47:37.499834+0000 mgr.smithi012.ztruhu (mgr.14199) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:38.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:38 smithi183 bash[22984]: cluster 2024-05-06T23:47:37.499834+0000 mgr.smithi012.ztruhu (mgr.14199) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:38 smithi012 bash[18711]: cluster 2024-05-06T23:47:37.499834+0000 mgr.smithi012.ztruhu (mgr.14199) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:38.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:38 smithi012 bash[18711]: cluster 2024-05-06T23:47:37.499834+0000 mgr.smithi012.ztruhu (mgr.14199) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:40.721 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:47:40.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:40 smithi183 bash[22984]: cluster 2024-05-06T23:47:39.500476+0000 mgr.smithi012.ztruhu (mgr.14199) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:40.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:40 smithi183 bash[22984]: cluster 2024-05-06T23:47:39.500476+0000 mgr.smithi012.ztruhu (mgr.14199) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:40.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:40 smithi183 bash[22984]: audit 2024-05-06T23:47:39.949835+0000 mon.smithi012 (mon.0) 771 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:40.909 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:40 smithi183 bash[22984]: audit 2024-05-06T23:47:39.949835+0000 mon.smithi012 (mon.0) 771 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:40.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:40 smithi012 bash[18711]: cluster 2024-05-06T23:47:39.500476+0000 mgr.smithi012.ztruhu (mgr.14199) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:40.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:40 smithi012 bash[18711]: cluster 2024-05-06T23:47:39.500476+0000 mgr.smithi012.ztruhu (mgr.14199) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:40.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:40 smithi012 bash[18711]: audit 2024-05-06T23:47:39.949835+0000 mon.smithi012 (mon.0) 771 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:40.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:40 smithi012 bash[18711]: audit 2024-05-06T23:47:39.949835+0000 mon.smithi012 (mon.0) 771 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:42.064 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:47:42.064 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:47:42.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:42 smithi012 bash[18711]: cluster 2024-05-06T23:47:41.501100+0000 mgr.smithi012.ztruhu (mgr.14199) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:42.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:42 smithi012 bash[18711]: cluster 2024-05-06T23:47:41.501100+0000 mgr.smithi012.ztruhu (mgr.14199) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:42.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:42 smithi012 bash[18711]: audit 2024-05-06T23:47:42.063073+0000 mon.smithi012 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.12:0/2125963238' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:42.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:42 smithi012 bash[18711]: audit 2024-05-06T23:47:42.063073+0000 mon.smithi012 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.12:0/2125963238' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:43.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:42 smithi183 bash[22984]: cluster 2024-05-06T23:47:41.501100+0000 mgr.smithi012.ztruhu (mgr.14199) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:43.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:42 smithi183 bash[22984]: cluster 2024-05-06T23:47:41.501100+0000 mgr.smithi012.ztruhu (mgr.14199) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:43.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:42 smithi183 bash[22984]: audit 2024-05-06T23:47:42.063073+0000 mon.smithi012 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.12:0/2125963238' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:43.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:42 smithi183 bash[22984]: audit 2024-05-06T23:47:42.063073+0000 mon.smithi012 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.12:0/2125963238' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:44 smithi012 bash[18711]: cluster 2024-05-06T23:47:43.501710+0000 mgr.smithi012.ztruhu (mgr.14199) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:44.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:44 smithi012 bash[18711]: cluster 2024-05-06T23:47:43.501710+0000 mgr.smithi012.ztruhu (mgr.14199) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:45.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:44 smithi183 bash[22984]: cluster 2024-05-06T23:47:43.501710+0000 mgr.smithi012.ztruhu (mgr.14199) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:45.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:44 smithi183 bash[22984]: cluster 2024-05-06T23:47:43.501710+0000 mgr.smithi012.ztruhu (mgr.14199) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:45.747 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:47:46.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:46 smithi012 bash[18711]: cluster 2024-05-06T23:47:45.502344+0000 mgr.smithi012.ztruhu (mgr.14199) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:46.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:46 smithi012 bash[18711]: cluster 2024-05-06T23:47:45.502344+0000 mgr.smithi012.ztruhu (mgr.14199) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:47.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:46 smithi183 bash[22984]: cluster 2024-05-06T23:47:45.502344+0000 mgr.smithi012.ztruhu (mgr.14199) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:47.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:46 smithi183 bash[22984]: cluster 2024-05-06T23:47:45.502344+0000 mgr.smithi012.ztruhu (mgr.14199) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:48.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:48 smithi012 bash[18711]: cluster 2024-05-06T23:47:47.503082+0000 mgr.smithi012.ztruhu (mgr.14199) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:48.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:48 smithi012 bash[18711]: cluster 2024-05-06T23:47:47.503082+0000 mgr.smithi012.ztruhu (mgr.14199) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:49.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:48 smithi183 bash[22984]: cluster 2024-05-06T23:47:47.503082+0000 mgr.smithi012.ztruhu (mgr.14199) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:49.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:48 smithi183 bash[22984]: cluster 2024-05-06T23:47:47.503082+0000 mgr.smithi012.ztruhu (mgr.14199) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:50.554 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:47:50.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:50 smithi012 bash[18711]: cluster 2024-05-06T23:47:49.503754+0000 mgr.smithi012.ztruhu (mgr.14199) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:50.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:50 smithi012 bash[18711]: cluster 2024-05-06T23:47:49.503754+0000 mgr.smithi012.ztruhu (mgr.14199) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:51.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:50 smithi183 bash[22984]: cluster 2024-05-06T23:47:49.503754+0000 mgr.smithi012.ztruhu (mgr.14199) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:51.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:50 smithi183 bash[22984]: cluster 2024-05-06T23:47:49.503754+0000 mgr.smithi012.ztruhu (mgr.14199) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:52.120 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:47:52.120 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:47:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:52 smithi012 bash[18711]: cluster 2024-05-06T23:47:51.504412+0000 mgr.smithi012.ztruhu (mgr.14199) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:52 smithi012 bash[18711]: cluster 2024-05-06T23:47:51.504412+0000 mgr.smithi012.ztruhu (mgr.14199) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:52.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:52 smithi012 bash[18711]: audit 2024-05-06T23:47:52.118928+0000 mon.smithi012 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.12:0/70118301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:52.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:52 smithi012 bash[18711]: audit 2024-05-06T23:47:52.118928+0000 mon.smithi012 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.12:0/70118301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:53.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:52 smithi183 bash[22984]: cluster 2024-05-06T23:47:51.504412+0000 mgr.smithi012.ztruhu (mgr.14199) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:53.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:52 smithi183 bash[22984]: cluster 2024-05-06T23:47:51.504412+0000 mgr.smithi012.ztruhu (mgr.14199) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:53.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:52 smithi183 bash[22984]: audit 2024-05-06T23:47:52.118928+0000 mon.smithi012 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.12:0/70118301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:53.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:52 smithi183 bash[22984]: audit 2024-05-06T23:47:52.118928+0000 mon.smithi012 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.12:0/70118301' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:47:54.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:54 smithi012 bash[18711]: cluster 2024-05-06T23:47:53.505032+0000 mgr.smithi012.ztruhu (mgr.14199) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:54.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:54 smithi012 bash[18711]: cluster 2024-05-06T23:47:53.505032+0000 mgr.smithi012.ztruhu (mgr.14199) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:55.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:54 smithi183 bash[22984]: cluster 2024-05-06T23:47:53.505032+0000 mgr.smithi012.ztruhu (mgr.14199) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:55.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:54 smithi183 bash[22984]: cluster 2024-05-06T23:47:53.505032+0000 mgr.smithi012.ztruhu (mgr.14199) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:55.781 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:47:55.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:55 smithi012 bash[18711]: audit 2024-05-06T23:47:54.950370+0000 mon.smithi012 (mon.0) 774 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:55.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:55 smithi012 bash[18711]: audit 2024-05-06T23:47:54.950370+0000 mon.smithi012 (mon.0) 774 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:56.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:55 smithi183 bash[22984]: audit 2024-05-06T23:47:54.950370+0000 mon.smithi012 (mon.0) 774 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:56.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:55 smithi183 bash[22984]: audit 2024-05-06T23:47:54.950370+0000 mon.smithi012 (mon.0) 774 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:47:56.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:56 smithi012 bash[18711]: cluster 2024-05-06T23:47:55.505665+0000 mgr.smithi012.ztruhu (mgr.14199) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:56.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:56 smithi012 bash[18711]: cluster 2024-05-06T23:47:55.505665+0000 mgr.smithi012.ztruhu (mgr.14199) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:57.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:56 smithi183 bash[22984]: cluster 2024-05-06T23:47:55.505665+0000 mgr.smithi012.ztruhu (mgr.14199) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:57.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:56 smithi183 bash[22984]: cluster 2024-05-06T23:47:55.505665+0000 mgr.smithi012.ztruhu (mgr.14199) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:57.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:57 smithi012 bash[18711]: audit 2024-05-06T23:47:57.579606+0000 mon.smithi012 (mon.0) 775 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:47:57.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:57 smithi012 bash[18711]: audit 2024-05-06T23:47:57.579606+0000 mon.smithi012 (mon.0) 775 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:47:58.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:57 smithi183 bash[22984]: audit 2024-05-06T23:47:57.579606+0000 mon.smithi012 (mon.0) 775 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:47:58.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:57 smithi183 bash[22984]: audit 2024-05-06T23:47:57.579606+0000 mon.smithi012 (mon.0) 775 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:47:58.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:58 smithi012 bash[18711]: cluster 2024-05-06T23:47:57.506345+0000 mgr.smithi012.ztruhu (mgr.14199) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:58.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:47:58 smithi012 bash[18711]: cluster 2024-05-06T23:47:57.506345+0000 mgr.smithi012.ztruhu (mgr.14199) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:59.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:58 smithi183 bash[22984]: cluster 2024-05-06T23:47:57.506345+0000 mgr.smithi012.ztruhu (mgr.14199) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:47:59.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:47:58 smithi183 bash[22984]: cluster 2024-05-06T23:47:57.506345+0000 mgr.smithi012.ztruhu (mgr.14199) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:00.574 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:48:00.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:00 smithi012 bash[18711]: cluster 2024-05-06T23:47:59.506954+0000 mgr.smithi012.ztruhu (mgr.14199) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:00.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:00 smithi012 bash[18711]: cluster 2024-05-06T23:47:59.506954+0000 mgr.smithi012.ztruhu (mgr.14199) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:01.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:00 smithi183 bash[22984]: cluster 2024-05-06T23:47:59.506954+0000 mgr.smithi012.ztruhu (mgr.14199) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:01.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:00 smithi183 bash[22984]: cluster 2024-05-06T23:47:59.506954+0000 mgr.smithi012.ztruhu (mgr.14199) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:02.031 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:48:02.031 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:48:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:02 smithi012 bash[18711]: cluster 2024-05-06T23:48:01.507588+0000 mgr.smithi012.ztruhu (mgr.14199) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:02 smithi012 bash[18711]: cluster 2024-05-06T23:48:01.507588+0000 mgr.smithi012.ztruhu (mgr.14199) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:02 smithi012 bash[18711]: audit 2024-05-06T23:48:02.029600+0000 mon.smithi012 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.12:0/977070303' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:02.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:02 smithi012 bash[18711]: audit 2024-05-06T23:48:02.029600+0000 mon.smithi012 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.12:0/977070303' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:03.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:02 smithi183 bash[22984]: cluster 2024-05-06T23:48:01.507588+0000 mgr.smithi012.ztruhu (mgr.14199) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:03.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:02 smithi183 bash[22984]: cluster 2024-05-06T23:48:01.507588+0000 mgr.smithi012.ztruhu (mgr.14199) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:03.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:02 smithi183 bash[22984]: audit 2024-05-06T23:48:02.029600+0000 mon.smithi012 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.12:0/977070303' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:03.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:02 smithi183 bash[22984]: audit 2024-05-06T23:48:02.029600+0000 mon.smithi012 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.12:0/977070303' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:04.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:03.175131+0000 mon.smithi012 (mon.0) 777 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:03.175131+0000 mon.smithi012 (mon.0) 777 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:03.181055+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:03.181055+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: cluster 2024-05-06T23:48:03.508004+0000 mgr.smithi012.ztruhu (mgr.14199) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: cluster 2024-05-06T23:48:03.508004+0000 mgr.smithi012.ztruhu (mgr.14199) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:04.031851+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:04.031851+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:04.039163+0000 mon.smithi012 (mon.0) 780 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:04 smithi012 bash[18711]: audit 2024-05-06T23:48:04.039163+0000 mon.smithi012 (mon.0) 780 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:03.175131+0000 mon.smithi012 (mon.0) 777 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:03.175131+0000 mon.smithi012 (mon.0) 777 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:03.181055+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:03.181055+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: cluster 2024-05-06T23:48:03.508004+0000 mgr.smithi012.ztruhu (mgr.14199) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: cluster 2024-05-06T23:48:03.508004+0000 mgr.smithi012.ztruhu (mgr.14199) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:04.031851+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:04.031851+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:04.039163+0000 mon.smithi012 (mon.0) 780 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:04.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:04 smithi183 bash[22984]: audit 2024-05-06T23:48:04.039163+0000 mon.smithi012 (mon.0) 780 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.613898+0000 mon.smithi012 (mon.0) 781 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.613898+0000 mon.smithi012 (mon.0) 781 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.615617+0000 mon.smithi012 (mon.0) 782 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.615617+0000 mon.smithi012 (mon.0) 782 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: cluster 2024-05-06T23:48:04.618686+0000 mgr.smithi012.ztruhu (mgr.14199) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: cluster 2024-05-06T23:48:04.618686+0000 mgr.smithi012.ztruhu (mgr.14199) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: cluster 2024-05-06T23:48:04.619206+0000 mgr.smithi012.ztruhu (mgr.14199) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: cluster 2024-05-06T23:48:04.619206+0000 mgr.smithi012.ztruhu (mgr.14199) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.627660+0000 mon.smithi012 (mon.0) 783 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:05.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.627660+0000 mon.smithi012 (mon.0) 783 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:05.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.635908+0000 mon.smithi012 (mon.0) 784 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:48:05.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:05 smithi012 bash[18711]: audit 2024-05-06T23:48:04.635908+0000 mon.smithi012 (mon.0) 784 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.613898+0000 mon.smithi012 (mon.0) 781 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.613898+0000 mon.smithi012 (mon.0) 781 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.615617+0000 mon.smithi012 (mon.0) 782 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.615617+0000 mon.smithi012 (mon.0) 782 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: cluster 2024-05-06T23:48:04.618686+0000 mgr.smithi012.ztruhu (mgr.14199) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: cluster 2024-05-06T23:48:04.618686+0000 mgr.smithi012.ztruhu (mgr.14199) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: cluster 2024-05-06T23:48:04.619206+0000 mgr.smithi012.ztruhu (mgr.14199) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: cluster 2024-05-06T23:48:04.619206+0000 mgr.smithi012.ztruhu (mgr.14199) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:05.660 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.627660+0000 mon.smithi012 (mon.0) 783 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:05.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.627660+0000 mon.smithi012 (mon.0) 783 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:48:05.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.635908+0000 mon.smithi012 (mon.0) 784 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:48:05.661 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:05 smithi183 bash[22984]: audit 2024-05-06T23:48:04.635908+0000 mon.smithi012 (mon.0) 784 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:48:05.662 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:48:07.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:07 smithi012 bash[18711]: cluster 2024-05-06T23:48:06.619824+0000 mgr.smithi012.ztruhu (mgr.14199) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:07.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:07 smithi012 bash[18711]: cluster 2024-05-06T23:48:06.619824+0000 mgr.smithi012.ztruhu (mgr.14199) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:08.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:07 smithi183 bash[22984]: cluster 2024-05-06T23:48:06.619824+0000 mgr.smithi012.ztruhu (mgr.14199) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:08.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:07 smithi183 bash[22984]: cluster 2024-05-06T23:48:06.619824+0000 mgr.smithi012.ztruhu (mgr.14199) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:09.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:09 smithi012 bash[18711]: cluster 2024-05-06T23:48:08.620467+0000 mgr.smithi012.ztruhu (mgr.14199) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:09.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:09 smithi012 bash[18711]: cluster 2024-05-06T23:48:08.620467+0000 mgr.smithi012.ztruhu (mgr.14199) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:10.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:09 smithi183 bash[22984]: cluster 2024-05-06T23:48:08.620467+0000 mgr.smithi012.ztruhu (mgr.14199) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:10.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:09 smithi183 bash[22984]: cluster 2024-05-06T23:48:08.620467+0000 mgr.smithi012.ztruhu (mgr.14199) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:10.464 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:48:10.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:10 smithi012 bash[18711]: audit 2024-05-06T23:48:09.950611+0000 mon.smithi012 (mon.0) 785 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:10.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:10 smithi012 bash[18711]: audit 2024-05-06T23:48:09.950611+0000 mon.smithi012 (mon.0) 785 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:10 smithi183 bash[22984]: audit 2024-05-06T23:48:09.950611+0000 mon.smithi012 (mon.0) 785 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:10 smithi183 bash[22984]: audit 2024-05-06T23:48:09.950611+0000 mon.smithi012 (mon.0) 785 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:11.873 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:48:11.873 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:48:11.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:11 smithi012 bash[18711]: cluster 2024-05-06T23:48:10.621134+0000 mgr.smithi012.ztruhu (mgr.14199) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:11.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:11 smithi012 bash[18711]: cluster 2024-05-06T23:48:10.621134+0000 mgr.smithi012.ztruhu (mgr.14199) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:11 smithi183 bash[22984]: cluster 2024-05-06T23:48:10.621134+0000 mgr.smithi012.ztruhu (mgr.14199) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:11 smithi183 bash[22984]: cluster 2024-05-06T23:48:10.621134+0000 mgr.smithi012.ztruhu (mgr.14199) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:12.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:12 smithi012 bash[18711]: audit 2024-05-06T23:48:11.872066+0000 mon.smithi012 (mon.0) 786 : audit [DBG] from='client.? 172.21.15.12:0/2164221533' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:12.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:12 smithi012 bash[18711]: audit 2024-05-06T23:48:11.872066+0000 mon.smithi012 (mon.0) 786 : audit [DBG] from='client.? 172.21.15.12:0/2164221533' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:13.161 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:12 smithi183 bash[22984]: audit 2024-05-06T23:48:11.872066+0000 mon.smithi012 (mon.0) 786 : audit [DBG] from='client.? 172.21.15.12:0/2164221533' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:13.162 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:12 smithi183 bash[22984]: audit 2024-05-06T23:48:11.872066+0000 mon.smithi012 (mon.0) 786 : audit [DBG] from='client.? 172.21.15.12:0/2164221533' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:13.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:13 smithi012 bash[18711]: cluster 2024-05-06T23:48:12.621780+0000 mgr.smithi012.ztruhu (mgr.14199) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:13.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:13 smithi012 bash[18711]: cluster 2024-05-06T23:48:12.621780+0000 mgr.smithi012.ztruhu (mgr.14199) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:14.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:13 smithi183 bash[22984]: cluster 2024-05-06T23:48:12.621780+0000 mgr.smithi012.ztruhu (mgr.14199) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:14.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:13 smithi183 bash[22984]: cluster 2024-05-06T23:48:12.621780+0000 mgr.smithi012.ztruhu (mgr.14199) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:15.582 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:48:15.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:15 smithi012 bash[18711]: cluster 2024-05-06T23:48:14.622407+0000 mgr.smithi012.ztruhu (mgr.14199) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:15.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:15 smithi012 bash[18711]: cluster 2024-05-06T23:48:14.622407+0000 mgr.smithi012.ztruhu (mgr.14199) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:16.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:15 smithi183 bash[22984]: cluster 2024-05-06T23:48:14.622407+0000 mgr.smithi012.ztruhu (mgr.14199) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:16.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:15 smithi183 bash[22984]: cluster 2024-05-06T23:48:14.622407+0000 mgr.smithi012.ztruhu (mgr.14199) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:17.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:17 smithi012 bash[18711]: cluster 2024-05-06T23:48:16.623016+0000 mgr.smithi012.ztruhu (mgr.14199) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:17.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:17 smithi012 bash[18711]: cluster 2024-05-06T23:48:16.623016+0000 mgr.smithi012.ztruhu (mgr.14199) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:18.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:17 smithi183 bash[22984]: cluster 2024-05-06T23:48:16.623016+0000 mgr.smithi012.ztruhu (mgr.14199) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:18.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:17 smithi183 bash[22984]: cluster 2024-05-06T23:48:16.623016+0000 mgr.smithi012.ztruhu (mgr.14199) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:19 smithi012 bash[18711]: cluster 2024-05-06T23:48:18.623610+0000 mgr.smithi012.ztruhu (mgr.14199) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:19 smithi012 bash[18711]: cluster 2024-05-06T23:48:18.623610+0000 mgr.smithi012.ztruhu (mgr.14199) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:20.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:19 smithi183 bash[22984]: cluster 2024-05-06T23:48:18.623610+0000 mgr.smithi012.ztruhu (mgr.14199) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:20.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:19 smithi183 bash[22984]: cluster 2024-05-06T23:48:18.623610+0000 mgr.smithi012.ztruhu (mgr.14199) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:20.388 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:48:21.704 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:48:21.704 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:48:21.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:21 smithi012 bash[18711]: cluster 2024-05-06T23:48:20.624216+0000 mgr.smithi012.ztruhu (mgr.14199) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:21.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:21 smithi012 bash[18711]: cluster 2024-05-06T23:48:20.624216+0000 mgr.smithi012.ztruhu (mgr.14199) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:21.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:21 smithi012 bash[18711]: audit 2024-05-06T23:48:21.703018+0000 mon.smithi012 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.12:0/2204471471' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:21.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:21 smithi012 bash[18711]: audit 2024-05-06T23:48:21.703018+0000 mon.smithi012 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.12:0/2204471471' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:22.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:21 smithi183 bash[22984]: cluster 2024-05-06T23:48:20.624216+0000 mgr.smithi012.ztruhu (mgr.14199) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:22.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:21 smithi183 bash[22984]: cluster 2024-05-06T23:48:20.624216+0000 mgr.smithi012.ztruhu (mgr.14199) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:22.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:21 smithi183 bash[22984]: audit 2024-05-06T23:48:21.703018+0000 mon.smithi012 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.12:0/2204471471' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:22.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:21 smithi183 bash[22984]: audit 2024-05-06T23:48:21.703018+0000 mon.smithi012 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.12:0/2204471471' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:24.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:23 smithi183 bash[22984]: cluster 2024-05-06T23:48:22.624834+0000 mgr.smithi012.ztruhu (mgr.14199) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:24.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:23 smithi183 bash[22984]: cluster 2024-05-06T23:48:22.624834+0000 mgr.smithi012.ztruhu (mgr.14199) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:24.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:23 smithi012 bash[18711]: cluster 2024-05-06T23:48:22.624834+0000 mgr.smithi012.ztruhu (mgr.14199) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:24.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:23 smithi012 bash[18711]: cluster 2024-05-06T23:48:22.624834+0000 mgr.smithi012.ztruhu (mgr.14199) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:25.377 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:48:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:25 smithi183 bash[22984]: cluster 2024-05-06T23:48:24.625486+0000 mgr.smithi012.ztruhu (mgr.14199) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:26.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:25 smithi183 bash[22984]: cluster 2024-05-06T23:48:24.625486+0000 mgr.smithi012.ztruhu (mgr.14199) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:26.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:25 smithi183 bash[22984]: audit 2024-05-06T23:48:24.951443+0000 mon.smithi012 (mon.0) 788 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:26.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:25 smithi183 bash[22984]: audit 2024-05-06T23:48:24.951443+0000 mon.smithi012 (mon.0) 788 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:25 smithi012 bash[18711]: cluster 2024-05-06T23:48:24.625486+0000 mgr.smithi012.ztruhu (mgr.14199) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:25 smithi012 bash[18711]: cluster 2024-05-06T23:48:24.625486+0000 mgr.smithi012.ztruhu (mgr.14199) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:25 smithi012 bash[18711]: audit 2024-05-06T23:48:24.951443+0000 mon.smithi012 (mon.0) 788 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:25 smithi012 bash[18711]: audit 2024-05-06T23:48:24.951443+0000 mon.smithi012 (mon.0) 788 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:28.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:27 smithi183 bash[22984]: cluster 2024-05-06T23:48:26.626183+0000 mgr.smithi012.ztruhu (mgr.14199) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:28.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:27 smithi183 bash[22984]: cluster 2024-05-06T23:48:26.626183+0000 mgr.smithi012.ztruhu (mgr.14199) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:27 smithi012 bash[18711]: cluster 2024-05-06T23:48:26.626183+0000 mgr.smithi012.ztruhu (mgr.14199) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:28.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:27 smithi012 bash[18711]: cluster 2024-05-06T23:48:26.626183+0000 mgr.smithi012.ztruhu (mgr.14199) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:30.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:29 smithi183 bash[22984]: cluster 2024-05-06T23:48:28.626766+0000 mgr.smithi012.ztruhu (mgr.14199) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:30.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:29 smithi183 bash[22984]: cluster 2024-05-06T23:48:28.626766+0000 mgr.smithi012.ztruhu (mgr.14199) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:30.180 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:48:30.203 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:29 smithi012 bash[18711]: cluster 2024-05-06T23:48:28.626766+0000 mgr.smithi012.ztruhu (mgr.14199) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:30.203 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:29 smithi012 bash[18711]: cluster 2024-05-06T23:48:28.626766+0000 mgr.smithi012.ztruhu (mgr.14199) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:31.662 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:48:31.662 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:48:31.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:31 smithi012 bash[18711]: cluster 2024-05-06T23:48:30.627515+0000 mgr.smithi012.ztruhu (mgr.14199) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:31.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:31 smithi012 bash[18711]: cluster 2024-05-06T23:48:30.627515+0000 mgr.smithi012.ztruhu (mgr.14199) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:31.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:31 smithi012 bash[18711]: audit 2024-05-06T23:48:31.661114+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.12:0/2112855884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:31.971 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:31 smithi012 bash[18711]: audit 2024-05-06T23:48:31.661114+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.12:0/2112855884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:32.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:31 smithi183 bash[22984]: cluster 2024-05-06T23:48:30.627515+0000 mgr.smithi012.ztruhu (mgr.14199) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:32.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:31 smithi183 bash[22984]: cluster 2024-05-06T23:48:30.627515+0000 mgr.smithi012.ztruhu (mgr.14199) 248 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:32.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:31 smithi183 bash[22984]: audit 2024-05-06T23:48:31.661114+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.12:0/2112855884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:32.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:31 smithi183 bash[22984]: audit 2024-05-06T23:48:31.661114+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.12:0/2112855884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:34.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:33 smithi183 bash[22984]: cluster 2024-05-06T23:48:32.628305+0000 mgr.smithi012.ztruhu (mgr.14199) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:34.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:33 smithi183 bash[22984]: cluster 2024-05-06T23:48:32.628305+0000 mgr.smithi012.ztruhu (mgr.14199) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:34.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:33 smithi012 bash[18711]: cluster 2024-05-06T23:48:32.628305+0000 mgr.smithi012.ztruhu (mgr.14199) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:34.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:33 smithi012 bash[18711]: cluster 2024-05-06T23:48:32.628305+0000 mgr.smithi012.ztruhu (mgr.14199) 249 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:35.366 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:48:36.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:35 smithi183 bash[22984]: cluster 2024-05-06T23:48:34.628980+0000 mgr.smithi012.ztruhu (mgr.14199) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:36.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:35 smithi183 bash[22984]: cluster 2024-05-06T23:48:34.628980+0000 mgr.smithi012.ztruhu (mgr.14199) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:36.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:35 smithi012 bash[18711]: cluster 2024-05-06T23:48:34.628980+0000 mgr.smithi012.ztruhu (mgr.14199) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:36.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:35 smithi012 bash[18711]: cluster 2024-05-06T23:48:34.628980+0000 mgr.smithi012.ztruhu (mgr.14199) 250 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:38.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:37 smithi012 bash[18711]: cluster 2024-05-06T23:48:36.629620+0000 mgr.smithi012.ztruhu (mgr.14199) 251 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:38.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:37 smithi012 bash[18711]: cluster 2024-05-06T23:48:36.629620+0000 mgr.smithi012.ztruhu (mgr.14199) 251 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:38.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:37 smithi183 bash[22984]: cluster 2024-05-06T23:48:36.629620+0000 mgr.smithi012.ztruhu (mgr.14199) 251 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:38.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:37 smithi183 bash[22984]: cluster 2024-05-06T23:48:36.629620+0000 mgr.smithi012.ztruhu (mgr.14199) 251 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:40.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:39 smithi183 bash[22984]: cluster 2024-05-06T23:48:38.630248+0000 mgr.smithi012.ztruhu (mgr.14199) 252 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:40.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:39 smithi183 bash[22984]: cluster 2024-05-06T23:48:38.630248+0000 mgr.smithi012.ztruhu (mgr.14199) 252 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:40.161 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:48:40.182 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:39 smithi012 bash[18711]: cluster 2024-05-06T23:48:38.630248+0000 mgr.smithi012.ztruhu (mgr.14199) 252 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:40.182 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:39 smithi012 bash[18711]: cluster 2024-05-06T23:48:38.630248+0000 mgr.smithi012.ztruhu (mgr.14199) 252 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:41.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:40 smithi012 bash[18711]: audit 2024-05-06T23:48:39.951697+0000 mon.smithi012 (mon.0) 790 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:41.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:40 smithi012 bash[18711]: audit 2024-05-06T23:48:39.951697+0000 mon.smithi012 (mon.0) 790 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:41.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:40 smithi183 bash[22984]: audit 2024-05-06T23:48:39.951697+0000 mon.smithi012 (mon.0) 790 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:41.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:40 smithi183 bash[22984]: audit 2024-05-06T23:48:39.951697+0000 mon.smithi012 (mon.0) 790 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:41.573 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:48:41.574 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:48:41.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:41 smithi012 bash[18711]: cluster 2024-05-06T23:48:40.630896+0000 mgr.smithi012.ztruhu (mgr.14199) 253 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:41 smithi012 bash[18711]: cluster 2024-05-06T23:48:40.630896+0000 mgr.smithi012.ztruhu (mgr.14199) 253 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:41 smithi012 bash[18711]: audit 2024-05-06T23:48:41.572680+0000 mon.smithi012 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.12:0/3411674003' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:41.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:41 smithi012 bash[18711]: audit 2024-05-06T23:48:41.572680+0000 mon.smithi012 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.12:0/3411674003' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:42.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:41 smithi183 bash[22984]: cluster 2024-05-06T23:48:40.630896+0000 mgr.smithi012.ztruhu (mgr.14199) 253 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:42.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:41 smithi183 bash[22984]: cluster 2024-05-06T23:48:40.630896+0000 mgr.smithi012.ztruhu (mgr.14199) 253 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:42.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:41 smithi183 bash[22984]: audit 2024-05-06T23:48:41.572680+0000 mon.smithi012 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.12:0/3411674003' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:42.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:41 smithi183 bash[22984]: audit 2024-05-06T23:48:41.572680+0000 mon.smithi012 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.12:0/3411674003' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:44.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:43 smithi183 bash[22984]: cluster 2024-05-06T23:48:42.631525+0000 mgr.smithi012.ztruhu (mgr.14199) 254 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:44.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:43 smithi183 bash[22984]: cluster 2024-05-06T23:48:42.631525+0000 mgr.smithi012.ztruhu (mgr.14199) 254 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:44.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:43 smithi012 bash[18711]: cluster 2024-05-06T23:48:42.631525+0000 mgr.smithi012.ztruhu (mgr.14199) 254 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:44.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:43 smithi012 bash[18711]: cluster 2024-05-06T23:48:42.631525+0000 mgr.smithi012.ztruhu (mgr.14199) 254 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:45.274 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:48:46.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:45 smithi183 bash[22984]: cluster 2024-05-06T23:48:44.632160+0000 mgr.smithi012.ztruhu (mgr.14199) 255 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:46.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:45 smithi183 bash[22984]: cluster 2024-05-06T23:48:44.632160+0000 mgr.smithi012.ztruhu (mgr.14199) 255 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:46.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:45 smithi012 bash[18711]: cluster 2024-05-06T23:48:44.632160+0000 mgr.smithi012.ztruhu (mgr.14199) 255 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:46.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:45 smithi012 bash[18711]: cluster 2024-05-06T23:48:44.632160+0000 mgr.smithi012.ztruhu (mgr.14199) 255 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:48.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:47 smithi183 bash[22984]: cluster 2024-05-06T23:48:46.632759+0000 mgr.smithi012.ztruhu (mgr.14199) 256 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:48.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:47 smithi183 bash[22984]: cluster 2024-05-06T23:48:46.632759+0000 mgr.smithi012.ztruhu (mgr.14199) 256 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:48.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:47 smithi012 bash[18711]: cluster 2024-05-06T23:48:46.632759+0000 mgr.smithi012.ztruhu (mgr.14199) 256 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:48.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:47 smithi012 bash[18711]: cluster 2024-05-06T23:48:46.632759+0000 mgr.smithi012.ztruhu (mgr.14199) 256 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:50.071 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:48:50.095 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:49 smithi012 bash[18711]: cluster 2024-05-06T23:48:48.633532+0000 mgr.smithi012.ztruhu (mgr.14199) 257 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:50.095 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:49 smithi012 bash[18711]: cluster 2024-05-06T23:48:48.633532+0000 mgr.smithi012.ztruhu (mgr.14199) 257 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:50.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:49 smithi183 bash[22984]: cluster 2024-05-06T23:48:48.633532+0000 mgr.smithi012.ztruhu (mgr.14199) 257 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:50.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:49 smithi183 bash[22984]: cluster 2024-05-06T23:48:48.633532+0000 mgr.smithi012.ztruhu (mgr.14199) 257 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:51.438 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:48:51.438 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:48:52.125 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:51 smithi012 bash[18711]: cluster 2024-05-06T23:48:50.634231+0000 mgr.smithi012.ztruhu (mgr.14199) 258 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:52.126 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:51 smithi012 bash[18711]: cluster 2024-05-06T23:48:50.634231+0000 mgr.smithi012.ztruhu (mgr.14199) 258 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:52.126 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:51 smithi012 bash[18711]: audit 2024-05-06T23:48:51.437266+0000 mon.smithi012 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.12:0/3176248552' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:52.126 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:51 smithi012 bash[18711]: audit 2024-05-06T23:48:51.437266+0000 mon.smithi012 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.12:0/3176248552' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:52.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:51 smithi183 bash[22984]: cluster 2024-05-06T23:48:50.634231+0000 mgr.smithi012.ztruhu (mgr.14199) 258 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:52.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:51 smithi183 bash[22984]: cluster 2024-05-06T23:48:50.634231+0000 mgr.smithi012.ztruhu (mgr.14199) 258 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:52.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:51 smithi183 bash[22984]: audit 2024-05-06T23:48:51.437266+0000 mon.smithi012 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.12:0/3176248552' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:52.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:51 smithi183 bash[22984]: audit 2024-05-06T23:48:51.437266+0000 mon.smithi012 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.12:0/3176248552' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:48:54.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:53 smithi183 bash[22984]: cluster 2024-05-06T23:48:52.634826+0000 mgr.smithi012.ztruhu (mgr.14199) 259 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:54.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:53 smithi183 bash[22984]: cluster 2024-05-06T23:48:52.634826+0000 mgr.smithi012.ztruhu (mgr.14199) 259 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:54.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:53 smithi012 bash[18711]: cluster 2024-05-06T23:48:52.634826+0000 mgr.smithi012.ztruhu (mgr.14199) 259 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:54.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:53 smithi012 bash[18711]: cluster 2024-05-06T23:48:52.634826+0000 mgr.smithi012.ztruhu (mgr.14199) 259 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:55.127 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:48:56.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:55 smithi183 bash[22984]: cluster 2024-05-06T23:48:54.635453+0000 mgr.smithi012.ztruhu (mgr.14199) 260 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:56.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:55 smithi183 bash[22984]: cluster 2024-05-06T23:48:54.635453+0000 mgr.smithi012.ztruhu (mgr.14199) 260 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:56.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:55 smithi183 bash[22984]: audit 2024-05-06T23:48:54.952163+0000 mon.smithi012 (mon.0) 793 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:56.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:55 smithi183 bash[22984]: audit 2024-05-06T23:48:54.952163+0000 mon.smithi012 (mon.0) 793 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:55 smithi012 bash[18711]: cluster 2024-05-06T23:48:54.635453+0000 mgr.smithi012.ztruhu (mgr.14199) 260 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:55 smithi012 bash[18711]: cluster 2024-05-06T23:48:54.635453+0000 mgr.smithi012.ztruhu (mgr.14199) 260 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:55 smithi012 bash[18711]: audit 2024-05-06T23:48:54.952163+0000 mon.smithi012 (mon.0) 793 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:55 smithi012 bash[18711]: audit 2024-05-06T23:48:54.952163+0000 mon.smithi012 (mon.0) 793 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:48:58.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:57 smithi183 bash[22984]: cluster 2024-05-06T23:48:56.636074+0000 mgr.smithi012.ztruhu (mgr.14199) 261 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:58.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:57 smithi183 bash[22984]: cluster 2024-05-06T23:48:56.636074+0000 mgr.smithi012.ztruhu (mgr.14199) 261 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:58.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:57 smithi012 bash[18711]: cluster 2024-05-06T23:48:56.636074+0000 mgr.smithi012.ztruhu (mgr.14199) 261 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:58.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:57 smithi012 bash[18711]: cluster 2024-05-06T23:48:56.636074+0000 mgr.smithi012.ztruhu (mgr.14199) 261 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:48:59.929 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:00.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:59 smithi183 bash[22984]: cluster 2024-05-06T23:48:58.636687+0000 mgr.smithi012.ztruhu (mgr.14199) 262 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:00.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:48:59 smithi183 bash[22984]: cluster 2024-05-06T23:48:58.636687+0000 mgr.smithi012.ztruhu (mgr.14199) 262 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:59 smithi012 bash[18711]: cluster 2024-05-06T23:48:58.636687+0000 mgr.smithi012.ztruhu (mgr.14199) 262 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:00.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:48:59 smithi012 bash[18711]: cluster 2024-05-06T23:48:58.636687+0000 mgr.smithi012.ztruhu (mgr.14199) 262 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:01.202 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:49:01.203 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:49:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:01 smithi183 bash[22984]: cluster 2024-05-06T23:49:00.637585+0000 mgr.smithi012.ztruhu (mgr.14199) 263 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:01 smithi183 bash[22984]: cluster 2024-05-06T23:49:00.637585+0000 mgr.smithi012.ztruhu (mgr.14199) 263 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:01 smithi183 bash[22984]: audit 2024-05-06T23:49:01.201637+0000 mon.smithi012 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.12:0/1801810433' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:02.163 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:01 smithi183 bash[22984]: audit 2024-05-06T23:49:01.201637+0000 mon.smithi012 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.12:0/1801810433' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:02.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:01 smithi012 bash[18711]: cluster 2024-05-06T23:49:00.637585+0000 mgr.smithi012.ztruhu (mgr.14199) 263 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:01 smithi012 bash[18711]: cluster 2024-05-06T23:49:00.637585+0000 mgr.smithi012.ztruhu (mgr.14199) 263 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:01 smithi012 bash[18711]: audit 2024-05-06T23:49:01.201637+0000 mon.smithi012 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.12:0/1801810433' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:02.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:01 smithi012 bash[18711]: audit 2024-05-06T23:49:01.201637+0000 mon.smithi012 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.12:0/1801810433' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:04.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:03 smithi183 bash[22984]: cluster 2024-05-06T23:49:02.638240+0000 mgr.smithi012.ztruhu (mgr.14199) 264 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:04.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:03 smithi183 bash[22984]: cluster 2024-05-06T23:49:02.638240+0000 mgr.smithi012.ztruhu (mgr.14199) 264 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:04.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:03 smithi012 bash[18711]: cluster 2024-05-06T23:49:02.638240+0000 mgr.smithi012.ztruhu (mgr.14199) 264 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:04.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:03 smithi012 bash[18711]: cluster 2024-05-06T23:49:02.638240+0000 mgr.smithi012.ztruhu (mgr.14199) 264 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:04.887 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:49:05.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:04 smithi183 bash[22984]: audit 2024-05-06T23:49:04.731718+0000 mon.smithi012 (mon.0) 795 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:49:05.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:04 smithi183 bash[22984]: audit 2024-05-06T23:49:04.731718+0000 mon.smithi012 (mon.0) 795 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:49:05.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:04 smithi012 bash[18711]: audit 2024-05-06T23:49:04.731718+0000 mon.smithi012 (mon.0) 795 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:49:05.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:04 smithi012 bash[18711]: audit 2024-05-06T23:49:04.731718+0000 mon.smithi012 (mon.0) 795 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:49:06.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:05 smithi183 bash[22984]: cluster 2024-05-06T23:49:04.638858+0000 mgr.smithi012.ztruhu (mgr.14199) 265 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:06.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:05 smithi183 bash[22984]: cluster 2024-05-06T23:49:04.638858+0000 mgr.smithi012.ztruhu (mgr.14199) 265 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:06.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:05 smithi012 bash[18711]: cluster 2024-05-06T23:49:04.638858+0000 mgr.smithi012.ztruhu (mgr.14199) 265 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:06.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:05 smithi012 bash[18711]: cluster 2024-05-06T23:49:04.638858+0000 mgr.smithi012.ztruhu (mgr.14199) 265 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:08.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:07 smithi183 bash[22984]: cluster 2024-05-06T23:49:06.639478+0000 mgr.smithi012.ztruhu (mgr.14199) 266 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:08.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:07 smithi183 bash[22984]: cluster 2024-05-06T23:49:06.639478+0000 mgr.smithi012.ztruhu (mgr.14199) 266 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:08.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:07 smithi012 bash[18711]: cluster 2024-05-06T23:49:06.639478+0000 mgr.smithi012.ztruhu (mgr.14199) 266 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:08.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:07 smithi012 bash[18711]: cluster 2024-05-06T23:49:06.639478+0000 mgr.smithi012.ztruhu (mgr.14199) 266 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:09.692 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:09.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:09 smithi012 bash[18711]: cluster 2024-05-06T23:49:08.640048+0000 mgr.smithi012.ztruhu (mgr.14199) 267 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:09.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:09 smithi012 bash[18711]: cluster 2024-05-06T23:49:08.640048+0000 mgr.smithi012.ztruhu (mgr.14199) 267 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:10.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:09 smithi183 bash[22984]: cluster 2024-05-06T23:49:08.640048+0000 mgr.smithi012.ztruhu (mgr.14199) 267 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:10.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:09 smithi183 bash[22984]: cluster 2024-05-06T23:49:08.640048+0000 mgr.smithi012.ztruhu (mgr.14199) 267 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:09.951692+0000 mon.smithi012 (mon.0) 796 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:09.951692+0000 mon.smithi012 (mon.0) 796 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.334123+0000 mon.smithi012 (mon.0) 797 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.334123+0000 mon.smithi012 (mon.0) 797 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.345359+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.345359+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.576427+0000 mon.smithi012 (mon.0) 799 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.576427+0000 mon.smithi012 (mon.0) 799 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.583321+0000 mon.smithi012 (mon.0) 800 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:10 smithi183 bash[22984]: audit 2024-05-06T23:49:10.583321+0000 mon.smithi012 (mon.0) 800 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.195 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:49:11.195 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:49:11.209 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:09.951692+0000 mon.smithi012 (mon.0) 796 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:11.209 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:09.951692+0000 mon.smithi012 (mon.0) 796 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.334123+0000 mon.smithi012 (mon.0) 797 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.334123+0000 mon.smithi012 (mon.0) 797 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.345359+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.345359+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.576427+0000 mon.smithi012 (mon.0) 799 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.576427+0000 mon.smithi012 (mon.0) 799 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.583321+0000 mon.smithi012 (mon.0) 800 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:11.210 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:10 smithi012 bash[18711]: audit 2024-05-06T23:49:10.583321+0000 mon.smithi012 (mon.0) 800 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: cluster 2024-05-06T23:49:10.640414+0000 mgr.smithi012.ztruhu (mgr.14199) 268 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: cluster 2024-05-06T23:49:10.640414+0000 mgr.smithi012.ztruhu (mgr.14199) 268 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.154746+0000 mon.smithi012 (mon.0) 801 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:49:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.154746+0000 mon.smithi012 (mon.0) 801 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:49:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.155894+0000 mon.smithi012 (mon.0) 802 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:49:12.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.155894+0000 mon.smithi012 (mon.0) 802 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:49:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.164852+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.164852+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.169019+0000 mon.smithi012 (mon.0) 804 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:49:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.169019+0000 mon.smithi012 (mon.0) 804 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:49:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.194792+0000 mon.smithi012 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.12:0/3671566215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:12.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:11 smithi183 bash[22984]: audit 2024-05-06T23:49:11.194792+0000 mon.smithi012 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.12:0/3671566215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: cluster 2024-05-06T23:49:10.640414+0000 mgr.smithi012.ztruhu (mgr.14199) 268 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: cluster 2024-05-06T23:49:10.640414+0000 mgr.smithi012.ztruhu (mgr.14199) 268 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.154746+0000 mon.smithi012 (mon.0) 801 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.154746+0000 mon.smithi012 (mon.0) 801 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.155894+0000 mon.smithi012 (mon.0) 802 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.155894+0000 mon.smithi012 (mon.0) 802 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.164852+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.164852+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.169019+0000 mon.smithi012 (mon.0) 804 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.169019+0000 mon.smithi012 (mon.0) 804 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:49:12.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.194792+0000 mon.smithi012 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.12:0/3671566215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:12.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:11 smithi012 bash[18711]: audit 2024-05-06T23:49:11.194792+0000 mon.smithi012 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.12:0/3671566215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:13.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:12 smithi183 bash[22984]: cluster 2024-05-06T23:49:11.157687+0000 mgr.smithi012.ztruhu (mgr.14199) 269 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:12 smithi183 bash[22984]: cluster 2024-05-06T23:49:11.157687+0000 mgr.smithi012.ztruhu (mgr.14199) 269 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:12 smithi183 bash[22984]: cluster 2024-05-06T23:49:11.157899+0000 mgr.smithi012.ztruhu (mgr.14199) 270 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:12 smithi183 bash[22984]: cluster 2024-05-06T23:49:11.157899+0000 mgr.smithi012.ztruhu (mgr.14199) 270 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:12 smithi012 bash[18711]: cluster 2024-05-06T23:49:11.157687+0000 mgr.smithi012.ztruhu (mgr.14199) 269 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:12 smithi012 bash[18711]: cluster 2024-05-06T23:49:11.157687+0000 mgr.smithi012.ztruhu (mgr.14199) 269 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:12 smithi012 bash[18711]: cluster 2024-05-06T23:49:11.157899+0000 mgr.smithi012.ztruhu (mgr.14199) 270 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:13.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:12 smithi012 bash[18711]: cluster 2024-05-06T23:49:11.157899+0000 mgr.smithi012.ztruhu (mgr.14199) 270 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:14.914 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:49:15.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:14 smithi183 bash[22984]: cluster 2024-05-06T23:49:13.158426+0000 mgr.smithi012.ztruhu (mgr.14199) 271 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:15.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:14 smithi183 bash[22984]: cluster 2024-05-06T23:49:13.158426+0000 mgr.smithi012.ztruhu (mgr.14199) 271 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:15.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:14 smithi012 bash[18711]: cluster 2024-05-06T23:49:13.158426+0000 mgr.smithi012.ztruhu (mgr.14199) 271 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:15.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:14 smithi012 bash[18711]: cluster 2024-05-06T23:49:13.158426+0000 mgr.smithi012.ztruhu (mgr.14199) 271 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:17.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:16 smithi183 bash[22984]: cluster 2024-05-06T23:49:15.159031+0000 mgr.smithi012.ztruhu (mgr.14199) 272 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:17.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:16 smithi183 bash[22984]: cluster 2024-05-06T23:49:15.159031+0000 mgr.smithi012.ztruhu (mgr.14199) 272 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:17.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:16 smithi012 bash[18711]: cluster 2024-05-06T23:49:15.159031+0000 mgr.smithi012.ztruhu (mgr.14199) 272 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:17.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:16 smithi012 bash[18711]: cluster 2024-05-06T23:49:15.159031+0000 mgr.smithi012.ztruhu (mgr.14199) 272 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:19.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:18 smithi183 bash[22984]: cluster 2024-05-06T23:49:17.159594+0000 mgr.smithi012.ztruhu (mgr.14199) 273 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:19.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:18 smithi183 bash[22984]: cluster 2024-05-06T23:49:17.159594+0000 mgr.smithi012.ztruhu (mgr.14199) 273 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:19.224 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:18 smithi012 bash[18711]: cluster 2024-05-06T23:49:17.159594+0000 mgr.smithi012.ztruhu (mgr.14199) 273 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:19.224 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:18 smithi012 bash[18711]: cluster 2024-05-06T23:49:17.159594+0000 mgr.smithi012.ztruhu (mgr.14199) 273 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:19.712 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:20.980 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:49:20.980 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:49:21.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:20 smithi183 bash[22984]: cluster 2024-05-06T23:49:19.160350+0000 mgr.smithi012.ztruhu (mgr.14199) 274 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:21.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:20 smithi183 bash[22984]: cluster 2024-05-06T23:49:19.160350+0000 mgr.smithi012.ztruhu (mgr.14199) 274 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:21.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:20 smithi012 bash[18711]: cluster 2024-05-06T23:49:19.160350+0000 mgr.smithi012.ztruhu (mgr.14199) 274 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:21.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:20 smithi012 bash[18711]: cluster 2024-05-06T23:49:19.160350+0000 mgr.smithi012.ztruhu (mgr.14199) 274 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:21.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:21 smithi012 bash[18711]: audit 2024-05-06T23:49:20.979332+0000 mon.smithi012 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.12:0/2717580089' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:21.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:21 smithi012 bash[18711]: audit 2024-05-06T23:49:20.979332+0000 mon.smithi012 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.12:0/2717580089' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:22.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:21 smithi183 bash[22984]: audit 2024-05-06T23:49:20.979332+0000 mon.smithi012 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.12:0/2717580089' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:22.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:21 smithi183 bash[22984]: audit 2024-05-06T23:49:20.979332+0000 mon.smithi012 (mon.0) 806 : audit [DBG] from='client.? 172.21.15.12:0/2717580089' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:23.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:22 smithi183 bash[22984]: cluster 2024-05-06T23:49:21.161011+0000 mgr.smithi012.ztruhu (mgr.14199) 275 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:23.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:22 smithi183 bash[22984]: cluster 2024-05-06T23:49:21.161011+0000 mgr.smithi012.ztruhu (mgr.14199) 275 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:23.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:22 smithi012 bash[18711]: cluster 2024-05-06T23:49:21.161011+0000 mgr.smithi012.ztruhu (mgr.14199) 275 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:23.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:22 smithi012 bash[18711]: cluster 2024-05-06T23:49:21.161011+0000 mgr.smithi012.ztruhu (mgr.14199) 275 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:24.680 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:49:24.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:24 smithi012 bash[18711]: cluster 2024-05-06T23:49:23.161617+0000 mgr.smithi012.ztruhu (mgr.14199) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:24.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:24 smithi012 bash[18711]: cluster 2024-05-06T23:49:23.161617+0000 mgr.smithi012.ztruhu (mgr.14199) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:25.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:24 smithi183 bash[22984]: cluster 2024-05-06T23:49:23.161617+0000 mgr.smithi012.ztruhu (mgr.14199) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:25.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:24 smithi183 bash[22984]: cluster 2024-05-06T23:49:23.161617+0000 mgr.smithi012.ztruhu (mgr.14199) 276 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:25 smithi183 bash[22984]: audit 2024-05-06T23:49:24.952658+0000 mon.smithi012 (mon.0) 807 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:25 smithi183 bash[22984]: audit 2024-05-06T23:49:24.952658+0000 mon.smithi012 (mon.0) 807 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:26.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:25 smithi012 bash[18711]: audit 2024-05-06T23:49:24.952658+0000 mon.smithi012 (mon.0) 807 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:25 smithi012 bash[18711]: audit 2024-05-06T23:49:24.952658+0000 mon.smithi012 (mon.0) 807 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:27.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:26 smithi183 bash[22984]: cluster 2024-05-06T23:49:25.162393+0000 mgr.smithi012.ztruhu (mgr.14199) 277 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:27.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:26 smithi183 bash[22984]: cluster 2024-05-06T23:49:25.162393+0000 mgr.smithi012.ztruhu (mgr.14199) 277 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:26 smithi012 bash[18711]: cluster 2024-05-06T23:49:25.162393+0000 mgr.smithi012.ztruhu (mgr.14199) 277 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:27.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:26 smithi012 bash[18711]: cluster 2024-05-06T23:49:25.162393+0000 mgr.smithi012.ztruhu (mgr.14199) 277 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:29.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:28 smithi183 bash[22984]: cluster 2024-05-06T23:49:27.163064+0000 mgr.smithi012.ztruhu (mgr.14199) 278 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:29.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:28 smithi183 bash[22984]: cluster 2024-05-06T23:49:27.163064+0000 mgr.smithi012.ztruhu (mgr.14199) 278 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:29.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:28 smithi012 bash[18711]: cluster 2024-05-06T23:49:27.163064+0000 mgr.smithi012.ztruhu (mgr.14199) 278 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:29.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:28 smithi012 bash[18711]: cluster 2024-05-06T23:49:27.163064+0000 mgr.smithi012.ztruhu (mgr.14199) 278 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:29.477 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:30.916 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:49:30.916 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:49:31.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:30 smithi183 bash[22984]: cluster 2024-05-06T23:49:29.163690+0000 mgr.smithi012.ztruhu (mgr.14199) 279 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:31.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:30 smithi183 bash[22984]: cluster 2024-05-06T23:49:29.163690+0000 mgr.smithi012.ztruhu (mgr.14199) 279 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:31.171 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:30 smithi012 bash[18711]: cluster 2024-05-06T23:49:29.163690+0000 mgr.smithi012.ztruhu (mgr.14199) 279 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:31.171 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:30 smithi012 bash[18711]: cluster 2024-05-06T23:49:29.163690+0000 mgr.smithi012.ztruhu (mgr.14199) 279 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:32.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:31 smithi183 bash[22984]: audit 2024-05-06T23:49:30.915022+0000 mon.smithi012 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.12:0/1549072333' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:32.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:31 smithi183 bash[22984]: audit 2024-05-06T23:49:30.915022+0000 mon.smithi012 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.12:0/1549072333' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:32.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:31 smithi012 bash[18711]: audit 2024-05-06T23:49:30.915022+0000 mon.smithi012 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.12:0/1549072333' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:32.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:31 smithi012 bash[18711]: audit 2024-05-06T23:49:30.915022+0000 mon.smithi012 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.12:0/1549072333' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:33.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:32 smithi183 bash[22984]: cluster 2024-05-06T23:49:31.164296+0000 mgr.smithi012.ztruhu (mgr.14199) 280 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:33.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:32 smithi183 bash[22984]: cluster 2024-05-06T23:49:31.164296+0000 mgr.smithi012.ztruhu (mgr.14199) 280 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:33.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:32 smithi012 bash[18711]: cluster 2024-05-06T23:49:31.164296+0000 mgr.smithi012.ztruhu (mgr.14199) 280 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:33.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:32 smithi012 bash[18711]: cluster 2024-05-06T23:49:31.164296+0000 mgr.smithi012.ztruhu (mgr.14199) 280 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:34.591 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:49:35.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:34 smithi012 bash[18711]: cluster 2024-05-06T23:49:33.164906+0000 mgr.smithi012.ztruhu (mgr.14199) 281 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:35.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:34 smithi012 bash[18711]: cluster 2024-05-06T23:49:33.164906+0000 mgr.smithi012.ztruhu (mgr.14199) 281 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:35.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:34 smithi183 bash[22984]: cluster 2024-05-06T23:49:33.164906+0000 mgr.smithi012.ztruhu (mgr.14199) 281 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:35.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:34 smithi183 bash[22984]: cluster 2024-05-06T23:49:33.164906+0000 mgr.smithi012.ztruhu (mgr.14199) 281 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:37.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:36 smithi012 bash[18711]: cluster 2024-05-06T23:49:35.165665+0000 mgr.smithi012.ztruhu (mgr.14199) 282 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:37.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:36 smithi012 bash[18711]: cluster 2024-05-06T23:49:35.165665+0000 mgr.smithi012.ztruhu (mgr.14199) 282 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:37.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:36 smithi183 bash[22984]: cluster 2024-05-06T23:49:35.165665+0000 mgr.smithi012.ztruhu (mgr.14199) 282 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:37.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:36 smithi183 bash[22984]: cluster 2024-05-06T23:49:35.165665+0000 mgr.smithi012.ztruhu (mgr.14199) 282 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:39.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:38 smithi012 bash[18711]: cluster 2024-05-06T23:49:37.166321+0000 mgr.smithi012.ztruhu (mgr.14199) 283 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:39.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:38 smithi012 bash[18711]: cluster 2024-05-06T23:49:37.166321+0000 mgr.smithi012.ztruhu (mgr.14199) 283 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:39.389 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:39.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:38 smithi183 bash[22984]: cluster 2024-05-06T23:49:37.166321+0000 mgr.smithi012.ztruhu (mgr.14199) 283 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:39.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:38 smithi183 bash[22984]: cluster 2024-05-06T23:49:37.166321+0000 mgr.smithi012.ztruhu (mgr.14199) 283 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:40.764 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:49:40.764 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:49:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:40 smithi012 bash[18711]: cluster 2024-05-06T23:49:39.166923+0000 mgr.smithi012.ztruhu (mgr.14199) 284 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:40 smithi012 bash[18711]: cluster 2024-05-06T23:49:39.166923+0000 mgr.smithi012.ztruhu (mgr.14199) 284 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:40 smithi012 bash[18711]: audit 2024-05-06T23:49:39.953254+0000 mon.smithi012 (mon.0) 809 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:40 smithi012 bash[18711]: audit 2024-05-06T23:49:39.953254+0000 mon.smithi012 (mon.0) 809 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:40 smithi012 bash[18711]: audit 2024-05-06T23:49:40.763102+0000 mon.smithi012 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.12:0/103552179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:41.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:40 smithi012 bash[18711]: audit 2024-05-06T23:49:40.763102+0000 mon.smithi012 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.12:0/103552179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:41.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:40 smithi183 bash[22984]: cluster 2024-05-06T23:49:39.166923+0000 mgr.smithi012.ztruhu (mgr.14199) 284 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:41.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:40 smithi183 bash[22984]: cluster 2024-05-06T23:49:39.166923+0000 mgr.smithi012.ztruhu (mgr.14199) 284 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:41.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:40 smithi183 bash[22984]: audit 2024-05-06T23:49:39.953254+0000 mon.smithi012 (mon.0) 809 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:41.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:40 smithi183 bash[22984]: audit 2024-05-06T23:49:39.953254+0000 mon.smithi012 (mon.0) 809 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:41.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:40 smithi183 bash[22984]: audit 2024-05-06T23:49:40.763102+0000 mon.smithi012 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.12:0/103552179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:41.409 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:40 smithi183 bash[22984]: audit 2024-05-06T23:49:40.763102+0000 mon.smithi012 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.12:0/103552179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:43.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:42 smithi012 bash[18711]: cluster 2024-05-06T23:49:41.167528+0000 mgr.smithi012.ztruhu (mgr.14199) 285 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:43.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:42 smithi012 bash[18711]: cluster 2024-05-06T23:49:41.167528+0000 mgr.smithi012.ztruhu (mgr.14199) 285 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:43.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:42 smithi183 bash[22984]: cluster 2024-05-06T23:49:41.167528+0000 mgr.smithi012.ztruhu (mgr.14199) 285 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:43.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:42 smithi183 bash[22984]: cluster 2024-05-06T23:49:41.167528+0000 mgr.smithi012.ztruhu (mgr.14199) 285 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:44.455 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:49:45.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:44 smithi012 bash[18711]: cluster 2024-05-06T23:49:43.168150+0000 mgr.smithi012.ztruhu (mgr.14199) 286 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:45.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:44 smithi012 bash[18711]: cluster 2024-05-06T23:49:43.168150+0000 mgr.smithi012.ztruhu (mgr.14199) 286 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:45.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:44 smithi183 bash[22984]: cluster 2024-05-06T23:49:43.168150+0000 mgr.smithi012.ztruhu (mgr.14199) 286 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:45.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:44 smithi183 bash[22984]: cluster 2024-05-06T23:49:43.168150+0000 mgr.smithi012.ztruhu (mgr.14199) 286 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:46 smithi012 bash[18711]: cluster 2024-05-06T23:49:45.168813+0000 mgr.smithi012.ztruhu (mgr.14199) 287 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:47.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:46 smithi012 bash[18711]: cluster 2024-05-06T23:49:45.168813+0000 mgr.smithi012.ztruhu (mgr.14199) 287 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:47.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:46 smithi183 bash[22984]: cluster 2024-05-06T23:49:45.168813+0000 mgr.smithi012.ztruhu (mgr.14199) 287 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:47.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:46 smithi183 bash[22984]: cluster 2024-05-06T23:49:45.168813+0000 mgr.smithi012.ztruhu (mgr.14199) 287 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:49.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:48 smithi012 bash[18711]: cluster 2024-05-06T23:49:47.169431+0000 mgr.smithi012.ztruhu (mgr.14199) 288 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:49.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:48 smithi012 bash[18711]: cluster 2024-05-06T23:49:47.169431+0000 mgr.smithi012.ztruhu (mgr.14199) 288 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:49.265 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:49.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:48 smithi183 bash[22984]: cluster 2024-05-06T23:49:47.169431+0000 mgr.smithi012.ztruhu (mgr.14199) 288 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:49.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:48 smithi183 bash[22984]: cluster 2024-05-06T23:49:47.169431+0000 mgr.smithi012.ztruhu (mgr.14199) 288 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:50.618 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:49:50.618 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:49:51.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:50 smithi012 bash[18711]: cluster 2024-05-06T23:49:49.170097+0000 mgr.smithi012.ztruhu (mgr.14199) 289 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:50 smithi012 bash[18711]: cluster 2024-05-06T23:49:49.170097+0000 mgr.smithi012.ztruhu (mgr.14199) 289 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:50 smithi012 bash[18711]: audit 2024-05-06T23:49:50.617801+0000 mon.smithi012 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.12:0/206907022' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:51.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:50 smithi012 bash[18711]: audit 2024-05-06T23:49:50.617801+0000 mon.smithi012 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.12:0/206907022' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:51.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:50 smithi183 bash[22984]: cluster 2024-05-06T23:49:49.170097+0000 mgr.smithi012.ztruhu (mgr.14199) 289 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:51.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:50 smithi183 bash[22984]: cluster 2024-05-06T23:49:49.170097+0000 mgr.smithi012.ztruhu (mgr.14199) 289 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:51.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:50 smithi183 bash[22984]: audit 2024-05-06T23:49:50.617801+0000 mon.smithi012 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.12:0/206907022' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:51.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:50 smithi183 bash[22984]: audit 2024-05-06T23:49:50.617801+0000 mon.smithi012 (mon.0) 811 : audit [DBG] from='client.? 172.21.15.12:0/206907022' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:49:53.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:52 smithi012 bash[18711]: cluster 2024-05-06T23:49:51.170683+0000 mgr.smithi012.ztruhu (mgr.14199) 290 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:53.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:52 smithi012 bash[18711]: cluster 2024-05-06T23:49:51.170683+0000 mgr.smithi012.ztruhu (mgr.14199) 290 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:53.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:52 smithi183 bash[22984]: cluster 2024-05-06T23:49:51.170683+0000 mgr.smithi012.ztruhu (mgr.14199) 290 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:53.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:52 smithi183 bash[22984]: cluster 2024-05-06T23:49:51.170683+0000 mgr.smithi012.ztruhu (mgr.14199) 290 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:54.257 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:49:55.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:54 smithi012 bash[18711]: cluster 2024-05-06T23:49:53.171288+0000 mgr.smithi012.ztruhu (mgr.14199) 291 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:55.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:54 smithi012 bash[18711]: cluster 2024-05-06T23:49:53.171288+0000 mgr.smithi012.ztruhu (mgr.14199) 291 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:55.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:54 smithi183 bash[22984]: cluster 2024-05-06T23:49:53.171288+0000 mgr.smithi012.ztruhu (mgr.14199) 291 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:55.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:54 smithi183 bash[22984]: cluster 2024-05-06T23:49:53.171288+0000 mgr.smithi012.ztruhu (mgr.14199) 291 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:56.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:55 smithi012 bash[18711]: audit 2024-05-06T23:49:54.959305+0000 mon.smithi012 (mon.0) 812 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:56.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:55 smithi012 bash[18711]: audit 2024-05-06T23:49:54.959305+0000 mon.smithi012 (mon.0) 812 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:56.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:55 smithi183 bash[22984]: audit 2024-05-06T23:49:54.959305+0000 mon.smithi012 (mon.0) 812 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:56.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:55 smithi183 bash[22984]: audit 2024-05-06T23:49:54.959305+0000 mon.smithi012 (mon.0) 812 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:49:57.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:56 smithi012 bash[18711]: cluster 2024-05-06T23:49:55.171907+0000 mgr.smithi012.ztruhu (mgr.14199) 292 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:57.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:56 smithi012 bash[18711]: cluster 2024-05-06T23:49:55.171907+0000 mgr.smithi012.ztruhu (mgr.14199) 292 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:57.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:56 smithi183 bash[22984]: cluster 2024-05-06T23:49:55.171907+0000 mgr.smithi012.ztruhu (mgr.14199) 292 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:57.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:56 smithi183 bash[22984]: cluster 2024-05-06T23:49:55.171907+0000 mgr.smithi012.ztruhu (mgr.14199) 292 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:59.057 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:49:59.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:58 smithi012 bash[18711]: cluster 2024-05-06T23:49:57.172534+0000 mgr.smithi012.ztruhu (mgr.14199) 293 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:59.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:49:58 smithi012 bash[18711]: cluster 2024-05-06T23:49:57.172534+0000 mgr.smithi012.ztruhu (mgr.14199) 293 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:59.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:58 smithi183 bash[22984]: cluster 2024-05-06T23:49:57.172534+0000 mgr.smithi012.ztruhu (mgr.14199) 293 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:49:59.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:49:58 smithi183 bash[22984]: cluster 2024-05-06T23:49:57.172534+0000 mgr.smithi012.ztruhu (mgr.14199) 293 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:00.433 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:00.433 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:49:59.173182+0000 mgr.smithi012.ztruhu (mgr.14199) 294 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:49:59.173182+0000 mgr.smithi012.ztruhu (mgr.14199) 294 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:50:00.000115+0000 mon.smithi012 (mon.0) 813 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:50:00.000115+0000 mon.smithi012 (mon.0) 813 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:50:00.000147+0000 mon.smithi012 (mon.0) 814 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:50:00.000147+0000 mon.smithi012 (mon.0) 814 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:50:00.000172+0000 mon.smithi012 (mon.0) 815 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in error state 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: cluster 2024-05-06T23:50:00.000172+0000 mon.smithi012 (mon.0) 815 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in error state 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: audit 2024-05-06T23:50:00.432383+0000 mon.smithi012 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.12:0/750986282' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:01.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:00 smithi183 bash[22984]: audit 2024-05-06T23:50:00.432383+0000 mon.smithi012 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.12:0/750986282' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:49:59.173182+0000 mgr.smithi012.ztruhu (mgr.14199) 294 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:49:59.173182+0000 mgr.smithi012.ztruhu (mgr.14199) 294 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:50:00.000115+0000 mon.smithi012 (mon.0) 813 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:50:00.000115+0000 mon.smithi012 (mon.0) 813 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:50:00.000147+0000 mon.smithi012 (mon.0) 814 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:50:00.000147+0000 mon.smithi012 (mon.0) 814 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state'] 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:50:00.000172+0000 mon.smithi012 (mon.0) 815 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in error state 2024-05-06T23:50:01.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: cluster 2024-05-06T23:50:00.000172+0000 mon.smithi012 (mon.0) 815 : cluster [WRN] daemon prometheus.smithi012 on smithi012 is in error state 2024-05-06T23:50:01.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: audit 2024-05-06T23:50:00.432383+0000 mon.smithi012 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.12:0/750986282' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:01.471 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:00 smithi012 bash[18711]: audit 2024-05-06T23:50:00.432383+0000 mon.smithi012 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.12:0/750986282' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:03.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:02 smithi183 bash[22984]: cluster 2024-05-06T23:50:01.173801+0000 mgr.smithi012.ztruhu (mgr.14199) 295 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:03.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:02 smithi183 bash[22984]: cluster 2024-05-06T23:50:01.173801+0000 mgr.smithi012.ztruhu (mgr.14199) 295 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:02 smithi012 bash[18711]: cluster 2024-05-06T23:50:01.173801+0000 mgr.smithi012.ztruhu (mgr.14199) 295 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:03.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:02 smithi012 bash[18711]: cluster 2024-05-06T23:50:01.173801+0000 mgr.smithi012.ztruhu (mgr.14199) 295 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:04.131 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:50:05.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:04 smithi183 bash[22984]: cluster 2024-05-06T23:50:03.174402+0000 mgr.smithi012.ztruhu (mgr.14199) 296 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:05.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:04 smithi183 bash[22984]: cluster 2024-05-06T23:50:03.174402+0000 mgr.smithi012.ztruhu (mgr.14199) 296 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:05.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:04 smithi012 bash[18711]: cluster 2024-05-06T23:50:03.174402+0000 mgr.smithi012.ztruhu (mgr.14199) 296 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:05.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:04 smithi012 bash[18711]: cluster 2024-05-06T23:50:03.174402+0000 mgr.smithi012.ztruhu (mgr.14199) 296 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:07.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:06 smithi183 bash[22984]: cluster 2024-05-06T23:50:05.175009+0000 mgr.smithi012.ztruhu (mgr.14199) 297 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:07.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:06 smithi183 bash[22984]: cluster 2024-05-06T23:50:05.175009+0000 mgr.smithi012.ztruhu (mgr.14199) 297 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:07.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:06 smithi012 bash[18711]: cluster 2024-05-06T23:50:05.175009+0000 mgr.smithi012.ztruhu (mgr.14199) 297 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:07.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:06 smithi012 bash[18711]: cluster 2024-05-06T23:50:05.175009+0000 mgr.smithi012.ztruhu (mgr.14199) 297 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:08.932 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:50:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:08 smithi012 bash[18711]: cluster 2024-05-06T23:50:07.175584+0000 mgr.smithi012.ztruhu (mgr.14199) 298 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:09.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:08 smithi012 bash[18711]: cluster 2024-05-06T23:50:07.175584+0000 mgr.smithi012.ztruhu (mgr.14199) 298 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:09.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:08 smithi183 bash[22984]: cluster 2024-05-06T23:50:07.175584+0000 mgr.smithi012.ztruhu (mgr.14199) 298 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:09.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:08 smithi183 bash[22984]: cluster 2024-05-06T23:50:07.175584+0000 mgr.smithi012.ztruhu (mgr.14199) 298 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:10.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:09 smithi012 bash[18711]: audit 2024-05-06T23:50:09.953558+0000 mon.smithi012 (mon.0) 817 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:10.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:09 smithi012 bash[18711]: audit 2024-05-06T23:50:09.953558+0000 mon.smithi012 (mon.0) 817 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:10.376 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:10.376 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:50:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:10 smithi183 bash[22984]: audit 2024-05-06T23:50:09.953558+0000 mon.smithi012 (mon.0) 817 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:10 smithi183 bash[22984]: audit 2024-05-06T23:50:09.953558+0000 mon.smithi012 (mon.0) 817 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:11.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:11 smithi183 bash[22984]: cluster 2024-05-06T23:50:09.176196+0000 mgr.smithi012.ztruhu (mgr.14199) 299 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:11.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:11 smithi183 bash[22984]: cluster 2024-05-06T23:50:09.176196+0000 mgr.smithi012.ztruhu (mgr.14199) 299 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:11.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:11 smithi183 bash[22984]: audit 2024-05-06T23:50:10.375210+0000 mon.smithi012 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.12:0/2691140873' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:11.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:11 smithi183 bash[22984]: audit 2024-05-06T23:50:10.375210+0000 mon.smithi012 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.12:0/2691140873' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:11.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:10 smithi012 bash[18711]: cluster 2024-05-06T23:50:09.176196+0000 mgr.smithi012.ztruhu (mgr.14199) 299 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:11.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:10 smithi012 bash[18711]: cluster 2024-05-06T23:50:09.176196+0000 mgr.smithi012.ztruhu (mgr.14199) 299 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:11.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:10 smithi012 bash[18711]: audit 2024-05-06T23:50:10.375210+0000 mon.smithi012 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.12:0/2691140873' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:11.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:10 smithi012 bash[18711]: audit 2024-05-06T23:50:10.375210+0000 mon.smithi012 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.12:0/2691140873' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:12.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:12 smithi183 bash[22984]: audit 2024-05-06T23:50:11.234139+0000 mon.smithi012 (mon.0) 819 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:50:12.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:12 smithi183 bash[22984]: audit 2024-05-06T23:50:11.234139+0000 mon.smithi012 (mon.0) 819 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:50:12.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:11 smithi012 bash[18711]: audit 2024-05-06T23:50:11.234139+0000 mon.smithi012 (mon.0) 819 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:50:12.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:11 smithi012 bash[18711]: audit 2024-05-06T23:50:11.234139+0000 mon.smithi012 (mon.0) 819 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:50:13.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:13 smithi183 bash[22984]: cluster 2024-05-06T23:50:11.176825+0000 mgr.smithi012.ztruhu (mgr.14199) 300 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:13.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:13 smithi183 bash[22984]: cluster 2024-05-06T23:50:11.176825+0000 mgr.smithi012.ztruhu (mgr.14199) 300 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:13.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:13 smithi012 bash[18711]: cluster 2024-05-06T23:50:11.176825+0000 mgr.smithi012.ztruhu (mgr.14199) 300 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:13.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:13 smithi012 bash[18711]: cluster 2024-05-06T23:50:11.176825+0000 mgr.smithi012.ztruhu (mgr.14199) 300 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:14.051 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:50:15.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:15 smithi183 bash[22984]: cluster 2024-05-06T23:50:13.177439+0000 mgr.smithi012.ztruhu (mgr.14199) 301 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:15.410 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:15 smithi183 bash[22984]: cluster 2024-05-06T23:50:13.177439+0000 mgr.smithi012.ztruhu (mgr.14199) 301 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:15 smithi012 bash[18711]: cluster 2024-05-06T23:50:13.177439+0000 mgr.smithi012.ztruhu (mgr.14199) 301 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:15.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:15 smithi012 bash[18711]: cluster 2024-05-06T23:50:13.177439+0000 mgr.smithi012.ztruhu (mgr.14199) 301 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:17.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:17 smithi183 bash[22984]: cluster 2024-05-06T23:50:15.178195+0000 mgr.smithi012.ztruhu (mgr.14199) 302 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:17.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:17 smithi183 bash[22984]: cluster 2024-05-06T23:50:15.178195+0000 mgr.smithi012.ztruhu (mgr.14199) 302 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:17.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:17 smithi183 bash[22984]: audit 2024-05-06T23:50:16.830613+0000 mon.smithi012 (mon.0) 820 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:17 smithi183 bash[22984]: audit 2024-05-06T23:50:16.830613+0000 mon.smithi012 (mon.0) 820 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:17 smithi183 bash[22984]: audit 2024-05-06T23:50:16.837087+0000 mon.smithi012 (mon.0) 821 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:17 smithi183 bash[22984]: audit 2024-05-06T23:50:16.837087+0000 mon.smithi012 (mon.0) 821 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:17 smithi012 bash[18711]: cluster 2024-05-06T23:50:15.178195+0000 mgr.smithi012.ztruhu (mgr.14199) 302 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:17.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:17 smithi012 bash[18711]: cluster 2024-05-06T23:50:15.178195+0000 mgr.smithi012.ztruhu (mgr.14199) 302 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:17.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:17 smithi012 bash[18711]: audit 2024-05-06T23:50:16.830613+0000 mon.smithi012 (mon.0) 820 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:17 smithi012 bash[18711]: audit 2024-05-06T23:50:16.830613+0000 mon.smithi012 (mon.0) 820 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:17 smithi012 bash[18711]: audit 2024-05-06T23:50:16.837087+0000 mon.smithi012 (mon.0) 821 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:17.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:17 smithi012 bash[18711]: audit 2024-05-06T23:50:16.837087+0000 mon.smithi012 (mon.0) 821 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.358 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: cluster 2024-05-06T23:50:17.178608+0000 mgr.smithi012.ztruhu (mgr.14199) 303 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: cluster 2024-05-06T23:50:17.178608+0000 mgr.smithi012.ztruhu (mgr.14199) 303 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.235283+0000 mon.smithi012 (mon.0) 822 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.235283+0000 mon.smithi012 (mon.0) 822 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.247170+0000 mon.smithi012 (mon.0) 823 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.247170+0000 mon.smithi012 (mon.0) 823 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.658 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.985404+0000 mon.smithi012 (mon.0) 824 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.985404+0000 mon.smithi012 (mon.0) 824 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.987196+0000 mon.smithi012 (mon.0) 825 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.987196+0000 mon.smithi012 (mon.0) 825 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: cluster 2024-05-06T23:50:17.990145+0000 mgr.smithi012.ztruhu (mgr.14199) 304 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: cluster 2024-05-06T23:50:17.990145+0000 mgr.smithi012.ztruhu (mgr.14199) 304 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: cluster 2024-05-06T23:50:17.990674+0000 mgr.smithi012.ztruhu (mgr.14199) 305 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: cluster 2024-05-06T23:50:17.990674+0000 mgr.smithi012.ztruhu (mgr.14199) 305 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.998126+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:17.998126+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:18.005458+0000 mon.smithi012 (mon.0) 827 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:50:18.659 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:18 smithi183 bash[22984]: audit 2024-05-06T23:50:18.005458+0000 mon.smithi012 (mon.0) 827 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:50:18.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: cluster 2024-05-06T23:50:17.178608+0000 mgr.smithi012.ztruhu (mgr.14199) 303 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: cluster 2024-05-06T23:50:17.178608+0000 mgr.smithi012.ztruhu (mgr.14199) 303 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.235283+0000 mon.smithi012 (mon.0) 822 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.235283+0000 mon.smithi012 (mon.0) 822 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.247170+0000 mon.smithi012 (mon.0) 823 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.720 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.247170+0000 mon.smithi012 (mon.0) 823 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.985404+0000 mon.smithi012 (mon.0) 824 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.985404+0000 mon.smithi012 (mon.0) 824 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.987196+0000 mon.smithi012 (mon.0) 825 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.987196+0000 mon.smithi012 (mon.0) 825 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: cluster 2024-05-06T23:50:17.990145+0000 mgr.smithi012.ztruhu (mgr.14199) 304 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: cluster 2024-05-06T23:50:17.990145+0000 mgr.smithi012.ztruhu (mgr.14199) 304 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: cluster 2024-05-06T23:50:17.990674+0000 mgr.smithi012.ztruhu (mgr.14199) 305 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: cluster 2024-05-06T23:50:17.990674+0000 mgr.smithi012.ztruhu (mgr.14199) 305 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.998126+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:17.998126+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:18.005458+0000 mon.smithi012 (mon.0) 827 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:50:18.721 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:18 smithi012 bash[18711]: audit 2024-05-06T23:50:18.005458+0000 mon.smithi012 (mon.0) 827 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:50:19.830 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:19.831 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:50:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:19 smithi183 bash[22984]: audit 2024-05-06T23:50:19.829750+0000 mon.smithi012 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.12:0/2089167937' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:19 smithi183 bash[22984]: audit 2024-05-06T23:50:19.829750+0000 mon.smithi012 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.12:0/2089167937' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:20.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:19 smithi012 bash[18711]: audit 2024-05-06T23:50:19.829750+0000 mon.smithi012 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.12:0/2089167937' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:20.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:19 smithi012 bash[18711]: audit 2024-05-06T23:50:19.829750+0000 mon.smithi012 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.12:0/2089167937' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:21.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:20 smithi183 bash[22984]: cluster 2024-05-06T23:50:19.991379+0000 mgr.smithi012.ztruhu (mgr.14199) 306 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:21.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:20 smithi183 bash[22984]: cluster 2024-05-06T23:50:19.991379+0000 mgr.smithi012.ztruhu (mgr.14199) 306 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:21.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:20 smithi012 bash[18711]: cluster 2024-05-06T23:50:19.991379+0000 mgr.smithi012.ztruhu (mgr.14199) 306 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:21.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:20 smithi012 bash[18711]: cluster 2024-05-06T23:50:19.991379+0000 mgr.smithi012.ztruhu (mgr.14199) 306 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:23.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:23 smithi183 bash[22984]: cluster 2024-05-06T23:50:21.992175+0000 mgr.smithi012.ztruhu (mgr.14199) 307 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:23.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:23 smithi183 bash[22984]: cluster 2024-05-06T23:50:21.992175+0000 mgr.smithi012.ztruhu (mgr.14199) 307 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:23.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:23 smithi012 bash[18711]: cluster 2024-05-06T23:50:21.992175+0000 mgr.smithi012.ztruhu (mgr.14199) 307 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:23.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:23 smithi012 bash[18711]: cluster 2024-05-06T23:50:21.992175+0000 mgr.smithi012.ztruhu (mgr.14199) 307 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:23.516 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:50:25.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:25 smithi183 bash[22984]: cluster 2024-05-06T23:50:23.992922+0000 mgr.smithi012.ztruhu (mgr.14199) 308 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:25.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:25 smithi183 bash[22984]: cluster 2024-05-06T23:50:23.992922+0000 mgr.smithi012.ztruhu (mgr.14199) 308 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:25.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:25 smithi183 bash[22984]: audit 2024-05-06T23:50:24.955942+0000 mon.smithi012 (mon.0) 829 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:25.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:25 smithi183 bash[22984]: audit 2024-05-06T23:50:24.955942+0000 mon.smithi012 (mon.0) 829 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:25 smithi012 bash[18711]: cluster 2024-05-06T23:50:23.992922+0000 mgr.smithi012.ztruhu (mgr.14199) 308 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:25 smithi012 bash[18711]: cluster 2024-05-06T23:50:23.992922+0000 mgr.smithi012.ztruhu (mgr.14199) 308 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:25 smithi012 bash[18711]: audit 2024-05-06T23:50:24.955942+0000 mon.smithi012 (mon.0) 829 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:25.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:25 smithi012 bash[18711]: audit 2024-05-06T23:50:24.955942+0000 mon.smithi012 (mon.0) 829 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:27.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:27 smithi183 bash[22984]: cluster 2024-05-06T23:50:25.993567+0000 mgr.smithi012.ztruhu (mgr.14199) 309 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:27.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:27 smithi183 bash[22984]: cluster 2024-05-06T23:50:25.993567+0000 mgr.smithi012.ztruhu (mgr.14199) 309 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:27.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:27 smithi012 bash[18711]: cluster 2024-05-06T23:50:25.993567+0000 mgr.smithi012.ztruhu (mgr.14199) 309 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:27.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:27 smithi012 bash[18711]: cluster 2024-05-06T23:50:25.993567+0000 mgr.smithi012.ztruhu (mgr.14199) 309 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:28.316 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:50:29.384 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:29 smithi012 bash[18711]: cluster 2024-05-06T23:50:27.994214+0000 mgr.smithi012.ztruhu (mgr.14199) 310 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:29.384 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:29 smithi012 bash[18711]: cluster 2024-05-06T23:50:27.994214+0000 mgr.smithi012.ztruhu (mgr.14199) 310 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:29.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:29 smithi183 bash[22984]: cluster 2024-05-06T23:50:27.994214+0000 mgr.smithi012.ztruhu (mgr.14199) 310 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:29.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:29 smithi183 bash[22984]: cluster 2024-05-06T23:50:27.994214+0000 mgr.smithi012.ztruhu (mgr.14199) 310 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:29.843 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:29.844 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:50:30.116 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:30 smithi012 bash[18711]: audit 2024-05-06T23:50:29.842593+0000 mon.smithi012 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.12:0/1749152291' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:30.117 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:30 smithi012 bash[18711]: audit 2024-05-06T23:50:29.842593+0000 mon.smithi012 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.12:0/1749152291' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:30.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:30 smithi183 bash[22984]: audit 2024-05-06T23:50:29.842593+0000 mon.smithi012 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.12:0/1749152291' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:30.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:30 smithi183 bash[22984]: audit 2024-05-06T23:50:29.842593+0000 mon.smithi012 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.12:0/1749152291' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:31.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:31 smithi183 bash[22984]: cluster 2024-05-06T23:50:29.994830+0000 mgr.smithi012.ztruhu (mgr.14199) 311 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:31.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:31 smithi183 bash[22984]: cluster 2024-05-06T23:50:29.994830+0000 mgr.smithi012.ztruhu (mgr.14199) 311 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:31.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:31 smithi012 bash[18711]: cluster 2024-05-06T23:50:29.994830+0000 mgr.smithi012.ztruhu (mgr.14199) 311 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:31.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:31 smithi012 bash[18711]: cluster 2024-05-06T23:50:29.994830+0000 mgr.smithi012.ztruhu (mgr.14199) 311 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:33.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:33 smithi183 bash[22984]: cluster 2024-05-06T23:50:31.995578+0000 mgr.smithi012.ztruhu (mgr.14199) 312 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:33.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:33 smithi183 bash[22984]: cluster 2024-05-06T23:50:31.995578+0000 mgr.smithi012.ztruhu (mgr.14199) 312 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:33.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:33 smithi012 bash[18711]: cluster 2024-05-06T23:50:31.995578+0000 mgr.smithi012.ztruhu (mgr.14199) 312 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:33.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:33 smithi012 bash[18711]: cluster 2024-05-06T23:50:31.995578+0000 mgr.smithi012.ztruhu (mgr.14199) 312 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:33.573 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:50:35.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:35 smithi183 bash[22984]: cluster 2024-05-06T23:50:33.996265+0000 mgr.smithi012.ztruhu (mgr.14199) 313 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:35.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:35 smithi183 bash[22984]: cluster 2024-05-06T23:50:33.996265+0000 mgr.smithi012.ztruhu (mgr.14199) 313 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:35.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:35 smithi012 bash[18711]: cluster 2024-05-06T23:50:33.996265+0000 mgr.smithi012.ztruhu (mgr.14199) 313 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:35.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:35 smithi012 bash[18711]: cluster 2024-05-06T23:50:33.996265+0000 mgr.smithi012.ztruhu (mgr.14199) 313 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:37.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:37 smithi012 bash[18711]: cluster 2024-05-06T23:50:35.996901+0000 mgr.smithi012.ztruhu (mgr.14199) 314 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:37.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:37 smithi012 bash[18711]: cluster 2024-05-06T23:50:35.996901+0000 mgr.smithi012.ztruhu (mgr.14199) 314 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:37.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:37 smithi183 bash[22984]: cluster 2024-05-06T23:50:35.996901+0000 mgr.smithi012.ztruhu (mgr.14199) 314 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:37.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:37 smithi183 bash[22984]: cluster 2024-05-06T23:50:35.996901+0000 mgr.smithi012.ztruhu (mgr.14199) 314 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:38.371 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:50:39.343 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:39 smithi012 bash[18711]: cluster 2024-05-06T23:50:37.997520+0000 mgr.smithi012.ztruhu (mgr.14199) 315 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:39.343 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:39 smithi012 bash[18711]: cluster 2024-05-06T23:50:37.997520+0000 mgr.smithi012.ztruhu (mgr.14199) 315 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:39.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:39 smithi183 bash[22984]: cluster 2024-05-06T23:50:37.997520+0000 mgr.smithi012.ztruhu (mgr.14199) 315 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:39.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:39 smithi183 bash[22984]: cluster 2024-05-06T23:50:37.997520+0000 mgr.smithi012.ztruhu (mgr.14199) 315 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:39.754 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:39.754 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:50:40.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:40 smithi183 bash[22984]: audit 2024-05-06T23:50:39.752956+0000 mon.smithi012 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.12:0/2104762920' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:40.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:40 smithi183 bash[22984]: audit 2024-05-06T23:50:39.752956+0000 mon.smithi012 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.12:0/2104762920' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:40.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:40 smithi183 bash[22984]: audit 2024-05-06T23:50:39.956082+0000 mon.smithi012 (mon.0) 832 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:40.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:40 smithi183 bash[22984]: audit 2024-05-06T23:50:39.956082+0000 mon.smithi012 (mon.0) 832 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:40.437 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:40 smithi012 bash[18711]: audit 2024-05-06T23:50:39.752956+0000 mon.smithi012 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.12:0/2104762920' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:40.438 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:40 smithi012 bash[18711]: audit 2024-05-06T23:50:39.752956+0000 mon.smithi012 (mon.0) 831 : audit [DBG] from='client.? 172.21.15.12:0/2104762920' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:40.438 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:40 smithi012 bash[18711]: audit 2024-05-06T23:50:39.956082+0000 mon.smithi012 (mon.0) 832 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:40.438 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:40 smithi012 bash[18711]: audit 2024-05-06T23:50:39.956082+0000 mon.smithi012 (mon.0) 832 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:41.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:41 smithi183 bash[22984]: cluster 2024-05-06T23:50:39.998147+0000 mgr.smithi012.ztruhu (mgr.14199) 316 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:41.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:41 smithi183 bash[22984]: cluster 2024-05-06T23:50:39.998147+0000 mgr.smithi012.ztruhu (mgr.14199) 316 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:41.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:41 smithi012 bash[18711]: cluster 2024-05-06T23:50:39.998147+0000 mgr.smithi012.ztruhu (mgr.14199) 316 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:41.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:41 smithi012 bash[18711]: cluster 2024-05-06T23:50:39.998147+0000 mgr.smithi012.ztruhu (mgr.14199) 316 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:43.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:43 smithi183 bash[22984]: cluster 2024-05-06T23:50:41.998882+0000 mgr.smithi012.ztruhu (mgr.14199) 317 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:43.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:43 smithi183 bash[22984]: cluster 2024-05-06T23:50:41.998882+0000 mgr.smithi012.ztruhu (mgr.14199) 317 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:43.440 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:50:43.451 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:43 smithi012 bash[18711]: cluster 2024-05-06T23:50:41.998882+0000 mgr.smithi012.ztruhu (mgr.14199) 317 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:43.451 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:43 smithi012 bash[18711]: cluster 2024-05-06T23:50:41.998882+0000 mgr.smithi012.ztruhu (mgr.14199) 317 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:45.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:45 smithi183 bash[22984]: cluster 2024-05-06T23:50:43.999500+0000 mgr.smithi012.ztruhu (mgr.14199) 318 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:45.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:45 smithi183 bash[22984]: cluster 2024-05-06T23:50:43.999500+0000 mgr.smithi012.ztruhu (mgr.14199) 318 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:45.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:45 smithi012 bash[18711]: cluster 2024-05-06T23:50:43.999500+0000 mgr.smithi012.ztruhu (mgr.14199) 318 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:45.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:45 smithi012 bash[18711]: cluster 2024-05-06T23:50:43.999500+0000 mgr.smithi012.ztruhu (mgr.14199) 318 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:47.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:47 smithi183 bash[22984]: cluster 2024-05-06T23:50:46.000123+0000 mgr.smithi012.ztruhu (mgr.14199) 319 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:47.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:47 smithi183 bash[22984]: cluster 2024-05-06T23:50:46.000123+0000 mgr.smithi012.ztruhu (mgr.14199) 319 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:47.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:47 smithi012 bash[18711]: cluster 2024-05-06T23:50:46.000123+0000 mgr.smithi012.ztruhu (mgr.14199) 319 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:47.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:47 smithi012 bash[18711]: cluster 2024-05-06T23:50:46.000123+0000 mgr.smithi012.ztruhu (mgr.14199) 319 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:48.239 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:50:49.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:49 smithi183 bash[22984]: cluster 2024-05-06T23:50:48.000728+0000 mgr.smithi012.ztruhu (mgr.14199) 320 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:49.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:49 smithi183 bash[22984]: cluster 2024-05-06T23:50:48.000728+0000 mgr.smithi012.ztruhu (mgr.14199) 320 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:49.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:49 smithi012 bash[18711]: cluster 2024-05-06T23:50:48.000728+0000 mgr.smithi012.ztruhu (mgr.14199) 320 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:49.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:49 smithi012 bash[18711]: cluster 2024-05-06T23:50:48.000728+0000 mgr.smithi012.ztruhu (mgr.14199) 320 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:49.692 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:49.692 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:50:50.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:50 smithi183 bash[22984]: audit 2024-05-06T23:50:49.691525+0000 mon.smithi012 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.12:0/539550628' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:50.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:50 smithi183 bash[22984]: audit 2024-05-06T23:50:49.691525+0000 mon.smithi012 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.12:0/539550628' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:50.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:50 smithi183 bash[22984]: cluster 2024-05-06T23:50:50.001369+0000 mgr.smithi012.ztruhu (mgr.14199) 321 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:50.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:50 smithi183 bash[22984]: cluster 2024-05-06T23:50:50.001369+0000 mgr.smithi012.ztruhu (mgr.14199) 321 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:50.413 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:50 smithi012 bash[18711]: audit 2024-05-06T23:50:49.691525+0000 mon.smithi012 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.12:0/539550628' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:50.413 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:50 smithi012 bash[18711]: audit 2024-05-06T23:50:49.691525+0000 mon.smithi012 (mon.0) 833 : audit [DBG] from='client.? 172.21.15.12:0/539550628' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:50:50.414 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:50 smithi012 bash[18711]: cluster 2024-05-06T23:50:50.001369+0000 mgr.smithi012.ztruhu (mgr.14199) 321 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:50.414 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:50 smithi012 bash[18711]: cluster 2024-05-06T23:50:50.001369+0000 mgr.smithi012.ztruhu (mgr.14199) 321 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:53.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:53 smithi183 bash[22984]: cluster 2024-05-06T23:50:52.002038+0000 mgr.smithi012.ztruhu (mgr.14199) 322 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:53.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:53 smithi183 bash[22984]: cluster 2024-05-06T23:50:52.002038+0000 mgr.smithi012.ztruhu (mgr.14199) 322 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:53.415 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:50:53.426 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:53 smithi012 bash[18711]: cluster 2024-05-06T23:50:52.002038+0000 mgr.smithi012.ztruhu (mgr.14199) 322 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:53.426 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:53 smithi012 bash[18711]: cluster 2024-05-06T23:50:52.002038+0000 mgr.smithi012.ztruhu (mgr.14199) 322 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:55.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:55 smithi183 bash[22984]: cluster 2024-05-06T23:50:54.002645+0000 mgr.smithi012.ztruhu (mgr.14199) 323 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:55.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:55 smithi183 bash[22984]: cluster 2024-05-06T23:50:54.002645+0000 mgr.smithi012.ztruhu (mgr.14199) 323 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:55.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:55 smithi183 bash[22984]: audit 2024-05-06T23:50:54.956924+0000 mon.smithi012 (mon.0) 834 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:55.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:55 smithi183 bash[22984]: audit 2024-05-06T23:50:54.956924+0000 mon.smithi012 (mon.0) 834 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:55.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:55 smithi012 bash[18711]: cluster 2024-05-06T23:50:54.002645+0000 mgr.smithi012.ztruhu (mgr.14199) 323 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:55.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:55 smithi012 bash[18711]: cluster 2024-05-06T23:50:54.002645+0000 mgr.smithi012.ztruhu (mgr.14199) 323 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:55.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:55 smithi012 bash[18711]: audit 2024-05-06T23:50:54.956924+0000 mon.smithi012 (mon.0) 834 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:55.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:55 smithi012 bash[18711]: audit 2024-05-06T23:50:54.956924+0000 mon.smithi012 (mon.0) 834 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:50:57.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:57 smithi183 bash[22984]: cluster 2024-05-06T23:50:56.003293+0000 mgr.smithi012.ztruhu (mgr.14199) 324 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:57.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:57 smithi183 bash[22984]: cluster 2024-05-06T23:50:56.003293+0000 mgr.smithi012.ztruhu (mgr.14199) 324 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:57.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:57 smithi012 bash[18711]: cluster 2024-05-06T23:50:56.003293+0000 mgr.smithi012.ztruhu (mgr.14199) 324 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:57.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:57 smithi012 bash[18711]: cluster 2024-05-06T23:50:56.003293+0000 mgr.smithi012.ztruhu (mgr.14199) 324 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:58.210 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:50:59.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:59 smithi183 bash[22984]: cluster 2024-05-06T23:50:58.003916+0000 mgr.smithi012.ztruhu (mgr.14199) 325 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:59.408 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:50:59 smithi183 bash[22984]: cluster 2024-05-06T23:50:58.003916+0000 mgr.smithi012.ztruhu (mgr.14199) 325 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:59.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:59 smithi012 bash[18711]: cluster 2024-05-06T23:50:58.003916+0000 mgr.smithi012.ztruhu (mgr.14199) 325 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:59.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:50:59 smithi012 bash[18711]: cluster 2024-05-06T23:50:58.003916+0000 mgr.smithi012.ztruhu (mgr.14199) 325 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:50:59.608 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:50:59.609 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:51:00.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:00 smithi183 bash[22984]: audit 2024-05-06T23:50:59.607512+0000 mon.smithi012 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.12:0/1010917990' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:00.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:00 smithi183 bash[22984]: audit 2024-05-06T23:50:59.607512+0000 mon.smithi012 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.12:0/1010917990' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:00.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:00 smithi012 bash[18711]: audit 2024-05-06T23:50:59.607512+0000 mon.smithi012 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.12:0/1010917990' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:00.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:00 smithi012 bash[18711]: audit 2024-05-06T23:50:59.607512+0000 mon.smithi012 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.12:0/1010917990' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:01.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:01 smithi183 bash[22984]: cluster 2024-05-06T23:51:00.004507+0000 mgr.smithi012.ztruhu (mgr.14199) 326 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:01.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:01 smithi183 bash[22984]: cluster 2024-05-06T23:51:00.004507+0000 mgr.smithi012.ztruhu (mgr.14199) 326 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:01.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:01 smithi012 bash[18711]: cluster 2024-05-06T23:51:00.004507+0000 mgr.smithi012.ztruhu (mgr.14199) 326 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:01.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:01 smithi012 bash[18711]: cluster 2024-05-06T23:51:00.004507+0000 mgr.smithi012.ztruhu (mgr.14199) 326 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:03.262 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:51:03.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:03 smithi183 bash[22984]: cluster 2024-05-06T23:51:02.005121+0000 mgr.smithi012.ztruhu (mgr.14199) 327 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:03.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:03 smithi183 bash[22984]: cluster 2024-05-06T23:51:02.005121+0000 mgr.smithi012.ztruhu (mgr.14199) 327 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:03.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:03 smithi012 bash[18711]: cluster 2024-05-06T23:51:02.005121+0000 mgr.smithi012.ztruhu (mgr.14199) 327 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:03.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:03 smithi012 bash[18711]: cluster 2024-05-06T23:51:02.005121+0000 mgr.smithi012.ztruhu (mgr.14199) 327 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:05.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:05 smithi183 bash[22984]: cluster 2024-05-06T23:51:04.005767+0000 mgr.smithi012.ztruhu (mgr.14199) 328 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:05.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:05 smithi183 bash[22984]: cluster 2024-05-06T23:51:04.005767+0000 mgr.smithi012.ztruhu (mgr.14199) 328 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:05.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:05 smithi012 bash[18711]: cluster 2024-05-06T23:51:04.005767+0000 mgr.smithi012.ztruhu (mgr.14199) 328 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:05.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:05 smithi012 bash[18711]: cluster 2024-05-06T23:51:04.005767+0000 mgr.smithi012.ztruhu (mgr.14199) 328 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:07.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:07 smithi183 bash[22984]: cluster 2024-05-06T23:51:06.006371+0000 mgr.smithi012.ztruhu (mgr.14199) 329 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:07.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:07 smithi183 bash[22984]: cluster 2024-05-06T23:51:06.006371+0000 mgr.smithi012.ztruhu (mgr.14199) 329 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:07.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:07 smithi012 bash[18711]: cluster 2024-05-06T23:51:06.006371+0000 mgr.smithi012.ztruhu (mgr.14199) 329 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:07.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:07 smithi012 bash[18711]: cluster 2024-05-06T23:51:06.006371+0000 mgr.smithi012.ztruhu (mgr.14199) 329 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:08.062 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:51:09.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:09 smithi012 bash[18711]: cluster 2024-05-06T23:51:08.006976+0000 mgr.smithi012.ztruhu (mgr.14199) 330 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:09.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:09 smithi012 bash[18711]: cluster 2024-05-06T23:51:08.006976+0000 mgr.smithi012.ztruhu (mgr.14199) 330 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:09.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:09 smithi183 bash[22984]: cluster 2024-05-06T23:51:08.006976+0000 mgr.smithi012.ztruhu (mgr.14199) 330 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:09.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:09 smithi183 bash[22984]: cluster 2024-05-06T23:51:08.006976+0000 mgr.smithi012.ztruhu (mgr.14199) 330 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:09.415 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:51:09.415 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:51:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:10 smithi183 bash[22984]: audit 2024-05-06T23:51:09.414584+0000 mon.smithi012 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.12:0/1291457950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:10 smithi183 bash[22984]: audit 2024-05-06T23:51:09.414584+0000 mon.smithi012 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.12:0/1291457950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:10 smithi183 bash[22984]: audit 2024-05-06T23:51:09.957285+0000 mon.smithi012 (mon.0) 837 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:10.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:10 smithi183 bash[22984]: audit 2024-05-06T23:51:09.957285+0000 mon.smithi012 (mon.0) 837 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:10.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:10 smithi012 bash[18711]: audit 2024-05-06T23:51:09.414584+0000 mon.smithi012 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.12:0/1291457950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:10.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:10 smithi012 bash[18711]: audit 2024-05-06T23:51:09.414584+0000 mon.smithi012 (mon.0) 836 : audit [DBG] from='client.? 172.21.15.12:0/1291457950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:10.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:10 smithi012 bash[18711]: audit 2024-05-06T23:51:09.957285+0000 mon.smithi012 (mon.0) 837 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:10.470 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:10 smithi012 bash[18711]: audit 2024-05-06T23:51:09.957285+0000 mon.smithi012 (mon.0) 837 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:11.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:11 smithi183 bash[22984]: cluster 2024-05-06T23:51:10.007626+0000 mgr.smithi012.ztruhu (mgr.14199) 331 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:11.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:11 smithi183 bash[22984]: cluster 2024-05-06T23:51:10.007626+0000 mgr.smithi012.ztruhu (mgr.14199) 331 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:11.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:11 smithi012 bash[18711]: cluster 2024-05-06T23:51:10.007626+0000 mgr.smithi012.ztruhu (mgr.14199) 331 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:11.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:11 smithi012 bash[18711]: cluster 2024-05-06T23:51:10.007626+0000 mgr.smithi012.ztruhu (mgr.14199) 331 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:13.085 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:51:13.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:13 smithi183 bash[22984]: cluster 2024-05-06T23:51:12.008261+0000 mgr.smithi012.ztruhu (mgr.14199) 332 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:13.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:13 smithi183 bash[22984]: cluster 2024-05-06T23:51:12.008261+0000 mgr.smithi012.ztruhu (mgr.14199) 332 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:13.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:13 smithi012 bash[18711]: cluster 2024-05-06T23:51:12.008261+0000 mgr.smithi012.ztruhu (mgr.14199) 332 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:13.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:13 smithi012 bash[18711]: cluster 2024-05-06T23:51:12.008261+0000 mgr.smithi012.ztruhu (mgr.14199) 332 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:15.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:15 smithi183 bash[22984]: cluster 2024-05-06T23:51:14.008994+0000 mgr.smithi012.ztruhu (mgr.14199) 333 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:15.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:15 smithi183 bash[22984]: cluster 2024-05-06T23:51:14.008994+0000 mgr.smithi012.ztruhu (mgr.14199) 333 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:15 smithi012 bash[18711]: cluster 2024-05-06T23:51:14.008994+0000 mgr.smithi012.ztruhu (mgr.14199) 333 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:15.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:15 smithi012 bash[18711]: cluster 2024-05-06T23:51:14.008994+0000 mgr.smithi012.ztruhu (mgr.14199) 333 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:17.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:17 smithi183 bash[22984]: cluster 2024-05-06T23:51:16.009757+0000 mgr.smithi012.ztruhu (mgr.14199) 334 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:17.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:17 smithi183 bash[22984]: cluster 2024-05-06T23:51:16.009757+0000 mgr.smithi012.ztruhu (mgr.14199) 334 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:17.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:17 smithi012 bash[18711]: cluster 2024-05-06T23:51:16.009757+0000 mgr.smithi012.ztruhu (mgr.14199) 334 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:17.469 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:17 smithi012 bash[18711]: cluster 2024-05-06T23:51:16.009757+0000 mgr.smithi012.ztruhu (mgr.14199) 334 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:17.888 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:51:18.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:18 smithi012 bash[18711]: cluster 2024-05-06T23:51:18.010536+0000 mgr.smithi012.ztruhu (mgr.14199) 335 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:18.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:18 smithi012 bash[18711]: cluster 2024-05-06T23:51:18.010536+0000 mgr.smithi012.ztruhu (mgr.14199) 335 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:18.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:18 smithi012 bash[18711]: audit 2024-05-06T23:51:18.097062+0000 mon.smithi012 (mon.0) 838 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:51:18.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:18 smithi012 bash[18711]: audit 2024-05-06T23:51:18.097062+0000 mon.smithi012 (mon.0) 838 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:51:18.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:18 smithi183 bash[22984]: cluster 2024-05-06T23:51:18.010536+0000 mgr.smithi012.ztruhu (mgr.14199) 335 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:18.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:18 smithi183 bash[22984]: cluster 2024-05-06T23:51:18.010536+0000 mgr.smithi012.ztruhu (mgr.14199) 335 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:18.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:18 smithi183 bash[22984]: audit 2024-05-06T23:51:18.097062+0000 mon.smithi012 (mon.0) 838 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:51:18.407 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:18 smithi183 bash[22984]: audit 2024-05-06T23:51:18.097062+0000 mon.smithi012 (mon.0) 838 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T23:51:19.357 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:51:19.357 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:51:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:19 smithi012 bash[18711]: audit 2024-05-06T23:51:18.675328+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:19 smithi012 bash[18711]: audit 2024-05-06T23:51:18.675328+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:19 smithi012 bash[18711]: audit 2024-05-06T23:51:18.684128+0000 mon.smithi012 (mon.0) 840 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:19 smithi012 bash[18711]: audit 2024-05-06T23:51:18.684128+0000 mon.smithi012 (mon.0) 840 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:19 smithi012 bash[18711]: audit 2024-05-06T23:51:19.356554+0000 mon.smithi012 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.12:0/4175486143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:19.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:19 smithi012 bash[18711]: audit 2024-05-06T23:51:19.356554+0000 mon.smithi012 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.12:0/4175486143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:19 smithi183 bash[22984]: audit 2024-05-06T23:51:18.675328+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:19 smithi183 bash[22984]: audit 2024-05-06T23:51:18.675328+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:19 smithi183 bash[22984]: audit 2024-05-06T23:51:18.684128+0000 mon.smithi012 (mon.0) 840 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:19 smithi183 bash[22984]: audit 2024-05-06T23:51:18.684128+0000 mon.smithi012 (mon.0) 840 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:19 smithi183 bash[22984]: audit 2024-05-06T23:51:19.356554+0000 mon.smithi012 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.12:0/4175486143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:20.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:19 smithi183 bash[22984]: audit 2024-05-06T23:51:19.356554+0000 mon.smithi012 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.12:0/4175486143' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:20.969 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:20 smithi012 bash[18711]: cluster 2024-05-06T23:51:20.011208+0000 mgr.smithi012.ztruhu (mgr.14199) 336 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:20.970 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:20 smithi012 bash[18711]: cluster 2024-05-06T23:51:20.011208+0000 mgr.smithi012.ztruhu (mgr.14199) 336 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:21.156 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:20 smithi183 bash[22984]: cluster 2024-05-06T23:51:20.011208+0000 mgr.smithi012.ztruhu (mgr.14199) 336 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:21.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:20 smithi183 bash[22984]: cluster 2024-05-06T23:51:20.011208+0000 mgr.smithi012.ztruhu (mgr.14199) 336 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:23.045 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:51:23.397 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:23 smithi012 bash[18711]: cluster 2024-05-06T23:51:22.011859+0000 mgr.smithi012.ztruhu (mgr.14199) 337 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:23.397 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:23 smithi012 bash[18711]: cluster 2024-05-06T23:51:22.011859+0000 mgr.smithi012.ztruhu (mgr.14199) 337 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:23.406 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:23 smithi183 bash[22984]: cluster 2024-05-06T23:51:22.011859+0000 mgr.smithi012.ztruhu (mgr.14199) 337 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:23.406 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:23 smithi183 bash[22984]: cluster 2024-05-06T23:51:22.011859+0000 mgr.smithi012.ztruhu (mgr.14199) 337 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:23.743182+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:23.743182+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:23.751796+0000 mon.smithi012 (mon.0) 843 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:23.751796+0000 mon.smithi012 (mon.0) 843 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: cluster 2024-05-06T23:51:24.012245+0000 mgr.smithi012.ztruhu (mgr.14199) 338 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: cluster 2024-05-06T23:51:24.012245+0000 mgr.smithi012.ztruhu (mgr.14199) 338 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:25.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:24.631811+0000 mon.smithi012 (mon.0) 844 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:24.631811+0000 mon.smithi012 (mon.0) 844 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:24.641193+0000 mon.smithi012 (mon.0) 845 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:24 smithi183 bash[22984]: audit 2024-05-06T23:51:24.641193+0000 mon.smithi012 (mon.0) 845 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:23.743182+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:23.743182+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:23.751796+0000 mon.smithi012 (mon.0) 843 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:23.751796+0000 mon.smithi012 (mon.0) 843 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: cluster 2024-05-06T23:51:24.012245+0000 mgr.smithi012.ztruhu (mgr.14199) 338 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:25.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: cluster 2024-05-06T23:51:24.012245+0000 mgr.smithi012.ztruhu (mgr.14199) 338 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:25.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:24.631811+0000 mon.smithi012 (mon.0) 844 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:24.631811+0000 mon.smithi012 (mon.0) 844 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:24.641193+0000 mon.smithi012 (mon.0) 845 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:25.221 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:24 smithi012 bash[18711]: audit 2024-05-06T23:51:24.641193+0000 mon.smithi012 (mon.0) 845 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:26.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:24.958354+0000 mon.smithi012 (mon.0) 846 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:26.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:24.958354+0000 mon.smithi012 (mon.0) 846 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:26.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.269270+0000 mon.smithi012 (mon.0) 847 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:51:26.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.269270+0000 mon.smithi012 (mon.0) 847 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:51:26.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.271237+0000 mon.smithi012 (mon.0) 848 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:51:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.271237+0000 mon.smithi012 (mon.0) 848 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:51:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.282539+0000 mon.smithi012 (mon.0) 849 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.282539+0000 mon.smithi012 (mon.0) 849 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.286747+0000 mon.smithi012 (mon.0) 850 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:51:26.158 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:25 smithi183 bash[22984]: audit 2024-05-06T23:51:25.286747+0000 mon.smithi012 (mon.0) 850 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:24.958354+0000 mon.smithi012 (mon.0) 846 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:24.958354+0000 mon.smithi012 (mon.0) 846 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.269270+0000 mon.smithi012 (mon.0) 847 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.269270+0000 mon.smithi012 (mon.0) 847 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.271237+0000 mon.smithi012 (mon.0) 848 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.271237+0000 mon.smithi012 (mon.0) 848 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.282539+0000 mon.smithi012 (mon.0) 849 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.282539+0000 mon.smithi012 (mon.0) 849 : audit [INF] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.286747+0000 mon.smithi012 (mon.0) 850 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:51:26.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:25 smithi012 bash[18711]: audit 2024-05-06T23:51:25.286747+0000 mon.smithi012 (mon.0) 850 : audit [DBG] from='mgr.14199 172.21.15.12:0/552098075' entity='mgr.smithi012.ztruhu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T23:51:27.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:26 smithi183 bash[22984]: cluster 2024-05-06T23:51:25.274471+0000 mgr.smithi012.ztruhu (mgr.14199) 339 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:26 smithi183 bash[22984]: cluster 2024-05-06T23:51:25.274471+0000 mgr.smithi012.ztruhu (mgr.14199) 339 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:26 smithi183 bash[22984]: cluster 2024-05-06T23:51:25.275018+0000 mgr.smithi012.ztruhu (mgr.14199) 340 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:26 smithi183 bash[22984]: cluster 2024-05-06T23:51:25.275018+0000 mgr.smithi012.ztruhu (mgr.14199) 340 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:26 smithi012 bash[18711]: cluster 2024-05-06T23:51:25.274471+0000 mgr.smithi012.ztruhu (mgr.14199) 339 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:26 smithi012 bash[18711]: cluster 2024-05-06T23:51:25.274471+0000 mgr.smithi012.ztruhu (mgr.14199) 339 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:26 smithi012 bash[18711]: cluster 2024-05-06T23:51:25.275018+0000 mgr.smithi012.ztruhu (mgr.14199) 340 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:26 smithi012 bash[18711]: cluster 2024-05-06T23:51:25.275018+0000 mgr.smithi012.ztruhu (mgr.14199) 340 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:27.823 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:51:28.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:28 smithi012 bash[18711]: cluster 2024-05-06T23:51:27.275644+0000 mgr.smithi012.ztruhu (mgr.14199) 341 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:28.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:28 smithi012 bash[18711]: cluster 2024-05-06T23:51:27.275644+0000 mgr.smithi012.ztruhu (mgr.14199) 341 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:29.156 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:28 smithi183 bash[22984]: cluster 2024-05-06T23:51:27.275644+0000 mgr.smithi012.ztruhu (mgr.14199) 341 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:29.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:28 smithi183 bash[22984]: cluster 2024-05-06T23:51:27.275644+0000 mgr.smithi012.ztruhu (mgr.14199) 341 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:29.279 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:51:29.280 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:51:30.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:29 smithi183 bash[22984]: audit 2024-05-06T23:51:29.278913+0000 mon.smithi012 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.12:0/3925413867' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:30.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:29 smithi183 bash[22984]: audit 2024-05-06T23:51:29.278913+0000 mon.smithi012 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.12:0/3925413867' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:30.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:29 smithi012 bash[18711]: audit 2024-05-06T23:51:29.278913+0000 mon.smithi012 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.12:0/3925413867' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:30.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:29 smithi012 bash[18711]: audit 2024-05-06T23:51:29.278913+0000 mon.smithi012 (mon.0) 851 : audit [DBG] from='client.? 172.21.15.12:0/3925413867' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:31.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:30 smithi183 bash[22984]: cluster 2024-05-06T23:51:29.276226+0000 mgr.smithi012.ztruhu (mgr.14199) 342 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:31.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:30 smithi183 bash[22984]: cluster 2024-05-06T23:51:29.276226+0000 mgr.smithi012.ztruhu (mgr.14199) 342 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:31.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:30 smithi012 bash[18711]: cluster 2024-05-06T23:51:29.276226+0000 mgr.smithi012.ztruhu (mgr.14199) 342 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:31.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:30 smithi012 bash[18711]: cluster 2024-05-06T23:51:29.276226+0000 mgr.smithi012.ztruhu (mgr.14199) 342 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:33.004 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a2db5c34e52973e67c30d806fe9e5820c5e10c6 shell --fsid b50f1384-0c01-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T23:51:33.156 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:32 smithi183 bash[22984]: cluster 2024-05-06T23:51:31.276869+0000 mgr.smithi012.ztruhu (mgr.14199) 343 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:33.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:32 smithi183 bash[22984]: cluster 2024-05-06T23:51:31.276869+0000 mgr.smithi012.ztruhu (mgr.14199) 343 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:33.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:32 smithi012 bash[18711]: cluster 2024-05-06T23:51:31.276869+0000 mgr.smithi012.ztruhu (mgr.14199) 343 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:33.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:32 smithi012 bash[18711]: cluster 2024-05-06T23:51:31.276869+0000 mgr.smithi012.ztruhu (mgr.14199) 343 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:35.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:34 smithi183 bash[22984]: cluster 2024-05-06T23:51:33.277463+0000 mgr.smithi012.ztruhu (mgr.14199) 344 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:35.159 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:34 smithi183 bash[22984]: cluster 2024-05-06T23:51:33.277463+0000 mgr.smithi012.ztruhu (mgr.14199) 344 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:35.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:34 smithi012 bash[18711]: cluster 2024-05-06T23:51:33.277463+0000 mgr.smithi012.ztruhu (mgr.14199) 344 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:35.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:34 smithi012 bash[18711]: cluster 2024-05-06T23:51:33.277463+0000 mgr.smithi012.ztruhu (mgr.14199) 344 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:37.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:36 smithi183 bash[22984]: cluster 2024-05-06T23:51:35.278097+0000 mgr.smithi012.ztruhu (mgr.14199) 345 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:37.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:36 smithi183 bash[22984]: cluster 2024-05-06T23:51:35.278097+0000 mgr.smithi012.ztruhu (mgr.14199) 345 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:37.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:36 smithi012 bash[18711]: cluster 2024-05-06T23:51:35.278097+0000 mgr.smithi012.ztruhu (mgr.14199) 345 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:37.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:36 smithi012 bash[18711]: cluster 2024-05-06T23:51:35.278097+0000 mgr.smithi012.ztruhu (mgr.14199) 345 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:37.810 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/mon.smithi012/config 2024-05-06T23:51:39.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:38 smithi183 bash[22984]: cluster 2024-05-06T23:51:37.278655+0000 mgr.smithi012.ztruhu (mgr.14199) 346 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:39.157 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:38 smithi183 bash[22984]: cluster 2024-05-06T23:51:37.278655+0000 mgr.smithi012.ztruhu (mgr.14199) 346 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:39.219 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:38 smithi012 bash[18711]: cluster 2024-05-06T23:51:37.278655+0000 mgr.smithi012.ztruhu (mgr.14199) 346 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:39.220 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:38 smithi012 bash[18711]: cluster 2024-05-06T23:51:37.278655+0000 mgr.smithi012.ztruhu (mgr.14199) 346 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-05-06T23:51:39.244 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-06T23:51:39.244 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in error state']","count":1},"muted":false}},"mutes":[]} 2024-05-06T23:51:39.994 INFO:tasks.cephadm:Teardown begin 2024-05-06T23:51:39.994 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 32, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/cephadm.py", line 2277, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/ceph.py", line 1478, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/ceph_manager.py", line 3251, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-05-06T23:51:39.997 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:51:40.012 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:51:40.027 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T23:51:40.027 DEBUG:teuthology.orchestra.run.smithi012:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T23:51:40.059 DEBUG:teuthology.orchestra.run.smithi183:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T23:51:40.074 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T23:51:40.075 INFO:tasks.cephadm.mon.smithi012:Stopping mon.smithi012... 2024-05-06T23:51:40.075 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012 2024-05-06T23:51:40.111 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:39 smithi012 bash[18711]: audit 2024-05-06T23:51:39.242913+0000 mon.smithi012 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.12:0/2639416677' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:40.111 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:39 smithi012 bash[18711]: audit 2024-05-06T23:51:39.242913+0000 mon.smithi012 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.12:0/2639416677' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:40.118 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:39 smithi183 bash[22984]: audit 2024-05-06T23:51:39.242913+0000 mon.smithi012 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.12:0/2639416677' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:40.118 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:39 smithi183 bash[22984]: audit 2024-05-06T23:51:39.242913+0000 mon.smithi012 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.12:0/2639416677' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T23:51:40.250 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:40 smithi012 systemd[1]: Stopping Ceph mon.smithi012 for b50f1384-0c01-11ef-bc97-c7b262605968... 2024-05-06T23:51:40.250 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:40 smithi012 bash[18711]: debug 2024-05-06T23:51:40.225+0000 7f1fdf892700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi012 -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 2024-05-06T23:51:40.250 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:May 06 23:51:40 smithi012 bash[18711]: debug 2024-05-06T23:51:40.225+0000 7f1fdf892700 -1 mon.smithi012@0(leader) e2 *** Got Signal Terminated *** 2024-05-06T23:51:41.179 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi012.service' 2024-05-06T23:51:41.275 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T23:51:41.276 INFO:tasks.cephadm.mon.smithi012:Stopped mon.smithi012 2024-05-06T23:51:41.276 INFO:tasks.cephadm.mon.smithi183:Stopping mon.smithi183... 2024-05-06T23:51:41.276 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi183 2024-05-06T23:51:41.587 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:41 smithi183 systemd[1]: Stopping Ceph mon.smithi183 for b50f1384-0c01-11ef-bc97-c7b262605968... 2024-05-06T23:51:41.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:41 smithi183 bash[22984]: debug 2024-05-06T23:51:41.416+0000 7fa7813c9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi183 -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 2024-05-06T23:51:41.588 INFO:journalctl@ceph.mon.smithi183.smithi183.stdout:May 06 23:51:41 smithi183 bash[22984]: debug 2024-05-06T23:51:41.416+0000 7fa7813c9700 -1 mon.smithi183@1(peon) e2 *** Got Signal Terminated *** 2024-05-06T23:51:42.135 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b50f1384-0c01-11ef-bc97-c7b262605968@mon.smithi183.service' 2024-05-06T23:51:42.178 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T23:51:42.178 INFO:tasks.cephadm.mon.smithi183:Stopped mon.smithi183 2024-05-06T23:51:42.179 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b50f1384-0c01-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T23:51:42.359 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:52:28.109 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b50f1384-0c01-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T23:52:28.276 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:53:11.213 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:53:11.228 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T23:53:11.241 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T23:53:11.243 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/remote/smithi012/crash 2024-05-06T23:53:11.244 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/crash -- . 2024-05-06T23:53:11.282 INFO:teuthology.orchestra.run.smithi012.stderr:tar: /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T23:53:11.282 INFO:teuthology.orchestra.run.smithi012.stderr:tar: Error is not recoverable: exiting now 2024-05-06T23:53:11.284 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/remote/smithi183/crash 2024-05-06T23:53:11.285 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/crash -- . 2024-05-06T23:53:11.296 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T23:53:11.296 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2024-05-06T23:53:11.297 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T23:53:11.297 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T23:53:11.340 INFO:teuthology.orchestra.run.smithi012.stdout:2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:53:11.341 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T23:53:11.341 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[SEC\]' /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T23:53:11.400 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]' /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T23:53:11.456 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[WRN\]' /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-06T23:53:11.511 INFO:teuthology.orchestra.run.smithi012.stdout:2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) ['daemon prometheus.smithi012 on smithi012 is in unknown state'] (CEPHADM_FAILED_DAEMON) 2024-05-06T23:53:11.511 INFO:tasks.cephadm:Compressing logs... 2024-05-06T23:53:11.512 DEBUG:teuthology.orchestra.run.smithi012:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-06T23:53:11.555 DEBUG:teuthology.orchestra.run.smithi183:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-06T23:53:11.565 INFO:teuthology.orchestra.run.smithi012.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T23:53:11.570 INFO:teuthology.orchestra.run.smithi183.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T23:53:11.573 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T23:53:11.574 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-client.ceph-exporter.smithi012.log 2024-05-06T23:53:11.574 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.7.log 2024-05-06T23:53:11.574 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-client.ceph-exporter.smithi012.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T23:53:11.576 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-06T23:53:11.576 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.cephadm.log: 94.1% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-client.ceph-exporter.smithi012.log.gz 2024-05-06T23:53:11.576 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-06T23:53:11.576 INFO:teuthology.orchestra.run.smithi012.stderr: 83.9% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T23:53:11.576 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T23:53:11.577 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.3.log: /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log 2024-05-06T23:53:11.578 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T23:53:11.578 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.1.log: /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T23:53:11.578 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mgr.smithi012.ztruhu.log 2024-05-06T23:53:11.579 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.audit.log: 88.8% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T23:53:11.579 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mon.smithi012.log 2024-05-06T23:53:11.581 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T23:53:11.582 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mgr.smithi012.ztruhu.log: 91.3% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T23:53:11.583 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mon.smithi183.log 2024-05-06T23:53:11.583 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T23:53:11.583 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mon.smithi183.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-06T23:53:11.583 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.6.log 2024-05-06T23:53:11.585 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T23:53:11.585 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-client.ceph-exporter.smithi183.log 2024-05-06T23:53:11.585 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mgr.smithi183.uvhyjf.log 2024-05-06T23:53:11.585 INFO:teuthology.orchestra.run.smithi183.stderr: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T23:53:11.585 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log 2024-05-06T23:53:11.585 INFO:teuthology.orchestra.run.smithi183.stderr: 82.5% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T23:53:11.586 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-client.ceph-exporter.smithi183.log: 30.9% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-client.ceph-exporter.smithi183.log.gz 2024-05-06T23:53:11.586 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T23:53:11.586 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mgr.smithi183.uvhyjf.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T23:53:11.587 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-06T23:53:11.587 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.audit.log: 88.9% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T23:53:11.588 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.4.log: 91.4% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T23:53:11.589 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mon.smithi012.log: 91.3% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T23:53:11.591 INFO:teuthology.orchestra.run.smithi183.stderr: 92.2% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mgr.smithi183.uvhyjf.log.gz 2024-05-06T23:53:11.598 INFO:teuthology.orchestra.run.smithi183.stderr: 91.4% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T23:53:11.611 INFO:teuthology.orchestra.run.smithi012.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T23:53:11.656 INFO:teuthology.orchestra.run.smithi183.stderr: 92.6% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.6.log.gz 2024-05-06T23:53:11.665 INFO:teuthology.orchestra.run.smithi012.stderr: 92.2% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-06T23:53:11.666 INFO:teuthology.orchestra.run.smithi183.stderr: 93.0% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mon.smithi183.log.gz 2024-05-06T23:53:11.675 INFO:teuthology.orchestra.run.smithi012.stderr: 92.5% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-06T23:53:11.691 INFO:teuthology.orchestra.run.smithi183.stderr: 92.5% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-06T23:53:11.699 INFO:teuthology.orchestra.run.smithi012.stderr: 92.3% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.7.log.gz 2024-05-06T23:53:11.701 INFO:teuthology.orchestra.run.smithi183.stderr: 93.4% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-06T23:53:11.702 INFO:teuthology.orchestra.run.smithi012.stderr: 89.9% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mgr.smithi012.ztruhu.log.gz 2024-05-06T23:53:11.704 INFO:teuthology.orchestra.run.smithi183.stderr: 92.7% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T23:53:11.706 INFO:teuthology.orchestra.run.smithi183.stderr: 2024-05-06T23:53:11.706 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.146s 2024-05-06T23:53:11.706 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.499s 2024-05-06T23:53:11.706 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.052s 2024-05-06T23:53:11.709 INFO:teuthology.orchestra.run.smithi012.stderr: 92.9% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T23:53:11.895 INFO:teuthology.orchestra.run.smithi012.stderr: 90.8% -- replaced with /var/log/ceph/b50f1384-0c01-11ef-bc97-c7b262605968/ceph-mon.smithi012.log.gz 2024-05-06T23:53:11.896 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-05-06T23:53:11.896 INFO:teuthology.orchestra.run.smithi012.stderr:real 0m0.338s 2024-05-06T23:53:11.896 INFO:teuthology.orchestra.run.smithi012.stderr:user 0m0.880s 2024-05-06T23:53:11.897 INFO:teuthology.orchestra.run.smithi012.stderr:sys 0m0.081s 2024-05-06T23:53:11.897 INFO:tasks.cephadm:Archiving logs... 2024-05-06T23:53:11.897 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/remote/smithi012/log 2024-05-06T23:53:11.898 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T23:53:12.061 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/remote/smithi183/log 2024-05-06T23:53:12.062 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T23:53:12.133 INFO:tasks.cephadm:Removing cluster... 2024-05-06T23:53:12.134 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b50f1384-0c01-11ef-bc97-c7b262605968 --force 2024-05-06T23:53:12.302 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:53:13.430 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b50f1384-0c01-11ef-bc97-c7b262605968 --force 2024-05-06T23:53:13.593 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: b50f1384-0c01-11ef-bc97-c7b262605968 2024-05-06T23:53:14.706 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T23:53:14.706 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T23:53:14.712 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T23:53:14.717 INFO:tasks.cephadm:Teardown complete 2024-05-06T23:53:14.718 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/cephadm.py", line 2277, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/ceph.py", line 1478, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/ceph_manager.py", line 3251, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-05-06T23:53:14.920 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5bcb834595234fb1a76830f38721b01b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/cephadm.py", line 2277, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/ceph.py", line 1478, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a2db5c34e52973e67c30d806fe9e5820c5e10c6/qa/tasks/ceph_manager.py", line 3251, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-05-06T23:53:14.923 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T23:53:14.932 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-06T23:53:14.940 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_1... 2024-05-06T23:53:14.940 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_1 2024-05-06T23:53:15.214 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-06T23:53:15.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:15.216 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_2... 2024-05-06T23:53:15.216 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_2 2024-05-06T23:53:15.466 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-06T23:53:15.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:15.468 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_3... 2024-05-06T23:53:15.468 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_3 2024-05-06T23:53:15.742 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-06T23:53:15.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:15.744 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_4... 2024-05-06T23:53:15.744 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_4 2024-05-06T23:53:16.003 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-06T23:53:16.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:16.004 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-05-06T23:53:16.005 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/scratch_devs 2024-05-06T23:53:16.019 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_1... 2024-05-06T23:53:16.019 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_1 2024-05-06T23:53:16.272 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-06T23:53:16.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:16.274 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_2... 2024-05-06T23:53:16.274 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_2 2024-05-06T23:53:16.556 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-06T23:53:16.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:16.558 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_3... 2024-05-06T23:53:16.558 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_3 2024-05-06T23:53:16.816 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-06T23:53:16.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:16.818 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_4... 2024-05-06T23:53:16.819 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_4 2024-05-06T23:53:17.088 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-06T23:53:17.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:17.090 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-06T23:53:17.090 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/scratch_devs 2024-05-06T23:53:17.104 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T23:53:17.113 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T23:53:17.113 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T23:53:17.116 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T23:53:17.128 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T23:53:17.128 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2024-05-06T23:53:17.129 INFO:teuthology.orchestra.run.smithi012.stdout:+hv01.front.sepi 67.205.162.81 3 u 60 64 377 0.099 -0.501 0.366 2024-05-06T23:53:17.129 INFO:teuthology.orchestra.run.smithi012.stdout:+hv02.front.sepi 63.231.80.2 3 u 53 64 377 0.082 +1.654 0.286 2024-05-06T23:53:17.129 INFO:teuthology.orchestra.run.smithi012.stdout:*hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.075 +1.197 0.233 2024-05-06T23:53:17.129 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T23:53:17.160 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T23:53:17.160 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2024-05-06T23:53:17.160 INFO:teuthology.orchestra.run.smithi183.stdout:+hv01.front.sepi 67.205.162.81 3 u 52 64 377 0.077 -5.404 2.121 2024-05-06T23:53:17.161 INFO:teuthology.orchestra.run.smithi183.stdout:*hv02.front.sepi 63.231.80.2 3 u 51 64 377 0.090 -3.402 1.913 2024-05-06T23:53:17.161 INFO:teuthology.orchestra.run.smithi183.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 64 377 0.090 -1.002 2.276 2024-05-06T23:53:17.161 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T23:53:17.162 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T23:53:17.192 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T23:53:17.192 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T23:53:17.227 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T23:53:17.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T23:53:17.359 INFO:teuthology.task.internal:Duration was 1414.215426 seconds 2024-05-06T23:53:17.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T23:53:17.367 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T23:53:17.367 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T23:53:17.370 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T23:53:17.408 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T23:53:17.408 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2024-05-06T23:53:17.409 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:53:17.460 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2024-05-06T23:53:17.460 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:53:17.470 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T23:53:17.470 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T23:53:17.503 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T23:53:17.547 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T23:53:17.547 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T23:53:17.591 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T23:53:17.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T23:53:17.715 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T23:53:17.715 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T23:53:17.728 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T23:53:17.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T23:53:17.788 DEBUG:teuthology.orchestra.run.smithi012:> 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 2024-05-06T23:53:17.791 DEBUG:teuthology.orchestra.run.smithi183:> 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 2024-05-06T23:53:17.799 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2024-05-06T23:53:17.802 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2024-05-06T23:53:17.824 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T23:53:17.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:17.870 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T23:53:17.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T23:53:17.875 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T23:53:17.885 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T23:53:17.885 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/remote/smithi012 2024-05-06T23:53:17.885 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T23:53:17.938 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515/remote/smithi183 2024-05-06T23:53:17.938 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T23:53:17.960 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T23:53:17.961 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T23:53:17.980 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T23:53:18.005 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T23:53:18.015 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T23:53:18.016 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T23:53:18.067 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T23:53:18.068 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T23:53:18.071 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T23:53:18.074 INFO:teuthology.orchestra.run.smithi012.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 23:53 /home/ubuntu/cephtest 2024-05-06T23:53:18.076 INFO:teuthology.orchestra.run.smithi183.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 23:53 /home/ubuntu/cephtest 2024-05-06T23:53:18.077 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T23:53:18.088 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T23:53:18.113 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T23:53:18.140 DEBUG:teuthology.nuke:shortname: smithi012 2024-05-06T23:53:18.140 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T23:53:18.165 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 23:21:36.544936', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEtgYiTq/Ln2dWCxGYdEqn0xXI9Ky9at+yEjA2s27bl5cyLoV0lUgoBuFuaehlpt7SZRTiDGfSiyZMGr1tEghb0='} 2024-05-06T23:53:18.169 DEBUG:teuthology.nuke:shortname: smithi183 2024-05-06T23:53:18.169 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T23:53:18.193 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-06_20:43:05-orch:cephadm-wip-adk-testing-2024-05-06-0906-distro-default-smithi/7694515', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-06 23:21:36.543780', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH1xWYmsq8S7lY6nsdo0UCBqk97P8yw4ip/Dy5Pv7mi9ZdA7QPlUrIcsrFiegNJq7JsMFMSZ4wIsQv1Q0XC1TPo='} 2024-05-06T23:53:18.226 INFO:teuthology.orchestra.console.smithi012:Power off 2024-05-06T23:53:18.227 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T23:53:18.250 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2024-05-06T23:53:18.250 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T23:53:18.266 INFO:teuthology.orchestra.console.smithi183:Power off 2024-05-06T23:53:18.267 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T23:53:18.275 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-05-06T23:53:18.295 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2024-05-06T23:53:18.295 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T23:53:18.320 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-05-06T23:53:22.277 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T23:53:22.321 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T23:53:22.386 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-05-06T23:53:22.431 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-05-06T23:53:26.390 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T23:53:26.433 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T23:53:26.501 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2024-05-06T23:53:26.546 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2024-05-06T23:53:26.602 INFO:teuthology.orchestra.console.smithi012:Power off completed 2024-05-06T23:53:26.648 INFO:teuthology.orchestra.console.smithi183:Power off completed 2024-05-06T23:53:26.753 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 1414.2154259681702 failure_reason: '"2024-05-06T23:42:45.940757+0000 mon.smithi012 (mon.0) 227 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) [''daemon prometheus.smithi012 on smithi012 is in unknown state''] (CEPHADM_FAILED_DAEMON)" in cluster log' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5bcb834595234fb1a76830f38721b01b status: fail success: false 2024-05-06T23:53:26.753 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T23:53:26.834 INFO:teuthology.run:FAIL