2024-04-22T23:30:09.058 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:30:09.059 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi --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 --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235 --verbose -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/orig.config.yaml 2024-04-22T23:30:09.093 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:30:09.173 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235 branch: wip-adk-testing-2024-04-22-1618 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: '7669235' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-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-04-22-1618 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: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJaef65qKkytVreUDaOrSO48qhJzUB5bpDnLpV9Ct4LmGvnQzNXA0rRBNNvajHSpdxfN3sEmfAtlIWfpbUMF8hc= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO+xbGD4i+HSTV0uQgTm8UNuz6PZA8mgBlWu6v+kd7xXgujNpr24+Hw7ZIvWY7HuAPgDGn2mldT8HJENnzzjO00= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T23:30:09.173 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T23:30:09.174 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:30:09.174 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:30:09.176 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:30:09.199 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:30:09.199 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:30:09.199 INFO:teuthology.packaging:ref: None 2024-04-22T23:30:09.199 INFO:teuthology.packaging:tag: None 2024-04-22T23:30:09.199 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:30:09.199 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:30:09.200 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-04-22-1618 2024-04-22T23:30:09.431 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:30:09.433 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:30:09.441 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:30:09.441 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:30:09.448 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:30:09.464 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:30:09.470 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:30:09.495 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235', '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-04-22 23:23:57.127870', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDKiZ36XZKSOhGNBbr6NsTSjnLY6Y4wnkUMm6/q8xMPA'} 2024-04-22T23:30:09.520 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235', '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-04-22 23:23:57.126455', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9JzQU4C+43qKryAqp2L3M1bxhMSIjy1iRGZzkNtXSr'} 2024-04-22T23:30:09.521 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:30:09.528 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T23:30:09.528 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T23:30:09.528 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:30:09.602 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9b49f5c430>, signals=[15]) 2024-04-22T23:30:09.603 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:30:09.611 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:30:09.611 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-04-22T23:30:09.613 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:30:09.696 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-04-22T23:30:09.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:30:09.776 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:30:09.783 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-04-22T23:30:09.789 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-04-22T23:30:09.789 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="Ubuntu" 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="22.04" 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_CODENAME=jammy 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:ID=ubuntu 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE=debian 2024-04-22T23:30:09.841 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:30:09.842 INFO:teuthology.orchestra.run.smithi047.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:30:09.842 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:30:09.842 INFO:teuthology.orchestra.run.smithi047.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:30:09.842 INFO:teuthology.orchestra.run.smithi047.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:30:09.842 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-04-22T23:30:09.866 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-04-22T23:30:09.871 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-04-22T23:30:09.871 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-04-22T23:30:09.919 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Ubuntu" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="22.04" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_CODENAME=jammy 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:ID=ubuntu 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE=debian 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:30:09.920 INFO:teuthology.orchestra.run.smithi137.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:30:09.921 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-04-22T23:30:09.949 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:30:09.963 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:30:09.974 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:30:09.974 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:30:09.977 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:30:09.982 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:30:09.992 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:30:09.993 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:30:10.026 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:30:10.125 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:30:10.190 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:30:10.206 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:30:10.206 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T23:30:10.207 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:30:10.207 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:30:10.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:10.212 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-04-22T23:30:10.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:10.213 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-04-22T23:30:10.259 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-56-generic 2024-04-22T23:30:10.260 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.15.0-56-generic 2024-04-22T23:30:10.260 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-04-22T23:30:10.261 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-56-generic 2024-04-22T23:30:10.261 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.15.0-56-generic 2024-04-22T23:30:10.261 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-04-22T23:30:10.392 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-04-22T23:30:10.398 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-04-22T23:30:10.546 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:30:10.546 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:30:10.552 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:30:10.557 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:30:10.574 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:30:10.642 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:30:10.647 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:30:10.667 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:30:10.767 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:30:10.815 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:30:10.839 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:30:10.880 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:30:10.886 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:30:10.888 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:30:10.888 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:30:10.914 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:30:10.915 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:30:10.918 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:30:10.919 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:30:10.924 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:30:10.930 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:30:10.936 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:30:10.937 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:30:10.939 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:30:10.958 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:30:10.958 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:30:10.961 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:30:10.961 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:30:10.963 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:30:10.965 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:30:10.965 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:30:10.966 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:30:10.992 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:30:11.000 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:30:11.000 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:30:11.013 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:30:11.022 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:30:11.025 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:30:11.042 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:30:11.042 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:30:11.042 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:30:11.042 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:30:11.046 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:30:11.047 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:30:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:30:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:30:11.048 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:30:11.060 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:30:11.082 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:30:11.082 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:30:11.093 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:30:11.161 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:30:11.188 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:30:11.210 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:30:11.289 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:30:11.311 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:30:11.338 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:30:11.365 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:30:11.376 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:30:11.412 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:30:11.513 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:30:11.538 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:30:11.543 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:30:11.556 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:30:11.557 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:30:11.560 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:30:11.581 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:30:11.603 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:30:11.624 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:30:11.639 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:30:11.640 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:30:11.648 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:30:11.648 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:30:11.664 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:30:11.713 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:30:11.736 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:30:11.758 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:30:11.780 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:30:11.804 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:30:11.827 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:30:11.847 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:30:11.848 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:30:11.870 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:30:12.257 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:30:12.262 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:30:12.263 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:30:12.278 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:30:12.280 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:30:16.773 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 13.2 MB in 2s (7,242 kB/s) 2024-04-22T23:30:17.072 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 13.2 MB in 2s (6,298 kB/s) 2024-04-22T23:30:18.130 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-04-22T23:30:18.147 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:30:18.201 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-04-22T23:30:18.387 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-22T23:30:18.401 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-04-22T23:30:18.402 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-04-22T23:30:18.404 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:30:18.467 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-22T23:30:18.562 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:30:18.562 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:30:18.562 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:30:18.563 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:30:18.563 INFO:teuthology.orchestra.run.smithi137.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:30:18.563 INFO:teuthology.orchestra.run.smithi137.stdout: python2.7-minimal 2024-04-22T23:30:18.563 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:30:18.564 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-04-22T23:30:18.564 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:30:18.564 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:30:18.564 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:30:18.565 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-04-22T23:30:18.566 INFO:teuthology.orchestra.run.smithi137.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:30:18.566 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-04-22T23:30:18.566 INFO:teuthology.orchestra.run.smithi137.stdout: thermald 2024-04-22T23:30:18.604 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-04-22T23:30:18.604 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:30:18.604 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:30:18.604 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:30:18.605 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages will be upgraded: 2024-04-22T23:30:18.606 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:30:18.662 INFO:teuthology.orchestra.run.smithi137.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:30:18.662 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 113 MB of archives. 2024-04-22T23:30:18.662 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:30:18.662 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:18.680 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-04-22T23:30:18.680 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-04-22T23:30:18.868 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:30:18.868 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:30:18.868 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:30:18.869 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:30:18.869 INFO:teuthology.orchestra.run.smithi047.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:30:18.869 INFO:teuthology.orchestra.run.smithi047.stdout: python2.7-minimal 2024-04-22T23:30:18.869 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:30:18.870 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-04-22T23:30:18.870 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:30:18.870 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:30:18.871 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:30:18.872 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-04-22T23:30:18.872 INFO:teuthology.orchestra.run.smithi047.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:30:18.872 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-04-22T23:30:18.872 INFO:teuthology.orchestra.run.smithi047.stdout: thermald 2024-04-22T23:30:18.923 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-04-22T23:30:18.923 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:30:18.923 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:30:18.924 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:30:18.925 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages will be upgraded: 2024-04-22T23:30:18.926 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:30:19.106 INFO:teuthology.orchestra.run.smithi047.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:30:19.107 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 113 MB of archives. 2024-04-22T23:30:19.107 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:30:19.107 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:19.195 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:19.310 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:20.191 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T23:30:20.191 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:20.192 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:20.504 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:20.527 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:20.540 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:20.862 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:20.938 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 113 MB in 2s (58.8 MB/s) 2024-04-22T23:30:21.097 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:30:23.054 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T23:30:23.092 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:23.095 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:23.236 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:30:23.240 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:23.484 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:23.742 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:23.850 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:24.266 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 113 MB in 5s (23.0 MB/s) 2024-04-22T23:30:24.457 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:30:25.527 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:30:25.549 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:25.636 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:26.038 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:30:26.059 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:26.088 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:26.439 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:30:26.443 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:26.712 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:28.880 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:30:28.901 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:28.997 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:29.467 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:30:29.487 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:29.525 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:32.070 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:30:32.172 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:30:32.471 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:30:32.592 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:30:32.887 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:30:32.909 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:30:32.953 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:30:36.393 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:30:36.503 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:30:36.803 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:30:36.915 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:30:37.193 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:30:37.216 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:30:37.260 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:30:38.286 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:30:38.323 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:38.361 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:41.456 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:30:41.555 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:30:41.855 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:30:41.977 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:42.103 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:30:42.231 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:42.604 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:30:42.643 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:30:42.976 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:43.560 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:30:43.560 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:30:43.560 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:30:43.561 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:30:43.708 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:45.143 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:45.709 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:30:45.830 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:30:46.727 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:30:46.853 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:30:46.973 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:30:46.980 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:47.039 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:30:47.039 INFO:teuthology.orchestra.run.smithi137.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:30:47.094 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:47.211 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:30:47.340 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:48.687 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:30:48.687 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:30:48.687 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:30:48.687 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:30:48.825 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:50.261 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:51.686 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:30:52.571 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:30:52.688 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:30:52.761 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:30:52.761 INFO:teuthology.orchestra.run.smithi047.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:01.430 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:31:01.431 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:31:01.439 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:31:01.461 INFO:teuthology.orchestra.run.smithi137.stdout:Generating grub configuration file ... 2024-04-22T23:31:01.843 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:01.870 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:02.233 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:02.238 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:02.302 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:31:02.308 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:31:02.469 INFO:teuthology.orchestra.run.smithi137.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:31:02.469 INFO:teuthology.orchestra.run.smithi137.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:31:02.469 INFO:teuthology.orchestra.run.smithi137.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:31:02.528 INFO:teuthology.orchestra.run.smithi137.stdout:done 2024-04-22T23:31:03.009 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-04-22T23:31:03.028 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-04-22T23:31:03.028 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-04-22T23:31:03.028 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-04-22T23:31:03.028 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-04-22T23:31:03.028 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-04-22T23:31:03.028 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.105.102 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-04-22T23:31:03.029 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:31:03.030 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-04-22T23:31:03.030 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:31:03.030 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:31:03.030 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:31:03.031 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T23:31:03.031 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:31:03.031 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-04-22T23:31:03.208 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-04-22T23:31:03.453 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:31:03.453 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:31:03.529 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:31:03.609 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:31:04.800 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-04-22T23:31:04.818 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:31:04.871 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-04-22T23:31:05.049 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-04-22T23:31:05.050 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-04-22T23:31:05.208 INFO:teuthology.orchestra.run.smithi137.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:31:05.208 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:31:05.208 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:31:05.208 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:31:05.208 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:31:05.208 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:31:05.210 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:31:05.210 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:31:05.248 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:31:05.250 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:31:05.305 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.105.102 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.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-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:31:05.306 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-04-22T23:31:05.306 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-04-22T23:31:05.349 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.Qv0GavspQY 2024-04-22T23:31:05.350 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Qv0GavspQY 2024-04-22T23:31:05.404 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.Qv0GavspQY 2024-04-22T23:31:05.517 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.Qv0GavspQY is 10KB 2024-04-22T23:31:05.529 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.Qv0GavspQY 2024-04-22T23:31:05.534 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:31:05.589 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:31:05.589 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:31:05.589 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:31:05.653 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:31:05.653 DEBUG:teuthology.orchestra.run.smithi137:> sudo update-grub 2024-04-22T23:31:06.742 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:31:06.743 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:31:06.745 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-04-22T23:31:07.000 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:07.006 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:07.212 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:31:07.213 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:31:07.223 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:31:07.242 INFO:teuthology.orchestra.run.smithi047.stdout:Generating grub configuration file ... 2024-04-22T23:31:07.309 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:07.315 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:07.361 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:31:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:31:07.498 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:31:07.499 INFO:teuthology.orchestra.run.smithi137.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:31:07.499 INFO:teuthology.orchestra.run.smithi137.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:31:07.499 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:07.513 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-04-22T23:31:07.516 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:07.521 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-04-22T23:31:07.791 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:07.796 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:07.867 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:31:07.873 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:31:08.053 INFO:teuthology.orchestra.run.smithi047.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:31:08.053 INFO:teuthology.orchestra.run.smithi047.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:31:08.053 INFO:teuthology.orchestra.run.smithi047.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:31:08.098 INFO:teuthology.orchestra.run.smithi047.stdout:done 2024-04-22T23:31:08.612 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-04-22T23:31:08.636 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-04-22T23:31:08.636 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.105.102 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:31:08.637 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-04-22T23:31:08.638 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:31:08.638 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:31:08.638 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:31:08.638 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T23:31:08.638 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:31:08.638 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-04-22T23:31:08.847 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-04-22T23:31:08.987 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:31:08.987 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:31:08.997 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:31:09.017 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:31:10.404 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-22T23:31:10.422 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:31:10.477 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-22T23:31:10.658 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-04-22T23:31:10.659 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-04-22T23:31:10.821 INFO:teuthology.orchestra.run.smithi047.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:31:10.821 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:31:10.821 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:31:10.821 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:31:10.821 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:31:10.821 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:31:10.822 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:31:10.822 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:31:10.861 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:31:10.863 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-04-22T23:31:10.925 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-04-22T23:31:10.925 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.105.102 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:31:10.926 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-04-22T23:31:10.927 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-04-22T23:31:10.972 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.nQjPu2Q1UU 2024-04-22T23:31:10.972 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nQjPu2Q1UU 2024-04-22T23:31:11.028 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.nQjPu2Q1UU 2024-04-22T23:31:11.139 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.nQjPu2Q1UU is 10KB 2024-04-22T23:31:11.152 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.nQjPu2Q1UU 2024-04-22T23:31:11.158 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:31:11.211 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:31:11.212 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:31:11.212 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:31:11.280 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:31:11.280 DEBUG:teuthology.orchestra.run.smithi047:> sudo update-grub 2024-04-22T23:31:12.592 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:31:12.593 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:31:12.595 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-04-22T23:31:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:31:12.779 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:31:13.002 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:31:13.008 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:31:13.051 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:31:13.057 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:31:13.221 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:31:13.221 INFO:teuthology.orchestra.run.smithi047.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:31:13.221 INFO:teuthology.orchestra.run.smithi047.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:31:13.234 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-04-22T23:31:13.246 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-04-22T23:31:37.546 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T23:31:37.547 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-04-22T23:31:37.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:31:43.254 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T23:31:43.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-22T23:31:43.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:32:12.191 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-04-22T23:32:21.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-04-22T23:32:21.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:32:39.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-04-22T23:32:43.258 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:32:51.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-04-22T23:32:51.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:32:52.140 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-04-22T23:32:52.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-22T23:32:52.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:32:53.107 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-04-22T23:32:53.107 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T23:32:53.107 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-04-22T23:32:53.159 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-105-generic 2024-04-22T23:32:53.159 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:32:53.159 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:32:53.159 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:32:53.279 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-04-22T23:32:54.161 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:32:54.161 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:32:54.502 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-04-22T23:32:54.537 DEBUG:teuthology.parallel:result is None 2024-04-22T23:33:05.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-22T23:33:05.282 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:05.528 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-04-22T23:33:06.125 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-22T23:33:06.126 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T23:33:06.126 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-04-22T23:33:06.172 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-105-generic 2024-04-22T23:33:06.172 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:33:06.172 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:33:06.172 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:33:07.173 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:33:07.173 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:33:07.238 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-04-22T23:33:07.258 DEBUG:teuthology.parallel:result is None 2024-04-22T23:33:07.258 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:33:07.265 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:33:07.265 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:33:07.268 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:33:07.274 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:33:07.281 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:33:07.289 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:33:07.289 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:33:07.317 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:33:07.419 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:33:07.425 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:33:07.426 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:33:07.428 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:33:07.445 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:33:07.446 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:33:07.454 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:33:07.454 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:33:07.456 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:33:07.462 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:33:07.462 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:33:07.501 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:33:07.515 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:33:07.523 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:33:07.524 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:33:07.557 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:33:07.562 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:33:07.609 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:33:07.657 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:33:07.657 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:33:07.725 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:33:07.731 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:33:07.779 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:33:07.779 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:33:07.855 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-04-22T23:33:07.858 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-04-22T23:33:07.931 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:33:07.939 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:33:07.939 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:33:07.953 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:33:07.961 DEBUG:teuthology.task.selinux:Excluding smithi047: OS 'ubuntu' does not support SELinux 2024-04-22T23:33:07.961 DEBUG:teuthology.task.selinux:Excluding smithi137: OS 'ubuntu' does not support SELinux 2024-04-22T23:33:07.961 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:33:07.961 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T23:33:07.962 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:33:07.962 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:33:07.969 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:33:07.986 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-04-22T23:33:07.988 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi047.front.sepia.ceph.com,smithi137.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:40:11.418 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com')] 2024-04-22T23:40:11.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-22T23:40:11.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:40:11.504 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-04-22T23:40:11.578 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-22T23:40:11.579 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-04-22T23:40:11.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:40:11.658 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-04-22T23:40:11.730 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-04-22T23:40:11.730 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:40:11.740 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:40:11.740 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:40:11.741 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:40:11.743 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:40:11.743 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:40:11.771 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:40:11.771 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Command line: ntpd -gq 2024-04-22T23:40:11.771 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: ---------------------------------------------------- 2024-04-22T23:40:11.771 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:40:11.771 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:40:11.772 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: corporation. Support and training for ntp-4 are 2024-04-22T23:40:11.772 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: available at https://www.nwtime.org/support 2024-04-22T23:40:11.772 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: ---------------------------------------------------- 2024-04-22T23:40:11.772 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: proto: precision = 0.066 usec (-24) 2024-04-22T23:40:11.773 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: basedate set to 2022-02-04 2024-04-22T23:40:11.773 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:40:11.773 INFO:teuthology.orchestra.run.smithi047.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:40:11.773 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:40:11.773 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:40:11.774 INFO:teuthology.orchestra.run.smithi047.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listen normally on 3 ens1f0 172.21.15.47:123 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listen normally on 4 lo [::1]:123 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:148e%2]:123 2024-04-22T23:40:11.775 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:11 ntpd[17129]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:40:11.802 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Command line: ntpd -gq 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: ---------------------------------------------------- 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: corporation. Support and training for ntp-4 are 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: available at https://www.nwtime.org/support 2024-04-22T23:40:11.803 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: ---------------------------------------------------- 2024-04-22T23:40:11.804 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: proto: precision = 0.044 usec (-24) 2024-04-22T23:40:11.804 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: basedate set to 2022-02-04 2024-04-22T23:40:11.804 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:40:11.804 INFO:teuthology.orchestra.run.smithi137.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:40:11.805 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:40:11.805 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:40:11.805 INFO:teuthology.orchestra.run.smithi137.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listen normally on 3 enp3s0f1 172.21.15.137:123 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listen normally on 4 lo [::1]:123 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8137%5]:123 2024-04-22T23:40:11.806 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:11 ntpd[17211]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:12.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:12 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:12.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:12 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:13.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:13 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:13.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:13 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:14.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:14 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:14.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:14 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:15.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:15 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:15.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:15 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:15.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:15 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:15.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:15 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:15.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:15 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:15.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:15 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:16.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:16 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:16.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:16.805 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:16.805 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:16.805 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:16.805 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:16 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:17.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:17 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:17.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:17 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:17.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:17 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:17.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:17 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:17.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:17 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:17.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:17 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:18.772 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.772 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.772 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.772 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.772 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stdout:22 Apr 23:40:18 ntpd[17129]: ntpd: time slew -0.001439 s 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stdout:ntpd: time slew -0.001439s 2024-04-22T23:40:18.773 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:40:18.774 INFO:teuthology.orchestra.run.smithi047.stderr:22 Apr 23:40:18 ntpd[17129]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:40:18.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.803 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:40:18.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:40:18.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:40:18.804 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:40:18.804 INFO:teuthology.orchestra.run.smithi137.stdout:22 Apr 23:40:18 ntpd[17211]: ntpd: time slew -0.001044 s 2024-04-22T23:40:18.804 INFO:teuthology.orchestra.run.smithi137.stdout:ntpd: time slew -0.001044s 2024-04-22T23:40:18.805 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:40:18.805 INFO:teuthology.orchestra.run.smithi137.stderr:22 Apr 23:40:18 ntpd[17211]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:40:18.823 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:40:18.823 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-04-22T23:40:18.823 INFO:teuthology.orchestra.run.smithi047.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.824 INFO:teuthology.orchestra.run.smithi047.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.824 INFO:teuthology.orchestra.run.smithi047.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.824 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.854 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:40:18.854 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-04-22T23:40:18.855 INFO:teuthology.orchestra.run.smithi137.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.855 INFO:teuthology.orchestra.run.smithi137.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.855 INFO:teuthology.orchestra.run.smithi137.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.855 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:40:18.856 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T23:40:18.866 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T23:40:18.867 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:40:18.867 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:40:18.872 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-04-22T23:40:18.872 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-04-22T23:40:18.918 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:40:18.918 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:18.918 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-22T23:40:18.918 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:18.918 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:36:56.134544472 +0000 2024-04-22T23:40:18.919 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:36:55.898546580 +0000 2024-04-22T23:40:18.919 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:36:55.898546580 +0000 2024-04-22T23:40:18.919 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:40:18.919 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:40:18.973 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:40:18.973 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:40:18.973 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000311851 s, 1.6 MB/s 2024-04-22T23:40:18.974 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:40:19.023 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:36:56.602540291 +0000 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:36:56.338542650 +0000 2024-04-22T23:40:19.070 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:36:56.338542650 +0000 2024-04-22T23:40:19.071 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:40:19.071 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:40:19.125 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:40:19.125 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:40:19.125 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000277004 s, 1.8 MB/s 2024-04-22T23:40:19.126 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:40:19.175 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-04-22T23:40:19.222 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:40:19.222 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:19.222 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-22T23:40:19.223 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:19.223 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:36:57.094535897 +0000 2024-04-22T23:40:19.223 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:36:56.834538219 +0000 2024-04-22T23:40:19.223 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:36:56.834538219 +0000 2024-04-22T23:40:19.223 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:40:19.223 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:40:19.277 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:40:19.277 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:40:19.277 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000302889 s, 1.7 MB/s 2024-04-22T23:40:19.278 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:40:19.328 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:36:57.606531324 +0000 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:36:57.314533932 +0000 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:36:57.314533932 +0000 2024-04-22T23:40:19.374 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:40:19.375 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:40:19.428 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:40:19.429 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:40:19.429 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00030778 s, 1.7 MB/s 2024-04-22T23:40:19.430 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:40:19.480 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:40:19.614 INFO:teuthology.orchestra.run.smithi047.stdout:loop 2024-04-22T23:40:19.615 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2024-04-22T23:40:19.615 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:40:19.634 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-04-22T23:40:19.654 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_11 2024-04-22T23:40:19.672 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2024-04-22T23:40:19.672 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:40:19.729 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-04-22T23:40:19.748 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_21 2024-04-22T23:40:19.765 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2024-04-22T23:40:19.765 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:40:19.823 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-04-22T23:40:19.843 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_31 2024-04-22T23:40:19.859 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2024-04-22T23:40:19.859 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-22T23:40:19.919 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-04-22T23:40:19.942 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_41 2024-04-22T23:40:19.960 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:40:19.960 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:40:20.006 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme list 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme0n1 PHMB75130022480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme1n1 293b9a8302799a75e7a3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme2n1 a7d69e6c415f1b4de482 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme3n1 ba638c5743b300eab11e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:20.059 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme4n1 76f7e10773a2a464cd00 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:20.060 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:40:20.060 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:40:20.060 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2024-04-22T23:40:20.111 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:40:20.112 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:40:20.117 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-04-22T23:40:20.117 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-04-22T23:40:20.166 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:40:20.166 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:20.166 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-22T23:40:20.166 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:20.166 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:36:54.773261183 +0000 2024-04-22T23:40:20.166 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:36:54.505263565 +0000 2024-04-22T23:40:20.167 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:36:54.505263565 +0000 2024-04-22T23:40:20.167 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:40:20.167 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:40:20.220 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:40:20.220 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:40:20.220 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.00042851 s, 1.2 MB/s 2024-04-22T23:40:20.222 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:40:20.275 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:36:55.017259013 +0000 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:36:55.013259049 +0000 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:36:55.013259049 +0000 2024-04-22T23:40:20.326 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:40:20.327 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:40:20.383 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:40:20.383 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:40:20.383 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000324243 s, 1.6 MB/s 2024-04-22T23:40:20.384 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:40:20.435 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:36:55.797252080 +0000 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:36:55.533254427 +0000 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:36:55.533254427 +0000 2024-04-22T23:40:20.486 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:40:20.486 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:40:20.541 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:40:20.541 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:40:20.541 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000416565 s, 1.2 MB/s 2024-04-22T23:40:20.542 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:40:20.591 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-04-22T23:40:20.638 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:36:56.285247742 +0000 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:36:56.017250125 +0000 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:36:56.017250125 +0000 2024-04-22T23:40:20.639 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:40:20.639 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:40:20.693 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:40:20.693 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:40:20.693 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000384309 s, 1.3 MB/s 2024-04-22T23:40:20.694 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:40:20.743 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:40:20.866 INFO:teuthology.orchestra.run.smithi137.stdout:loop 2024-04-22T23:40:20.867 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-04-22T23:40:20.867 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:40:20.884 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-04-22T23:40:20.905 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_11 2024-04-22T23:40:20.921 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-04-22T23:40:20.921 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:40:20.977 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-04-22T23:40:20.999 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_21 2024-04-22T23:40:21.014 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-04-22T23:40:21.015 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:40:21.075 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-04-22T23:40:21.097 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_31 2024-04-22T23:40:21.113 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-04-22T23:40:21.113 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-22T23:40:21.174 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-04-22T23:40:21.195 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_41 2024-04-22T23:40:21.212 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:40:21.212 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:40:21.258 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme list 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme0n1 CVFT6233004A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme1n1 32daeed45feff1e0af21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme2n1 4b74ba2cbc6922012cd3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme3n1 8019a42f61b28d8b4e86 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:21.311 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme4n1 334cb802291b9ce95a31 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:40:21.312 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:40:21.312 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:40:21.312 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-04-22T23:40:21.363 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:40:21.449 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': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:40:21.449 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:40:21.450 INFO:tasks.cephadm:Cluster fsid is af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:40:21.450 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:40:21.450 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T23:40:21.450 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi047': '172.21.15.47', 'mon.smithi137': '172.21.15.137'} 2024-04-22T23:40:21.451 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:40:21.451 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-04-22T23:40:21.466 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-04-22T23:40:21.479 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:40:21.479 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:40:21.703 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', '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/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.38+adami08', '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-3252-g43be0201-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 21:55:29.434998', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T23:40:21.843 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:40:21.845 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T23:40:21.845 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:40:23.254 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:40 /home/ubuntu/cephtest/cephadm 2024-04-22T23:40:23.255 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:40:24.167 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:40 /home/ubuntu/cephtest/cephadm 2024-04-22T23:40:24.167 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:40:24.175 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:40:24.192 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:40:24.192 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:40:24.220 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:40:24.389 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:40:24.390 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:41:43.661 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-04-22T23:41:43.662 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:41:43.662 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:41:43.662 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-04-22T23:41:43.662 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:41:43.662 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-04-22T23:41:43.662 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-04-22T23:41:44.525 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-04-22T23:41:44.574 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-04-22T23:41:44.588 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-04-22T23:41:44.602 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-04-22T23:41:44.642 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-04-22T23:41:44.656 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:41:44.657 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-22T23:41:44.658 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:41:44.658 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:41:44.690 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 = af01d4c8-0101-11ef-bc93-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-04-22T23:41:44.690 DEBUG:teuthology.orchestra.run.smithi047:mon.smithi047> sudo journalctl -f -n 0 -u ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047.service 2024-04-22T23:41:44.735 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:41:44.735 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid af01d4c8-0101-11ef-bc93-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.47 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:41:44.948 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:41:44.948 INFO:teuthology.orchestra.run.smithi047.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'af01d4c8-0101-11ef-bc93-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.47', '--skip-admin-label'] 2024-04-22T23:41:44.949 INFO:teuthology.orchestra.run.smithi047.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:41:44.949 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying podman|docker is present... 2024-04-22T23:41:44.949 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying lvm2 is present... 2024-04-22T23:41:44.949 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying time synchronization is in place... 2024-04-22T23:41:44.954 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:41:44.954 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:41:44.959 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:41:44.959 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:44.964 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:41:44.964 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:41:44.968 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:41:44.968 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:44.973 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:41:44.973 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout masked 2024-04-22T23:41:44.977 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:41:44.977 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:44.980 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:41:44.980 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:41:44.984 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:41:44.984 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:44.988 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-04-22T23:41:44.992 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-04-22T23:41:44.993 INFO:teuthology.orchestra.run.smithi047.stdout:Unit ntp.service is enabled and running 2024-04-22T23:41:44.993 INFO:teuthology.orchestra.run.smithi047.stdout:Repeating the final host check... 2024-04-22T23:41:44.993 INFO:teuthology.orchestra.run.smithi047.stdout:docker (/usr/bin/docker) is present 2024-04-22T23:41:44.993 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl is present 2024-04-22T23:41:44.993 INFO:teuthology.orchestra.run.smithi047.stdout:lvcreate is present 2024-04-22T23:41:44.996 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:41:44.996 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:41:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:41:45.000 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:45.003 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:41:45.004 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:41:45.007 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:41:45.007 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:45.010 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:41:45.011 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout masked 2024-04-22T23:41:45.014 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:41:45.014 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:45.017 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:41:45.017 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:41:45.021 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:41:45.021 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-22T23:41:45.025 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-04-22T23:41:45.029 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-04-22T23:41:45.029 INFO:teuthology.orchestra.run.smithi047.stdout:Unit ntp.service is enabled and running 2024-04-22T23:41:45.029 INFO:teuthology.orchestra.run.smithi047.stdout:Host looks OK 2024-04-22T23:41:45.029 INFO:teuthology.orchestra.run.smithi047.stdout:Cluster fsid: af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:45.029 INFO:teuthology.orchestra.run.smithi047.stdout:Acquiring lock 139704403978528 on /run/cephadm/af01d4c8-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:41:45.029 INFO:teuthology.orchestra.run.smithi047.stdout:Lock 139704403978528 acquired on /run/cephadm/af01d4c8-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:41:45.030 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 3300 ... 2024-04-22T23:41:45.030 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 6789 ... 2024-04-22T23:41:45.030 INFO:teuthology.orchestra.run.smithi047.stdout:Base mon IP(s) is [172.21.15.47:3300, 172.21.15.47:6789], mon addrv is [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-04-22T23:41:45.032 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-22T23:41:45.032 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-22T23:41:45.032 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 2024-04-22T23:41:45.034 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:41:45.034 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-22T23:41:45.035 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1765sec hoplimit 64 pref medium 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 2: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:148e/64 scope link 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:41:45.037 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-04-22T23:41:45.038 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-04-22T23:41:45.038 INFO:teuthology.orchestra.run.smithi047.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:41:45.038 INFO:teuthology.orchestra.run.smithi047.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:41:45.038 INFO:teuthology.orchestra.run.smithi047.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:41:45.392 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout 43be020184947e53516056c9931e1ac5bdbbb1a5: Pulling from ceph-ci/ceph 2024-04-22T23:41:45.392 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout Digest: sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:41:45.392 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:41:45.392 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:41:46.654 INFO:teuthology.orchestra.run.smithi047.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:41:46.655 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:41:46.655 INFO:teuthology.orchestra.run.smithi047.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:41:47.842 INFO:teuthology.orchestra.run.smithi047.stdout:stat: stdout 167 167 2024-04-22T23:41:47.842 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial keys... 2024-04-22T23:41:48.979 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQC89SZmThMFHRAAcl6n4qD2rpsA4CsNZr/yUg== 2024-04-22T23:41:50.150 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQC99SZmxfdNJhAAZPdOoIQGI5zaF6crgcblzg== 2024-04-22T23:41:51.263 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQC+9SZmV73rLRAAYvEL7+R1JuNtyd39oJWvzw== 2024-04-22T23:41:51.264 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial monmap... 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:monmaptool for smithi047 [v2:172.21.15.47:3300,v1:172.21.15.47:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:setting min_mon_release = quincy 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: set fsid to af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:41:52.343 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mon... 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.020+0000 7feff574fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.020+0000 7feff574fc80 1 imported monmap: 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-22T23:41:51.869396+0000 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:41:53.458 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-22T23:41:53.459 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.020+0000 7feff574fc80 0 /usr/bin/ceph-mon: set fsid to af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Git sha 0 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: DB SUMMARY 2024-04-22T23:41:53.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.461 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: DB Session ID: RSZZ1ZHY50TLOI1C0YPN 2024-04-22T23:41:53.461 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.461 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 0, files: 2024-04-22T23:41:53.461 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.create_if_missing: 1 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:41:53.463 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.env: 0x5594db9c1cc0 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.info_log: 0x5594dcd5ed60 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:41:53.464 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:41:53.467 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:41:53.467 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:41:53.467 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:41:53.467 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:41:53.467 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:41:53.467 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.wal_dir: 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.write_buffer_manager: 0x5594dccf2aa0 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:41:53.468 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:41:53.469 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:41:53.469 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:41:53.469 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:41:53.469 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:41:53.471 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:41:53.471 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.row_cache: None 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:41:53.472 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:41:53.473 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:41:53.477 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.478 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000001 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.merge_operator: 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:41:53.479 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5594dcd5ef20) 2024-04-22T23:41:53.482 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-22T23:41:53.482 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:41:53.482 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:41:53.482 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5594dcd251f0 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-22T23:41:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-22T23:41:53.484 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:41:53.488 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:41:53.489 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:41:53.490 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:41:53.494 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:41:53.495 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:41:53.496 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:41:53.500 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/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-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 95f06889-45d8-4efc-81f1-b5faf4dbf5b0 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.024+0000 7feff574fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7feff574fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5594dce14000 2024-04-22T23:41:53.501 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7feff574fc80 4 rocksdb: DB pointer 0x5594dce04000 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7fefe58b1700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7fefe58b1700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:41:53.502 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.505 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5594dcd251f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-22T23:41:53.506 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7feff574fc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7feff574fc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:41:53.028+0000 7feff574fc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi047 for mon.smithi047 2024-04-22T23:41:53.507 INFO:teuthology.orchestra.run.smithi047.stdout:create mon.smithi047 on 2024-04-22T23:41:53.998 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-22T23:41:54.232 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-af01d4c8-0101-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:41:54.232 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-af01d4c8-0101-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:41:54.574 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047 2024-04-22T23:41:54.574 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047.service: Unit ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047.service not loaded. 2024-04-22T23:41:54.791 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-c7b262605968.target.wants/ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047.service -> /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:41:54.800 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-22T23:41:54.800 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:41:54.800 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon to start... 2024-04-22T23:41:54.800 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon... 2024-04-22T23:41:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:54 smithi047 systemd[1]: Started Ceph mon.smithi047 for af01d4c8-0101-11ef-bc93-c7b262605968. 2024-04-22T23:41:56.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:56 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.368273+0000 mon.smithi047 (mon.0) 0 : cluster [INF] mkfs af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:56.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:56 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.368273+0000 mon.smithi047 (mon.0) 0 : cluster [INF] mkfs af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:56.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:56 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.343447+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-04-22T23:41:56.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:56 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.343447+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-04-22T23:41:57.336 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:41:57.336 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout id: af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi047 (age 0.198638s) 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:mon is available 2024-04-22T23:41:57.337 INFO:teuthology.orchestra.run.smithi047.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367348+0000 mon.smithi047 (mon.0) 2 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367348+0000 mon.smithi047 (mon.0) 2 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367515+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367515+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367526+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367526+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367535+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:41:51.869396+0000 2024-04-22T23:41:57.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367535+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:41:51.869396+0000 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367542+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367542+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367550+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367550+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367559+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367559+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367566+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.367566+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.369739+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.369739+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.371944+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.371944+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.372394+0000 mon.smithi047 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: cluster 2024-04-22T23:41:56.372394+0000 mon.smithi047 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: audit 2024-04-22T23:41:56.565919+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2432134605' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:41:57.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:57 smithi047 bash[18205]: audit 2024-04-22T23:41:56.565919+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2432134605' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:41:58.784 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:41:58.784 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:41:58.785 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:41:58.786 INFO:teuthology.orchestra.run.smithi047.stdout:Generating new minimal ceph.conf... 2024-04-22T23:41:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:58 smithi047 bash[18205]: audit 2024-04-22T23:41:58.306890+0000 mon.smithi047 (mon.0) 14 : audit [INF] from='client.? 172.21.15.47:0/1915799281' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:41:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:58 smithi047 bash[18205]: audit 2024-04-22T23:41:58.306890+0000 mon.smithi047 (mon.0) 14 : audit [INF] from='client.? 172.21.15.47:0/1915799281' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:41:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:58 smithi047 bash[18205]: audit 2024-04-22T23:41:58.310814+0000 mon.smithi047 (mon.0) 15 : audit [INF] from='client.? 172.21.15.47:0/1915799281' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:41:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:58 smithi047 bash[18205]: audit 2024-04-22T23:41:58.310814+0000 mon.smithi047 (mon.0) 15 : audit [INF] from='client.? 172.21.15.47:0/1915799281' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:42:00.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:59 smithi047 bash[18205]: audit 2024-04-22T23:41:59.739916+0000 mon.smithi047 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.47:0/1189420314' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:42:00.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:41:59 smithi047 bash[18205]: audit 2024-04-22T23:41:59.739916+0000 mon.smithi047 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.47:0/1189420314' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:42:00.236 INFO:teuthology.orchestra.run.smithi047.stdout:Restarting the monitor... 2024-04-22T23:42:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for af01d4c8-0101-11ef-bc93-c7b262605968... 2024-04-22T23:42:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 bash[18205]: debug 2024-04-22T23:42:00.356+0000 7f708604e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-04-22T23:42:00.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 bash[18205]: debug 2024-04-22T23:42:00.356+0000 7f708604e700 -1 mon.smithi047@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:42:00.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 bash[18595]: ceph-af01d4c8-0101-11ef-bc93-c7b262605968-mon-smithi047 2024-04-22T23:42:00.963 INFO:teuthology.orchestra.run.smithi047.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:42:01.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 bash[18656]: Error response from daemon: No such container: ceph-af01d4c8-0101-11ef-bc93-c7b262605968-mon-smithi047 2024-04-22T23:42:01.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 systemd[1]: ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047.service: Deactivated successfully. 2024-04-22T23:42:01.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for af01d4c8-0101-11ef-bc93-c7b262605968. 2024-04-22T23:42:01.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:00 smithi047 systemd[1]: Started Ceph mon.smithi047 for af01d4c8-0101-11ef-bc93-c7b262605968. 2024-04-22T23:42:02.209 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.956+0000 7fa080605c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:42:02.210 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.956+0000 7fa080605c80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:42:02.210 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.956+0000 7fa080605c80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:42:02.210 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.960+0000 7fa080605c80 0 load: jerasure load: lrc 2024-04-22T23:42:02.210 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:42:02.210 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Git sha 0 2024-04-22T23:42:02.210 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: DB SUMMARY 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: DB Session ID: QE6TKMWH23C5AX17QAXA 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 000009.log size: 88819 ; 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:42:02.211 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.env: 0x55eb786d9cc0 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.info_log: 0x55eb7a45dae0 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:42:02.212 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:42:02.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:42:02.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.write_buffer_manager: 0x55eb7a3f30e0 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:42:02.215 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:42:02.216 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:42:02.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:42:02.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:42:02.219 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000010 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eb7a45dcc0) 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: cache_index_and_filter_blocks: 1 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: pin_top_level_index_and_filter: 1 2024-04-22T23:42:02.221 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: index_type: 0 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: data_block_index_type: 0 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: index_shortening: 1 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: checksum: 4 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: no_block_cache: 0 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_cache: 0x55eb7a4231f0 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_cache_name: BinnedLRUCache 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_cache_options: 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: capacity : 536870912 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: num_shard_bits : 4 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: strict_capacity_limit : 0 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: high_pri_pool_ratio: 0.000 2024-04-22T23:42:02.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_cache_compressed: (nil) 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: persistent_cache: (nil) 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_size: 4096 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_size_deviation: 10 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_restart_interval: 16 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: index_block_restart_interval: 1 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: metadata_block_size: 4096 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: partition_filters: 0 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: use_delta_encoding: 1 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: filter_policy: bloomfilter 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: whole_key_filtering: 1 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: verify_compression: 0 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: read_amp_bytes_per_bit: 0 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: format_version: 5 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: enable_index_compression: 1 2024-04-22T23:42:02.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: block_align: 0 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: max_auto_readahead_size: 262144 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: prepopulate_block_cache: 0 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: initial_auto_readahead_size: 8192 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:42:02.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:42:02.225 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:42:02.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:42:02.227 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:42:02.228 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:42:02.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/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-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 95f06889-45d8-4efc-81f1-b5faf4dbf5b0 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829321969157, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829321970231, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85589, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83729, "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": 78050, "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": 1713829321, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "95f06889-45d8-4efc-81f1-b5faf4dbf5b0", "db_session_id": "QE6TKMWH23C5AX17QAXA", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829321970334, "job": 1, "event": "recovery_finished"} 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.964+0000 7fa080605c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi047/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eb7a53c000 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 4 rocksdb: DB pointer 0x55eb7a526000 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa06ed5f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:42:02.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa06ed5f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: ** DB Stats ** 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: ** Compaction Stats [default] ** 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: 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-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:42:02.231 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: ** Compaction Stats [default] ** 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: 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-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Cumulative compaction: 0.00 GB write, 21.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Interval compaction: 0.00 GB write, 21.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:42:02.232 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: 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-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: Block cache BinnedLRUCache@0x55eb7a4231f0#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-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: 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-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 starting mon.smithi047 rank 0 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi047 fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 1 mon.smithi047@-1(???) e1 preinit fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 mon.smithi047@-1(???).mds e1 new map 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 mon.smithi047@-1(???).mds e1 print_map 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: e1 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: 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-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: legacy client fscid: -1 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: No filesystems configured 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 mon.smithi047@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:42:02.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:01 smithi047 bash[18695]: debug 2024-04-22T23:42:01.968+0000 7fa080605c80 1 mon.smithi047@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977807+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977807+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977869+0000 mon.smithi047 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977869+0000 mon.smithi047 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977887+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977887+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977903+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:41:51.869396+0000 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977903+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:41:51.869396+0000 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977911+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977911+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:42:02.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977918+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977918+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977926+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977926+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977937+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.977937+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.978329+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.978329+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.978353+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.978353+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.978658+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:42:02.235 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:02 smithi047 bash[18695]: cluster 2024-04-22T23:42:01.978658+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:42:02.762 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:42:02.788 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:42:02.788 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mgr... 2024-04-22T23:42:02.788 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:42:02.789 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:42:02.789 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-22T23:42:03.111 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mgr.smithi047.keothr 2024-04-22T23:42:03.111 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mgr.smithi047.keothr.service: Unit ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mgr.smithi047.keothr.service not loaded. 2024-04-22T23:42:03.193 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:03 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:42:03.313 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-c7b262605968.target.wants/ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mgr.smithi047.keothr.service -> /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:42:03.322 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-22T23:42:03.323 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:42:03.323 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-22T23:42:03.323 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-22T23:42:03.323 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr to start... 2024-04-22T23:42:03.323 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr... 2024-04-22T23:42:03.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:03 smithi047 bash[18695]: audit 2024-04-22T23:42:02.203728+0000 mon.smithi047 (mon.0) 12 : audit [INF] from='client.? 172.21.15.47:0/2942016241' entity='client.admin' 2024-04-22T23:42:03.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:03 smithi047 bash[18695]: audit 2024-04-22T23:42:02.203728+0000 mon.smithi047 (mon.0) 12 : audit [INF] from='client.? 172.21.15.47:0/2942016241' entity='client.admin' 2024-04-22T23:42:03.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:03 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:42:05.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:04 smithi047 bash[18695]: audit 2024-04-22T23:42:04.693881+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2602337887' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:05.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:04 smithi047 bash[18695]: audit 2024-04-22T23:42:04.693881+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2602337887' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:05.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:05.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:42:05.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "af01d4c8-0101-11ef-bc93-c7b262605968", 2024-04-22T23:42:05.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:42:05.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:42:05.286 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:42:05.287 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:42:05.288 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:41:56.368707+0000", 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:42:05.289 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:42:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:08 smithi047 bash[18695]: audit 2024-04-22T23:42:08.345228+0000 mon.smithi047 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.47:0/1104455454' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:08 smithi047 bash[18695]: audit 2024-04-22T23:42:08.345228+0000 mon.smithi047 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.47:0/1104455454' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "af01d4c8-0101-11ef-bc93-c7b262605968", 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:42:08.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:42:08.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:42:08.881 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:42:08.884 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:42:08.885 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:41:56.368707+0000", 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:42:08.886 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:42:12.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:11 smithi047 bash[18695]: audit 2024-04-22T23:42:11.812676+0000 mon.smithi047 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.47:0/645985859' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:12.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:11 smithi047 bash[18695]: audit 2024-04-22T23:42:11.812676+0000 mon.smithi047 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.47:0/645985859' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "af01d4c8-0101-11ef-bc93-c7b262605968", 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:42:12.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:42:12.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:42:12.412 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:42:12.413 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:12.414 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:41:56.368707+0000", 2024-04-22T23:42:12.415 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:12.415 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:12.415 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:42:12.415 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:42:12.415 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:42:13.316 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: cluster 2024-04-22T23:42:12.753126+0000 mon.smithi047 (mon.0) 16 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:42:13.316 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: cluster 2024-04-22T23:42:12.753126+0000 mon.smithi047 (mon.0) 16 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:42:13.316 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: cluster 2024-04-22T23:42:12.759772+0000 mon.smithi047 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi047.keothr(active, starting, since 0.0071288s) 2024-04-22T23:42:13.316 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: cluster 2024-04-22T23:42:12.759772+0000 mon.smithi047 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi047.keothr(active, starting, since 0.0071288s) 2024-04-22T23:42:13.316 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761213+0000 mon.smithi047 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:42:13.316 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761213+0000 mon.smithi047 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761358+0000 mon.smithi047 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761358+0000 mon.smithi047 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761470+0000 mon.smithi047 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761470+0000 mon.smithi047 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761599+0000 mon.smithi047 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.761599+0000 mon.smithi047 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.762707+0000 mon.smithi047 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.762707+0000 mon.smithi047 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: cluster 2024-04-22T23:42:12.790523+0000 mon.smithi047 (mon.0) 23 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: cluster 2024-04-22T23:42:12.790523+0000 mon.smithi047 (mon.0) 23 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.804880+0000 mon.smithi047 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.804880+0000 mon.smithi047 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.807796+0000 mon.smithi047 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:42:13.317 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.807796+0000 mon.smithi047 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:42:13.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.810726+0000 mon.smithi047 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' 2024-04-22T23:42:13.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.810726+0000 mon.smithi047 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' 2024-04-22T23:42:13.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.812630+0000 mon.smithi047 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' 2024-04-22T23:42:13.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.812630+0000 mon.smithi047 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' 2024-04-22T23:42:13.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.814578+0000 mon.smithi047 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' 2024-04-22T23:42:13.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:12 smithi047 bash[18695]: audit 2024-04-22T23:42:12.814578+0000 mon.smithi047 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.47:0/3882647613' entity='mgr.smithi047.keothr' 2024-04-22T23:42:15.019 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:14 smithi047 bash[18695]: cluster 2024-04-22T23:42:13.767046+0000 mon.smithi047 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi047.keothr(active, since 1.0144s) 2024-04-22T23:42:15.019 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:14 smithi047 bash[18695]: cluster 2024-04-22T23:42:13.767046+0000 mon.smithi047 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi047.keothr(active, since 1.0144s) 2024-04-22T23:42:16.347 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "af01d4c8-0101-11ef-bc93-c7b262605968", 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:16.348 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:42:16.349 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.353 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:16.354 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:41:56.368707+0000", 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:42:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:mgr is available 2024-04-22T23:42:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:16 smithi047 bash[18695]: cluster 2024-04-22T23:42:15.767187+0000 mon.smithi047 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi047.keothr(active, since 3s) 2024-04-22T23:42:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:16 smithi047 bash[18695]: cluster 2024-04-22T23:42:15.767187+0000 mon.smithi047 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi047.keothr(active, since 3s) 2024-04-22T23:42:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:16 smithi047 bash[18695]: audit 2024-04-22T23:42:15.799477+0000 mon.smithi047 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.47:0/529810852' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:16 smithi047 bash[18695]: audit 2024-04-22T23:42:15.799477+0000 mon.smithi047 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.47:0/529810852' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:42:17.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:17 smithi047 bash[18695]: audit 2024-04-22T23:42:17.520859+0000 mon.smithi047 (mon.0) 32 : audit [INF] from='client.? 172.21.15.47:0/3042126859' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:42:17.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:17 smithi047 bash[18695]: audit 2024-04-22T23:42:17.520859+0000 mon.smithi047 (mon.0) 32 : audit [INF] from='client.? 172.21.15.47:0/3042126859' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:18.060 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:42:18.061 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:42:18.061 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-22T23:42:18.061 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:42:18.061 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:42:18.061 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:42:18.061 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling cephadm module... 2024-04-22T23:42:19.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:19 smithi047 bash[18695]: audit 2024-04-22T23:42:19.389977+0000 mon.smithi047 (mon.0) 33 : audit [INF] from='client.? 172.21.15.47:0/2464583511' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:42:19.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:19 smithi047 bash[18695]: audit 2024-04-22T23:42:19.389977+0000 mon.smithi047 (mon.0) 33 : audit [INF] from='client.? 172.21.15.47:0/2464583511' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:42:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:20 smithi047 bash[18695]: audit 2024-04-22T23:42:19.441930+0000 mon.smithi047 (mon.0) 34 : audit [INF] from='client.? 172.21.15.47:0/2464583511' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:42:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:20 smithi047 bash[18695]: audit 2024-04-22T23:42:19.441930+0000 mon.smithi047 (mon.0) 34 : audit [INF] from='client.? 172.21.15.47:0/2464583511' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:42:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:20 smithi047 bash[18695]: cluster 2024-04-22T23:42:19.447252+0000 mon.smithi047 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi047.keothr(active, since 6s) 2024-04-22T23:42:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:20 smithi047 bash[18695]: cluster 2024-04-22T23:42:19.447252+0000 mon.smithi047 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi047.keothr(active, since 6s) 2024-04-22T23:42:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:21 smithi047 bash[18695]: audit 2024-04-22T23:42:21.235107+0000 mon.smithi047 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.47:0/1617615419' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:42:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:21 smithi047 bash[18695]: audit 2024-04-22T23:42:21.235107+0000 mon.smithi047 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.47:0/1617615419' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "smithi047.keothr", 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:42:21.777 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-04-22T23:42:21.778 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 5... 2024-04-22T23:42:27.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.813473+0000 mon.smithi047 (mon.0) 37 : cluster [INF] Active manager daemon smithi047.keothr restarted 2024-04-22T23:42:27.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.813473+0000 mon.smithi047 (mon.0) 37 : cluster [INF] Active manager daemon smithi047.keothr restarted 2024-04-22T23:42:27.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.814277+0000 mon.smithi047 (mon.0) 38 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:42:27.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.814277+0000 mon.smithi047 (mon.0) 38 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:42:27.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.821562+0000 mon.smithi047 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:42:28.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.821562+0000 mon.smithi047 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.821809+0000 mon.smithi047 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi047.keothr(active, starting, since 0.00788754s) 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.821809+0000 mon.smithi047 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi047.keothr(active, starting, since 0.00788754s) 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.824491+0000 mon.smithi047 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.824491+0000 mon.smithi047 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.826197+0000 mon.smithi047 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.826197+0000 mon.smithi047 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.827243+0000 mon.smithi047 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.827243+0000 mon.smithi047 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.827544+0000 mon.smithi047 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.827544+0000 mon.smithi047 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.827701+0000 mon.smithi047 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: audit 2024-04-22T23:42:27.827701+0000 mon.smithi047 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.853267+0000 mon.smithi047 (mon.0) 46 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:42:28.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:27 smithi047 bash[18695]: cluster 2024-04-22T23:42:27.853267+0000 mon.smithi047 (mon.0) 46 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:42:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: cephadm 2024-04-22T23:42:27.872956+0000 mgr.smithi047.keothr (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: cephadm 2024-04-22T23:42:27.872956+0000 mgr.smithi047.keothr (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.874900+0000 mon.smithi047 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.874900+0000 mon.smithi047 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.877422+0000 mon.smithi047 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.877422+0000 mon.smithi047 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.881054+0000 mon.smithi047 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.881054+0000 mon.smithi047 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.885127+0000 mon.smithi047 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.885127+0000 mon.smithi047 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.896588+0000 mon.smithi047 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.896588+0000 mon.smithi047 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:42:29.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.898392+0000 mon.smithi047 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:27.898392+0000 mon.smithi047 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:28.556147+0000 mon.smithi047 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:28.556147+0000 mon.smithi047 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:28.559218+0000 mon.smithi047 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: audit 2024-04-22T23:42:28.559218+0000 mon.smithi047 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: cluster 2024-04-22T23:42:28.826297+0000 mon.smithi047 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi047.keothr(active, since 1.01238s) 2024-04-22T23:42:29.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:28 smithi047 bash[18695]: cluster 2024-04-22T23:42:28.826297+0000 mon.smithi047 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi047.keothr(active, since 1.01238s) 2024-04-22T23:42:29.390 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:42:29.390 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:42:29.390 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:42:29.390 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:42:29.390 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 5 is available 2024-04-22T23:42:29.390 INFO:teuthology.orchestra.run.smithi047.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:42:30.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: audit 2024-04-22T23:42:28.824200+0000 mgr.smithi047.keothr (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:42:30.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: audit 2024-04-22T23:42:28.824200+0000 mgr.smithi047.keothr (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: audit 2024-04-22T23:42:28.836770+0000 mgr.smithi047.keothr (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: audit 2024-04-22T23:42:28.836770+0000 mgr.smithi047.keothr (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:28.885349+0000 mgr.smithi047.keothr (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:42:28] ENGINE Bus STARTING 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:28.885349+0000 mgr.smithi047.keothr (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:42:28] ENGINE Bus STARTING 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:29.002930+0000 mgr.smithi047.keothr (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:42:29] ENGINE Serving on https://172.21.15.47:7150 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:29.002930+0000 mgr.smithi047.keothr (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:42:29] ENGINE Serving on https://172.21.15.47:7150 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:29.104198+0000 mgr.smithi047.keothr (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:42:29] ENGINE Serving on http://172.21.15.47:8765 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:29.104198+0000 mgr.smithi047.keothr (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:42:29] ENGINE Serving on http://172.21.15.47:8765 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:29.104326+0000 mgr.smithi047.keothr (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:42:29] ENGINE Bus STARTED 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: cephadm 2024-04-22T23:42:29.104326+0000 mgr.smithi047.keothr (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:42:29] ENGINE Bus STARTED 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: audit 2024-04-22T23:42:29.105827+0000 mon.smithi047 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:30.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:29 smithi047 bash[18695]: audit 2024-04-22T23:42:29.105827+0000 mon.smithi047 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:31.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:30 smithi047 bash[18695]: cluster 2024-04-22T23:42:29.888145+0000 mon.smithi047 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi047.keothr(active, since 2s) 2024-04-22T23:42:31.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:30 smithi047 bash[18695]: cluster 2024-04-22T23:42:29.888145+0000 mon.smithi047 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi047.keothr(active, since 2s) 2024-04-22T23:42:31.192 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:30 smithi047 bash[18695]: audit 2024-04-22T23:42:30.599911+0000 mon.smithi047 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:31.193 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:30 smithi047 bash[18695]: audit 2024-04-22T23:42:30.599911+0000 mon.smithi047 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:31.193 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:30 smithi047 bash[18695]: audit 2024-04-22T23:42:30.626996+0000 mon.smithi047 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:31.193 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:30 smithi047 bash[18695]: audit 2024-04-22T23:42:30.626996+0000 mon.smithi047 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:32.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:31 smithi047 bash[18695]: audit 2024-04-22T23:42:30.593793+0000 mgr.smithi047.keothr (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:32.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:31 smithi047 bash[18695]: audit 2024-04-22T23:42:30.593793+0000 mgr.smithi047.keothr (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:32.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:42:32.926 INFO:teuthology.orchestra.run.smithi047.stdout:Generating ssh key... 2024-04-22T23:42:33.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:32 smithi047 bash[18695]: audit 2024-04-22T23:42:32.406820+0000 mgr.smithi047.keothr (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:33.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:32 smithi047 bash[18695]: audit 2024-04-22T23:42:32.406820+0000 mgr.smithi047.keothr (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:34.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:34 smithi047 bash[18695]: audit 2024-04-22T23:42:34.199351+0000 mgr.smithi047.keothr (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:34 smithi047 bash[18695]: audit 2024-04-22T23:42:34.199351+0000 mgr.smithi047.keothr (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:34 smithi047 bash[18695]: cephadm 2024-04-22T23:42:34.199580+0000 mgr.smithi047.keothr (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:42:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:34 smithi047 bash[18695]: cephadm 2024-04-22T23:42:34.199580+0000 mgr.smithi047.keothr (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:42:36.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:35 smithi047 bash[18695]: audit 2024-04-22T23:42:34.662266+0000 mon.smithi047 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:36.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:35 smithi047 bash[18695]: audit 2024-04-22T23:42:34.662266+0000 mon.smithi047 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:36.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:35 smithi047 bash[18695]: audit 2024-04-22T23:42:34.666541+0000 mon.smithi047 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:36.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:35 smithi047 bash[18695]: audit 2024-04-22T23:42:34.666541+0000 mon.smithi047 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:36.837 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6GWmD3tmRZA/axGJio5IvNS0tKQxTHTXV/YzbDmuJ3J+gBWBM3gF9ZetbdiYGU9zDtuogFP8vqqaNQrv9gyi+4CTIYPEkBxk1sOBIkORdkZKHk9zsS4t6yKB9JvCCDn/H1e1zdE9tSmT96BYPd9to9mVhWAXeNXefuk6DzXzzjz8jkMq9VS3mHl0FuWnj0ODdH6DpOOjdS96YutLiRny8NmfjTzI4dC5l1AQqNNhqHoTpJO0LjNbsvQ+pEUYMFl0mADjN22KtHwBL+4XM0XlmIF3D69fOS4oKfRoinrowSO7oL7cvrvL7j6MgdLHgwUujLbsObkrKSfrve2/i62Ncu9q+nqTcDCefYUg33nPpdwDDP8CA9Nd2CSG70IIYt/9Lx5ScPXWxuTx0YCz51vQB9/nK1mkVsSVw8RRbKdKmvyCtYpFOqlZxw8a+NfEUVQXBL57bibYMIkorWedBkpZvOuG0VBQn9OAbI/R4JUAAKsum0ftZiUyKHnwoYloREYM= ceph-af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:42:36.837 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:42:36.837 INFO:teuthology.orchestra.run.smithi047.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:42:36.837 INFO:teuthology.orchestra.run.smithi047.stdout:Adding host smithi047... 2024-04-22T23:42:37.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:36 smithi047 bash[18695]: audit 2024-04-22T23:42:36.345598+0000 mgr.smithi047.keothr (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:37.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:36 smithi047 bash[18695]: audit 2024-04-22T23:42:36.345598+0000 mgr.smithi047.keothr (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:38.638 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:38 smithi047 bash[18695]: audit 2024-04-22T23:42:38.082825+0000 mgr.smithi047.keothr (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:38.638 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:38 smithi047 bash[18695]: audit 2024-04-22T23:42:38.082825+0000 mgr.smithi047.keothr (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:39.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:39 smithi047 bash[18695]: cephadm 2024-04-22T23:42:38.740554+0000 mgr.smithi047.keothr (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi047 2024-04-22T23:42:39.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:39 smithi047 bash[18695]: cephadm 2024-04-22T23:42:38.740554+0000 mgr.smithi047.keothr (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi047 2024-04-22T23:42:44.475 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Added host 'smithi047' with addr '172.21.15.47' 2024-04-22T23:42:44.475 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying mon service with default placement... 2024-04-22T23:42:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:44 smithi047 bash[18695]: audit 2024-04-22T23:42:43.754795+0000 mon.smithi047 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:44 smithi047 bash[18695]: audit 2024-04-22T23:42:43.754795+0000 mon.smithi047 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:44 smithi047 bash[18695]: cephadm 2024-04-22T23:42:43.755278+0000 mgr.smithi047.keothr (mgr.14120) 15 : cephadm [INF] Added host smithi047 2024-04-22T23:42:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:44 smithi047 bash[18695]: cephadm 2024-04-22T23:42:43.755278+0000 mgr.smithi047.keothr (mgr.14120) 15 : cephadm [INF] Added host smithi047 2024-04-22T23:42:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:44 smithi047 bash[18695]: audit 2024-04-22T23:42:43.791070+0000 mon.smithi047 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:44 smithi047 bash[18695]: audit 2024-04-22T23:42:43.791070+0000 mon.smithi047 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:42:46.804 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:42:46.804 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying mgr service with default placement... 2024-04-22T23:42:47.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:46.161739+0000 mgr.smithi047.keothr (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:46.161739+0000 mgr.smithi047.keothr (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: cephadm 2024-04-22T23:42:46.164251+0000 mgr.smithi047.keothr (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: cephadm 2024-04-22T23:42:46.164251+0000 mgr.smithi047.keothr (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:46.168912+0000 mon.smithi047 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:46.168912+0000 mon.smithi047 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:46.565256+0000 mon.smithi047 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:46.565256+0000 mon.smithi047 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:47.105028+0000 mon.smithi047 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:47.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:47 smithi047 bash[18695]: audit 2024-04-22T23:42:47.105028+0000 mon.smithi047 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:48.519 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:42:48.519 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying crash service with default placement... 2024-04-22T23:42:49.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: cluster 2024-04-22T23:42:47.828549+0000 mgr.smithi047.keothr (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:49.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: cluster 2024-04-22T23:42:47.828549+0000 mgr.smithi047.keothr (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:49.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: audit 2024-04-22T23:42:48.006222+0000 mgr.smithi047.keothr (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:49.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: audit 2024-04-22T23:42:48.006222+0000 mgr.smithi047.keothr (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:49.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: cephadm 2024-04-22T23:42:48.007613+0000 mgr.smithi047.keothr (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:42:49.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: cephadm 2024-04-22T23:42:48.007613+0000 mgr.smithi047.keothr (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:42:49.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: audit 2024-04-22T23:42:48.011849+0000 mon.smithi047 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:49.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:49 smithi047 bash[18695]: audit 2024-04-22T23:42:48.011849+0000 mon.smithi047 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:50.248 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-22T23:42:50.248 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying ceph-exporter service with default placement... 2024-04-22T23:42:51.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: audit 2024-04-22T23:42:49.741437+0000 mgr.smithi047.keothr (mgr.14120) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: audit 2024-04-22T23:42:49.741437+0000 mgr.smithi047.keothr (mgr.14120) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: cephadm 2024-04-22T23:42:49.743835+0000 mgr.smithi047.keothr (mgr.14120) 22 : cephadm [INF] Saving service crash spec with placement * 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: cephadm 2024-04-22T23:42:49.743835+0000 mgr.smithi047.keothr (mgr.14120) 22 : cephadm [INF] Saving service crash spec with placement * 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: audit 2024-04-22T23:42:49.748474+0000 mon.smithi047 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: audit 2024-04-22T23:42:49.748474+0000 mon.smithi047 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: cluster 2024-04-22T23:42:49.829045+0000 mgr.smithi047.keothr (mgr.14120) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:51.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:50 smithi047 bash[18695]: cluster 2024-04-22T23:42:49.829045+0000 mgr.smithi047.keothr (mgr.14120) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:52.003 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-22T23:42:52.003 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying prometheus service with default placement... 2024-04-22T23:42:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:52 smithi047 bash[18695]: audit 2024-04-22T23:42:51.447035+0000 mgr.smithi047.keothr (mgr.14120) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:52 smithi047 bash[18695]: audit 2024-04-22T23:42:51.447035+0000 mgr.smithi047.keothr (mgr.14120) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:52 smithi047 bash[18695]: cephadm 2024-04-22T23:42:51.448949+0000 mgr.smithi047.keothr (mgr.14120) 25 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-22T23:42:52.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:52 smithi047 bash[18695]: cephadm 2024-04-22T23:42:51.448949+0000 mgr.smithi047.keothr (mgr.14120) 25 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-22T23:42:52.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:52 smithi047 bash[18695]: audit 2024-04-22T23:42:51.451934+0000 mon.smithi047 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:52.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:52 smithi047 bash[18695]: audit 2024-04-22T23:42:51.451934+0000 mon.smithi047 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:53.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:53 smithi047 bash[18695]: cluster 2024-04-22T23:42:51.829438+0000 mgr.smithi047.keothr (mgr.14120) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:53 smithi047 bash[18695]: cluster 2024-04-22T23:42:51.829438+0000 mgr.smithi047.keothr (mgr.14120) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:53 smithi047 bash[18695]: audit 2024-04-22T23:42:53.227391+0000 mon.smithi047 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:53 smithi047 bash[18695]: audit 2024-04-22T23:42:53.227391+0000 mon.smithi047 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:53.741 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-22T23:42:53.741 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying grafana service with default placement... 2024-04-22T23:42:54.798 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:54 smithi047 bash[18695]: audit 2024-04-22T23:42:53.220570+0000 mgr.smithi047.keothr (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:54.798 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:54 smithi047 bash[18695]: audit 2024-04-22T23:42:53.220570+0000 mgr.smithi047.keothr (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:54.798 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:54 smithi047 bash[18695]: cephadm 2024-04-22T23:42:53.223013+0000 mgr.smithi047.keothr (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-22T23:42:54.798 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:54 smithi047 bash[18695]: cephadm 2024-04-22T23:42:53.223013+0000 mgr.smithi047.keothr (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-22T23:42:54.798 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:54 smithi047 bash[18695]: audit 2024-04-22T23:42:54.439573+0000 mon.smithi047 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:54.798 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:54 smithi047 bash[18695]: audit 2024-04-22T23:42:54.439573+0000 mon.smithi047 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:55.555 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-22T23:42:55.555 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying node-exporter service with default placement... 2024-04-22T23:42:55.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:55 smithi047 bash[18695]: cluster 2024-04-22T23:42:53.829854+0000 mgr.smithi047.keothr (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:55.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:55 smithi047 bash[18695]: cluster 2024-04-22T23:42:53.829854+0000 mgr.smithi047.keothr (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:55.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:55 smithi047 bash[18695]: audit 2024-04-22T23:42:54.970937+0000 mon.smithi047 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:55.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:55 smithi047 bash[18695]: audit 2024-04-22T23:42:54.970937+0000 mon.smithi047 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:55.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:55 smithi047 bash[18695]: audit 2024-04-22T23:42:55.424614+0000 mon.smithi047 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:55.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:55 smithi047 bash[18695]: audit 2024-04-22T23:42:55.424614+0000 mon.smithi047 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:56 smithi047 bash[18695]: audit 2024-04-22T23:42:54.958255+0000 mgr.smithi047.keothr (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:56 smithi047 bash[18695]: audit 2024-04-22T23:42:54.958255+0000 mgr.smithi047.keothr (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:56 smithi047 bash[18695]: cephadm 2024-04-22T23:42:54.966321+0000 mgr.smithi047.keothr (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-22T23:42:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:56 smithi047 bash[18695]: cephadm 2024-04-22T23:42:54.966321+0000 mgr.smithi047.keothr (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-22T23:42:57.294 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-22T23:42:57.294 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying alertmanager service with default placement... 2024-04-22T23:42:57.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:57 smithi047 bash[18695]: cluster 2024-04-22T23:42:55.830123+0000 mgr.smithi047.keothr (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:57.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:57 smithi047 bash[18695]: cluster 2024-04-22T23:42:55.830123+0000 mgr.smithi047.keothr (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:57.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:57 smithi047 bash[18695]: audit 2024-04-22T23:42:56.798595+0000 mon.smithi047 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:57.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:57 smithi047 bash[18695]: audit 2024-04-22T23:42:56.798595+0000 mon.smithi047 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:58.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:58 smithi047 bash[18695]: audit 2024-04-22T23:42:56.790875+0000 mgr.smithi047.keothr (mgr.14120) 33 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:58 smithi047 bash[18695]: audit 2024-04-22T23:42:56.790875+0000 mgr.smithi047.keothr (mgr.14120) 33 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:42:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:58 smithi047 bash[18695]: cephadm 2024-04-22T23:42:56.793818+0000 mgr.smithi047.keothr (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-22T23:42:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:58 smithi047 bash[18695]: cephadm 2024-04-22T23:42:56.793818+0000 mgr.smithi047.keothr (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-22T23:42:59.032 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-22T23:42:59.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:59 smithi047 bash[18695]: cluster 2024-04-22T23:42:57.830496+0000 mgr.smithi047.keothr (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:59.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:59 smithi047 bash[18695]: cluster 2024-04-22T23:42:57.830496+0000 mgr.smithi047.keothr (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:42:59.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:59 smithi047 bash[18695]: audit 2024-04-22T23:42:58.516561+0000 mon.smithi047 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:42:59.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:42:59 smithi047 bash[18695]: audit 2024-04-22T23:42:58.516561+0000 mon.smithi047 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.47:0/2571665157' entity='mgr.smithi047.keothr' 2024-04-22T23:43:00.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:00 smithi047 bash[18695]: audit 2024-04-22T23:42:58.509697+0000 mgr.smithi047.keothr (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:00 smithi047 bash[18695]: audit 2024-04-22T23:42:58.509697+0000 mgr.smithi047.keothr (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:00 smithi047 bash[18695]: cephadm 2024-04-22T23:42:58.512155+0000 mgr.smithi047.keothr (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-22T23:43:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:00 smithi047 bash[18695]: cephadm 2024-04-22T23:42:58.512155+0000 mgr.smithi047.keothr (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-22T23:43:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:00 smithi047 bash[18695]: audit 2024-04-22T23:43:00.247722+0000 mon.smithi047 (mon.0) 76 : audit [INF] from='client.? 172.21.15.47:0/2411378153' entity='client.admin' 2024-04-22T23:43:00.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:00 smithi047 bash[18695]: audit 2024-04-22T23:43:00.247722+0000 mon.smithi047 (mon.0) 76 : audit [INF] from='client.? 172.21.15.47:0/2411378153' entity='client.admin' 2024-04-22T23:43:01.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:01 smithi047 bash[18695]: cluster 2024-04-22T23:42:59.830905+0000 mgr.smithi047.keothr (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:01.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:01 smithi047 bash[18695]: cluster 2024-04-22T23:42:59.830905+0000 mgr.smithi047.keothr (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:02.550 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling the dashboard module... 2024-04-22T23:43:03.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:03 smithi047 bash[18695]: cluster 2024-04-22T23:43:01.831377+0000 mgr.smithi047.keothr (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:03.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:03 smithi047 bash[18695]: cluster 2024-04-22T23:43:01.831377+0000 mgr.smithi047.keothr (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:03.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:03 smithi047 bash[18695]: audit 2024-04-22T23:43:02.050291+0000 mon.smithi047 (mon.0) 77 : audit [INF] from='client.? 172.21.15.47:0/985770208' entity='client.admin' 2024-04-22T23:43:03.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:03 smithi047 bash[18695]: audit 2024-04-22T23:43:02.050291+0000 mon.smithi047 (mon.0) 77 : audit [INF] from='client.? 172.21.15.47:0/985770208' entity='client.admin' 2024-04-22T23:43:05.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:05 smithi047 bash[18695]: cluster 2024-04-22T23:43:03.831698+0000 mgr.smithi047.keothr (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:05.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:05 smithi047 bash[18695]: cluster 2024-04-22T23:43:03.831698+0000 mgr.smithi047.keothr (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:05.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:05 smithi047 bash[18695]: audit 2024-04-22T23:43:04.207068+0000 mon.smithi047 (mon.0) 78 : audit [INF] from='client.? 172.21.15.47:0/3436410731' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:43:05.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:05 smithi047 bash[18695]: audit 2024-04-22T23:43:04.207068+0000 mon.smithi047 (mon.0) 78 : audit [INF] from='client.? 172.21.15.47:0/3436410731' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:43:06.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:06 smithi047 bash[18695]: audit 2024-04-22T23:43:05.056545+0000 mon.smithi047 (mon.0) 79 : audit [INF] from='client.? 172.21.15.47:0/3436410731' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:43:06.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:06 smithi047 bash[18695]: audit 2024-04-22T23:43:05.056545+0000 mon.smithi047 (mon.0) 79 : audit [INF] from='client.? 172.21.15.47:0/3436410731' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:43:06.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:06 smithi047 bash[18695]: cluster 2024-04-22T23:43:05.063996+0000 mon.smithi047 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi047.keothr(active, since 37s) 2024-04-22T23:43:06.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:06 smithi047 bash[18695]: cluster 2024-04-22T23:43:05.063996+0000 mon.smithi047 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi047.keothr(active, since 37s) 2024-04-22T23:43:07.260 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:07 smithi047 bash[18695]: audit 2024-04-22T23:43:06.908568+0000 mon.smithi047 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.47:0/1617762219' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:43:07.260 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:07 smithi047 bash[18695]: audit 2024-04-22T23:43:06.908568+0000 mon.smithi047 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.47:0/1617762219' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:43:07.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:07.408 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:43:07.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:43:07.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "smithi047.keothr", 2024-04-22T23:43:07.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:43:07.409 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:07.409 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-04-22T23:43:07.409 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 9... 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.525186+0000 mon.smithi047 (mon.0) 82 : cluster [INF] Active manager daemon smithi047.keothr restarted 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.525186+0000 mon.smithi047 (mon.0) 82 : cluster [INF] Active manager daemon smithi047.keothr restarted 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.525655+0000 mon.smithi047 (mon.0) 83 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.525655+0000 mon.smithi047 (mon.0) 83 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.531887+0000 mon.smithi047 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.531887+0000 mon.smithi047 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.532163+0000 mon.smithi047 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi047.keothr(active, starting, since 0.0067011s) 2024-04-22T23:43:13.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.532163+0000 mon.smithi047 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi047.keothr(active, starting, since 0.0067011s) 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.534231+0000 mon.smithi047 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.534231+0000 mon.smithi047 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.536442+0000 mon.smithi047 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.536442+0000 mon.smithi047 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.537385+0000 mon.smithi047 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.537385+0000 mon.smithi047 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.537708+0000 mon.smithi047 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.537708+0000 mon.smithi047 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.538010+0000 mon.smithi047 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: audit 2024-04-22T23:43:13.538010+0000 mon.smithi047 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.565550+0000 mon.smithi047 (mon.0) 91 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:43:13.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:13 smithi047 bash[18695]: cluster 2024-04-22T23:43:13.565550+0000 mon.smithi047 (mon.0) 91 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:43:14.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: audit 2024-04-22T23:43:13.593262+0000 mon.smithi047 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:14.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: audit 2024-04-22T23:43:13.593262+0000 mon.smithi047 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:43:14.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: audit 2024-04-22T23:43:13.610498+0000 mon.smithi047 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:43:14.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: audit 2024-04-22T23:43:13.610498+0000 mon.smithi047 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:43:14.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: audit 2024-04-22T23:43:13.613655+0000 mon.smithi047 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:43:14.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: audit 2024-04-22T23:43:13.613655+0000 mon.smithi047 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:43:14.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: cluster 2024-04-22T23:43:14.538048+0000 mon.smithi047 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi047.keothr(active, since 1.01257s) 2024-04-22T23:43:14.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:14 smithi047 bash[18695]: cluster 2024-04-22T23:43:14.538048+0000 mon.smithi047 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi047.keothr(active, since 1.01257s) 2024-04-22T23:43:15.115 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:43:15.115 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:43:15.115 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:43:15.115 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:43:15.115 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 9 is available 2024-04-22T23:43:15.115 INFO:teuthology.orchestra.run.smithi047.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:43:16.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.720779+0000 mgr.smithi047.keothr (mgr.14164) 3 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Bus STARTING 2024-04-22T23:43:16.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.720779+0000 mgr.smithi047.keothr (mgr.14164) 3 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Bus STARTING 2024-04-22T23:43:16.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.843808+0000 mgr.smithi047.keothr (mgr.14164) 4 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Serving on https://172.21.15.47:7150 2024-04-22T23:43:16.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.843808+0000 mgr.smithi047.keothr (mgr.14164) 4 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Serving on https://172.21.15.47:7150 2024-04-22T23:43:16.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.945108+0000 mgr.smithi047.keothr (mgr.14164) 5 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Serving on http://172.21.15.47:8765 2024-04-22T23:43:16.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.945108+0000 mgr.smithi047.keothr (mgr.14164) 5 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Serving on http://172.21.15.47:8765 2024-04-22T23:43:16.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.945615+0000 mgr.smithi047.keothr (mgr.14164) 6 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Bus STARTED 2024-04-22T23:43:16.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:15 smithi047 bash[18695]: cephadm 2024-04-22T23:43:14.945615+0000 mgr.smithi047.keothr (mgr.14164) 6 : cephadm [INF] [22/Apr/2024:23:43:14] ENGINE Bus STARTED 2024-04-22T23:43:16.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:16 smithi047 bash[18695]: cluster 2024-04-22T23:43:15.585826+0000 mon.smithi047 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi047.keothr(active, since 2s) 2024-04-22T23:43:16.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:16 smithi047 bash[18695]: cluster 2024-04-22T23:43:15.585826+0000 mon.smithi047 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi047.keothr(active, since 2s) 2024-04-22T23:43:16.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:16 smithi047 bash[18695]: audit 2024-04-22T23:43:16.464861+0000 mon.smithi047 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:16.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:16 smithi047 bash[18695]: audit 2024-04-22T23:43:16.464861+0000 mon.smithi047 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:16.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:16 smithi047 bash[18695]: audit 2024-04-22T23:43:16.469153+0000 mon.smithi047 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:16.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:16 smithi047 bash[18695]: audit 2024-04-22T23:43:16.469153+0000 mon.smithi047 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:17.002 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:43:17.002 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial admin user... 2024-04-22T23:43:18.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:17 smithi047 bash[18695]: audit 2024-04-22T23:43:16.328230+0000 mgr.smithi047.keothr (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:18.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:17 smithi047 bash[18695]: audit 2024-04-22T23:43:16.328230+0000 mgr.smithi047.keothr (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:19.098 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$GNOFtUY6jnM5RqQgzO29fuB1LL7acied36M60Cxv5D5ivM257pFJ6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713829398, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:43:19.098 INFO:teuthology.orchestra.run.smithi047.stdout:Fetching dashboard port number... 2024-04-22T23:43:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:19 smithi047 bash[18695]: audit 2024-04-22T23:43:18.311189+0000 mgr.smithi047.keothr (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-04-22T23:43:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:19 smithi047 bash[18695]: audit 2024-04-22T23:43:18.311189+0000 mgr.smithi047.keothr (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-04-22T23:43:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:19 smithi047 bash[18695]: audit 2024-04-22T23:43:18.582629+0000 mon.smithi047 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:19 smithi047 bash[18695]: audit 2024-04-22T23:43:18.582629+0000 mon.smithi047 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:20.921 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:43:20.921 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-22T23:43:20.921 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:43:20.924 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph Dashboard is now available at: 2024-04-22T23:43:20.924 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:20.924 INFO:teuthology.orchestra.run.smithi047.stdout: URL: https://smithi047.front.sepia.ceph.com:8443/ 2024-04-22T23:43:20.924 INFO:teuthology.orchestra.run.smithi047.stdout: User: admin 2024-04-22T23:43:20.925 INFO:teuthology.orchestra.run.smithi047.stdout: Password: an05jnegdy 2024-04-22T23:43:20.925 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:20.925 INFO:teuthology.orchestra.run.smithi047.stdout:Saving cluster configuration to /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config directory 2024-04-22T23:43:20.926 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:43:20.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:20 smithi047 bash[18695]: cluster 2024-04-22T23:43:19.586731+0000 mon.smithi047 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi047.keothr(active, since 6s) 2024-04-22T23:43:20.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:20 smithi047 bash[18695]: cluster 2024-04-22T23:43:19.586731+0000 mon.smithi047 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi047.keothr(active, since 6s) 2024-04-22T23:43:20.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:20 smithi047 bash[18695]: audit 2024-04-22T23:43:20.257901+0000 mon.smithi047 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:20.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:20 smithi047 bash[18695]: audit 2024-04-22T23:43:20.257901+0000 mon.smithi047 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:20.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:20 smithi047 bash[18695]: audit 2024-04-22T23:43:20.302294+0000 mon.smithi047 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.47:0/2171148936' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:43:20.946 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:20 smithi047 bash[18695]: audit 2024-04-22T23:43:20.302294+0000 mon.smithi047 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.47:0/2171148936' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:43:22.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:22 smithi047 bash[18695]: audit 2024-04-22T23:43:21.352519+0000 mon.smithi047 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:22.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:22 smithi047 bash[18695]: audit 2024-04-22T23:43:21.352519+0000 mon.smithi047 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:24.532 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:43:24.532 INFO:teuthology.orchestra.run.smithi047.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:43:24.532 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.532 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:43:24.532 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: ceph telemetry on 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout:For more information see: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:43:24.533 INFO:teuthology.orchestra.run.smithi047.stdout:Bootstrap complete. 2024-04-22T23:43:24.592 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:43:24.592 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:43:24.593 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:43:24.598 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:43:24.598 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:43:24.599 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:43:24.648 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:43:24.648 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:43:24.648 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/keyring of=/dev/stdout 2024-04-22T23:43:24.705 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:43:24.705 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:43:24.705 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:43:24.757 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:43:24.757 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6GWmD3tmRZA/axGJio5IvNS0tKQxTHTXV/YzbDmuJ3J+gBWBM3gF9ZetbdiYGU9zDtuogFP8vqqaNQrv9gyi+4CTIYPEkBxk1sOBIkORdkZKHk9zsS4t6yKB9JvCCDn/H1e1zdE9tSmT96BYPd9to9mVhWAXeNXefuk6DzXzzjz8jkMq9VS3mHl0FuWnj0ODdH6DpOOjdS96YutLiRny8NmfjTzI4dC5l1AQqNNhqHoTpJO0LjNbsvQ+pEUYMFl0mADjN22KtHwBL+4XM0XlmIF3D69fOS4oKfRoinrowSO7oL7cvrvL7j6MgdLHgwUujLbsObkrKSfrve2/i62Ncu9q+nqTcDCefYUg33nPpdwDDP8CA9Nd2CSG70IIYt/9Lx5ScPXWxuTx0YCz51vQB9/nK1mkVsSVw8RRbKdKmvyCtYpFOqlZxw8a+NfEUVQXBL57bibYMIkorWedBkpZvOuG0VBQn9OAbI/R4JUAAKsum0ftZiUyKHnwoYloREYM= ceph-af01d4c8-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:43:24.820 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6GWmD3tmRZA/axGJio5IvNS0tKQxTHTXV/YzbDmuJ3J+gBWBM3gF9ZetbdiYGU9zDtuogFP8vqqaNQrv9gyi+4CTIYPEkBxk1sOBIkORdkZKHk9zsS4t6yKB9JvCCDn/H1e1zdE9tSmT96BYPd9to9mVhWAXeNXefuk6DzXzzjz8jkMq9VS3mHl0FuWnj0ODdH6DpOOjdS96YutLiRny8NmfjTzI4dC5l1AQqNNhqHoTpJO0LjNbsvQ+pEUYMFl0mADjN22KtHwBL+4XM0XlmIF3D69fOS4oKfRoinrowSO7oL7cvrvL7j6MgdLHgwUujLbsObkrKSfrve2/i62Ncu9q+nqTcDCefYUg33nPpdwDDP8CA9Nd2CSG70IIYt/9Lx5ScPXWxuTx0YCz51vQB9/nK1mkVsSVw8RRbKdKmvyCtYpFOqlZxw8a+NfEUVQXBL57bibYMIkorWedBkpZvOuG0VBQn9OAbI/R4JUAAKsum0ftZiUyKHnwoYloREYM= ceph-af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:24.830 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6GWmD3tmRZA/axGJio5IvNS0tKQxTHTXV/YzbDmuJ3J+gBWBM3gF9ZetbdiYGU9zDtuogFP8vqqaNQrv9gyi+4CTIYPEkBxk1sOBIkORdkZKHk9zsS4t6yKB9JvCCDn/H1e1zdE9tSmT96BYPd9to9mVhWAXeNXefuk6DzXzzjz8jkMq9VS3mHl0FuWnj0ODdH6DpOOjdS96YutLiRny8NmfjTzI4dC5l1AQqNNhqHoTpJO0LjNbsvQ+pEUYMFl0mADjN22KtHwBL+4XM0XlmIF3D69fOS4oKfRoinrowSO7oL7cvrvL7j6MgdLHgwUujLbsObkrKSfrve2/i62Ncu9q+nqTcDCefYUg33nPpdwDDP8CA9Nd2CSG70IIYt/9Lx5ScPXWxuTx0YCz51vQB9/nK1mkVsSVw8RRbKdKmvyCtYpFOqlZxw8a+NfEUVQXBL57bibYMIkorWedBkpZvOuG0VBQn9OAbI/R4JUAAKsum0ftZiUyKHnwoYloREYM= ceph-af01d4c8-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:43:24.851 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6GWmD3tmRZA/axGJio5IvNS0tKQxTHTXV/YzbDmuJ3J+gBWBM3gF9ZetbdiYGU9zDtuogFP8vqqaNQrv9gyi+4CTIYPEkBxk1sOBIkORdkZKHk9zsS4t6yKB9JvCCDn/H1e1zdE9tSmT96BYPd9to9mVhWAXeNXefuk6DzXzzjz8jkMq9VS3mHl0FuWnj0ODdH6DpOOjdS96YutLiRny8NmfjTzI4dC5l1AQqNNhqHoTpJO0LjNbsvQ+pEUYMFl0mADjN22KtHwBL+4XM0XlmIF3D69fOS4oKfRoinrowSO7oL7cvrvL7j6MgdLHgwUujLbsObkrKSfrve2/i62Ncu9q+nqTcDCefYUg33nPpdwDDP8CA9Nd2CSG70IIYt/9Lx5ScPXWxuTx0YCz51vQB9/nK1mkVsSVw8RRbKdKmvyCtYpFOqlZxw8a+NfEUVQXBL57bibYMIkorWedBkpZvOuG0VBQn9OAbI/R4JUAAKsum0ftZiUyKHnwoYloREYM= ceph-af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:43:24.861 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:43:25.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:25 smithi047 bash[18695]: audit 2024-04-22T23:43:24.050104+0000 mon.smithi047 (mon.0) 104 : audit [INF] from='client.? 172.21.15.47:0/866569774' entity='client.admin' 2024-04-22T23:43:25.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:25 smithi047 bash[18695]: audit 2024-04-22T23:43:24.050104+0000 mon.smithi047 (mon.0) 104 : audit [INF] from='client.? 172.21.15.47:0/866569774' entity='client.admin' 2024-04-22T23:43:29.533 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:43:29.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.237665+0000 mon.smithi047 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.237665+0000 mon.smithi047 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.245012+0000 mon.smithi047 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.245012+0000 mon.smithi047 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.248509+0000 mon.smithi047 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.248509+0000 mon.smithi047 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.249907+0000 mon.smithi047 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.249907+0000 mon.smithi047 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.253159+0000 mon.smithi047 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:43:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:29 smithi047 bash[18695]: audit 2024-04-22T23:43:29.253159+0000 mon.smithi047 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:43:30.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:30 smithi047 bash[18695]: cephadm 2024-04-22T23:43:29.255352+0000 mgr.smithi047.keothr (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi047 on smithi047 2024-04-22T23:43:30.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:30 smithi047 bash[18695]: cephadm 2024-04-22T23:43:29.255352+0000 mgr.smithi047.keothr (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi047 on smithi047 2024-04-22T23:43:31.768 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:43:31.768 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:43:31.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:31 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:32.052 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:31 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:32.094 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:32 smithi047 bash[18695]: audit 2024-04-22T23:43:31.068482+0000 mon.smithi047 (mon.0) 110 : audit [INF] from='client.? 172.21.15.47:0/145452571' entity='client.admin' 2024-04-22T23:43:32.094 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:32 smithi047 bash[18695]: audit 2024-04-22T23:43:31.068482+0000 mon.smithi047 (mon.0) 110 : audit [INF] from='client.? 172.21.15.47:0/145452571' entity='client.admin' 2024-04-22T23:43:33.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.106513+0000 mon.smithi047 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:33.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.106513+0000 mon.smithi047 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:33.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.127471+0000 mon.smithi047 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:33.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.127471+0000 mon.smithi047 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:33.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.129616+0000 mon.smithi047 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.129616+0000 mon.smithi047 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.130726+0000 mon.smithi047 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.130726+0000 mon.smithi047 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.131312+0000 mon.smithi047 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.131312+0000 mon.smithi047 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.132858+0000 mon.smithi047 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:43:33.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:33 smithi047 bash[18695]: audit 2024-04-22T23:43:32.132858+0000 mon.smithi047 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:43:34.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:34 smithi047 bash[18695]: cephadm 2024-04-22T23:43:32.133629+0000 mgr.smithi047.keothr (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi047 on smithi047 2024-04-22T23:43:34.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:34 smithi047 bash[18695]: cephadm 2024-04-22T23:43:32.133629+0000 mgr.smithi047.keothr (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi047 on smithi047 2024-04-22T23:43:34.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:34 smithi047 bash[18695]: audit 2024-04-22T23:43:33.611965+0000 mon.smithi047 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:34.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:34 smithi047 bash[18695]: audit 2024-04-22T23:43:33.611965+0000 mon.smithi047 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:34.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:34 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:34.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:34 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:35.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:35.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: audit 2024-04-22T23:43:34.524533+0000 mon.smithi047 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: audit 2024-04-22T23:43:34.524533+0000 mon.smithi047 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: audit 2024-04-22T23:43:34.555216+0000 mon.smithi047 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: audit 2024-04-22T23:43:34.555216+0000 mon.smithi047 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: audit 2024-04-22T23:43:34.557796+0000 mon.smithi047 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: audit 2024-04-22T23:43:34.557796+0000 mon.smithi047 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: cephadm 2024-04-22T23:43:34.559399+0000 mgr.smithi047.keothr (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-04-22T23:43:35.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:35 smithi047 bash[18695]: cephadm 2024-04-22T23:43:34.559399+0000 mgr.smithi047.keothr (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-04-22T23:43:36.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: cluster 2024-04-22T23:43:35.241144+0000 mgr.smithi047.keothr (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:36.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: cluster 2024-04-22T23:43:35.241144+0000 mgr.smithi047.keothr (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:36.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: cluster 2024-04-22T23:43:35.556729+0000 mon.smithi047 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:43:36.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: cluster 2024-04-22T23:43:35.556729+0000 mon.smithi047 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: audit 2024-04-22T23:43:35.627764+0000 mon.smithi047 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: audit 2024-04-22T23:43:35.627764+0000 mon.smithi047 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: audit 2024-04-22T23:43:35.678825+0000 mon.smithi047 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: audit 2024-04-22T23:43:35.678825+0000 mon.smithi047 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: audit 2024-04-22T23:43:35.681188+0000 mon.smithi047 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: audit 2024-04-22T23:43:35.681188+0000 mon.smithi047 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: cephadm 2024-04-22T23:43:35.692361+0000 mgr.smithi047.keothr (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi047 on smithi047 2024-04-22T23:43:36.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:36 smithi047 bash[18695]: cephadm 2024-04-22T23:43:35.692361+0000 mgr.smithi047.keothr (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi047 on smithi047 2024-04-22T23:43:37.485 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:43:38.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:38 smithi047 bash[18695]: cluster 2024-04-22T23:43:37.241536+0000 mgr.smithi047.keothr (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:38.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:38 smithi047 bash[18695]: cluster 2024-04-22T23:43:37.241536+0000 mgr.smithi047.keothr (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:40.002 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:39 smithi047 bash[18695]: audit 2024-04-22T23:43:38.618005+0000 mon.smithi047 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:40.002 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:39 smithi047 bash[18695]: audit 2024-04-22T23:43:38.618005+0000 mon.smithi047 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:40.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:40 smithi047 bash[18695]: cluster 2024-04-22T23:43:39.241968+0000 mgr.smithi047.keothr (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:40.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:40 smithi047 bash[18695]: cluster 2024-04-22T23:43:39.241968+0000 mgr.smithi047.keothr (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:40.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:40 smithi047 bash[18695]: audit 2024-04-22T23:43:40.412883+0000 mon.smithi047 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:40.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:40 smithi047 bash[18695]: audit 2024-04-22T23:43:40.412883+0000 mon.smithi047 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:41.808 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi137 2024-04-22T23:43:41.809 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:43:41.809 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:43:41.815 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:43:41.815 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:43:41.868 INFO:tasks.cephadm:Adding host smithi137 to orchestrator... 2024-04-22T23:43:41.868 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph orch host add smithi137 2024-04-22T23:43:41.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:41 smithi047 bash[18695]: audit 2024-04-22T23:43:40.409146+0000 mgr.smithi047.keothr (mgr.14164) 16 : 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-04-22T23:43:41.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:41 smithi047 bash[18695]: audit 2024-04-22T23:43:40.409146+0000 mgr.smithi047.keothr (mgr.14164) 16 : 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-04-22T23:43:42.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:42 smithi047 bash[18695]: cluster 2024-04-22T23:43:41.242804+0000 mgr.smithi047.keothr (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:42.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:42 smithi047 bash[18695]: cluster 2024-04-22T23:43:41.242804+0000 mgr.smithi047.keothr (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:45.041 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:44 smithi047 bash[18695]: cluster 2024-04-22T23:43:43.243256+0000 mgr.smithi047.keothr (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:45.042 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:44 smithi047 bash[18695]: cluster 2024-04-22T23:43:43.243256+0000 mgr.smithi047.keothr (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:45.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:45 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:45.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:45 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:46.626 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: cluster 2024-04-22T23:43:45.243666+0000 mgr.smithi047.keothr (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: cluster 2024-04-22T23:43:45.243666+0000 mgr.smithi047.keothr (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.618371+0000 mon.smithi047 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.618371+0000 mon.smithi047 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.631983+0000 mon.smithi047 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.631983+0000 mon.smithi047 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.634631+0000 mon.smithi047 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.634631+0000 mon.smithi047 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.637577+0000 mon.smithi047 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.637577+0000 mon.smithi047 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.639678+0000 mon.smithi047 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.639678+0000 mon.smithi047 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: cephadm 2024-04-22T23:43:45.650430+0000 mgr.smithi047.keothr (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: cephadm 2024-04-22T23:43:45.650430+0000 mgr.smithi047.keothr (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.756346+0000 mon.smithi047 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.756346+0000 mon.smithi047 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.761445+0000 mon.smithi047 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:45.761445+0000 mon.smithi047 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:46.042146+0000 mon.smithi047 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:46.042146+0000 mon.smithi047 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:46.042563+0000 mgr.smithi047.keothr (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:46.042563+0000 mgr.smithi047.keothr (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:43:46.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:46.047145+0000 mon.smithi047 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: audit 2024-04-22T23:43:46.047145+0000 mon.smithi047 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:46.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: cephadm 2024-04-22T23:43:46.064313+0000 mgr.smithi047.keothr (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi047 on smithi047 2024-04-22T23:43:46.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:46 smithi047 bash[18695]: cephadm 2024-04-22T23:43:46.064313+0000 mgr.smithi047.keothr (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi047 on smithi047 2024-04-22T23:43:49.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:48 smithi047 bash[18695]: cluster 2024-04-22T23:43:47.244414+0000 mgr.smithi047.keothr (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:49.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:48 smithi047 bash[18695]: cluster 2024-04-22T23:43:47.244414+0000 mgr.smithi047.keothr (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:49.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:48 smithi047 bash[18695]: audit 2024-04-22T23:43:47.863041+0000 mgr.smithi047.keothr (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:49.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:48 smithi047 bash[18695]: audit 2024-04-22T23:43:47.863041+0000 mgr.smithi047.keothr (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:43:50.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:49 smithi047 bash[18695]: audit 2024-04-22T23:43:48.624993+0000 mon.smithi047 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:50.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:49 smithi047 bash[18695]: audit 2024-04-22T23:43:48.624993+0000 mon.smithi047 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:50.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:49 smithi047 bash[18695]: cephadm 2024-04-22T23:43:48.782632+0000 mgr.smithi047.keothr (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi137 2024-04-22T23:43:50.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:49 smithi047 bash[18695]: cephadm 2024-04-22T23:43:48.782632+0000 mgr.smithi047.keothr (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi137 2024-04-22T23:43:51.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:50 smithi047 bash[18695]: cluster 2024-04-22T23:43:49.245166+0000 mgr.smithi047.keothr (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:51.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:50 smithi047 bash[18695]: cluster 2024-04-22T23:43:49.245166+0000 mgr.smithi047.keothr (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:53.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:52 smithi047 bash[18695]: cluster 2024-04-22T23:43:51.245568+0000 mgr.smithi047.keothr (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:53.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:52 smithi047 bash[18695]: cluster 2024-04-22T23:43:51.245568+0000 mgr.smithi047.keothr (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:54.494 INFO:teuthology.orchestra.run.smithi047.stdout:Added host 'smithi137' with addr '172.21.15.137' 2024-04-22T23:43:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:54 smithi047 bash[18695]: cluster 2024-04-22T23:43:53.245968+0000 mgr.smithi047.keothr (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:54 smithi047 bash[18695]: cluster 2024-04-22T23:43:53.245968+0000 mgr.smithi047.keothr (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:54 smithi047 bash[18695]: audit 2024-04-22T23:43:54.502274+0000 mon.smithi047 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:54 smithi047 bash[18695]: audit 2024-04-22T23:43:54.502274+0000 mon.smithi047 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:43:56.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:55 smithi047 bash[18695]: cephadm 2024-04-22T23:43:54.503272+0000 mgr.smithi047.keothr (mgr.14164) 29 : cephadm [INF] Added host smithi137 2024-04-22T23:43:56.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:55 smithi047 bash[18695]: cephadm 2024-04-22T23:43:54.503272+0000 mgr.smithi047.keothr (mgr.14164) 29 : cephadm [INF] Added host smithi137 2024-04-22T23:43:56.803 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:43:56.902 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:56 smithi047 bash[18695]: cluster 2024-04-22T23:43:55.246693+0000 mgr.smithi047.keothr (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:56.902 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:56 smithi047 bash[18695]: cluster 2024-04-22T23:43:55.246693+0000 mgr.smithi047.keothr (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:58.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:58 smithi047 bash[18695]: cluster 2024-04-22T23:43:57.247532+0000 mgr.smithi047.keothr (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:58 smithi047 bash[18695]: cluster 2024-04-22T23:43:57.247532+0000 mgr.smithi047.keothr (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:43:59.268 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:59 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:43:59.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:43:59 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:00.762 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: cluster 2024-04-22T23:43:59.248270+0000 mgr.smithi047.keothr (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: cluster 2024-04-22T23:43:59.248270+0000 mgr.smithi047.keothr (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.540928+0000 mon.smithi047 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.540928+0000 mon.smithi047 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.563542+0000 mon.smithi047 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.563542+0000 mon.smithi047 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.565760+0000 mon.smithi047 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.565760+0000 mon.smithi047 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.568223+0000 mon.smithi047 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.568223+0000 mon.smithi047 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.570807+0000 mon.smithi047 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.570807+0000 mon.smithi047 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.573193+0000 mon.smithi047 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.573193+0000 mon.smithi047 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.574824+0000 mon.smithi047 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.763 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: audit 2024-04-22T23:43:59.574824+0000 mon.smithi047 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:00.764 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: cephadm 2024-04-22T23:43:59.829667+0000 mgr.smithi047.keothr (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-04-22T23:44:00.764 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:00 smithi047 bash[18695]: cephadm 2024-04-22T23:43:59.829667+0000 mgr.smithi047.keothr (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-04-22T23:44:02.602 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:44:02.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:01.248955+0000 mgr.smithi047.keothr (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:02.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:01.248955+0000 mgr.smithi047.keothr (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:04.953 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:04 smithi047 bash[18695]: cluster 2024-04-22T23:44:03.249548+0000 mgr.smithi047.keothr (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:04.953 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:04 smithi047 bash[18695]: cluster 2024-04-22T23:44:03.249548+0000 mgr.smithi047.keothr (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:04.953 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:04 smithi047 bash[18695]: audit 2024-04-22T23:44:03.637356+0000 mon.smithi047 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:04.953 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:04 smithi047 bash[18695]: audit 2024-04-22T23:44:03.637356+0000 mon.smithi047 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:06.230 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:44:06.230 INFO:teuthology.orchestra.run.smithi047.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}] 2024-04-22T23:44:06.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:06 smithi047 bash[18695]: cluster 2024-04-22T23:44:05.250037+0000 mgr.smithi047.keothr (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:06.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:06 smithi047 bash[18695]: cluster 2024-04-22T23:44:05.250037+0000 mgr.smithi047.keothr (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:07.987 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:07 smithi047 bash[18695]: audit 2024-04-22T23:44:06.239053+0000 mgr.smithi047.keothr (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:44:07.988 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:07 smithi047 bash[18695]: audit 2024-04-22T23:44:06.239053+0000 mgr.smithi047.keothr (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:44:08.292 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:44:08.293 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:44:08.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:08 smithi047 bash[18695]: cluster 2024-04-22T23:44:07.250823+0000 mgr.smithi047.keothr (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:08.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:08 smithi047 bash[18695]: cluster 2024-04-22T23:44:07.250823+0000 mgr.smithi047.keothr (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:10.905 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:10 smithi047 bash[18695]: cluster 2024-04-22T23:44:09.251587+0000 mgr.smithi047.keothr (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:10.906 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:10 smithi047 bash[18695]: cluster 2024-04-22T23:44:09.251587+0000 mgr.smithi047.keothr (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:13.050 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:44:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:12 smithi047 bash[18695]: cluster 2024-04-22T23:44:11.252331+0000 mgr.smithi047.keothr (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:12 smithi047 bash[18695]: cluster 2024-04-22T23:44:11.252331+0000 mgr.smithi047.keothr (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:14.640 INFO:teuthology.orchestra.run.smithi047.stderr:adjusted tunables profile to default 2024-04-22T23:44:14.960 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:14 smithi047 bash[18695]: cluster 2024-04-22T23:44:13.253053+0000 mgr.smithi047.keothr (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:14.960 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:14 smithi047 bash[18695]: cluster 2024-04-22T23:44:13.253053+0000 mgr.smithi047.keothr (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:14.961 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:14 smithi047 bash[18695]: audit 2024-04-22T23:44:14.631302+0000 mon.smithi047 (mon.0) 146 : audit [INF] from='client.? 172.21.15.47:0/1892169322' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:44:14.961 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:14 smithi047 bash[18695]: audit 2024-04-22T23:44:14.631302+0000 mon.smithi047 (mon.0) 146 : audit [INF] from='client.? 172.21.15.47:0/1892169322' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:44:15.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:15 smithi047 bash[18695]: audit 2024-04-22T23:44:14.646861+0000 mon.smithi047 (mon.0) 147 : audit [INF] from='client.? 172.21.15.47:0/1892169322' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:44:15.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:15 smithi047 bash[18695]: audit 2024-04-22T23:44:14.646861+0000 mon.smithi047 (mon.0) 147 : audit [INF] from='client.? 172.21.15.47:0/1892169322' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:44:15.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:15 smithi047 bash[18695]: cluster 2024-04-22T23:44:14.650459+0000 mon.smithi047 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:44:15.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:15 smithi047 bash[18695]: cluster 2024-04-22T23:44:14.650459+0000 mon.smithi047 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:44:15.857 INFO:tasks.cephadm:Adding mon.smithi047 on smithi047 2024-04-22T23:44:15.857 INFO:tasks.cephadm:Adding mon.smithi137 on smithi137 2024-04-22T23:44:15.857 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi047:172.21.15.47=smithi047;smithi137:172.21.15.137=smithi137' 2024-04-22T23:44:16.096 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:15 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:16.347 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: cluster 2024-04-22T23:44:15.253776+0000 mgr.smithi047.keothr (mgr.14164) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: cluster 2024-04-22T23:44:15.253776+0000 mgr.smithi047.keothr (mgr.14164) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: audit 2024-04-22T23:44:16.359603+0000 mon.smithi047 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: audit 2024-04-22T23:44:16.359603+0000 mon.smithi047 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: audit 2024-04-22T23:44:16.391247+0000 mon.smithi047 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: audit 2024-04-22T23:44:16.391247+0000 mon.smithi047 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: audit 2024-04-22T23:44:16.393488+0000 mon.smithi047 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T23:44:17.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:16 smithi047 bash[18695]: audit 2024-04-22T23:44:16.393488+0000 mon.smithi047 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T23:44:17.069 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:18.116 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:18.422 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:18 smithi047 bash[18695]: audit 2024-04-22T23:44:17.391630+0000 mon.smithi047 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T23:44:18.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:18 smithi047 bash[18695]: audit 2024-04-22T23:44:17.391630+0000 mon.smithi047 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.47:0/3452833371' entity='mgr.smithi047.keothr' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T23:44:18.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:18 smithi047 bash[18695]: cluster 2024-04-22T23:44:17.396433+0000 mon.smithi047 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi047.keothr(active, since 63s) 2024-04-22T23:44:18.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:18 smithi047 bash[18695]: cluster 2024-04-22T23:44:17.396433+0000 mon.smithi047 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi047.keothr(active, since 63s) 2024-04-22T23:44:26.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.961237+0000 mon.smithi047 (mon.0) 154 : cluster [INF] Active manager daemon smithi047.keothr restarted 2024-04-22T23:44:26.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.961237+0000 mon.smithi047 (mon.0) 154 : cluster [INF] Active manager daemon smithi047.keothr restarted 2024-04-22T23:44:26.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.961653+0000 mon.smithi047 (mon.0) 155 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:44:26.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.961653+0000 mon.smithi047 (mon.0) 155 : cluster [INF] Activating manager daemon smithi047.keothr 2024-04-22T23:44:26.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.965297+0000 mon.smithi047 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.965297+0000 mon.smithi047 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.965435+0000 mon.smithi047 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi047.keothr(active, starting, since 0.00395415s) 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:25.965435+0000 mon.smithi047 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi047.keothr(active, starting, since 0.00395415s) 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.968353+0000 mon.smithi047 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.968353+0000 mon.smithi047 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.970265+0000 mon.smithi047 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.970265+0000 mon.smithi047 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.keothr", "id": "smithi047.keothr"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.971415+0000 mon.smithi047 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.971415+0000 mon.smithi047 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.971715+0000 mon.smithi047 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.971715+0000 mon.smithi047 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.971829+0000 mon.smithi047 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: audit 2024-04-22T23:44:25.971829+0000 mon.smithi047 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:44:26.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:26.001802+0000 mon.smithi047 (mon.0) 163 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:44:26.090 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:26 smithi047 bash[18695]: cluster 2024-04-22T23:44:26.001802+0000 mon.smithi047 (mon.0) 163 : cluster [INF] Manager daemon smithi047.keothr is now available 2024-04-22T23:44:26.968 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled mon update... 2024-04-22T23:44:27.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.038617+0000 mon.smithi047 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:27.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.038617+0000 mon.smithi047 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:27.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.057255+0000 mon.smithi047 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.057255+0000 mon.smithi047 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.063208+0000 mon.smithi047 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.063208+0000 mon.smithi047 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.064194+0000 mon.smithi047 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.064194+0000 mon.smithi047 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.075962+0000 mon.smithi047 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.075962+0000 mon.smithi047 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.081860+0000 mon.smithi047 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.081860+0000 mon.smithi047 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.keothr/trash_purge_schedule"}]: dispatch 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.939203+0000 mon.smithi047 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.939203+0000 mon.smithi047 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: cluster 2024-04-22T23:44:26.967834+0000 mon.smithi047 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi047.keothr(active, since 1.00635s) 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: cluster 2024-04-22T23:44:26.967834+0000 mon.smithi047 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi047.keothr(active, since 1.00635s) 2024-04-22T23:44:27.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.976745+0000 mon.smithi047 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:27 smithi047 bash[18695]: audit 2024-04-22T23:44:26.976745+0000 mon.smithi047 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:27.602 DEBUG:teuthology.orchestra.run.smithi137:mon.smithi137> sudo journalctl -f -n 0 -u ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi137.service 2024-04-22T23:44:27.604 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:44:27.604 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.530681+0000 mgr.smithi047.keothr (mgr.14197) 1 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Bus STARTING 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.530681+0000 mgr.smithi047.keothr (mgr.14197) 1 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Bus STARTING 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.633504+0000 mgr.smithi047.keothr (mgr.14197) 2 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Serving on http://172.21.15.47:8765 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.633504+0000 mgr.smithi047.keothr (mgr.14197) 2 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Serving on http://172.21.15.47:8765 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.760633+0000 mgr.smithi047.keothr (mgr.14197) 3 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Serving on https://172.21.15.47:7150 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.760633+0000 mgr.smithi047.keothr (mgr.14197) 3 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Serving on https://172.21.15.47:7150 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.761008+0000 mgr.smithi047.keothr (mgr.14197) 4 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Bus STARTED 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.761008+0000 mgr.smithi047.keothr (mgr.14197) 4 : cephadm [INF] [22/Apr/2024:23:44:26] ENGINE Bus STARTED 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: audit 2024-04-22T23:44:26.970788+0000 mgr.smithi047.keothr (mgr.14197) 5 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi137:172.21.15.137=smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:44:28.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: audit 2024-04-22T23:44:26.970788+0000 mgr.smithi047.keothr (mgr.14197) 5 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi137:172.21.15.137=smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:44:28.295 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.973879+0000 mgr.smithi047.keothr (mgr.14197) 6 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi137:172.21.15.137=smithi137;count:2 2024-04-22T23:44:28.295 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:28 smithi047 bash[18695]: cephadm 2024-04-22T23:44:26.973879+0000 mgr.smithi047.keothr (mgr.14197) 6 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi137:172.21.15.137=smithi137;count:2 2024-04-22T23:44:28.847 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:29 smithi047 bash[18695]: cluster 2024-04-22T23:44:28.027868+0000 mon.smithi047 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi047.keothr(active, since 2s) 2024-04-22T23:44:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:29 smithi047 bash[18695]: cluster 2024-04-22T23:44:28.027868+0000 mon.smithi047 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi047.keothr(active, since 2s) 2024-04-22T23:44:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:29 smithi047 bash[18695]: audit 2024-04-22T23:44:28.665269+0000 mon.smithi047 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:29 smithi047 bash[18695]: audit 2024-04-22T23:44:28.665269+0000 mon.smithi047 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:29.890 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:31.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:30 smithi047 bash[18695]: audit 2024-04-22T23:44:29.812189+0000 mon.smithi047 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:31.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:30 smithi047 bash[18695]: audit 2024-04-22T23:44:29.812189+0000 mon.smithi047 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:31.078 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-04-22T23:44:31.078 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"af01d4c8-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:41:51.869396Z","created":"2024-04-22T23:41:51.869396Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:44:31.081 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-04-22T23:44:32.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:31 smithi047 bash[18695]: audit 2024-04-22T23:44:31.087700+0000 mon.smithi047 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.137:0/629252546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:32.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:31 smithi047 bash[18695]: audit 2024-04-22T23:44:31.087700+0000 mon.smithi047 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.137:0/629252546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:32.591 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:44:32.591 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:44:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:33 smithi047 bash[18695]: audit 2024-04-22T23:44:32.335701+0000 mon.smithi047 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:33 smithi047 bash[18695]: audit 2024-04-22T23:44:32.335701+0000 mon.smithi047 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:34.248 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:34 smithi047 bash[18695]: audit 2024-04-22T23:44:33.429040+0000 mon.smithi047 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:34 smithi047 bash[18695]: audit 2024-04-22T23:44:33.429040+0000 mon.smithi047 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:34 smithi047 bash[18695]: audit 2024-04-22T23:44:33.599958+0000 mon.smithi047 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:34 smithi047 bash[18695]: audit 2024-04-22T23:44:33.599958+0000 mon.smithi047 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:34 smithi047 bash[18695]: audit 2024-04-22T23:44:33.601700+0000 mon.smithi047 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:44:34.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:34 smithi047 bash[18695]: audit 2024-04-22T23:44:33.601700+0000 mon.smithi047 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:44:35.297 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:36.408 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-04-22T23:44:36.409 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"af01d4c8-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:41:51.869396Z","created":"2024-04-22T23:41:51.869396Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:44:36.411 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-04-22T23:44:36.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:36 smithi047 bash[18695]: audit 2024-04-22T23:44:36.417978+0000 mon.smithi047 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.137:0/3593007144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:36.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:36 smithi047 bash[18695]: audit 2024-04-22T23:44:36.417978+0000 mon.smithi047 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.137:0/3593007144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:37.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:44:37.928 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:44:39.135 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:40.182 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:44:40.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:40 smithi047 bash[18695]: audit 2024-04-22T23:44:40.314038+0000 mon.smithi047 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:44:40.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:40 smithi047 bash[18695]: audit 2024-04-22T23:44:40.314038+0000 mon.smithi047 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:44:40.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:40 smithi047 bash[18695]: audit 2024-04-22T23:44:40.316042+0000 mon.smithi047 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:40.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:40 smithi047 bash[18695]: audit 2024-04-22T23:44:40.316042+0000 mon.smithi047 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:40.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:40 smithi047 bash[18695]: audit 2024-04-22T23:44:40.317739+0000 mon.smithi047 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:44:40.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:40 smithi047 bash[18695]: audit 2024-04-22T23:44:40.317739+0000 mon.smithi047 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:44:41.326 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-04-22T23:44:41.327 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"af01d4c8-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:41:51.869396Z","created":"2024-04-22T23:41:51.869396Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:44:41.329 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-04-22T23:44:41.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.320437+0000 mgr.smithi047.keothr (mgr.14197) 7 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-22T23:44:41.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.320437+0000 mgr.smithi047.keothr (mgr.14197) 7 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-22T23:44:41.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.321040+0000 mgr.smithi047.keothr (mgr.14197) 8 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-04-22T23:44:41.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.321040+0000 mgr.smithi047.keothr (mgr.14197) 8 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-04-22T23:44:41.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.061491+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.061491+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.330833+0000 mon.smithi047 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.330833+0000 mon.smithi047 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.335520+0000 mon.smithi047 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.335520+0000 mon.smithi047 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.336019+0000 mon.smithi047 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.137:0/2833814143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:41.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.336019+0000 mon.smithi047 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.137:0/2833814143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.342220+0000 mon.smithi047 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.342220+0000 mon.smithi047 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.344572+0000 mon.smithi047 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.344572+0000 mon.smithi047 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.345854+0000 mon.smithi047 (mon.0) 191 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.345854+0000 mon.smithi047 (mon.0) 191 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:44:41.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.349935+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:41.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:41 smithi047 bash[18695]: audit 2024-04-22T23:44:41.349935+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:42.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.825045+0000 mgr.smithi047.keothr (mgr.14197) 9 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:44:42.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.825045+0000 mgr.smithi047.keothr (mgr.14197) 9 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:44:42.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.825583+0000 mgr.smithi047.keothr (mgr.14197) 10 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:44:42.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.825583+0000 mgr.smithi047.keothr (mgr.14197) 10 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:44:42.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.991319+0000 mgr.smithi047.keothr (mgr.14197) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.991319+0000 mgr.smithi047.keothr (mgr.14197) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.991608+0000 mgr.smithi047.keothr (mgr.14197) 12 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:40.991608+0000 mgr.smithi047.keothr (mgr.14197) 12 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:41.156748+0000 mgr.smithi047.keothr (mgr.14197) 13 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:41.156748+0000 mgr.smithi047.keothr (mgr.14197) 13 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:41.157108+0000 mgr.smithi047.keothr (mgr.14197) 14 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:41.157108+0000 mgr.smithi047.keothr (mgr.14197) 14 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:41.351575+0000 mgr.smithi047.keothr (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi137 on smithi137 2024-04-22T23:44:42.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:42 smithi047 bash[18695]: cephadm 2024-04-22T23:44:41.351575+0000 mgr.smithi047.keothr (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi137 on smithi137 2024-04-22T23:44:42.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:44:42.862 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:44:44.079 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:44:45.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.094317+0000 mon.smithi047 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:45.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.094317+0000 mon.smithi047 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:45.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.128324+0000 mon.smithi047 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.128324+0000 mon.smithi047 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.134450+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.134450+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.137683+0000 mon.smithi047 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.137683+0000 mon.smithi047 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.139403+0000 mon.smithi047 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.139403+0000 mon.smithi047 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.143698+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: audit 2024-04-22T23:44:44.143698+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: cephadm 2024-04-22T23:44:44.145752+0000 mgr.smithi047.keothr (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi137 on smithi137 2024-04-22T23:44:45.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:45 smithi047 bash[18695]: cephadm 2024-04-22T23:44:44.145752+0000 mgr.smithi047.keothr (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi137 on smithi137 2024-04-22T23:44:45.894 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-04-22T23:44:45.894 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"af01d4c8-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:41:51.869396Z","created":"2024-04-22T23:41:51.869396Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:44:45.897 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-04-22T23:44:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:46 smithi047 bash[18695]: audit 2024-04-22T23:44:45.903409+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.137:0/3212076674' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:46 smithi047 bash[18695]: audit 2024-04-22T23:44:45.903409+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.137:0/3212076674' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:46 smithi047 bash[18695]: audit 2024-04-22T23:44:46.062751+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:46 smithi047 bash[18695]: audit 2024-04-22T23:44:46.062751+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:47.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:44:47.674 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:44:48.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: audit 2024-04-22T23:44:47.041084+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:48.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: audit 2024-04-22T23:44:47.041084+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: audit 2024-04-22T23:44:47.072578+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: audit 2024-04-22T23:44:47.072578+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: audit 2024-04-22T23:44:47.078048+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: audit 2024-04-22T23:44:47.078048+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: cephadm 2024-04-22T23:44:47.081615+0000 mgr.smithi047.keothr (mgr.14197) 17 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: cephadm 2024-04-22T23:44:47.081615+0000 mgr.smithi047.keothr (mgr.14197) 17 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: cluster 2024-04-22T23:44:47.338148+0000 mgr.smithi047.keothr (mgr.14197) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:48.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:48 smithi047 bash[18695]: cluster 2024-04-22T23:44:47.338148+0000 mgr.smithi047.keothr (mgr.14197) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:49.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.175028+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.175028+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.204981+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.204981+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.211064+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.211064+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.216330+0000 mon.smithi047 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.216330+0000 mon.smithi047 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.218213+0000 mon.smithi047 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.218213+0000 mon.smithi047 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:44:49.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.222932+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:44:49.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.222932+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:44:49.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.224883+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:49.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: audit 2024-04-22T23:44:48.224883+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:49.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: cephadm 2024-04-22T23:44:48.226885+0000 mgr.smithi047.keothr (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:44:49.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:49 smithi047 bash[18695]: cephadm 2024-04-22T23:44:48.226885+0000 mgr.smithi047.keothr (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:44:50.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:50 smithi047 bash[18695]: cluster 2024-04-22T23:44:49.339222+0000 mgr.smithi047.keothr (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:50.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:50 smithi047 bash[18695]: cluster 2024-04-22T23:44:49.339222+0000 mgr.smithi047.keothr (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:51.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:51 smithi137 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:52.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.070412+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.070412+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.129468+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.129468+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.153191+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.153191+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.159364+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.159364+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.163013+0000 mon.smithi047 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.163013+0000 mon.smithi047 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.164782+0000 mon.smithi047 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: audit 2024-04-22T23:44:51.164782+0000 mon.smithi047 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:52.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: cephadm 2024-04-22T23:44:51.166778+0000 mgr.smithi047.keothr (mgr.14197) 21 : cephadm [INF] Deploying daemon mon.smithi137 on smithi137 2024-04-22T23:44:52.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: cephadm 2024-04-22T23:44:51.166778+0000 mgr.smithi047.keothr (mgr.14197) 21 : cephadm [INF] Deploying daemon mon.smithi137 on smithi137 2024-04-22T23:44:52.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: cluster 2024-04-22T23:44:51.340238+0000 mgr.smithi047.keothr (mgr.14197) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:52.312 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:52 smithi047 bash[18695]: cluster 2024-04-22T23:44:51.340238+0000 mgr.smithi047.keothr (mgr.14197) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:54.589 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:44:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:54 smithi047 bash[18695]: cluster 2024-04-22T23:44:53.341185+0000 mgr.smithi047.keothr (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:54.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:54 smithi047 bash[18695]: cluster 2024-04-22T23:44:53.341185+0000 mgr.smithi047.keothr (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:55.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:55 smithi137 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:55.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:55 smithi137 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:55.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:55 smithi137 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:55.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:55 smithi137 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:55.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:55 smithi137 systemd[1]: /etc/systemd/system/ceph-af01d4c8-0101-11ef-bc93-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-04-22T23:44:55.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:55 smithi137 systemd[1]: Started Ceph mon.smithi137 for af01d4c8-0101-11ef-bc93-c7b262605968. 2024-04-22T23:44:55.932 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-04-22T23:44:55.932 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"af01d4c8-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:41:51.869396Z","created":"2024-04-22T23:41:51.869396Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:44:55.935 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: cluster 2024-04-22T23:44:55.342197+0000 mgr.smithi047.keothr (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: cluster 2024-04-22T23:44:55.342197+0000 mgr.smithi047.keothr (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.779055+0000 mon.smithi047 (mon.0) 217 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.779055+0000 mon.smithi047 (mon.0) 217 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.797710+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.797710+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.803642+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.803642+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.813448+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.813448+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.881255+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.881255+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.941533+0000 mon.smithi047 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.137:0/1312358535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:55.941533+0000 mon.smithi047 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.137:0/1312358535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:56.062703+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:56.062703+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:56.082458+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:56.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:44:56 smithi047 bash[18695]: audit 2024-04-22T23:44:56.082458+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.174 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.160+0000 7f0257659c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.160+0000 7f0257659c80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.160+0000 7f0257659c80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 0 load: jerasure load: lrc 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Git sha 0 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: DB SUMMARY 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: DB Session ID: 73XC4SLPXBNV72GNDE8O 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:44:57.175 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi137/store.db dir, Total Num: 0, files: 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi137/store.db: 000004.log size: 511 ; 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.env: 0x559979e44cc0 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.info_log: 0x55997c541ae0 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:44:57.176 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:44:57.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.write_buffer_manager: 0x55997c4d70e0 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:44:57.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:44:57.179 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:44:57.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:44:57.181 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:44:57.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi137/store.db/MANIFEST-000005 2024-04-22T23:44:57.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55997c541cc0) 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cache_index_and_filter_blocks: 1 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: pin_top_level_index_and_filter: 1 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: index_type: 0 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: data_block_index_type: 0 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: index_shortening: 1 2024-04-22T23:44:57.184 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: checksum: 4 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: no_block_cache: 0 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_cache: 0x55997c5071f0 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_cache_name: BinnedLRUCache 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_cache_options: 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: capacity : 536870912 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: num_shard_bits : 4 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: strict_capacity_limit : 0 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: high_pri_pool_ratio: 0.000 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_cache_compressed: (nil) 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: persistent_cache: (nil) 2024-04-22T23:44:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_size: 4096 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_size_deviation: 10 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_restart_interval: 16 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: index_block_restart_interval: 1 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: metadata_block_size: 4096 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: partition_filters: 0 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: use_delta_encoding: 1 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: filter_policy: bloomfilter 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: whole_key_filtering: 1 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: verify_compression: 0 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: read_amp_bytes_per_bit: 0 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: format_version: 5 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: enable_index_compression: 1 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: block_align: 0 2024-04-22T23:44:57.186 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: max_auto_readahead_size: 262144 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: prepopulate_block_cache: 0 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: initial_auto_readahead_size: 8192 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:44:57.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:44:57.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:44:57.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:44:57.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:44:57.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:44:57.192 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi137/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-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 10f34671-a3b0-47c2-b01f-403adf36bcbf 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829497168011, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829497168453, "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": 1713829497, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "10f34671-a3b0-47c2-b01f-403adf36bcbf", "db_session_id": "73XC4SLPXBNV72GNDE8O", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713829497168538, "job": 1, "event": "recovery_finished"} 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi137/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.164+0000 7f0257659c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55997c620000 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0257659c80 4 rocksdb: DB pointer 0x55997c60a000 2024-04-22T23:44:57.193 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0245db3700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0245db3700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: ** DB Stats ** 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: ** Compaction Stats [default] ** 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: 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-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:44:57.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: ** Compaction Stats [default] ** 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: 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-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:44:57.195 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: 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-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: Block cache BinnedLRUCache@0x55997c5071f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: 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-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0257659c80 0 mon.smithi137 does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0257659c80 0 using public_addr v2:172.21.15.137:0/0 -> [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] 2024-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0257659c80 0 starting mon.smithi137 rank -1 at public addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] at bind addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi137 fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:44:57.196 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.168+0000 7f0257659c80 1 mon.smithi137@-1(???) e0 preinit fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:44:57.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 0 mon.smithi137@-1(synchronizing).mds e1 new map 2024-04-22T23:44:57.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 0 mon.smithi137@-1(synchronizing).mds e1 print_map 2024-04-22T23:44:57.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: e1 2024-04-22T23:44:57.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:44:57.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: 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-04-22T23:44:57.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: legacy client fscid: -1 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: No filesystems configured 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 0 mon.smithi137@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 0 mon.smithi137@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 0 mon.smithi137@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:44:57.239 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.192+0000 7f0248db9700 0 mon.smithi137@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:45.903409+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.137:0/3212076674' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:45.903409+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.137:0/3212076674' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:46.062751+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:46.062751+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:47.041084+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:47.041084+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:47.072578+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:47.072578+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:47.078048+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:47.078048+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cephadm 2024-04-22T23:44:47.081615+0000 mgr.smithi047.keothr (mgr.14197) 17 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cephadm 2024-04-22T23:44:47.081615+0000 mgr.smithi047.keothr (mgr.14197) 17 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:47.338148+0000 mgr.smithi047.keothr (mgr.14197) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:47.338148+0000 mgr.smithi047.keothr (mgr.14197) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.175028+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.175028+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.204981+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.204981+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.211064+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.211064+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.216330+0000 mon.smithi047 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.216330+0000 mon.smithi047 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.218213+0000 mon.smithi047 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.218213+0000 mon.smithi047 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.222932+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.222932+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.224883+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:57.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:48.224883+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cephadm 2024-04-22T23:44:48.226885+0000 mgr.smithi047.keothr (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cephadm 2024-04-22T23:44:48.226885+0000 mgr.smithi047.keothr (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:49.339222+0000 mgr.smithi047.keothr (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:49.339222+0000 mgr.smithi047.keothr (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.070412+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.070412+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.129468+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.129468+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.153191+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.153191+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.159364+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.159364+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.163013+0000 mon.smithi047 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.163013+0000 mon.smithi047 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.164782+0000 mon.smithi047 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:51.164782+0000 mon.smithi047 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cephadm 2024-04-22T23:44:51.166778+0000 mgr.smithi047.keothr (mgr.14197) 21 : cephadm [INF] Deploying daemon mon.smithi137 on smithi137 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cephadm 2024-04-22T23:44:51.166778+0000 mgr.smithi047.keothr (mgr.14197) 21 : cephadm [INF] Deploying daemon mon.smithi137 on smithi137 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:51.340238+0000 mgr.smithi047.keothr (mgr.14197) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:51.340238+0000 mgr.smithi047.keothr (mgr.14197) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:53.341185+0000 mgr.smithi047.keothr (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:53.341185+0000 mgr.smithi047.keothr (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:55.342197+0000 mgr.smithi047.keothr (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: cluster 2024-04-22T23:44:55.342197+0000 mgr.smithi047.keothr (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.779055+0000 mon.smithi047 (mon.0) 217 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.779055+0000 mon.smithi047 (mon.0) 217 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.797710+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.243 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.797710+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.803642+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.803642+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.813448+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.813448+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.881255+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.881255+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.941533+0000 mon.smithi047 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.137:0/1312358535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:55.941533+0000 mon.smithi047 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.137:0/1312358535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:56.062703+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:56.062703+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:56.082458+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: audit 2024-04-22T23:44:56.082458+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:44:57.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:44:57 smithi137 bash[20197]: debug 2024-04-22T23:44:57.196+0000 7f0248db9700 1 mon.smithi137@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-22T23:44:57.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:44:57.983 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:45:01.873 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi137/config 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:57.209733+0000 mon.smithi047 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:57.209733+0000 mon.smithi047 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:57.210138+0000 mon.smithi047 (mon.0) 227 : cluster [INF] mon.smithi047 calling monitor election 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:57.210138+0000 mon.smithi047 (mon.0) 227 : cluster [INF] mon.smithi047 calling monitor election 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:57.228239+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:57.228239+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:57.343184+0000 mgr.smithi047.keothr (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:57.343184+0000 mgr.smithi047.keothr (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:58.204307+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:58.204307+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:59.205052+0000 mon.smithi047 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:44:59.205052+0000 mon.smithi047 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:59.206149+0000 mon.smithi137 (mon.1) 1 : cluster [INF] mon.smithi137 calling monitor election 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:59.206149+0000 mon.smithi137 (mon.1) 1 : cluster [INF] mon.smithi137 calling monitor election 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:59.344113+0000 mgr.smithi047.keothr (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:44:59.344113+0000 mgr.smithi047.keothr (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:00.204927+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:00.204927+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:01.204662+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:01.204662+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:01.310360+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/crt"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:01.310360+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/crt"}]: dispatch 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:01.345071+0000 mgr.smithi047.keothr (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:01.345071+0000 mgr.smithi047.keothr (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.205302+0000 mon.smithi047 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.205302+0000 mon.smithi047 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.251934+0000 mon.smithi047 (mon.0) 235 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi137 in quorum (ranks 0,1) 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.251934+0000 mon.smithi047 (mon.0) 235 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi137 in quorum (ranks 0,1) 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258758+0000 mon.smithi047 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258758+0000 mon.smithi047 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258804+0000 mon.smithi047 (mon.0) 237 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258804+0000 mon.smithi047 (mon.0) 237 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258846+0000 mon.smithi047 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:44:57.204354+0000 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258846+0000 mon.smithi047 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:44:57.204354+0000 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258887+0000 mon.smithi047 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258887+0000 mon.smithi047 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258924+0000 mon.smithi047 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258924+0000 mon.smithi047 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:45:02.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258972+0000 mon.smithi047 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.258972+0000 mon.smithi047 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.259008+0000 mon.smithi047 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.259008+0000 mon.smithi047 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.259053+0000 mon.smithi047 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.smithi137 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.259053+0000 mon.smithi047 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.smithi137 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260088+0000 mon.smithi047 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260088+0000 mon.smithi047 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260205+0000 mon.smithi047 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260205+0000 mon.smithi047 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260516+0000 mon.smithi047 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi047.keothr(active, since 36s) 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260516+0000 mon.smithi047 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi047.keothr(active, since 36s) 2024-04-22T23:45:02.565 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260814+0000 mon.smithi047 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260814+0000 mon.smithi047 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260858+0000 mon.smithi047 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260858+0000 mon.smithi047 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260899+0000 mon.smithi047 (mon.0) 249 : cluster [WRN] host smithi137 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260899+0000 mon.smithi047 (mon.0) 249 : cluster [WRN] host smithi137 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260942+0000 mon.smithi047 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260942+0000 mon.smithi047 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260979+0000 mon.smithi047 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.260979+0000 mon.smithi047 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261015+0000 mon.smithi047 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261015+0000 mon.smithi047 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261048+0000 mon.smithi047 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261048+0000 mon.smithi047 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261083+0000 mon.smithi047 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261083+0000 mon.smithi047 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261121+0000 mon.smithi047 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261121+0000 mon.smithi047 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261157+0000 mon.smithi047 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261157+0000 mon.smithi047 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261193+0000 mon.smithi047 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261193+0000 mon.smithi047 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261226+0000 mon.smithi047 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261226+0000 mon.smithi047 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261261+0000 mon.smithi047 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261261+0000 mon.smithi047 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261297+0000 mon.smithi047 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261297+0000 mon.smithi047 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261330+0000 mon.smithi047 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261330+0000 mon.smithi047 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261365+0000 mon.smithi047 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261365+0000 mon.smithi047 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261399+0000 mon.smithi047 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261399+0000 mon.smithi047 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261435+0000 mon.smithi047 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261435+0000 mon.smithi047 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261474+0000 mon.smithi047 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261474+0000 mon.smithi047 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261515+0000 mon.smithi047 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261515+0000 mon.smithi047 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261548+0000 mon.smithi047 (mon.0) 267 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261548+0000 mon.smithi047 (mon.0) 267 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261580+0000 mon.smithi047 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261580+0000 mon.smithi047 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261622+0000 mon.smithi047 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261622+0000 mon.smithi047 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261660+0000 mon.smithi047 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261660+0000 mon.smithi047 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261695+0000 mon.smithi047 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261695+0000 mon.smithi047 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261730+0000 mon.smithi047 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261730+0000 mon.smithi047 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261764+0000 mon.smithi047 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261764+0000 mon.smithi047 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261799+0000 mon.smithi047 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261799+0000 mon.smithi047 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261833+0000 mon.smithi047 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261833+0000 mon.smithi047 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261868+0000 mon.smithi047 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261868+0000 mon.smithi047 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261902+0000 mon.smithi047 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261902+0000 mon.smithi047 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261937+0000 mon.smithi047 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261937+0000 mon.smithi047 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.570 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261974+0000 mon.smithi047 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.261974+0000 mon.smithi047 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262006+0000 mon.smithi047 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262006+0000 mon.smithi047 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262043+0000 mon.smithi047 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262043+0000 mon.smithi047 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262077+0000 mon.smithi047 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262077+0000 mon.smithi047 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262112+0000 mon.smithi047 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262112+0000 mon.smithi047 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262146+0000 mon.smithi047 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262146+0000 mon.smithi047 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262185+0000 mon.smithi047 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.262185+0000 mon.smithi047 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.264571+0000 mon.smithi047 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi137.lqkkui started 2024-04-22T23:45:02.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.264571+0000 mon.smithi047 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi137.lqkkui started 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.272110+0000 mon.smithi047 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.272110+0000 mon.smithi047 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.276672+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.276672+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.278887+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/key"}]: dispatch 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.278887+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/key"}]: dispatch 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.279852+0000 mon.smithi047 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:45:02.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:02 smithi047 bash[18695]: audit 2024-04-22T23:45:02.279852+0000 mon.smithi047 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:45:02.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:57.209733+0000 mon.smithi047 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:45:02.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:57.209733+0000 mon.smithi047 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:57.210138+0000 mon.smithi047 (mon.0) 227 : cluster [INF] mon.smithi047 calling monitor election 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:57.210138+0000 mon.smithi047 (mon.0) 227 : cluster [INF] mon.smithi047 calling monitor election 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:57.228239+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:57.228239+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:57.343184+0000 mgr.smithi047.keothr (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:57.343184+0000 mgr.smithi047.keothr (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:58.204307+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:58.204307+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:59.205052+0000 mon.smithi047 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:44:59.205052+0000 mon.smithi047 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:59.206149+0000 mon.smithi137 (mon.1) 1 : cluster [INF] mon.smithi137 calling monitor election 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:59.206149+0000 mon.smithi137 (mon.1) 1 : cluster [INF] mon.smithi137 calling monitor election 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:59.344113+0000 mgr.smithi047.keothr (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:44:59.344113+0000 mgr.smithi047.keothr (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:00.204927+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:00.204927+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:01.204662+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:01.204662+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:01.310360+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/crt"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:01.310360+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/crt"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:01.345071+0000 mgr.smithi047.keothr (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:01.345071+0000 mgr.smithi047.keothr (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.205302+0000 mon.smithi047 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.205302+0000 mon.smithi047 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.251934+0000 mon.smithi047 (mon.0) 235 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi137 in quorum (ranks 0,1) 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.251934+0000 mon.smithi047 (mon.0) 235 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi137 in quorum (ranks 0,1) 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258758+0000 mon.smithi047 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258758+0000 mon.smithi047 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258804+0000 mon.smithi047 (mon.0) 237 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:02.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258804+0000 mon.smithi047 (mon.0) 237 : cluster [DBG] fsid af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258846+0000 mon.smithi047 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:44:57.204354+0000 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258846+0000 mon.smithi047 (mon.0) 238 : cluster [DBG] last_changed 2024-04-22T23:44:57.204354+0000 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258887+0000 mon.smithi047 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258887+0000 mon.smithi047 (mon.0) 239 : cluster [DBG] created 2024-04-22T23:41:51.869396+0000 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258924+0000 mon.smithi047 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258924+0000 mon.smithi047 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258972+0000 mon.smithi047 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.258972+0000 mon.smithi047 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.259008+0000 mon.smithi047 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.259008+0000 mon.smithi047 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.259053+0000 mon.smithi047 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.smithi137 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.259053+0000 mon.smithi047 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.smithi137 2024-04-22T23:45:02.723 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260088+0000 mon.smithi047 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260088+0000 mon.smithi047 (mon.0) 244 : cluster [DBG] fsmap 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260205+0000 mon.smithi047 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260205+0000 mon.smithi047 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260516+0000 mon.smithi047 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi047.keothr(active, since 36s) 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260516+0000 mon.smithi047 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi047.keothr(active, since 36s) 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260814+0000 mon.smithi047 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260814+0000 mon.smithi047 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260858+0000 mon.smithi047 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260858+0000 mon.smithi047 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260899+0000 mon.smithi047 (mon.0) 249 : cluster [WRN] host smithi137 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260899+0000 mon.smithi047 (mon.0) 249 : cluster [WRN] host smithi137 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260942+0000 mon.smithi047 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260942+0000 mon.smithi047 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.724 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260979+0000 mon.smithi047 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.260979+0000 mon.smithi047 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261015+0000 mon.smithi047 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261015+0000 mon.smithi047 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261048+0000 mon.smithi047 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261048+0000 mon.smithi047 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261083+0000 mon.smithi047 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261083+0000 mon.smithi047 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261121+0000 mon.smithi047 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261121+0000 mon.smithi047 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261157+0000 mon.smithi047 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261157+0000 mon.smithi047 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261193+0000 mon.smithi047 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261193+0000 mon.smithi047 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.725 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261226+0000 mon.smithi047 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261226+0000 mon.smithi047 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261261+0000 mon.smithi047 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261261+0000 mon.smithi047 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261297+0000 mon.smithi047 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261297+0000 mon.smithi047 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261330+0000 mon.smithi047 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261330+0000 mon.smithi047 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261365+0000 mon.smithi047 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261365+0000 mon.smithi047 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261399+0000 mon.smithi047 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261399+0000 mon.smithi047 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261435+0000 mon.smithi047 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261435+0000 mon.smithi047 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261474+0000 mon.smithi047 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261474+0000 mon.smithi047 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi137 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpou0rvq94:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261515+0000 mon.smithi047 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261515+0000 mon.smithi047 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261548+0000 mon.smithi047 (mon.0) 267 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261548+0000 mon.smithi047 (mon.0) 267 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261580+0000 mon.smithi047 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261580+0000 mon.smithi047 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261622+0000 mon.smithi047 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261622+0000 mon.smithi047 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261660+0000 mon.smithi047 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261660+0000 mon.smithi047 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261695+0000 mon.smithi047 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261695+0000 mon.smithi047 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261730+0000 mon.smithi047 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261730+0000 mon.smithi047 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261764+0000 mon.smithi047 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261764+0000 mon.smithi047 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261799+0000 mon.smithi047 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261799+0000 mon.smithi047 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261833+0000 mon.smithi047 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261833+0000 mon.smithi047 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261868+0000 mon.smithi047 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261868+0000 mon.smithi047 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261902+0000 mon.smithi047 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261902+0000 mon.smithi047 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261937+0000 mon.smithi047 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.728 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261937+0000 mon.smithi047 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261974+0000 mon.smithi047 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.261974+0000 mon.smithi047 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262006+0000 mon.smithi047 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262006+0000 mon.smithi047 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262043+0000 mon.smithi047 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262043+0000 mon.smithi047 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262077+0000 mon.smithi047 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262077+0000 mon.smithi047 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262112+0000 mon.smithi047 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262112+0000 mon.smithi047 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262146+0000 mon.smithi047 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262146+0000 mon.smithi047 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmphdb03znu:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262185+0000 mon.smithi047 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.262185+0000 mon.smithi047 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:45:02.729 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.264571+0000 mon.smithi047 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi137.lqkkui started 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.264571+0000 mon.smithi047 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi137.lqkkui started 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.272110+0000 mon.smithi047 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.272110+0000 mon.smithi047 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.276672+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.276672+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.278887+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/key"}]: dispatch 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.278887+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi137.lqkkui/key"}]: dispatch 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.279852+0000 mon.smithi047 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:45:02.730 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:02 smithi137 bash[20197]: audit 2024-04-22T23:45:02.279852+0000 mon.smithi047 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.137:0/2581774186' entity='mgr.smithi137.lqkkui' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:45:03.285 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-04-22T23:45:03.285 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":2,"fsid":"af01d4c8-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:44:57.204354Z","created":"2024-04-22T23:41:51.869396Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi137","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:45:03.288 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 2 2024-04-22T23:45:03.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.349321+0000 mon.smithi047 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi047.keothr(active, since 36s), standbys: smithi137.lqkkui 2024-04-22T23:45:03.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: cluster 2024-04-22T23:45:02.349321+0000 mon.smithi047 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi047.keothr(active, since 36s), standbys: smithi137.lqkkui 2024-04-22T23:45:03.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: audit 2024-04-22T23:45:02.349621+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi137.lqkkui", "id": "smithi137.lqkkui"}]: dispatch 2024-04-22T23:45:03.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: audit 2024-04-22T23:45:02.349621+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi137.lqkkui", "id": "smithi137.lqkkui"}]: dispatch 2024-04-22T23:45:03.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: audit 2024-04-22T23:45:03.205325+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:03.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: audit 2024-04-22T23:45:03.205325+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:03.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: audit 2024-04-22T23:45:03.293741+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.137:0/966357130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:03.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:03 smithi137 bash[20197]: audit 2024-04-22T23:45:03.293741+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.137:0/966357130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:03.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.349321+0000 mon.smithi047 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi047.keothr(active, since 36s), standbys: smithi137.lqkkui 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: cluster 2024-04-22T23:45:02.349321+0000 mon.smithi047 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi047.keothr(active, since 36s), standbys: smithi137.lqkkui 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: audit 2024-04-22T23:45:02.349621+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi137.lqkkui", "id": "smithi137.lqkkui"}]: dispatch 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: audit 2024-04-22T23:45:02.349621+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr metadata", "who": "smithi137.lqkkui", "id": "smithi137.lqkkui"}]: dispatch 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: audit 2024-04-22T23:45:03.205325+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: audit 2024-04-22T23:45:03.205325+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: audit 2024-04-22T23:45:03.293741+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.137:0/966357130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:03.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:03 smithi047 bash[18695]: audit 2024-04-22T23:45:03.293741+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.137:0/966357130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:45:03.934 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:45:03.935 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:45:04.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:04 smithi137 bash[20197]: cluster 2024-04-22T23:45:03.346025+0000 mgr.smithi047.keothr (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:04.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:04 smithi137 bash[20197]: cluster 2024-04-22T23:45:03.346025+0000 mgr.smithi047.keothr (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:04.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:04 smithi047 bash[18695]: cluster 2024-04-22T23:45:03.346025+0000 mgr.smithi047.keothr (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:04.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:04 smithi047 bash[18695]: cluster 2024-04-22T23:45:03.346025+0000 mgr.smithi047.keothr (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:06.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:06 smithi137 bash[20197]: cluster 2024-04-22T23:45:05.347035+0000 mgr.smithi047.keothr (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:06.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:06 smithi137 bash[20197]: cluster 2024-04-22T23:45:05.347035+0000 mgr.smithi047.keothr (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:06.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:06 smithi047 bash[18695]: cluster 2024-04-22T23:45:05.347035+0000 mgr.smithi047.keothr (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:06.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:06 smithi047 bash[18695]: cluster 2024-04-22T23:45:05.347035+0000 mgr.smithi047.keothr (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:08.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:08 smithi137 bash[20197]: cluster 2024-04-22T23:45:07.347986+0000 mgr.smithi047.keothr (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:08.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:08 smithi137 bash[20197]: cluster 2024-04-22T23:45:07.347986+0000 mgr.smithi047.keothr (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:08.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:08 smithi047 bash[18695]: cluster 2024-04-22T23:45:07.347986+0000 mgr.smithi047.keothr (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:08.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:08 smithi047 bash[18695]: cluster 2024-04-22T23:45:07.347986+0000 mgr.smithi047.keothr (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:08.710 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:09.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:09 smithi047 bash[18695]: audit 2024-04-22T23:45:09.208190+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:09.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:09 smithi047 bash[18695]: audit 2024-04-22T23:45:09.208190+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:09.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:09 smithi047 bash[18695]: audit 2024-04-22T23:45:09.210340+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:09.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:09 smithi047 bash[18695]: audit 2024-04-22T23:45:09.210340+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:09.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:09 smithi137 bash[20197]: audit 2024-04-22T23:45:09.208190+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:09.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:09 smithi137 bash[20197]: audit 2024-04-22T23:45:09.208190+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:09.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:09 smithi137 bash[20197]: audit 2024-04-22T23:45:09.210340+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:09.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:09 smithi137 bash[20197]: audit 2024-04-22T23:45:09.210340+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:09.878 INFO:teuthology.orchestra.run.smithi047.stdout:# minimal ceph.conf for af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:09.878 INFO:teuthology.orchestra.run.smithi047.stdout:[global] 2024-04-22T23:45:09.878 INFO:teuthology.orchestra.run.smithi047.stdout: fsid = af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-22T23:45:09.878 INFO:teuthology.orchestra.run.smithi047.stdout: mon_host = [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.213015+0000 mgr.smithi047.keothr (mgr.14197) 31 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.213015+0000 mgr.smithi047.keothr (mgr.14197) 31 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.213798+0000 mgr.smithi047.keothr (mgr.14197) 32 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.213798+0000 mgr.smithi047.keothr (mgr.14197) 32 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: cluster 2024-04-22T23:45:09.348957+0000 mgr.smithi047.keothr (mgr.14197) 33 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: cluster 2024-04-22T23:45:09.348957+0000 mgr.smithi047.keothr (mgr.14197) 33 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.651757+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.651757+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.657044+0000 mon.smithi047 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.657044+0000 mon.smithi047 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.666846+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.666846+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.720168+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.720168+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.721187+0000 mon.smithi047 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.721187+0000 mon.smithi047 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.722007+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.722007+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.887161+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/1485066685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:10 smithi047 bash[18695]: audit 2024-04-22T23:45:09.887161+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/1485066685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.623 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.213015+0000 mgr.smithi047.keothr (mgr.14197) 31 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-22T23:45:10.623 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.213015+0000 mgr.smithi047.keothr (mgr.14197) 31 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-22T23:45:10.623 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.213798+0000 mgr.smithi047.keothr (mgr.14197) 32 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.213798+0000 mgr.smithi047.keothr (mgr.14197) 32 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: cluster 2024-04-22T23:45:09.348957+0000 mgr.smithi047.keothr (mgr.14197) 33 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: cluster 2024-04-22T23:45:09.348957+0000 mgr.smithi047.keothr (mgr.14197) 33 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.651757+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.651757+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.657044+0000 mon.smithi047 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.657044+0000 mon.smithi047 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.666846+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.666846+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.720168+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.720168+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.721187+0000 mon.smithi047 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:10.624 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.721187+0000 mon.smithi047 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:10.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.722007+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.722007+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.887161+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/1485066685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:10 smithi137 bash[20197]: audit 2024-04-22T23:45:09.887161+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/1485066685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:10.849 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:45:10.850 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:45:10.850 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:45:10.864 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:45:10.864 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:45:10.917 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:45:10.917 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:45:10.932 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:45:10.932 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:45:10.988 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:45:10.988 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-22T23:45:10.988 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:45:10.994 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:45:10.994 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme1n1 2024-04-22T23:45:11.046 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme1n1 2024-04-22T23:45:11.046 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.046 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-04-22T23:45:11.046 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.047 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:40:19.682747864 +0000 2024-04-22T23:45:11.047 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:40:19.682747864 +0000 2024-04-22T23:45:11.047 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:40:19.682747864 +0000 2024-04-22T23:45:11.047 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:45:11.047 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-22T23:45:11.106 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:45:11.106 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:45:11.106 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000408805 s, 1.3 MB/s 2024-04-22T23:45:11.107 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-22T23:45:11.158 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme2n1 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme2n1 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:40:19.774701043 +0000 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:40:19.774701043 +0000 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:40:19.774701043 +0000 2024-04-22T23:45:11.209 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:45:11.210 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-22T23:45:11.266 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:45:11.266 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:45:11.266 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000187178 s, 2.7 MB/s 2024-04-22T23:45:11.267 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-22T23:45:11.318 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme3n1 2024-04-22T23:45:11.369 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme3n1 2024-04-22T23:45:11.369 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.369 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-04-22T23:45:11.369 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.369 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:40:19.870652186 +0000 2024-04-22T23:45:11.369 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:40:19.870652186 +0000 2024-04-22T23:45:11.370 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:40:19.870652186 +0000 2024-04-22T23:45:11.370 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:45:11.370 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-22T23:45:11.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.481398+0000 mgr.smithi047.keothr (mgr.14197) 34 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.481398+0000 mgr.smithi047.keothr (mgr.14197) 34 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.481585+0000 mgr.smithi047.keothr (mgr.14197) 35 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.423 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.481585+0000 mgr.smithi047.keothr (mgr.14197) 35 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cluster 2024-04-22T23:45:09.657979+0000 mgr.smithi047.keothr (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cluster 2024-04-22T23:45:09.657979+0000 mgr.smithi047.keothr (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cluster 2024-04-22T23:45:09.658463+0000 mgr.smithi047.keothr (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cluster 2024-04-22T23:45:09.658463+0000 mgr.smithi047.keothr (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.719665+0000 mgr.smithi047.keothr (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.719665+0000 mgr.smithi047.keothr (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.723034+0000 mgr.smithi047.keothr (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: cephadm 2024-04-22T23:45:09.723034+0000 mgr.smithi047.keothr (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: audit 2024-04-22T23:45:11.063115+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:11.424 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:11 smithi047 bash[18695]: audit 2024-04-22T23:45:11.063115+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:11.425 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:45:11.425 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:45:11.425 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000215647 s, 2.4 MB/s 2024-04-22T23:45:11.426 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-22T23:45:11.481 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme4n1 2024-04-22T23:45:11.534 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme4n1 2024-04-22T23:45:11.534 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.534 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-04-22T23:45:11.534 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.534 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-22 23:40:19.970601292 +0000 2024-04-22T23:45:11.535 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-22 23:40:19.970601292 +0000 2024-04-22T23:45:11.535 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-22 23:40:19.970601292 +0000 2024-04-22T23:45:11.535 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-22T23:45:11.535 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-22T23:45:11.588 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-22T23:45:11.588 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-22T23:45:11.589 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000276169 s, 1.9 MB/s 2024-04-22T23:45:11.590 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-22T23:45:11.640 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-22T23:45:11.640 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:45:11.646 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:45:11.646 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme1n1 2024-04-22T23:45:11.693 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme1n1 2024-04-22T23:45:11.693 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.694 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 960 Links: 1 Device type: 103,2 2024-04-22T23:45:11.694 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.694 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:40:20.928883052 +0000 2024-04-22T23:45:11.694 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:40:20.928883052 +0000 2024-04-22T23:45:11.694 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:40:20.928883052 +0000 2024-04-22T23:45:11.694 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:45:11.694 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-22T23:45:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.481398+0000 mgr.smithi047.keothr (mgr.14197) 34 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.481398+0000 mgr.smithi047.keothr (mgr.14197) 34 : cephadm [INF] Updating smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.481585+0000 mgr.smithi047.keothr (mgr.14197) 35 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.481585+0000 mgr.smithi047.keothr (mgr.14197) 35 : cephadm [INF] Updating smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cluster 2024-04-22T23:45:09.657979+0000 mgr.smithi047.keothr (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cluster 2024-04-22T23:45:09.657979+0000 mgr.smithi047.keothr (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cluster 2024-04-22T23:45:09.658463+0000 mgr.smithi047.keothr (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cluster 2024-04-22T23:45:09.658463+0000 mgr.smithi047.keothr (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.719665+0000 mgr.smithi047.keothr (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.719665+0000 mgr.smithi047.keothr (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.723034+0000 mgr.smithi047.keothr (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: cephadm 2024-04-22T23:45:09.723034+0000 mgr.smithi047.keothr (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: audit 2024-04-22T23:45:11.063115+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:11.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:11 smithi137 bash[20197]: audit 2024-04-22T23:45:11.063115+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:11.732 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:45:11.732 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:45:11.732 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.00048601 s, 1.1 MB/s 2024-04-22T23:45:11.733 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-22T23:45:11.783 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme2n1 2024-04-22T23:45:11.828 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme2n1 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 969 Links: 1 Device type: 103,4 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:40:21.024844701 +0000 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:40:21.024844701 +0000 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:40:21.024844701 +0000 2024-04-22T23:45:11.829 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:45:11.829 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-22T23:45:11.883 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:45:11.883 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:45:11.883 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.00043565 s, 1.2 MB/s 2024-04-22T23:45:11.885 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-22T23:45:11.934 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme3n1 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme3n1 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 978 Links: 1 Device type: 103,6 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:40:21.120839624 +0000 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:40:21.120839624 +0000 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:40:21.120839624 +0000 2024-04-22T23:45:11.981 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:45:11.982 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-22T23:45:12.035 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:45:12.036 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:45:12.036 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000448114 s, 1.1 MB/s 2024-04-22T23:45:12.037 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-22T23:45:12.091 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme4n1 2024-04-22T23:45:12.137 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme4n1 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 987 Links: 1 Device type: 103,8 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-04-22 23:40:21.220834334 +0000 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-04-22 23:40:21.220834334 +0000 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-04-22 23:40:21.220834334 +0000 2024-04-22T23:45:12.138 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-04-22T23:45:12.138 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-22T23:45:12.195 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-04-22T23:45:12.195 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-04-22T23:45:12.195 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000378951 s, 1.4 MB/s 2024-04-22T23:45:12.196 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-22T23:45:12.246 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-22T23:45:13.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: cluster 2024-04-22T23:45:11.659265+0000 mgr.smithi047.keothr (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:13.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: cluster 2024-04-22T23:45:11.659265+0000 mgr.smithi047.keothr (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:13.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.008834+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:13.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.008834+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:13.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: cephadm 2024-04-22T23:45:12.042425+0000 mgr.smithi047.keothr (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi047.keothr (unknown last config time)... 2024-04-22T23:45:13.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: cephadm 2024-04-22T23:45:12.042425+0000 mgr.smithi047.keothr (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi047.keothr (unknown last config time)... 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.043170+0000 mon.smithi047 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.keothr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.043170+0000 mon.smithi047 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.keothr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.045163+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.045163+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.046813+0000 mon.smithi047 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: audit 2024-04-22T23:45:12.046813+0000 mon.smithi047 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: cephadm 2024-04-22T23:45:12.048907+0000 mgr.smithi047.keothr (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi047.keothr on smithi047 2024-04-22T23:45:13.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:13 smithi047 bash[18695]: cephadm 2024-04-22T23:45:12.048907+0000 mgr.smithi047.keothr (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi047.keothr on smithi047 2024-04-22T23:45:13.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: cluster 2024-04-22T23:45:11.659265+0000 mgr.smithi047.keothr (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: cluster 2024-04-22T23:45:11.659265+0000 mgr.smithi047.keothr (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.008834+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.008834+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: cephadm 2024-04-22T23:45:12.042425+0000 mgr.smithi047.keothr (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi047.keothr (unknown last config time)... 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: cephadm 2024-04-22T23:45:12.042425+0000 mgr.smithi047.keothr (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi047.keothr (unknown last config time)... 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.043170+0000 mon.smithi047 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.keothr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.043170+0000 mon.smithi047 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.keothr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.045163+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.045163+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.046813+0000 mon.smithi047 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:13.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: audit 2024-04-22T23:45:12.046813+0000 mon.smithi047 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:13.471 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: cephadm 2024-04-22T23:45:12.048907+0000 mgr.smithi047.keothr (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi047.keothr on smithi047 2024-04-22T23:45:13.471 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:13 smithi137 bash[20197]: cephadm 2024-04-22T23:45:12.048907+0000 mgr.smithi047.keothr (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi047.keothr on smithi047 2024-04-22T23:45:15.150 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: cluster 2024-04-22T23:45:13.660223+0000 mgr.smithi047.keothr (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:15.150 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: cluster 2024-04-22T23:45:13.660223+0000 mgr.smithi047.keothr (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:15.150 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: audit 2024-04-22T23:45:13.873241+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:15.150 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: audit 2024-04-22T23:45:13.873241+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:15.150 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: cephadm 2024-04-22T23:45:13.918694+0000 mgr.smithi047.keothr (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: cephadm 2024-04-22T23:45:13.918694+0000 mgr.smithi047.keothr (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: audit 2024-04-22T23:45:13.919462+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: audit 2024-04-22T23:45:13.919462+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: audit 2024-04-22T23:45:13.921672+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: audit 2024-04-22T23:45:13.921672+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: cephadm 2024-04-22T23:45:13.923720+0000 mgr.smithi047.keothr (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-04-22T23:45:15.151 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:14 smithi047 bash[18695]: cephadm 2024-04-22T23:45:13.923720+0000 mgr.smithi047.keothr (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-04-22T23:45:15.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: cluster 2024-04-22T23:45:13.660223+0000 mgr.smithi047.keothr (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: cluster 2024-04-22T23:45:13.660223+0000 mgr.smithi047.keothr (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: audit 2024-04-22T23:45:13.873241+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: audit 2024-04-22T23:45:13.873241+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: cephadm 2024-04-22T23:45:13.918694+0000 mgr.smithi047.keothr (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: cephadm 2024-04-22T23:45:13.918694+0000 mgr.smithi047.keothr (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: audit 2024-04-22T23:45:13.919462+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: audit 2024-04-22T23:45:13.919462+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: audit 2024-04-22T23:45:13.921672+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: audit 2024-04-22T23:45:13.921672+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: cephadm 2024-04-22T23:45:13.923720+0000 mgr.smithi047.keothr (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-04-22T23:45:15.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:14 smithi137 bash[20197]: cephadm 2024-04-22T23:45:13.923720+0000 mgr.smithi047.keothr (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-04-22T23:45:17.021 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi137/config 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: cluster 2024-04-22T23:45:15.661353+0000 mgr.smithi047.keothr (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: cluster 2024-04-22T23:45:15.661353+0000 mgr.smithi047.keothr (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: audit 2024-04-22T23:45:15.803265+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: audit 2024-04-22T23:45:15.803265+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: cephadm 2024-04-22T23:45:15.844254+0000 mgr.smithi047.keothr (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: cephadm 2024-04-22T23:45:15.844254+0000 mgr.smithi047.keothr (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-04-22T23:45:17.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: audit 2024-04-22T23:45:15.845004+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:17.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: audit 2024-04-22T23:45:15.845004+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:17.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: audit 2024-04-22T23:45:15.847031+0000 mon.smithi047 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:17.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: audit 2024-04-22T23:45:15.847031+0000 mon.smithi047 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:17.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: cephadm 2024-04-22T23:45:15.849080+0000 mgr.smithi047.keothr (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-04-22T23:45:17.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:16 smithi047 bash[18695]: cephadm 2024-04-22T23:45:15.849080+0000 mgr.smithi047.keothr (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-04-22T23:45:17.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: cluster 2024-04-22T23:45:15.661353+0000 mgr.smithi047.keothr (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: cluster 2024-04-22T23:45:15.661353+0000 mgr.smithi047.keothr (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: audit 2024-04-22T23:45:15.803265+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: audit 2024-04-22T23:45:15.803265+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: cephadm 2024-04-22T23:45:15.844254+0000 mgr.smithi047.keothr (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: cephadm 2024-04-22T23:45:15.844254+0000 mgr.smithi047.keothr (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: audit 2024-04-22T23:45:15.845004+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: audit 2024-04-22T23:45:15.845004+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: audit 2024-04-22T23:45:15.847031+0000 mon.smithi047 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: audit 2024-04-22T23:45:15.847031+0000 mon.smithi047 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: cephadm 2024-04-22T23:45:15.849080+0000 mgr.smithi047.keothr (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-04-22T23:45:17.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:16 smithi137 bash[20197]: cephadm 2024-04-22T23:45:15.849080+0000 mgr.smithi047.keothr (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-04-22T23:45:18.213 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled osd.all-available-devices update... 2024-04-22T23:45:18.833 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-22T23:45:18.833 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:45:19.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cluster 2024-04-22T23:45:17.662400+0000 mgr.smithi047.keothr (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cluster 2024-04-22T23:45:17.662400+0000 mgr.smithi047.keothr (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: audit 2024-04-22T23:45:17.802497+0000 mon.smithi047 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: audit 2024-04-22T23:45:17.802497+0000 mon.smithi047 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:17.819641+0000 mgr.smithi047.keothr (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:17.819641+0000 mgr.smithi047.keothr (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:17.838279+0000 mgr.smithi047.keothr (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:17.838279+0000 mgr.smithi047.keothr (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: audit 2024-04-22T23:45:18.209239+0000 mgr.smithi047.keothr (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: audit 2024-04-22T23:45:18.209239+0000 mgr.smithi047.keothr (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:18.213701+0000 mgr.smithi047.keothr (mgr.14197) 53 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-04-22T23:45:19.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:18.213701+0000 mgr.smithi047.keothr (mgr.14197) 53 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-04-22T23:45:19.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:18.213911+0000 mgr.smithi047.keothr (mgr.14197) 54 : cephadm [INF] Marking host: smithi137 for OSDSpec preview refresh. 2024-04-22T23:45:19.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:18.213911+0000 mgr.smithi047.keothr (mgr.14197) 54 : cephadm [INF] Marking host: smithi137 for OSDSpec preview refresh. 2024-04-22T23:45:19.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:18.214731+0000 mgr.smithi047.keothr (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:45:19.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: cephadm 2024-04-22T23:45:18.214731+0000 mgr.smithi047.keothr (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:45:19.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: audit 2024-04-22T23:45:18.221221+0000 mon.smithi047 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:18 smithi047 bash[18695]: audit 2024-04-22T23:45:18.221221+0000 mon.smithi047 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cluster 2024-04-22T23:45:17.662400+0000 mgr.smithi047.keothr (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cluster 2024-04-22T23:45:17.662400+0000 mgr.smithi047.keothr (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: audit 2024-04-22T23:45:17.802497+0000 mon.smithi047 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: audit 2024-04-22T23:45:17.802497+0000 mon.smithi047 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:17.819641+0000 mgr.smithi047.keothr (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:17.819641+0000 mgr.smithi047.keothr (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:17.838279+0000 mgr.smithi047.keothr (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:17.838279+0000 mgr.smithi047.keothr (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: audit 2024-04-22T23:45:18.209239+0000 mgr.smithi047.keothr (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: audit 2024-04-22T23:45:18.209239+0000 mgr.smithi047.keothr (mgr.14197) 52 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:18.213701+0000 mgr.smithi047.keothr (mgr.14197) 53 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-04-22T23:45:19.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:18.213701+0000 mgr.smithi047.keothr (mgr.14197) 53 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-04-22T23:45:19.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:18.213911+0000 mgr.smithi047.keothr (mgr.14197) 54 : cephadm [INF] Marking host: smithi137 for OSDSpec preview refresh. 2024-04-22T23:45:19.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:18.213911+0000 mgr.smithi047.keothr (mgr.14197) 54 : cephadm [INF] Marking host: smithi137 for OSDSpec preview refresh. 2024-04-22T23:45:19.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:18.214731+0000 mgr.smithi047.keothr (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:45:19.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: cephadm 2024-04-22T23:45:18.214731+0000 mgr.smithi047.keothr (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:45:19.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: audit 2024-04-22T23:45:18.221221+0000 mon.smithi047 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:19.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:18 smithi137 bash[20197]: audit 2024-04-22T23:45:18.221221+0000 mon.smithi047 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:20.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:20 smithi137 bash[20197]: cluster 2024-04-22T23:45:19.663452+0000 mgr.smithi047.keothr (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:20.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:20 smithi137 bash[20197]: cluster 2024-04-22T23:45:19.663452+0000 mgr.smithi047.keothr (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:21.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:20 smithi047 bash[18695]: cluster 2024-04-22T23:45:19.663452+0000 mgr.smithi047.keothr (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:21.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:20 smithi047 bash[18695]: cluster 2024-04-22T23:45:19.663452+0000 mgr.smithi047.keothr (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:23.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: cluster 2024-04-22T23:45:21.664470+0000 mgr.smithi047.keothr (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:23.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: cluster 2024-04-22T23:45:21.664470+0000 mgr.smithi047.keothr (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:23.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: audit 2024-04-22T23:45:21.978180+0000 mon.smithi047 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:23.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: audit 2024-04-22T23:45:21.978180+0000 mon.smithi047 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:23.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: cephadm 2024-04-22T23:45:22.012891+0000 mgr.smithi047.keothr (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-04-22T23:45:23.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: cephadm 2024-04-22T23:45:22.012891+0000 mgr.smithi047.keothr (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-04-22T23:45:23.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: cephadm 2024-04-22T23:45:22.030374+0000 mgr.smithi047.keothr (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-04-22T23:45:23.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:22 smithi137 bash[20197]: cephadm 2024-04-22T23:45:22.030374+0000 mgr.smithi047.keothr (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-04-22T23:45:23.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: cluster 2024-04-22T23:45:21.664470+0000 mgr.smithi047.keothr (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:23.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: cluster 2024-04-22T23:45:21.664470+0000 mgr.smithi047.keothr (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:23.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: audit 2024-04-22T23:45:21.978180+0000 mon.smithi047 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:23.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: audit 2024-04-22T23:45:21.978180+0000 mon.smithi047 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:23.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: cephadm 2024-04-22T23:45:22.012891+0000 mgr.smithi047.keothr (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-04-22T23:45:23.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: cephadm 2024-04-22T23:45:22.012891+0000 mgr.smithi047.keothr (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-04-22T23:45:23.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: cephadm 2024-04-22T23:45:22.030374+0000 mgr.smithi047.keothr (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-04-22T23:45:23.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:22 smithi047 bash[18695]: cephadm 2024-04-22T23:45:22.030374+0000 mgr.smithi047.keothr (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-04-22T23:45:23.595 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:25.072 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:45:25.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:24 smithi047 bash[18695]: cluster 2024-04-22T23:45:23.665134+0000 mgr.smithi047.keothr (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:25.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:24 smithi047 bash[18695]: cluster 2024-04-22T23:45:23.665134+0000 mgr.smithi047.keothr (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:25.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:24 smithi137 bash[20197]: cluster 2024-04-22T23:45:23.665134+0000 mgr.smithi047.keothr (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:25.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:24 smithi137 bash[20197]: cluster 2024-04-22T23:45:23.665134+0000 mgr.smithi047.keothr (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:26.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:25 smithi047 bash[18695]: audit 2024-04-22T23:45:25.081681+0000 mon.smithi047 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.47:0/2272578069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:26.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:25 smithi047 bash[18695]: audit 2024-04-22T23:45:25.081681+0000 mon.smithi047 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.47:0/2272578069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:26.092 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:45:26.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:25 smithi137 bash[20197]: audit 2024-04-22T23:45:25.081681+0000 mon.smithi047 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.47:0/2272578069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:26.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:25 smithi137 bash[20197]: audit 2024-04-22T23:45:25.081681+0000 mon.smithi047 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.47:0/2272578069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:27.093 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:45:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:26 smithi047 bash[18695]: cluster 2024-04-22T23:45:25.666105+0000 mgr.smithi047.keothr (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:26 smithi047 bash[18695]: cluster 2024-04-22T23:45:25.666105+0000 mgr.smithi047.keothr (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:26 smithi047 bash[18695]: audit 2024-04-22T23:45:26.063559+0000 mon.smithi047 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:26 smithi047 bash[18695]: audit 2024-04-22T23:45:26.063559+0000 mon.smithi047 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:27.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:26 smithi137 bash[20197]: cluster 2024-04-22T23:45:25.666105+0000 mgr.smithi047.keothr (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:27.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:26 smithi137 bash[20197]: cluster 2024-04-22T23:45:25.666105+0000 mgr.smithi047.keothr (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:27.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:26 smithi137 bash[20197]: audit 2024-04-22T23:45:26.063559+0000 mon.smithi047 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:27.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:26 smithi137 bash[20197]: audit 2024-04-22T23:45:26.063559+0000 mon.smithi047 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:29.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: cluster 2024-04-22T23:45:27.667276+0000 mgr.smithi047.keothr (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:29.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: cluster 2024-04-22T23:45:27.667276+0000 mgr.smithi047.keothr (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:29.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: audit 2024-04-22T23:45:27.798756+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:29.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: audit 2024-04-22T23:45:27.798756+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:29.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: cephadm 2024-04-22T23:45:27.812689+0000 mgr.smithi047.keothr (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-04-22T23:45:29.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: cephadm 2024-04-22T23:45:27.812689+0000 mgr.smithi047.keothr (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-04-22T23:45:29.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: cephadm 2024-04-22T23:45:28.071077+0000 mgr.smithi047.keothr (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-04-22T23:45:29.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:28 smithi047 bash[18695]: cephadm 2024-04-22T23:45:28.071077+0000 mgr.smithi047.keothr (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-04-22T23:45:29.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: cluster 2024-04-22T23:45:27.667276+0000 mgr.smithi047.keothr (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:29.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: cluster 2024-04-22T23:45:27.667276+0000 mgr.smithi047.keothr (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:29.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: audit 2024-04-22T23:45:27.798756+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:29.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: audit 2024-04-22T23:45:27.798756+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:29.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: cephadm 2024-04-22T23:45:27.812689+0000 mgr.smithi047.keothr (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-04-22T23:45:29.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: cephadm 2024-04-22T23:45:27.812689+0000 mgr.smithi047.keothr (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-04-22T23:45:29.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: cephadm 2024-04-22T23:45:28.071077+0000 mgr.smithi047.keothr (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-04-22T23:45:29.220 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:28 smithi137 bash[20197]: cephadm 2024-04-22T23:45:28.071077+0000 mgr.smithi047.keothr (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-04-22T23:45:30.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:30 smithi137 bash[20197]: cluster 2024-04-22T23:45:29.667810+0000 mgr.smithi047.keothr (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:30.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:30 smithi137 bash[20197]: cluster 2024-04-22T23:45:29.667810+0000 mgr.smithi047.keothr (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:31.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:30 smithi047 bash[18695]: cluster 2024-04-22T23:45:29.667810+0000 mgr.smithi047.keothr (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:31.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:30 smithi047 bash[18695]: cluster 2024-04-22T23:45:29.667810+0000 mgr.smithi047.keothr (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:32.988 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:33.059 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: cluster 2024-04-22T23:45:31.668758+0000 mgr.smithi047.keothr (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: cluster 2024-04-22T23:45:31.668758+0000 mgr.smithi047.keothr (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: audit 2024-04-22T23:45:32.603789+0000 mon.smithi047 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: audit 2024-04-22T23:45:32.603789+0000 mon.smithi047 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: audit 2024-04-22T23:45:32.653237+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: audit 2024-04-22T23:45:32.653237+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: audit 2024-04-22T23:45:32.654289+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:33.060 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:32 smithi137 bash[20197]: audit 2024-04-22T23:45:32.654289+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:33.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: cluster 2024-04-22T23:45:31.668758+0000 mgr.smithi047.keothr (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:33.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: cluster 2024-04-22T23:45:31.668758+0000 mgr.smithi047.keothr (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:33.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: audit 2024-04-22T23:45:32.603789+0000 mon.smithi047 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:33.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: audit 2024-04-22T23:45:32.603789+0000 mon.smithi047 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:33.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: audit 2024-04-22T23:45:32.653237+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:33.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: audit 2024-04-22T23:45:32.653237+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi137", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:45:33.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: audit 2024-04-22T23:45:32.654289+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:33.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:32 smithi047 bash[18695]: audit 2024-04-22T23:45:32.654289+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:33.867 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:33 smithi047 bash[18695]: cephadm 2024-04-22T23:45:32.652815+0000 mgr.smithi047.keothr (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi137 (monmap changed)... 2024-04-22T23:45:33.867 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:33 smithi047 bash[18695]: cephadm 2024-04-22T23:45:32.652815+0000 mgr.smithi047.keothr (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi137 (monmap changed)... 2024-04-22T23:45:33.867 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:33 smithi047 bash[18695]: cephadm 2024-04-22T23:45:32.655232+0000 mgr.smithi047.keothr (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi137 on smithi137 2024-04-22T23:45:33.867 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:33 smithi047 bash[18695]: cephadm 2024-04-22T23:45:32.655232+0000 mgr.smithi047.keothr (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi137 on smithi137 2024-04-22T23:45:33.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:33 smithi137 bash[20197]: cephadm 2024-04-22T23:45:32.652815+0000 mgr.smithi047.keothr (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi137 (monmap changed)... 2024-04-22T23:45:33.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:33 smithi137 bash[20197]: cephadm 2024-04-22T23:45:32.652815+0000 mgr.smithi047.keothr (mgr.14197) 67 : cephadm [INF] Reconfiguring ceph-exporter.smithi137 (monmap changed)... 2024-04-22T23:45:33.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:33 smithi137 bash[20197]: cephadm 2024-04-22T23:45:32.655232+0000 mgr.smithi047.keothr (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi137 on smithi137 2024-04-22T23:45:33.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:33 smithi137 bash[20197]: cephadm 2024-04-22T23:45:32.655232+0000 mgr.smithi047.keothr (mgr.14197) 68 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi137 on smithi137 2024-04-22T23:45:34.430 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:45:35.041 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:45:35.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: cluster 2024-04-22T23:45:33.669736+0000 mgr.smithi047.keothr (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:35.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: cluster 2024-04-22T23:45:33.669736+0000 mgr.smithi047.keothr (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:35.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.365314+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:35.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.365314+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:35.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: cephadm 2024-04-22T23:45:34.381557+0000 mgr.smithi047.keothr (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi137 (monmap changed)... 2024-04-22T23:45:35.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: cephadm 2024-04-22T23:45:34.381557+0000 mgr.smithi047.keothr (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi137 (monmap changed)... 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.382395+0000 mon.smithi047 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.382395+0000 mon.smithi047 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.384372+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.384372+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: cephadm 2024-04-22T23:45:34.386285+0000 mgr.smithi047.keothr (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi137 on smithi137 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: cephadm 2024-04-22T23:45:34.386285+0000 mgr.smithi047.keothr (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi137 on smithi137 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.438883+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.47:0/241520355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:35.626 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:35 smithi137 bash[20197]: audit 2024-04-22T23:45:34.438883+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.47:0/241520355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:35.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: cluster 2024-04-22T23:45:33.669736+0000 mgr.smithi047.keothr (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: cluster 2024-04-22T23:45:33.669736+0000 mgr.smithi047.keothr (mgr.14197) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.365314+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.365314+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: cephadm 2024-04-22T23:45:34.381557+0000 mgr.smithi047.keothr (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi137 (monmap changed)... 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: cephadm 2024-04-22T23:45:34.381557+0000 mgr.smithi047.keothr (mgr.14197) 70 : cephadm [INF] Reconfiguring crash.smithi137 (monmap changed)... 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.382395+0000 mon.smithi047 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.382395+0000 mon.smithi047 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.384372+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.384372+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: cephadm 2024-04-22T23:45:34.386285+0000 mgr.smithi047.keothr (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi137 on smithi137 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: cephadm 2024-04-22T23:45:34.386285+0000 mgr.smithi047.keothr (mgr.14197) 71 : cephadm [INF] Reconfiguring daemon crash.smithi137 on smithi137 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.438883+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.47:0/241520355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:35.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:35 smithi047 bash[18695]: audit 2024-04-22T23:45:34.438883+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.47:0/241520355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:36.042 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: cluster 2024-04-22T23:45:35.670725+0000 mgr.smithi047.keothr (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: cluster 2024-04-22T23:45:35.670725+0000 mgr.smithi047.keothr (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.129328+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.129328+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: cephadm 2024-04-22T23:45:36.156607+0000 mgr.smithi047.keothr (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi137.lqkkui (monmap changed)... 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: cephadm 2024-04-22T23:45:36.156607+0000 mgr.smithi047.keothr (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi137.lqkkui (monmap changed)... 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.157328+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.157328+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:37.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.159049+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:37.383 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.159049+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:37.383 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.160472+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:37.383 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: audit 2024-04-22T23:45:36.160472+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:37.383 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: cephadm 2024-04-22T23:45:36.162272+0000 mgr.smithi047.keothr (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:45:37.383 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:37 smithi137 bash[20197]: cephadm 2024-04-22T23:45:36.162272+0000 mgr.smithi047.keothr (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:45:37.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: cluster 2024-04-22T23:45:35.670725+0000 mgr.smithi047.keothr (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:37.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: cluster 2024-04-22T23:45:35.670725+0000 mgr.smithi047.keothr (mgr.14197) 72 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.129328+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.129328+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: cephadm 2024-04-22T23:45:36.156607+0000 mgr.smithi047.keothr (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi137.lqkkui (monmap changed)... 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: cephadm 2024-04-22T23:45:36.156607+0000 mgr.smithi047.keothr (mgr.14197) 73 : cephadm [INF] Reconfiguring mgr.smithi137.lqkkui (monmap changed)... 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.157328+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.157328+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.lqkkui", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.159049+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.159049+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.160472+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: audit 2024-04-22T23:45:36.160472+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: cephadm 2024-04-22T23:45:36.162272+0000 mgr.smithi047.keothr (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:45:37.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:37 smithi047 bash[18695]: cephadm 2024-04-22T23:45:36.162272+0000 mgr.smithi047.keothr (mgr.14197) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi137.lqkkui on smithi137 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: cluster 2024-04-22T23:45:37.671761+0000 mgr.smithi047.keothr (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: cluster 2024-04-22T23:45:37.671761+0000 mgr.smithi047.keothr (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.928821+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.928821+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: cephadm 2024-04-22T23:45:37.931644+0000 mgr.smithi047.keothr (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi137 (monmap changed)... 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: cephadm 2024-04-22T23:45:37.931644+0000 mgr.smithi047.keothr (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi137 (monmap changed)... 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.932411+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.932411+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.934526+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:39.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.934526+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:39.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.936523+0000 mon.smithi047 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:39.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: audit 2024-04-22T23:45:37.936523+0000 mon.smithi047 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:39.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: cephadm 2024-04-22T23:45:37.938777+0000 mgr.smithi047.keothr (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi137 on smithi137 2024-04-22T23:45:39.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:38 smithi137 bash[20197]: cephadm 2024-04-22T23:45:37.938777+0000 mgr.smithi047.keothr (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi137 on smithi137 2024-04-22T23:45:39.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: cluster 2024-04-22T23:45:37.671761+0000 mgr.smithi047.keothr (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:39.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: cluster 2024-04-22T23:45:37.671761+0000 mgr.smithi047.keothr (mgr.14197) 75 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.928821+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.928821+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: cephadm 2024-04-22T23:45:37.931644+0000 mgr.smithi047.keothr (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi137 (monmap changed)... 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: cephadm 2024-04-22T23:45:37.931644+0000 mgr.smithi047.keothr (mgr.14197) 76 : cephadm [INF] Reconfiguring mon.smithi137 (monmap changed)... 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.932411+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.932411+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.934526+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.934526+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.936523+0000 mon.smithi047 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: audit 2024-04-22T23:45:37.936523+0000 mon.smithi047 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: cephadm 2024-04-22T23:45:37.938777+0000 mgr.smithi047.keothr (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi137 on smithi137 2024-04-22T23:45:39.311 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:38 smithi047 bash[18695]: cephadm 2024-04-22T23:45:37.938777+0000 mgr.smithi047.keothr (mgr.14197) 77 : cephadm [INF] Reconfiguring daemon mon.smithi137 on smithi137 2024-04-22T23:45:40.805 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:40.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: cluster 2024-04-22T23:45:39.672718+0000 mgr.smithi047.keothr (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: cluster 2024-04-22T23:45:39.672718+0000 mgr.smithi047.keothr (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.717080+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.717080+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.767879+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.767879+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.768937+0000 mgr.smithi047.keothr (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.768937+0000 mgr.smithi047.keothr (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.771512+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.771512+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.772485+0000 mgr.smithi047.keothr (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:40.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.772485+0000 mgr.smithi047.keothr (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.779717+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.779717+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.803856+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.803856+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.804876+0000 mgr.smithi047.keothr (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.804876+0000 mgr.smithi047.keothr (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:40.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.813517+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.813517+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.814372+0000 mgr.smithi047.keothr (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.814372+0000 mgr.smithi047.keothr (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.822060+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.822060+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.834684+0000 mon.smithi047 (mon.0) 343 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.834684+0000 mon.smithi047 (mon.0) 343 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.835314+0000 mgr.smithi047.keothr (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.835314+0000 mgr.smithi047.keothr (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.841750+0000 mon.smithi047 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.841750+0000 mon.smithi047 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.842326+0000 mgr.smithi047.keothr (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.842326+0000 mgr.smithi047.keothr (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:40.972 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.847103+0000 mon.smithi047 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.973 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.847103+0000 mon.smithi047 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:40.973 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.867089+0000 mon.smithi047 (mon.0) 346 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:40.973 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:40 smithi137 bash[20197]: audit 2024-04-22T23:45:39.867089+0000 mon.smithi047 (mon.0) 346 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: cluster 2024-04-22T23:45:39.672718+0000 mgr.smithi047.keothr (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: cluster 2024-04-22T23:45:39.672718+0000 mgr.smithi047.keothr (mgr.14197) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.717080+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.717080+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.767879+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.767879+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.768937+0000 mgr.smithi047.keothr (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.768937+0000 mgr.smithi047.keothr (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.771512+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.771512+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.772485+0000 mgr.smithi047.keothr (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:41.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.772485+0000 mgr.smithi047.keothr (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.779717+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.779717+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.803856+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.803856+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.804876+0000 mgr.smithi047.keothr (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.804876+0000 mgr.smithi047.keothr (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:45:41.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.813517+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.813517+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.814372+0000 mgr.smithi047.keothr (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.814372+0000 mgr.smithi047.keothr (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.822060+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.822060+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.834684+0000 mon.smithi047 (mon.0) 343 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.834684+0000 mon.smithi047 (mon.0) 343 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.835314+0000 mgr.smithi047.keothr (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.835314+0000 mgr.smithi047.keothr (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.841750+0000 mon.smithi047 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.841750+0000 mon.smithi047 (mon.0) 344 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.842326+0000 mgr.smithi047.keothr (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.842326+0000 mgr.smithi047.keothr (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:45:41.063 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.847103+0000 mon.smithi047 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.064 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.847103+0000 mon.smithi047 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:41.064 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.867089+0000 mon.smithi047 (mon.0) 346 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:41.064 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:40 smithi047 bash[18695]: audit 2024-04-22T23:45:39.867089+0000 mon.smithi047 (mon.0) 346 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:41.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:41 smithi137 bash[20197]: audit 2024-04-22T23:45:41.063839+0000 mon.smithi047 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:41.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:41 smithi137 bash[20197]: audit 2024-04-22T23:45:41.063839+0000 mon.smithi047 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:42.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:41 smithi047 bash[18695]: audit 2024-04-22T23:45:41.063839+0000 mon.smithi047 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:42.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:41 smithi047 bash[18695]: audit 2024-04-22T23:45:41.063839+0000 mon.smithi047 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:42.066 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:45:42.660 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:45:42.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:42 smithi137 bash[20197]: cluster 2024-04-22T23:45:41.673680+0000 mgr.smithi047.keothr (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:42.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:42 smithi137 bash[20197]: cluster 2024-04-22T23:45:41.673680+0000 mgr.smithi047.keothr (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:42.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:42 smithi137 bash[20197]: audit 2024-04-22T23:45:42.075226+0000 mon.smithi047 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.47:0/3405177434' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:42.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:42 smithi137 bash[20197]: audit 2024-04-22T23:45:42.075226+0000 mon.smithi047 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.47:0/3405177434' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:43.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:42 smithi047 bash[18695]: cluster 2024-04-22T23:45:41.673680+0000 mgr.smithi047.keothr (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:43.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:42 smithi047 bash[18695]: cluster 2024-04-22T23:45:41.673680+0000 mgr.smithi047.keothr (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:43.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:42 smithi047 bash[18695]: audit 2024-04-22T23:45:42.075226+0000 mon.smithi047 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.47:0/3405177434' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:43.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:42 smithi047 bash[18695]: audit 2024-04-22T23:45:42.075226+0000 mon.smithi047 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.47:0/3405177434' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:43.662 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:45:45.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:44 smithi047 bash[18695]: cluster 2024-04-22T23:45:43.674691+0000 mgr.smithi047.keothr (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:45.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:44 smithi047 bash[18695]: cluster 2024-04-22T23:45:43.674691+0000 mgr.smithi047.keothr (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:45.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:44 smithi137 bash[20197]: cluster 2024-04-22T23:45:43.674691+0000 mgr.smithi047.keothr (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:45.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:44 smithi137 bash[20197]: cluster 2024-04-22T23:45:43.674691+0000 mgr.smithi047.keothr (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:46 smithi047 bash[18695]: audit 2024-04-22T23:45:45.306674+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:46 smithi047 bash[18695]: audit 2024-04-22T23:45:45.306674+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:46 smithi047 bash[18695]: audit 2024-04-22T23:45:45.964977+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:46 smithi047 bash[18695]: audit 2024-04-22T23:45:45.964977+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:46 smithi137 bash[20197]: audit 2024-04-22T23:45:45.306674+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:46 smithi137 bash[20197]: audit 2024-04-22T23:45:45.306674+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:46 smithi137 bash[20197]: audit 2024-04-22T23:45:45.964977+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:46.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:46 smithi137 bash[20197]: audit 2024-04-22T23:45:45.964977+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:47.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:47 smithi047 bash[18695]: cluster 2024-04-22T23:45:45.675211+0000 mgr.smithi047.keothr (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:47.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:47 smithi047 bash[18695]: cluster 2024-04-22T23:45:45.675211+0000 mgr.smithi047.keothr (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:47.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:47 smithi137 bash[20197]: cluster 2024-04-22T23:45:45.675211+0000 mgr.smithi047.keothr (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:47.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:47 smithi137 bash[20197]: cluster 2024-04-22T23:45:45.675211+0000 mgr.smithi047.keothr (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:48.207 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:49.504 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:45:49.519 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:49 smithi047 bash[18695]: cluster 2024-04-22T23:45:47.676175+0000 mgr.smithi047.keothr (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:49.519 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:49 smithi047 bash[18695]: cluster 2024-04-22T23:45:47.676175+0000 mgr.smithi047.keothr (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:49.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:49 smithi137 bash[20197]: cluster 2024-04-22T23:45:47.676175+0000 mgr.smithi047.keothr (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:49.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:49 smithi137 bash[20197]: cluster 2024-04-22T23:45:47.676175+0000 mgr.smithi047.keothr (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:50.196 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:45:50.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:50 smithi047 bash[18695]: audit 2024-04-22T23:45:49.513004+0000 mon.smithi047 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.47:0/2694675584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:50.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:50 smithi047 bash[18695]: audit 2024-04-22T23:45:49.513004+0000 mon.smithi047 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.47:0/2694675584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:50.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:50 smithi137 bash[20197]: audit 2024-04-22T23:45:49.513004+0000 mon.smithi047 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.47:0/2694675584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:50.625 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:50 smithi137 bash[20197]: audit 2024-04-22T23:45:49.513004+0000 mon.smithi047 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.47:0/2694675584' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:51.198 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:45:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:51 smithi047 bash[18695]: cluster 2024-04-22T23:45:49.677169+0000 mgr.smithi047.keothr (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:51 smithi047 bash[18695]: cluster 2024-04-22T23:45:49.677169+0000 mgr.smithi047.keothr (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:51.569 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:51 smithi137 bash[20197]: cluster 2024-04-22T23:45:49.677169+0000 mgr.smithi047.keothr (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:51.569 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:51 smithi137 bash[20197]: cluster 2024-04-22T23:45:49.677169+0000 mgr.smithi047.keothr (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:53 smithi047 bash[18695]: cluster 2024-04-22T23:45:51.678255+0000 mgr.smithi047.keothr (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:53 smithi047 bash[18695]: cluster 2024-04-22T23:45:51.678255+0000 mgr.smithi047.keothr (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:53 smithi047 bash[18695]: audit 2024-04-22T23:45:52.623875+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:53 smithi047 bash[18695]: audit 2024-04-22T23:45:52.623875+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:53.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:53 smithi137 bash[20197]: cluster 2024-04-22T23:45:51.678255+0000 mgr.smithi047.keothr (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:53.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:53 smithi137 bash[20197]: cluster 2024-04-22T23:45:51.678255+0000 mgr.smithi047.keothr (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:53.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:53 smithi137 bash[20197]: audit 2024-04-22T23:45:52.623875+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:53.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:53 smithi137 bash[20197]: audit 2024-04-22T23:45:52.623875+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:54.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.589045+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.589045+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.591747+0000 mon.smithi047 (mon.0) 354 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.591747+0000 mon.smithi047 (mon.0) 354 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.593670+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.593670+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: cluster 2024-04-22T23:45:53.596799+0000 mgr.smithi047.keothr (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: cluster 2024-04-22T23:45:53.596799+0000 mgr.smithi047.keothr (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: cluster 2024-04-22T23:45:53.597904+0000 mgr.smithi047.keothr (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: cluster 2024-04-22T23:45:53.597904+0000 mgr.smithi047.keothr (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.605191+0000 mon.smithi047 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.605191+0000 mon.smithi047 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:54.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.613739+0000 mon.smithi047 (mon.0) 357 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:45:54.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.613739+0000 mon.smithi047 (mon.0) 357 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:45:54.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.706557+0000 mon.smithi047 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:54.971 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:54 smithi137 bash[20197]: audit 2024-04-22T23:45:53.706557+0000 mon.smithi047 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:55.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.589045+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.589045+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.591747+0000 mon.smithi047 (mon.0) 354 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.591747+0000 mon.smithi047 (mon.0) 354 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.593670+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.593670+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: cluster 2024-04-22T23:45:53.596799+0000 mgr.smithi047.keothr (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: cluster 2024-04-22T23:45:53.596799+0000 mgr.smithi047.keothr (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: cluster 2024-04-22T23:45:53.597904+0000 mgr.smithi047.keothr (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: cluster 2024-04-22T23:45:53.597904+0000 mgr.smithi047.keothr (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:55.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.605191+0000 mon.smithi047 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:55.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.605191+0000 mon.smithi047 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:45:55.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.613739+0000 mon.smithi047 (mon.0) 357 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:45:55.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.613739+0000 mon.smithi047 (mon.0) 357 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:45:55.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.706557+0000 mon.smithi047 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:55.062 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:54 smithi047 bash[18695]: audit 2024-04-22T23:45:53.706557+0000 mon.smithi047 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:45:55.774 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:45:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:56 smithi047 bash[18695]: cluster 2024-04-22T23:45:55.598861+0000 mgr.smithi047.keothr (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:56 smithi047 bash[18695]: cluster 2024-04-22T23:45:55.598861+0000 mgr.smithi047.keothr (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:56 smithi047 bash[18695]: audit 2024-04-22T23:45:56.064303+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:56 smithi047 bash[18695]: audit 2024-04-22T23:45:56.064303+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:56.908 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:45:56.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:56 smithi137 bash[20197]: cluster 2024-04-22T23:45:55.598861+0000 mgr.smithi047.keothr (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:56 smithi137 bash[20197]: cluster 2024-04-22T23:45:55.598861+0000 mgr.smithi047.keothr (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:56.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:56 smithi137 bash[20197]: audit 2024-04-22T23:45:56.064303+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:56.970 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:56 smithi137 bash[20197]: audit 2024-04-22T23:45:56.064303+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:45:57.550 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:45:57.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:57 smithi047 bash[18695]: audit 2024-04-22T23:45:56.917583+0000 mon.smithi047 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.47:0/1889997236' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:57.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:57 smithi047 bash[18695]: audit 2024-04-22T23:45:56.917583+0000 mon.smithi047 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.47:0/1889997236' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:57.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:57 smithi137 bash[20197]: audit 2024-04-22T23:45:56.917583+0000 mon.smithi047 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.47:0/1889997236' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:57.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:57 smithi137 bash[20197]: audit 2024-04-22T23:45:56.917583+0000 mon.smithi047 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.47:0/1889997236' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:45:58.550 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:45:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:58 smithi047 bash[18695]: cluster 2024-04-22T23:45:57.599825+0000 mgr.smithi047.keothr (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:58.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:58 smithi047 bash[18695]: cluster 2024-04-22T23:45:57.599825+0000 mgr.smithi047.keothr (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:58.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:58 smithi137 bash[20197]: cluster 2024-04-22T23:45:57.599825+0000 mgr.smithi047.keothr (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:45:58.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:58 smithi137 bash[20197]: cluster 2024-04-22T23:45:57.599825+0000 mgr.smithi047.keothr (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:00.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:59 smithi137 bash[20197]: audit 2024-04-22T23:45:58.896474+0000 mon.smithi047 (mon.0) 361 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:59 smithi137 bash[20197]: audit 2024-04-22T23:45:58.896474+0000 mon.smithi047 (mon.0) 361 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:59 smithi137 bash[20197]: audit 2024-04-22T23:45:59.164573+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:45:59 smithi137 bash[20197]: audit 2024-04-22T23:45:59.164573+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:59 smithi047 bash[18695]: audit 2024-04-22T23:45:58.896474+0000 mon.smithi047 (mon.0) 361 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:59 smithi047 bash[18695]: audit 2024-04-22T23:45:58.896474+0000 mon.smithi047 (mon.0) 361 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:59 smithi047 bash[18695]: audit 2024-04-22T23:45:59.164573+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:00.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:45:59 smithi047 bash[18695]: audit 2024-04-22T23:45:59.164573+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:01.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:01 smithi137 bash[20197]: cluster 2024-04-22T23:45:59.600793+0000 mgr.smithi047.keothr (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:01 smithi137 bash[20197]: cluster 2024-04-22T23:45:59.600793+0000 mgr.smithi047.keothr (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:01 smithi047 bash[18695]: cluster 2024-04-22T23:45:59.600793+0000 mgr.smithi047.keothr (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:01.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:01 smithi047 bash[18695]: cluster 2024-04-22T23:45:59.600793+0000 mgr.smithi047.keothr (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:03.311 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:03.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:03 smithi137 bash[20197]: cluster 2024-04-22T23:46:01.601772+0000 mgr.smithi047.keothr (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:03.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:03 smithi137 bash[20197]: cluster 2024-04-22T23:46:01.601772+0000 mgr.smithi047.keothr (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:03.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:03 smithi047 bash[18695]: cluster 2024-04-22T23:46:01.601772+0000 mgr.smithi047.keothr (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:03.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:03 smithi047 bash[18695]: cluster 2024-04-22T23:46:01.601772+0000 mgr.smithi047.keothr (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:04.999 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:05.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:05 smithi137 bash[20197]: cluster 2024-04-22T23:46:03.602828+0000 mgr.smithi047.keothr (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:05 smithi137 bash[20197]: cluster 2024-04-22T23:46:03.602828+0000 mgr.smithi047.keothr (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:05 smithi137 bash[20197]: audit 2024-04-22T23:46:05.008448+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.47:0/603583443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:05.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:05 smithi137 bash[20197]: audit 2024-04-22T23:46:05.008448+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.47:0/603583443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:05.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:05 smithi047 bash[18695]: cluster 2024-04-22T23:46:03.602828+0000 mgr.smithi047.keothr (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:05 smithi047 bash[18695]: cluster 2024-04-22T23:46:03.602828+0000 mgr.smithi047.keothr (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:05.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:05 smithi047 bash[18695]: audit 2024-04-22T23:46:05.008448+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.47:0/603583443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:05.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:05 smithi047 bash[18695]: audit 2024-04-22T23:46:05.008448+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.47:0/603583443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:06.145 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:06.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.130884+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:06.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.130884+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:06.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.132374+0000 mon.smithi047 (mon.0) 365 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:06.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.132374+0000 mon.smithi047 (mon.0) 365 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:06.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.140631+0000 mon.smithi047 (mon.0) 366 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:06.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.140631+0000 mon.smithi047 (mon.0) 366 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:06.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.145884+0000 mon.smithi047 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:06.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:06 smithi137 bash[20197]: audit 2024-04-22T23:46:06.145884+0000 mon.smithi047 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.130884+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.130884+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:46:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.132374+0000 mon.smithi047 (mon.0) 365 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:06.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.132374+0000 mon.smithi047 (mon.0) 365 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:46:06.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.140631+0000 mon.smithi047 (mon.0) 366 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:06.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.140631+0000 mon.smithi047 (mon.0) 366 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:46:06.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.145884+0000 mon.smithi047 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:06.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:06 smithi047 bash[18695]: audit 2024-04-22T23:46:06.145884+0000 mon.smithi047 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:46:07.146 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:07.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:07 smithi137 bash[20197]: cluster 2024-04-22T23:46:05.603371+0000 mgr.smithi047.keothr (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:07 smithi137 bash[20197]: cluster 2024-04-22T23:46:05.603371+0000 mgr.smithi047.keothr (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:07 smithi137 bash[20197]: cluster 2024-04-22T23:46:06.134730+0000 mgr.smithi047.keothr (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:07 smithi137 bash[20197]: cluster 2024-04-22T23:46:06.134730+0000 mgr.smithi047.keothr (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:07 smithi137 bash[20197]: cluster 2024-04-22T23:46:06.135471+0000 mgr.smithi047.keothr (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.470 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:07 smithi137 bash[20197]: cluster 2024-04-22T23:46:06.135471+0000 mgr.smithi047.keothr (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:07 smithi047 bash[18695]: cluster 2024-04-22T23:46:05.603371+0000 mgr.smithi047.keothr (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.583 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:07 smithi047 bash[18695]: cluster 2024-04-22T23:46:05.603371+0000 mgr.smithi047.keothr (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.584 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:07 smithi047 bash[18695]: cluster 2024-04-22T23:46:06.134730+0000 mgr.smithi047.keothr (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.584 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:07 smithi047 bash[18695]: cluster 2024-04-22T23:46:06.134730+0000 mgr.smithi047.keothr (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.584 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:07 smithi047 bash[18695]: cluster 2024-04-22T23:46:06.135471+0000 mgr.smithi047.keothr (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:07.584 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:07 smithi047 bash[18695]: cluster 2024-04-22T23:46:06.135471+0000 mgr.smithi047.keothr (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:09 smithi137 bash[20197]: cluster 2024-04-22T23:46:08.136443+0000 mgr.smithi047.keothr (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:09 smithi137 bash[20197]: cluster 2024-04-22T23:46:08.136443+0000 mgr.smithi047.keothr (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:09 smithi047 bash[18695]: cluster 2024-04-22T23:46:08.136443+0000 mgr.smithi047.keothr (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:09.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:09 smithi047 bash[18695]: cluster 2024-04-22T23:46:08.136443+0000 mgr.smithi047.keothr (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:11.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:11 smithi137 bash[20197]: cluster 2024-04-22T23:46:10.137443+0000 mgr.smithi047.keothr (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:11.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:11 smithi137 bash[20197]: cluster 2024-04-22T23:46:10.137443+0000 mgr.smithi047.keothr (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:11.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:11 smithi137 bash[20197]: audit 2024-04-22T23:46:11.064672+0000 mon.smithi047 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:11.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:11 smithi137 bash[20197]: audit 2024-04-22T23:46:11.064672+0000 mon.smithi047 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:11.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:11 smithi047 bash[18695]: cluster 2024-04-22T23:46:10.137443+0000 mgr.smithi047.keothr (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:11.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:11 smithi047 bash[18695]: cluster 2024-04-22T23:46:10.137443+0000 mgr.smithi047.keothr (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:11.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:11 smithi047 bash[18695]: audit 2024-04-22T23:46:11.064672+0000 mon.smithi047 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:11.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:11 smithi047 bash[18695]: audit 2024-04-22T23:46:11.064672+0000 mon.smithi047 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:11.922 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:13.182 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:13.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:13 smithi137 bash[20197]: cluster 2024-04-22T23:46:12.138426+0000 mgr.smithi047.keothr (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:13.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:13 smithi137 bash[20197]: cluster 2024-04-22T23:46:12.138426+0000 mgr.smithi047.keothr (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:13.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:13 smithi137 bash[20197]: audit 2024-04-22T23:46:13.191210+0000 mon.smithi047 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.47:0/2026430278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:13.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:13 smithi137 bash[20197]: audit 2024-04-22T23:46:13.191210+0000 mon.smithi047 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.47:0/2026430278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:13.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:13 smithi047 bash[18695]: cluster 2024-04-22T23:46:12.138426+0000 mgr.smithi047.keothr (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:13.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:13 smithi047 bash[18695]: cluster 2024-04-22T23:46:12.138426+0000 mgr.smithi047.keothr (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:13.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:13 smithi047 bash[18695]: audit 2024-04-22T23:46:13.191210+0000 mon.smithi047 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.47:0/2026430278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:13.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:13 smithi047 bash[18695]: audit 2024-04-22T23:46:13.191210+0000 mon.smithi047 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.47:0/2026430278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:13.758 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:14.760 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:15.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:15 smithi137 bash[20197]: cluster 2024-04-22T23:46:14.139431+0000 mgr.smithi047.keothr (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:15.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:15 smithi137 bash[20197]: cluster 2024-04-22T23:46:14.139431+0000 mgr.smithi047.keothr (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:15.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:15 smithi047 bash[18695]: cluster 2024-04-22T23:46:14.139431+0000 mgr.smithi047.keothr (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:15.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:15 smithi047 bash[18695]: cluster 2024-04-22T23:46:14.139431+0000 mgr.smithi047.keothr (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:17.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:17 smithi137 bash[20197]: cluster 2024-04-22T23:46:16.140493+0000 mgr.smithi047.keothr (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:17.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:17 smithi137 bash[20197]: cluster 2024-04-22T23:46:16.140493+0000 mgr.smithi047.keothr (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:17.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:17 smithi047 bash[18695]: cluster 2024-04-22T23:46:16.140493+0000 mgr.smithi047.keothr (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:17.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:17 smithi047 bash[18695]: cluster 2024-04-22T23:46:16.140493+0000 mgr.smithi047.keothr (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:19.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:19 smithi137 bash[20197]: cluster 2024-04-22T23:46:18.141459+0000 mgr.smithi047.keothr (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:19.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:19 smithi137 bash[20197]: cluster 2024-04-22T23:46:18.141459+0000 mgr.smithi047.keothr (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:19.534 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:19.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:19 smithi047 bash[18695]: cluster 2024-04-22T23:46:18.141459+0000 mgr.smithi047.keothr (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:19.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:19 smithi047 bash[18695]: cluster 2024-04-22T23:46:18.141459+0000 mgr.smithi047.keothr (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:20.689 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:21.317 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:21.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:21 smithi137 bash[20197]: cluster 2024-04-22T23:46:20.142382+0000 mgr.smithi047.keothr (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:21.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:21 smithi137 bash[20197]: cluster 2024-04-22T23:46:20.142382+0000 mgr.smithi047.keothr (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:21.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:21 smithi137 bash[20197]: audit 2024-04-22T23:46:20.698547+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.47:0/3588657297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:21.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:21 smithi137 bash[20197]: audit 2024-04-22T23:46:20.698547+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.47:0/3588657297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:21 smithi047 bash[18695]: cluster 2024-04-22T23:46:20.142382+0000 mgr.smithi047.keothr (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:21 smithi047 bash[18695]: cluster 2024-04-22T23:46:20.142382+0000 mgr.smithi047.keothr (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:21 smithi047 bash[18695]: audit 2024-04-22T23:46:20.698547+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.47:0/3588657297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:21 smithi047 bash[18695]: audit 2024-04-22T23:46:20.698547+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.47:0/3588657297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:22.318 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:23.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:23 smithi137 bash[20197]: cluster 2024-04-22T23:46:22.143361+0000 mgr.smithi047.keothr (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:23.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:23 smithi137 bash[20197]: cluster 2024-04-22T23:46:22.143361+0000 mgr.smithi047.keothr (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:23.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:23 smithi047 bash[18695]: cluster 2024-04-22T23:46:22.143361+0000 mgr.smithi047.keothr (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:23.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:23 smithi047 bash[18695]: cluster 2024-04-22T23:46:22.143361+0000 mgr.smithi047.keothr (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:25.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:25 smithi137 bash[20197]: cluster 2024-04-22T23:46:24.144624+0000 mgr.smithi047.keothr (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:25.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:25 smithi137 bash[20197]: cluster 2024-04-22T23:46:24.144624+0000 mgr.smithi047.keothr (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:25.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:25 smithi047 bash[18695]: cluster 2024-04-22T23:46:24.144624+0000 mgr.smithi047.keothr (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:25.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:25 smithi047 bash[18695]: cluster 2024-04-22T23:46:24.144624+0000 mgr.smithi047.keothr (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:26.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:26 smithi047 bash[18695]: audit 2024-04-22T23:46:26.065124+0000 mon.smithi047 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:26.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:26 smithi047 bash[18695]: audit 2024-04-22T23:46:26.065124+0000 mon.smithi047 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:26 smithi137 bash[20197]: audit 2024-04-22T23:46:26.065124+0000 mon.smithi047 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:26 smithi137 bash[20197]: audit 2024-04-22T23:46:26.065124+0000 mon.smithi047 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:27.095 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:27.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:27 smithi047 bash[18695]: cluster 2024-04-22T23:46:26.145638+0000 mgr.smithi047.keothr (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:27.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:27 smithi047 bash[18695]: cluster 2024-04-22T23:46:26.145638+0000 mgr.smithi047.keothr (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:27.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:27 smithi137 bash[20197]: cluster 2024-04-22T23:46:26.145638+0000 mgr.smithi047.keothr (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:27.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:27 smithi137 bash[20197]: cluster 2024-04-22T23:46:26.145638+0000 mgr.smithi047.keothr (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:28.348 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:28.946 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:29.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:29 smithi047 bash[18695]: cluster 2024-04-22T23:46:28.146098+0000 mgr.smithi047.keothr (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:29.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:29 smithi047 bash[18695]: cluster 2024-04-22T23:46:28.146098+0000 mgr.smithi047.keothr (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:29.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:29 smithi047 bash[18695]: audit 2024-04-22T23:46:28.356994+0000 mon.smithi047 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.47:0/2853137012' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:29.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:29 smithi047 bash[18695]: audit 2024-04-22T23:46:28.356994+0000 mon.smithi047 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.47:0/2853137012' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:29 smithi137 bash[20197]: cluster 2024-04-22T23:46:28.146098+0000 mgr.smithi047.keothr (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:29 smithi137 bash[20197]: cluster 2024-04-22T23:46:28.146098+0000 mgr.smithi047.keothr (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:29.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:29 smithi137 bash[20197]: audit 2024-04-22T23:46:28.356994+0000 mon.smithi047 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.47:0/2853137012' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:29.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:29 smithi137 bash[20197]: audit 2024-04-22T23:46:28.356994+0000 mon.smithi047 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.47:0/2853137012' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:29.947 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:31.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:31 smithi047 bash[18695]: cluster 2024-04-22T23:46:30.146649+0000 mgr.smithi047.keothr (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:31 smithi047 bash[18695]: cluster 2024-04-22T23:46:30.146649+0000 mgr.smithi047.keothr (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:31 smithi137 bash[20197]: cluster 2024-04-22T23:46:30.146649+0000 mgr.smithi047.keothr (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:31.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:31 smithi137 bash[20197]: cluster 2024-04-22T23:46:30.146649+0000 mgr.smithi047.keothr (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:33.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:33 smithi047 bash[18695]: cluster 2024-04-22T23:46:32.147598+0000 mgr.smithi047.keothr (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:33.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:33 smithi047 bash[18695]: cluster 2024-04-22T23:46:32.147598+0000 mgr.smithi047.keothr (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:33 smithi137 bash[20197]: cluster 2024-04-22T23:46:32.147598+0000 mgr.smithi047.keothr (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:33 smithi137 bash[20197]: cluster 2024-04-22T23:46:32.147598+0000 mgr.smithi047.keothr (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:34.721 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:35.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:35 smithi047 bash[18695]: cluster 2024-04-22T23:46:34.148566+0000 mgr.smithi047.keothr (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:35 smithi047 bash[18695]: cluster 2024-04-22T23:46:34.148566+0000 mgr.smithi047.keothr (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.627 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:35 smithi137 bash[20197]: cluster 2024-04-22T23:46:34.148566+0000 mgr.smithi047.keothr (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.628 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:35 smithi137 bash[20197]: cluster 2024-04-22T23:46:34.148566+0000 mgr.smithi047.keothr (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:35.841 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:36.425 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:36.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:36 smithi047 bash[18695]: audit 2024-04-22T23:46:35.850518+0000 mon.smithi047 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.47:0/4267155614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:36.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:36 smithi047 bash[18695]: audit 2024-04-22T23:46:35.850518+0000 mon.smithi047 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.47:0/4267155614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:36.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:36 smithi137 bash[20197]: audit 2024-04-22T23:46:35.850518+0000 mon.smithi047 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.47:0/4267155614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:36.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:36 smithi137 bash[20197]: audit 2024-04-22T23:46:35.850518+0000 mon.smithi047 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.47:0/4267155614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:37.426 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:37.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:37 smithi047 bash[18695]: cluster 2024-04-22T23:46:36.149565+0000 mgr.smithi047.keothr (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:37.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:37 smithi047 bash[18695]: cluster 2024-04-22T23:46:36.149565+0000 mgr.smithi047.keothr (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:37.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:37 smithi137 bash[20197]: cluster 2024-04-22T23:46:36.149565+0000 mgr.smithi047.keothr (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:37.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:37 smithi137 bash[20197]: cluster 2024-04-22T23:46:36.149565+0000 mgr.smithi047.keothr (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:39.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:39 smithi047 bash[18695]: cluster 2024-04-22T23:46:38.150696+0000 mgr.smithi047.keothr (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:39.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:39 smithi047 bash[18695]: cluster 2024-04-22T23:46:38.150696+0000 mgr.smithi047.keothr (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:39.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:39 smithi137 bash[20197]: cluster 2024-04-22T23:46:38.150696+0000 mgr.smithi047.keothr (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:39.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:39 smithi137 bash[20197]: cluster 2024-04-22T23:46:38.150696+0000 mgr.smithi047.keothr (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:41 smithi047 bash[18695]: cluster 2024-04-22T23:46:40.151739+0000 mgr.smithi047.keothr (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:41 smithi047 bash[18695]: cluster 2024-04-22T23:46:40.151739+0000 mgr.smithi047.keothr (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:41 smithi047 bash[18695]: audit 2024-04-22T23:46:41.065601+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:41 smithi047 bash[18695]: audit 2024-04-22T23:46:41.065601+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:41 smithi137 bash[20197]: cluster 2024-04-22T23:46:40.151739+0000 mgr.smithi047.keothr (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:41 smithi137 bash[20197]: cluster 2024-04-22T23:46:40.151739+0000 mgr.smithi047.keothr (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:41 smithi137 bash[20197]: audit 2024-04-22T23:46:41.065601+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:41 smithi137 bash[20197]: audit 2024-04-22T23:46:41.065601+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:42.199 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:43.403 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:43.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:43 smithi047 bash[18695]: cluster 2024-04-22T23:46:42.157060+0000 mgr.smithi047.keothr (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:43 smithi047 bash[18695]: cluster 2024-04-22T23:46:42.157060+0000 mgr.smithi047.keothr (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:43 smithi137 bash[20197]: cluster 2024-04-22T23:46:42.157060+0000 mgr.smithi047.keothr (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:43.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:43 smithi137 bash[20197]: cluster 2024-04-22T23:46:42.157060+0000 mgr.smithi047.keothr (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:44.022 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:44.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:44 smithi047 bash[18695]: audit 2024-04-22T23:46:43.412632+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.47:0/1273418902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:44.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:44 smithi047 bash[18695]: audit 2024-04-22T23:46:43.412632+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.47:0/1273418902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:44.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:44 smithi137 bash[20197]: audit 2024-04-22T23:46:43.412632+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.47:0/1273418902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:44.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:44 smithi137 bash[20197]: audit 2024-04-22T23:46:43.412632+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.47:0/1273418902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:45.023 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:45.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:45 smithi047 bash[18695]: cluster 2024-04-22T23:46:44.158080+0000 mgr.smithi047.keothr (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:45 smithi047 bash[18695]: cluster 2024-04-22T23:46:44.158080+0000 mgr.smithi047.keothr (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.628 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:45 smithi137 bash[20197]: cluster 2024-04-22T23:46:44.158080+0000 mgr.smithi047.keothr (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:45.628 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:45 smithi137 bash[20197]: cluster 2024-04-22T23:46:44.158080+0000 mgr.smithi047.keothr (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:47 smithi047 bash[18695]: cluster 2024-04-22T23:46:46.159093+0000 mgr.smithi047.keothr (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:47 smithi047 bash[18695]: cluster 2024-04-22T23:46:46.159093+0000 mgr.smithi047.keothr (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:47 smithi137 bash[20197]: cluster 2024-04-22T23:46:46.159093+0000 mgr.smithi047.keothr (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:47.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:47 smithi137 bash[20197]: cluster 2024-04-22T23:46:46.159093+0000 mgr.smithi047.keothr (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:49 smithi047 bash[18695]: cluster 2024-04-22T23:46:48.160070+0000 mgr.smithi047.keothr (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:49 smithi047 bash[18695]: cluster 2024-04-22T23:46:48.160070+0000 mgr.smithi047.keothr (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:49 smithi137 bash[20197]: cluster 2024-04-22T23:46:48.160070+0000 mgr.smithi047.keothr (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:49 smithi137 bash[20197]: cluster 2024-04-22T23:46:48.160070+0000 mgr.smithi047.keothr (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:49.792 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:50.965 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:51 smithi047 bash[18695]: cluster 2024-04-22T23:46:50.161063+0000 mgr.smithi047.keothr (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:51 smithi047 bash[18695]: cluster 2024-04-22T23:46:50.161063+0000 mgr.smithi047.keothr (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:51 smithi047 bash[18695]: audit 2024-04-22T23:46:50.974132+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1701996163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:51 smithi047 bash[18695]: audit 2024-04-22T23:46:50.974132+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1701996163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:51.578 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:51 smithi137 bash[20197]: cluster 2024-04-22T23:46:50.161063+0000 mgr.smithi047.keothr (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:51 smithi137 bash[20197]: cluster 2024-04-22T23:46:50.161063+0000 mgr.smithi047.keothr (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:51 smithi137 bash[20197]: audit 2024-04-22T23:46:50.974132+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1701996163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:51 smithi137 bash[20197]: audit 2024-04-22T23:46:50.974132+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1701996163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:52.580 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:46:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:53 smithi047 bash[18695]: cluster 2024-04-22T23:46:52.162019+0000 mgr.smithi047.keothr (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:53.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:53 smithi047 bash[18695]: cluster 2024-04-22T23:46:52.162019+0000 mgr.smithi047.keothr (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:53.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:53 smithi137 bash[20197]: cluster 2024-04-22T23:46:52.162019+0000 mgr.smithi047.keothr (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:53.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:53 smithi137 bash[20197]: cluster 2024-04-22T23:46:52.162019+0000 mgr.smithi047.keothr (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:55 smithi047 bash[18695]: cluster 2024-04-22T23:46:54.163238+0000 mgr.smithi047.keothr (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:55 smithi047 bash[18695]: cluster 2024-04-22T23:46:54.163238+0000 mgr.smithi047.keothr (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.628 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:55 smithi137 bash[20197]: cluster 2024-04-22T23:46:54.163238+0000 mgr.smithi047.keothr (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:55.629 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:55 smithi137 bash[20197]: cluster 2024-04-22T23:46:54.163238+0000 mgr.smithi047.keothr (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:56.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:56 smithi047 bash[18695]: audit 2024-04-22T23:46:56.066098+0000 mon.smithi047 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:56.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:56 smithi047 bash[18695]: audit 2024-04-22T23:46:56.066098+0000 mon.smithi047 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:56.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:56 smithi137 bash[20197]: audit 2024-04-22T23:46:56.066098+0000 mon.smithi047 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:56.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:56 smithi137 bash[20197]: audit 2024-04-22T23:46:56.066098+0000 mon.smithi047 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:46:57.349 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:46:57.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:57 smithi047 bash[18695]: cluster 2024-04-22T23:46:56.164183+0000 mgr.smithi047.keothr (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:57.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:57 smithi047 bash[18695]: cluster 2024-04-22T23:46:56.164183+0000 mgr.smithi047.keothr (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:57.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:57 smithi137 bash[20197]: cluster 2024-04-22T23:46:56.164183+0000 mgr.smithi047.keothr (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:57.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:57 smithi137 bash[20197]: cluster 2024-04-22T23:46:56.164183+0000 mgr.smithi047.keothr (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:58.588 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:46:59.143 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:46:59.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:59 smithi047 bash[18695]: cluster 2024-04-22T23:46:58.165135+0000 mgr.smithi047.keothr (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:59 smithi047 bash[18695]: cluster 2024-04-22T23:46:58.165135+0000 mgr.smithi047.keothr (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:59 smithi047 bash[18695]: audit 2024-04-22T23:46:58.597532+0000 mon.smithi047 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.47:0/2869345829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:59.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:46:59 smithi047 bash[18695]: audit 2024-04-22T23:46:58.597532+0000 mon.smithi047 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.47:0/2869345829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:59.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:59 smithi137 bash[20197]: cluster 2024-04-22T23:46:58.165135+0000 mgr.smithi047.keothr (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:59 smithi137 bash[20197]: cluster 2024-04-22T23:46:58.165135+0000 mgr.smithi047.keothr (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:46:59.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:59 smithi137 bash[20197]: audit 2024-04-22T23:46:58.597532+0000 mon.smithi047 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.47:0/2869345829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:46:59.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:46:59 smithi137 bash[20197]: audit 2024-04-22T23:46:58.597532+0000 mon.smithi047 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.47:0/2869345829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:00.144 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:01.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:01 smithi047 bash[18695]: cluster 2024-04-22T23:47:00.166154+0000 mgr.smithi047.keothr (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:01 smithi047 bash[18695]: cluster 2024-04-22T23:47:00.166154+0000 mgr.smithi047.keothr (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:01 smithi137 bash[20197]: cluster 2024-04-22T23:47:00.166154+0000 mgr.smithi047.keothr (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:01.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:01 smithi137 bash[20197]: cluster 2024-04-22T23:47:00.166154+0000 mgr.smithi047.keothr (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:03 smithi137 bash[20197]: cluster 2024-04-22T23:47:02.167188+0000 mgr.smithi047.keothr (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:03 smithi137 bash[20197]: cluster 2024-04-22T23:47:02.167188+0000 mgr.smithi047.keothr (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:03 smithi047 bash[18695]: cluster 2024-04-22T23:47:02.167188+0000 mgr.smithi047.keothr (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:03.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:03 smithi047 bash[18695]: cluster 2024-04-22T23:47:02.167188+0000 mgr.smithi047.keothr (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:04.915 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:05 smithi047 bash[18695]: cluster 2024-04-22T23:47:04.168125+0000 mgr.smithi047.keothr (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:05 smithi047 bash[18695]: cluster 2024-04-22T23:47:04.168125+0000 mgr.smithi047.keothr (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.629 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:05 smithi137 bash[20197]: cluster 2024-04-22T23:47:04.168125+0000 mgr.smithi047.keothr (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:05.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:05 smithi137 bash[20197]: cluster 2024-04-22T23:47:04.168125+0000 mgr.smithi047.keothr (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:06.067 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:06 smithi047 bash[18695]: audit 2024-04-22T23:47:06.076963+0000 mon.smithi047 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.47:0/98119666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:06 smithi047 bash[18695]: audit 2024-04-22T23:47:06.076963+0000 mon.smithi047 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.47:0/98119666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:06 smithi047 bash[18695]: audit 2024-04-22T23:47:06.230587+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:06.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:06 smithi047 bash[18695]: audit 2024-04-22T23:47:06.230587+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:06.707 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:06.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:06 smithi137 bash[20197]: audit 2024-04-22T23:47:06.076963+0000 mon.smithi047 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.47:0/98119666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:06.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:06 smithi137 bash[20197]: audit 2024-04-22T23:47:06.076963+0000 mon.smithi047 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.47:0/98119666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:06.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:06 smithi137 bash[20197]: audit 2024-04-22T23:47:06.230587+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:06.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:06 smithi137 bash[20197]: audit 2024-04-22T23:47:06.230587+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:47:07.708 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:07.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:07 smithi137 bash[20197]: cluster 2024-04-22T23:47:06.168616+0000 mgr.smithi047.keothr (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:07.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:07 smithi137 bash[20197]: cluster 2024-04-22T23:47:06.168616+0000 mgr.smithi047.keothr (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:07.719 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:07 smithi047 bash[18695]: cluster 2024-04-22T23:47:06.168616+0000 mgr.smithi047.keothr (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:07.720 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:07 smithi047 bash[18695]: cluster 2024-04-22T23:47:06.168616+0000 mgr.smithi047.keothr (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:09 smithi137 bash[20197]: cluster 2024-04-22T23:47:08.169505+0000 mgr.smithi047.keothr (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:09 smithi137 bash[20197]: cluster 2024-04-22T23:47:08.169505+0000 mgr.smithi047.keothr (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:09 smithi047 bash[18695]: cluster 2024-04-22T23:47:08.169505+0000 mgr.smithi047.keothr (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:09.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:09 smithi047 bash[18695]: cluster 2024-04-22T23:47:08.169505+0000 mgr.smithi047.keothr (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:11 smithi137 bash[20197]: cluster 2024-04-22T23:47:10.170505+0000 mgr.smithi047.keothr (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:11 smithi137 bash[20197]: cluster 2024-04-22T23:47:10.170505+0000 mgr.smithi047.keothr (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:11 smithi137 bash[20197]: audit 2024-04-22T23:47:11.066690+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:11 smithi137 bash[20197]: audit 2024-04-22T23:47:11.066690+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:11.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:11 smithi047 bash[18695]: cluster 2024-04-22T23:47:10.170505+0000 mgr.smithi047.keothr (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:11 smithi047 bash[18695]: cluster 2024-04-22T23:47:10.170505+0000 mgr.smithi047.keothr (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:11 smithi047 bash[18695]: audit 2024-04-22T23:47:11.066690+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:11 smithi047 bash[18695]: audit 2024-04-22T23:47:11.066690+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:12.281 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:12.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:12 smithi137 bash[20197]: audit 2024-04-22T23:47:11.670630+0000 mon.smithi047 (mon.0) 382 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:12.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:12 smithi137 bash[20197]: audit 2024-04-22T23:47:11.670630+0000 mon.smithi047 (mon.0) 382 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:12.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:12 smithi137 bash[20197]: audit 2024-04-22T23:47:12.121425+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:12.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:12 smithi137 bash[20197]: audit 2024-04-22T23:47:12.121425+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:12.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:12 smithi137 bash[20197]: cluster 2024-04-22T23:47:12.171073+0000 mgr.smithi047.keothr (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:12.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:12 smithi137 bash[20197]: cluster 2024-04-22T23:47:12.171073+0000 mgr.smithi047.keothr (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:12 smithi047 bash[18695]: audit 2024-04-22T23:47:11.670630+0000 mon.smithi047 (mon.0) 382 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:12 smithi047 bash[18695]: audit 2024-04-22T23:47:11.670630+0000 mon.smithi047 (mon.0) 382 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:12 smithi047 bash[18695]: audit 2024-04-22T23:47:12.121425+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:12 smithi047 bash[18695]: audit 2024-04-22T23:47:12.121425+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:12 smithi047 bash[18695]: cluster 2024-04-22T23:47:12.171073+0000 mgr.smithi047.keothr (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:13.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:12 smithi047 bash[18695]: cluster 2024-04-22T23:47:12.171073+0000 mgr.smithi047.keothr (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:13.448 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:14.023 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:14.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:14 smithi047 bash[18695]: audit 2024-04-22T23:47:13.457515+0000 mon.smithi047 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.47:0/4094190679' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:14.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:14 smithi047 bash[18695]: audit 2024-04-22T23:47:13.457515+0000 mon.smithi047 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.47:0/4094190679' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:14.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:14 smithi137 bash[20197]: audit 2024-04-22T23:47:13.457515+0000 mon.smithi047 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.47:0/4094190679' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:14.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:14 smithi137 bash[20197]: audit 2024-04-22T23:47:13.457515+0000 mon.smithi047 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.47:0/4094190679' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:15.024 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:15.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:15 smithi047 bash[18695]: cluster 2024-04-22T23:47:14.171972+0000 mgr.smithi047.keothr (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:15.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:15 smithi047 bash[18695]: cluster 2024-04-22T23:47:14.171972+0000 mgr.smithi047.keothr (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:15.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:15 smithi137 bash[20197]: cluster 2024-04-22T23:47:14.171972+0000 mgr.smithi047.keothr (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:15.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:15 smithi137 bash[20197]: cluster 2024-04-22T23:47:14.171972+0000 mgr.smithi047.keothr (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:17 smithi137 bash[20197]: cluster 2024-04-22T23:47:16.172960+0000 mgr.smithi047.keothr (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:17 smithi137 bash[20197]: cluster 2024-04-22T23:47:16.172960+0000 mgr.smithi047.keothr (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:17 smithi047 bash[18695]: cluster 2024-04-22T23:47:16.172960+0000 mgr.smithi047.keothr (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:17.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:17 smithi047 bash[18695]: cluster 2024-04-22T23:47:16.172960+0000 mgr.smithi047.keothr (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:19 smithi047 bash[18695]: cluster 2024-04-22T23:47:18.173977+0000 mgr.smithi047.keothr (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:19 smithi047 bash[18695]: cluster 2024-04-22T23:47:18.173977+0000 mgr.smithi047.keothr (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:19 smithi137 bash[20197]: cluster 2024-04-22T23:47:18.173977+0000 mgr.smithi047.keothr (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:19 smithi137 bash[20197]: cluster 2024-04-22T23:47:18.173977+0000 mgr.smithi047.keothr (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:19.796 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.755250+0000 mon.smithi047 (mon.0) 385 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.755250+0000 mon.smithi047 (mon.0) 385 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.756791+0000 mon.smithi047 (mon.0) 386 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.756791+0000 mon.smithi047 (mon.0) 386 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.766067+0000 mon.smithi047 (mon.0) 387 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.766067+0000 mon.smithi047 (mon.0) 387 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.771565+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:47:20.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:20 smithi047 bash[18695]: audit 2024-04-22T23:47:19.771565+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:47:20.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.755250+0000 mon.smithi047 (mon.0) 385 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:47:20.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.755250+0000 mon.smithi047 (mon.0) 385 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:47:20.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.756791+0000 mon.smithi047 (mon.0) 386 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:47:20.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.756791+0000 mon.smithi047 (mon.0) 386 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:47:20.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.766067+0000 mon.smithi047 (mon.0) 387 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:20.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.766067+0000 mon.smithi047 (mon.0) 387 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:47:20.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.771565+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:47:20.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:20 smithi137 bash[20197]: audit 2024-04-22T23:47:19.771565+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:47:20.842 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:21.470 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:21 smithi047 bash[18695]: cluster 2024-04-22T23:47:19.759196+0000 mgr.smithi047.keothr (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:21 smithi047 bash[18695]: cluster 2024-04-22T23:47:19.759196+0000 mgr.smithi047.keothr (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:21 smithi047 bash[18695]: cluster 2024-04-22T23:47:19.760021+0000 mgr.smithi047.keothr (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:21 smithi047 bash[18695]: cluster 2024-04-22T23:47:19.760021+0000 mgr.smithi047.keothr (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:21 smithi047 bash[18695]: audit 2024-04-22T23:47:20.851307+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.47:0/3844250944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:21 smithi047 bash[18695]: audit 2024-04-22T23:47:20.851307+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.47:0/3844250944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:21 smithi137 bash[20197]: cluster 2024-04-22T23:47:19.759196+0000 mgr.smithi047.keothr (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:21 smithi137 bash[20197]: cluster 2024-04-22T23:47:19.759196+0000 mgr.smithi047.keothr (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:21 smithi137 bash[20197]: cluster 2024-04-22T23:47:19.760021+0000 mgr.smithi047.keothr (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:21 smithi137 bash[20197]: cluster 2024-04-22T23:47:19.760021+0000 mgr.smithi047.keothr (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:21.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:21 smithi137 bash[20197]: audit 2024-04-22T23:47:20.851307+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.47:0/3844250944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:21.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:21 smithi137 bash[20197]: audit 2024-04-22T23:47:20.851307+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.47:0/3844250944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:22.471 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:23.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:23 smithi047 bash[18695]: cluster 2024-04-22T23:47:21.761000+0000 mgr.smithi047.keothr (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:23.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:23 smithi047 bash[18695]: cluster 2024-04-22T23:47:21.761000+0000 mgr.smithi047.keothr (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:23.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:23 smithi137 bash[20197]: cluster 2024-04-22T23:47:21.761000+0000 mgr.smithi047.keothr (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:23.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:23 smithi137 bash[20197]: cluster 2024-04-22T23:47:21.761000+0000 mgr.smithi047.keothr (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:25 smithi047 bash[18695]: cluster 2024-04-22T23:47:23.762122+0000 mgr.smithi047.keothr (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:25 smithi047 bash[18695]: cluster 2024-04-22T23:47:23.762122+0000 mgr.smithi047.keothr (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:25 smithi137 bash[20197]: cluster 2024-04-22T23:47:23.762122+0000 mgr.smithi047.keothr (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:25.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:25 smithi137 bash[20197]: cluster 2024-04-22T23:47:23.762122+0000 mgr.smithi047.keothr (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:26.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:26 smithi047 bash[18695]: audit 2024-04-22T23:47:26.067190+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:26.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:26 smithi047 bash[18695]: audit 2024-04-22T23:47:26.067190+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:26.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:26 smithi137 bash[20197]: audit 2024-04-22T23:47:26.067190+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:26 smithi137 bash[20197]: audit 2024-04-22T23:47:26.067190+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:27.247 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:27.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:27 smithi047 bash[18695]: cluster 2024-04-22T23:47:25.763248+0000 mgr.smithi047.keothr (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:27.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:27 smithi047 bash[18695]: cluster 2024-04-22T23:47:25.763248+0000 mgr.smithi047.keothr (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:27.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:27 smithi137 bash[20197]: cluster 2024-04-22T23:47:25.763248+0000 mgr.smithi047.keothr (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:27.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:27 smithi137 bash[20197]: cluster 2024-04-22T23:47:25.763248+0000 mgr.smithi047.keothr (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:28.468 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:29.039 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:29 smithi047 bash[18695]: cluster 2024-04-22T23:47:27.764021+0000 mgr.smithi047.keothr (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:29 smithi047 bash[18695]: cluster 2024-04-22T23:47:27.764021+0000 mgr.smithi047.keothr (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:29 smithi047 bash[18695]: audit 2024-04-22T23:47:28.477456+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/1694302073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:29.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:29 smithi047 bash[18695]: audit 2024-04-22T23:47:28.477456+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/1694302073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:29.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:29 smithi137 bash[20197]: cluster 2024-04-22T23:47:27.764021+0000 mgr.smithi047.keothr (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:29 smithi137 bash[20197]: cluster 2024-04-22T23:47:27.764021+0000 mgr.smithi047.keothr (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:29 smithi137 bash[20197]: audit 2024-04-22T23:47:28.477456+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/1694302073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:29 smithi137 bash[20197]: audit 2024-04-22T23:47:28.477456+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/1694302073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:30.040 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:31.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:31 smithi047 bash[18695]: cluster 2024-04-22T23:47:29.765049+0000 mgr.smithi047.keothr (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:31.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:31 smithi047 bash[18695]: cluster 2024-04-22T23:47:29.765049+0000 mgr.smithi047.keothr (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:31.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:31 smithi137 bash[20197]: cluster 2024-04-22T23:47:29.765049+0000 mgr.smithi047.keothr (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:31.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:31 smithi137 bash[20197]: cluster 2024-04-22T23:47:29.765049+0000 mgr.smithi047.keothr (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:33 smithi047 bash[18695]: cluster 2024-04-22T23:47:31.766104+0000 mgr.smithi047.keothr (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:33 smithi047 bash[18695]: cluster 2024-04-22T23:47:31.766104+0000 mgr.smithi047.keothr (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:33 smithi137 bash[20197]: cluster 2024-04-22T23:47:31.766104+0000 mgr.smithi047.keothr (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:33 smithi137 bash[20197]: cluster 2024-04-22T23:47:31.766104+0000 mgr.smithi047.keothr (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:34.812 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:35.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:35 smithi047 bash[18695]: cluster 2024-04-22T23:47:33.767138+0000 mgr.smithi047.keothr (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:35.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:35 smithi047 bash[18695]: cluster 2024-04-22T23:47:33.767138+0000 mgr.smithi047.keothr (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:35.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:35 smithi137 bash[20197]: cluster 2024-04-22T23:47:33.767138+0000 mgr.smithi047.keothr (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:35.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:35 smithi137 bash[20197]: cluster 2024-04-22T23:47:33.767138+0000 mgr.smithi047.keothr (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:36.035 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:36.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:36 smithi047 bash[18695]: audit 2024-04-22T23:47:36.044798+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/2953377988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:36.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:36 smithi047 bash[18695]: audit 2024-04-22T23:47:36.044798+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/2953377988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:36.670 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:36.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:36 smithi137 bash[20197]: audit 2024-04-22T23:47:36.044798+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/2953377988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:36.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:36 smithi137 bash[20197]: audit 2024-04-22T23:47:36.044798+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/2953377988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:37.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:37 smithi047 bash[18695]: cluster 2024-04-22T23:47:35.767884+0000 mgr.smithi047.keothr (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:37.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:37 smithi047 bash[18695]: cluster 2024-04-22T23:47:35.767884+0000 mgr.smithi047.keothr (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:37.672 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:37.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:37 smithi137 bash[20197]: cluster 2024-04-22T23:47:35.767884+0000 mgr.smithi047.keothr (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:37.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:37 smithi137 bash[20197]: cluster 2024-04-22T23:47:35.767884+0000 mgr.smithi047.keothr (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:39 smithi047 bash[18695]: cluster 2024-04-22T23:47:37.768955+0000 mgr.smithi047.keothr (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:39 smithi047 bash[18695]: cluster 2024-04-22T23:47:37.768955+0000 mgr.smithi047.keothr (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:39 smithi137 bash[20197]: cluster 2024-04-22T23:47:37.768955+0000 mgr.smithi047.keothr (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:39.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:39 smithi137 bash[20197]: cluster 2024-04-22T23:47:37.768955+0000 mgr.smithi047.keothr (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:41 smithi047 bash[18695]: cluster 2024-04-22T23:47:39.769971+0000 mgr.smithi047.keothr (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:41 smithi047 bash[18695]: cluster 2024-04-22T23:47:39.769971+0000 mgr.smithi047.keothr (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:41 smithi047 bash[18695]: audit 2024-04-22T23:47:41.067473+0000 mon.smithi047 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:41.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:41 smithi047 bash[18695]: audit 2024-04-22T23:47:41.067473+0000 mon.smithi047 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:41.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:41 smithi137 bash[20197]: cluster 2024-04-22T23:47:39.769971+0000 mgr.smithi047.keothr (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:41 smithi137 bash[20197]: cluster 2024-04-22T23:47:39.769971+0000 mgr.smithi047.keothr (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:41 smithi137 bash[20197]: audit 2024-04-22T23:47:41.067473+0000 mon.smithi047 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:41.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:41 smithi137 bash[20197]: audit 2024-04-22T23:47:41.067473+0000 mon.smithi047 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:42.447 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:43.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:43 smithi047 bash[18695]: cluster 2024-04-22T23:47:41.770909+0000 mgr.smithi047.keothr (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:43.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:43 smithi047 bash[18695]: cluster 2024-04-22T23:47:41.770909+0000 mgr.smithi047.keothr (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:43.654 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:43.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:43 smithi137 bash[20197]: cluster 2024-04-22T23:47:41.770909+0000 mgr.smithi047.keothr (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:43.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:43 smithi137 bash[20197]: cluster 2024-04-22T23:47:41.770909+0000 mgr.smithi047.keothr (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:44.278 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:44.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:44 smithi047 bash[18695]: audit 2024-04-22T23:47:43.663663+0000 mon.smithi047 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.47:0/2570123321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:44 smithi047 bash[18695]: audit 2024-04-22T23:47:43.663663+0000 mon.smithi047 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.47:0/2570123321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:44 smithi137 bash[20197]: audit 2024-04-22T23:47:43.663663+0000 mon.smithi047 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.47:0/2570123321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:44.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:44 smithi137 bash[20197]: audit 2024-04-22T23:47:43.663663+0000 mon.smithi047 (mon.0) 394 : audit [DBG] from='client.? 172.21.15.47:0/2570123321' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:45.279 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:45.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:45 smithi047 bash[18695]: cluster 2024-04-22T23:47:43.771835+0000 mgr.smithi047.keothr (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:45.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:45 smithi047 bash[18695]: cluster 2024-04-22T23:47:43.771835+0000 mgr.smithi047.keothr (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:45.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:45 smithi137 bash[20197]: cluster 2024-04-22T23:47:43.771835+0000 mgr.smithi047.keothr (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:45.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:45 smithi137 bash[20197]: cluster 2024-04-22T23:47:43.771835+0000 mgr.smithi047.keothr (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:47 smithi047 bash[18695]: cluster 2024-04-22T23:47:45.772826+0000 mgr.smithi047.keothr (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:47 smithi047 bash[18695]: cluster 2024-04-22T23:47:45.772826+0000 mgr.smithi047.keothr (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:47 smithi137 bash[20197]: cluster 2024-04-22T23:47:45.772826+0000 mgr.smithi047.keothr (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:47.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:47 smithi137 bash[20197]: cluster 2024-04-22T23:47:45.772826+0000 mgr.smithi047.keothr (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:49 smithi137 bash[20197]: cluster 2024-04-22T23:47:47.773798+0000 mgr.smithi047.keothr (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:49 smithi137 bash[20197]: cluster 2024-04-22T23:47:47.773798+0000 mgr.smithi047.keothr (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:49 smithi047 bash[18695]: cluster 2024-04-22T23:47:47.773798+0000 mgr.smithi047.keothr (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:49.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:49 smithi047 bash[18695]: cluster 2024-04-22T23:47:47.773798+0000 mgr.smithi047.keothr (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:50.058 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:51.267 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:51 smithi047 bash[18695]: cluster 2024-04-22T23:47:49.774796+0000 mgr.smithi047.keothr (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:51 smithi047 bash[18695]: cluster 2024-04-22T23:47:49.774796+0000 mgr.smithi047.keothr (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:51 smithi047 bash[18695]: audit 2024-04-22T23:47:51.277023+0000 mon.smithi047 (mon.0) 395 : audit [DBG] from='client.? 172.21.15.47:0/926817241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:51 smithi047 bash[18695]: audit 2024-04-22T23:47:51.277023+0000 mon.smithi047 (mon.0) 395 : audit [DBG] from='client.? 172.21.15.47:0/926817241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:51 smithi137 bash[20197]: cluster 2024-04-22T23:47:49.774796+0000 mgr.smithi047.keothr (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:51 smithi137 bash[20197]: cluster 2024-04-22T23:47:49.774796+0000 mgr.smithi047.keothr (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:51 smithi137 bash[20197]: audit 2024-04-22T23:47:51.277023+0000 mon.smithi047 (mon.0) 395 : audit [DBG] from='client.? 172.21.15.47:0/926817241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:51 smithi137 bash[20197]: audit 2024-04-22T23:47:51.277023+0000 mon.smithi047 (mon.0) 395 : audit [DBG] from='client.? 172.21.15.47:0/926817241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:51.882 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:52.884 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:47:53.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:53 smithi137 bash[20197]: cluster 2024-04-22T23:47:51.775815+0000 mgr.smithi047.keothr (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:53.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:53 smithi137 bash[20197]: cluster 2024-04-22T23:47:51.775815+0000 mgr.smithi047.keothr (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:53.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:53 smithi047 bash[18695]: cluster 2024-04-22T23:47:51.775815+0000 mgr.smithi047.keothr (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:53.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:53 smithi047 bash[18695]: cluster 2024-04-22T23:47:51.775815+0000 mgr.smithi047.keothr (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.632 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:55 smithi137 bash[20197]: cluster 2024-04-22T23:47:53.776847+0000 mgr.smithi047.keothr (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.632 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:55 smithi137 bash[20197]: cluster 2024-04-22T23:47:53.776847+0000 mgr.smithi047.keothr (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:55 smithi047 bash[18695]: cluster 2024-04-22T23:47:53.776847+0000 mgr.smithi047.keothr (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:55.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:55 smithi047 bash[18695]: cluster 2024-04-22T23:47:53.776847+0000 mgr.smithi047.keothr (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:56.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:56 smithi137 bash[20197]: audit 2024-04-22T23:47:56.068209+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:56.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:56 smithi137 bash[20197]: audit 2024-04-22T23:47:56.068209+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:56.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:56 smithi047 bash[18695]: audit 2024-04-22T23:47:56.068209+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:56 smithi047 bash[18695]: audit 2024-04-22T23:47:56.068209+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:47:57.654 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:47:57.677 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:57 smithi047 bash[18695]: cluster 2024-04-22T23:47:55.777950+0000 mgr.smithi047.keothr (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.677 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:57 smithi047 bash[18695]: cluster 2024-04-22T23:47:55.777950+0000 mgr.smithi047.keothr (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:57 smithi137 bash[20197]: cluster 2024-04-22T23:47:55.777950+0000 mgr.smithi047.keothr (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:57.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:57 smithi137 bash[20197]: cluster 2024-04-22T23:47:55.777950+0000 mgr.smithi047.keothr (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:58.852 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:47:59.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:59 smithi047 bash[18695]: cluster 2024-04-22T23:47:57.778993+0000 mgr.smithi047.keothr (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:59 smithi047 bash[18695]: cluster 2024-04-22T23:47:57.778993+0000 mgr.smithi047.keothr (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.472 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:59 smithi047 bash[18695]: audit 2024-04-22T23:47:58.861722+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.47:0/2081137995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.472 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:47:59 smithi047 bash[18695]: audit 2024-04-22T23:47:58.861722+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.47:0/2081137995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.473 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:47:59.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:59 smithi137 bash[20197]: cluster 2024-04-22T23:47:57.778993+0000 mgr.smithi047.keothr (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:59 smithi137 bash[20197]: cluster 2024-04-22T23:47:57.778993+0000 mgr.smithi047.keothr (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:47:59.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:59 smithi137 bash[20197]: audit 2024-04-22T23:47:58.861722+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.47:0/2081137995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:47:59.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:47:59 smithi137 bash[20197]: audit 2024-04-22T23:47:58.861722+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.47:0/2081137995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:00.474 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:01.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:01 smithi137 bash[20197]: cluster 2024-04-22T23:47:59.779994+0000 mgr.smithi047.keothr (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:01.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:01 smithi137 bash[20197]: cluster 2024-04-22T23:47:59.779994+0000 mgr.smithi047.keothr (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:01.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:01 smithi047 bash[18695]: cluster 2024-04-22T23:47:59.779994+0000 mgr.smithi047.keothr (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:01.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:01 smithi047 bash[18695]: cluster 2024-04-22T23:47:59.779994+0000 mgr.smithi047.keothr (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:03 smithi137 bash[20197]: cluster 2024-04-22T23:48:01.780975+0000 mgr.smithi047.keothr (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:03 smithi137 bash[20197]: cluster 2024-04-22T23:48:01.780975+0000 mgr.smithi047.keothr (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:03 smithi047 bash[18695]: cluster 2024-04-22T23:48:01.780975+0000 mgr.smithi047.keothr (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:03.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:03 smithi047 bash[18695]: cluster 2024-04-22T23:48:01.780975+0000 mgr.smithi047.keothr (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:05.243 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:05.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:05 smithi047 bash[18695]: cluster 2024-04-22T23:48:03.781961+0000 mgr.smithi047.keothr (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:05.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:05 smithi047 bash[18695]: cluster 2024-04-22T23:48:03.781961+0000 mgr.smithi047.keothr (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:05.632 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:05 smithi137 bash[20197]: cluster 2024-04-22T23:48:03.781961+0000 mgr.smithi047.keothr (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:05.633 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:05 smithi137 bash[20197]: cluster 2024-04-22T23:48:03.781961+0000 mgr.smithi047.keothr (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:06.482 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:07.079 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:07.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:07 smithi137 bash[20197]: cluster 2024-04-22T23:48:05.782942+0000 mgr.smithi047.keothr (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:07.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:07 smithi137 bash[20197]: cluster 2024-04-22T23:48:05.782942+0000 mgr.smithi047.keothr (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:07.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:07 smithi137 bash[20197]: audit 2024-04-22T23:48:06.492456+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.47:0/4077710980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:07.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:07 smithi137 bash[20197]: audit 2024-04-22T23:48:06.492456+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.47:0/4077710980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:07.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:07 smithi047 bash[18695]: cluster 2024-04-22T23:48:05.782942+0000 mgr.smithi047.keothr (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:07.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:07 smithi047 bash[18695]: cluster 2024-04-22T23:48:05.782942+0000 mgr.smithi047.keothr (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:07.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:07 smithi047 bash[18695]: audit 2024-04-22T23:48:06.492456+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.47:0/4077710980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:07.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:07 smithi047 bash[18695]: audit 2024-04-22T23:48:06.492456+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.47:0/4077710980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:08.080 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:09.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:09 smithi047 bash[18695]: cluster 2024-04-22T23:48:07.783905+0000 mgr.smithi047.keothr (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:09 smithi047 bash[18695]: cluster 2024-04-22T23:48:07.783905+0000 mgr.smithi047.keothr (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:09 smithi137 bash[20197]: cluster 2024-04-22T23:48:07.783905+0000 mgr.smithi047.keothr (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:09.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:09 smithi137 bash[20197]: cluster 2024-04-22T23:48:07.783905+0000 mgr.smithi047.keothr (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:11 smithi137 bash[20197]: cluster 2024-04-22T23:48:09.784837+0000 mgr.smithi047.keothr (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:11 smithi137 bash[20197]: cluster 2024-04-22T23:48:09.784837+0000 mgr.smithi047.keothr (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:11 smithi137 bash[20197]: audit 2024-04-22T23:48:11.068466+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:11.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:11 smithi137 bash[20197]: audit 2024-04-22T23:48:11.068466+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:11 smithi047 bash[18695]: cluster 2024-04-22T23:48:09.784837+0000 mgr.smithi047.keothr (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:11 smithi047 bash[18695]: cluster 2024-04-22T23:48:09.784837+0000 mgr.smithi047.keothr (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:11 smithi047 bash[18695]: audit 2024-04-22T23:48:11.068466+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:11.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:11 smithi047 bash[18695]: audit 2024-04-22T23:48:11.068466+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:12.853 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:13.638 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:13 smithi047 bash[18695]: cluster 2024-04-22T23:48:11.785794+0000 mgr.smithi047.keothr (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.638 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:13 smithi047 bash[18695]: cluster 2024-04-22T23:48:11.785794+0000 mgr.smithi047.keothr (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:13 smithi137 bash[20197]: cluster 2024-04-22T23:48:11.785794+0000 mgr.smithi047.keothr (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:13.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:13 smithi137 bash[20197]: cluster 2024-04-22T23:48:11.785794+0000 mgr.smithi047.keothr (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:14.014 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:14.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:14 smithi047 bash[18695]: audit 2024-04-22T23:48:14.023761+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.47:0/3668839123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:14.665 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:14 smithi047 bash[18695]: audit 2024-04-22T23:48:14.023761+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.47:0/3668839123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:14.666 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:14.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:14 smithi137 bash[20197]: audit 2024-04-22T23:48:14.023761+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.47:0/3668839123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:14.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:14 smithi137 bash[20197]: audit 2024-04-22T23:48:14.023761+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.47:0/3668839123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:15.633 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:15 smithi137 bash[20197]: cluster 2024-04-22T23:48:13.786388+0000 mgr.smithi047.keothr (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:15.633 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:15 smithi137 bash[20197]: cluster 2024-04-22T23:48:13.786388+0000 mgr.smithi047.keothr (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:15.667 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:15.679 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:15 smithi047 bash[18695]: cluster 2024-04-22T23:48:13.786388+0000 mgr.smithi047.keothr (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:15.679 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:15 smithi047 bash[18695]: cluster 2024-04-22T23:48:13.786388+0000 mgr.smithi047.keothr (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:17 smithi137 bash[20197]: cluster 2024-04-22T23:48:15.787363+0000 mgr.smithi047.keothr (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:17 smithi137 bash[20197]: cluster 2024-04-22T23:48:15.787363+0000 mgr.smithi047.keothr (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:17 smithi047 bash[18695]: cluster 2024-04-22T23:48:15.787363+0000 mgr.smithi047.keothr (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:17.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:17 smithi047 bash[18695]: cluster 2024-04-22T23:48:15.787363+0000 mgr.smithi047.keothr (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:19 smithi047 bash[18695]: cluster 2024-04-22T23:48:17.788347+0000 mgr.smithi047.keothr (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:19 smithi047 bash[18695]: cluster 2024-04-22T23:48:17.788347+0000 mgr.smithi047.keothr (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:19 smithi137 bash[20197]: cluster 2024-04-22T23:48:17.788347+0000 mgr.smithi047.keothr (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:19.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:19 smithi137 bash[20197]: cluster 2024-04-22T23:48:17.788347+0000 mgr.smithi047.keothr (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:20.441 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:20.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:20 smithi137 bash[20197]: audit 2024-04-22T23:48:19.859747+0000 mon.smithi047 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:48:20.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:20 smithi137 bash[20197]: audit 2024-04-22T23:48:19.859747+0000 mon.smithi047 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:48:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:20 smithi047 bash[18695]: audit 2024-04-22T23:48:19.859747+0000 mon.smithi047 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:48:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:20 smithi047 bash[18695]: audit 2024-04-22T23:48:19.859747+0000 mon.smithi047 (mon.0) 401 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:48:21.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:21 smithi047 bash[18695]: cluster 2024-04-22T23:48:19.789360+0000 mgr.smithi047.keothr (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:21 smithi047 bash[18695]: cluster 2024-04-22T23:48:19.789360+0000 mgr.smithi047.keothr (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.703 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:21.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:21 smithi137 bash[20197]: cluster 2024-04-22T23:48:19.789360+0000 mgr.smithi047.keothr (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:21.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:21 smithi137 bash[20197]: cluster 2024-04-22T23:48:19.789360+0000 mgr.smithi047.keothr (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:22.266 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:22.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:22 smithi047 bash[18695]: audit 2024-04-22T23:48:21.712989+0000 mon.smithi047 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.47:0/4096200984' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:22.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:22 smithi047 bash[18695]: audit 2024-04-22T23:48:21.712989+0000 mon.smithi047 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.47:0/4096200984' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:22.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:22 smithi137 bash[20197]: audit 2024-04-22T23:48:21.712989+0000 mon.smithi047 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.47:0/4096200984' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:22.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:22 smithi137 bash[20197]: audit 2024-04-22T23:48:21.712989+0000 mon.smithi047 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.47:0/4096200984' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:23.267 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:23.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:23 smithi047 bash[18695]: cluster 2024-04-22T23:48:21.789946+0000 mgr.smithi047.keothr (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:23 smithi047 bash[18695]: cluster 2024-04-22T23:48:21.789946+0000 mgr.smithi047.keothr (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:23 smithi137 bash[20197]: cluster 2024-04-22T23:48:21.789946+0000 mgr.smithi047.keothr (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:23.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:23 smithi137 bash[20197]: cluster 2024-04-22T23:48:21.789946+0000 mgr.smithi047.keothr (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:25 smithi137 bash[20197]: cluster 2024-04-22T23:48:23.790465+0000 mgr.smithi047.keothr (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:25 smithi137 bash[20197]: cluster 2024-04-22T23:48:23.790465+0000 mgr.smithi047.keothr (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:25 smithi137 bash[20197]: audit 2024-04-22T23:48:25.306609+0000 mon.smithi047 (mon.0) 403 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:25.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:25 smithi137 bash[20197]: audit 2024-04-22T23:48:25.306609+0000 mon.smithi047 (mon.0) 403 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:25.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:25 smithi047 bash[18695]: cluster 2024-04-22T23:48:23.790465+0000 mgr.smithi047.keothr (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:25 smithi047 bash[18695]: cluster 2024-04-22T23:48:23.790465+0000 mgr.smithi047.keothr (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:25.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:25 smithi047 bash[18695]: audit 2024-04-22T23:48:25.306609+0000 mon.smithi047 (mon.0) 403 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:25.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:25 smithi047 bash[18695]: audit 2024-04-22T23:48:25.306609+0000 mon.smithi047 (mon.0) 403 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:26.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:26 smithi137 bash[20197]: audit 2024-04-22T23:48:26.068843+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:26 smithi137 bash[20197]: audit 2024-04-22T23:48:26.068843+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:26.737 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:26 smithi047 bash[18695]: audit 2024-04-22T23:48:26.068843+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:26.737 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:26 smithi047 bash[18695]: audit 2024-04-22T23:48:26.068843+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:27.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:27 smithi137 bash[20197]: cluster 2024-04-22T23:48:25.791465+0000 mgr.smithi047.keothr (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:27 smithi137 bash[20197]: cluster 2024-04-22T23:48:25.791465+0000 mgr.smithi047.keothr (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:27 smithi047 bash[18695]: cluster 2024-04-22T23:48:25.791465+0000 mgr.smithi047.keothr (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:27 smithi047 bash[18695]: cluster 2024-04-22T23:48:25.791465+0000 mgr.smithi047.keothr (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:27.831 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:28.930 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:29.518 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:29 smithi047 bash[18695]: cluster 2024-04-22T23:48:27.792469+0000 mgr.smithi047.keothr (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.519 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:29 smithi047 bash[18695]: cluster 2024-04-22T23:48:27.792469+0000 mgr.smithi047.keothr (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.519 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:29 smithi047 bash[18695]: audit 2024-04-22T23:48:28.939994+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.47:0/4174854284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:29.519 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:29 smithi047 bash[18695]: audit 2024-04-22T23:48:28.939994+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.47:0/4174854284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:29.520 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:29.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:29 smithi137 bash[20197]: cluster 2024-04-22T23:48:27.792469+0000 mgr.smithi047.keothr (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:29 smithi137 bash[20197]: cluster 2024-04-22T23:48:27.792469+0000 mgr.smithi047.keothr (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:29 smithi137 bash[20197]: audit 2024-04-22T23:48:28.939994+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.47:0/4174854284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:29.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:29 smithi137 bash[20197]: audit 2024-04-22T23:48:28.939994+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.47:0/4174854284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:30.521 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:31.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:31 smithi137 bash[20197]: cluster 2024-04-22T23:48:29.793490+0000 mgr.smithi047.keothr (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:31 smithi137 bash[20197]: cluster 2024-04-22T23:48:29.793490+0000 mgr.smithi047.keothr (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:31 smithi047 bash[18695]: cluster 2024-04-22T23:48:29.793490+0000 mgr.smithi047.keothr (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:31.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:31 smithi047 bash[18695]: cluster 2024-04-22T23:48:29.793490+0000 mgr.smithi047.keothr (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: cluster 2024-04-22T23:48:31.794491+0000 mgr.smithi047.keothr (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: cluster 2024-04-22T23:48:31.794491+0000 mgr.smithi047.keothr (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.612564+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.612564+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.614676+0000 mon.smithi047 (mon.0) 407 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.614676+0000 mon.smithi047 (mon.0) 407 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.626701+0000 mon.smithi047 (mon.0) 408 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.626701+0000 mon.smithi047 (mon.0) 408 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.634934+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:33.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:33 smithi137 bash[20197]: audit 2024-04-22T23:48:32.634934+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: cluster 2024-04-22T23:48:31.794491+0000 mgr.smithi047.keothr (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: cluster 2024-04-22T23:48:31.794491+0000 mgr.smithi047.keothr (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.612564+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.612564+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.614676+0000 mon.smithi047 (mon.0) 407 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.614676+0000 mon.smithi047 (mon.0) 407 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.626701+0000 mon.smithi047 (mon.0) 408 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:33.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.626701+0000 mon.smithi047 (mon.0) 408 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:48:33.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.634934+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:33.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:33 smithi047 bash[18695]: audit 2024-04-22T23:48:32.634934+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:48:34.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:34 smithi047 bash[18695]: cluster 2024-04-22T23:48:32.617867+0000 mgr.smithi047.keothr (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:34 smithi047 bash[18695]: cluster 2024-04-22T23:48:32.617867+0000 mgr.smithi047.keothr (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:34 smithi047 bash[18695]: cluster 2024-04-22T23:48:32.619405+0000 mgr.smithi047.keothr (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:34 smithi047 bash[18695]: cluster 2024-04-22T23:48:32.619405+0000 mgr.smithi047.keothr (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:34 smithi137 bash[20197]: cluster 2024-04-22T23:48:32.617867+0000 mgr.smithi047.keothr (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:34 smithi137 bash[20197]: cluster 2024-04-22T23:48:32.617867+0000 mgr.smithi047.keothr (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:34 smithi137 bash[20197]: cluster 2024-04-22T23:48:32.619405+0000 mgr.smithi047.keothr (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:34.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:34 smithi137 bash[20197]: cluster 2024-04-22T23:48:32.619405+0000 mgr.smithi047.keothr (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:35.305 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:36.525 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:36.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:36 smithi137 bash[20197]: cluster 2024-04-22T23:48:34.620501+0000 mgr.smithi047.keothr (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:36.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:36 smithi137 bash[20197]: cluster 2024-04-22T23:48:34.620501+0000 mgr.smithi047.keothr (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:36.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:36 smithi047 bash[18695]: cluster 2024-04-22T23:48:34.620501+0000 mgr.smithi047.keothr (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:36.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:36 smithi047 bash[18695]: cluster 2024-04-22T23:48:34.620501+0000 mgr.smithi047.keothr (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:37.073 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:37.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:37 smithi137 bash[20197]: audit 2024-04-22T23:48:36.535001+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/2882971123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:37.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:37 smithi137 bash[20197]: audit 2024-04-22T23:48:36.535001+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/2882971123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:37.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:37 smithi047 bash[18695]: audit 2024-04-22T23:48:36.535001+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/2882971123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:37.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:37 smithi047 bash[18695]: audit 2024-04-22T23:48:36.535001+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/2882971123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:38.074 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:38.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:38 smithi137 bash[20197]: cluster 2024-04-22T23:48:36.621092+0000 mgr.smithi047.keothr (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:38.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:38 smithi137 bash[20197]: cluster 2024-04-22T23:48:36.621092+0000 mgr.smithi047.keothr (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:38.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:38 smithi047 bash[18695]: cluster 2024-04-22T23:48:36.621092+0000 mgr.smithi047.keothr (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:38.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:38 smithi047 bash[18695]: cluster 2024-04-22T23:48:36.621092+0000 mgr.smithi047.keothr (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:40.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:40 smithi137 bash[20197]: cluster 2024-04-22T23:48:38.622164+0000 mgr.smithi047.keothr (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:40.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:40 smithi137 bash[20197]: cluster 2024-04-22T23:48:38.622164+0000 mgr.smithi047.keothr (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:40.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:40 smithi047 bash[18695]: cluster 2024-04-22T23:48:38.622164+0000 mgr.smithi047.keothr (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:40.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:40 smithi047 bash[18695]: cluster 2024-04-22T23:48:38.622164+0000 mgr.smithi047.keothr (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:41 smithi047 bash[18695]: audit 2024-04-22T23:48:41.069371+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:41 smithi047 bash[18695]: audit 2024-04-22T23:48:41.069371+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:41.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:41 smithi137 bash[20197]: audit 2024-04-22T23:48:41.069371+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:41.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:41 smithi137 bash[20197]: audit 2024-04-22T23:48:41.069371+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:42.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:42 smithi047 bash[18695]: cluster 2024-04-22T23:48:40.623224+0000 mgr.smithi047.keothr (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:42.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:42 smithi047 bash[18695]: cluster 2024-04-22T23:48:40.623224+0000 mgr.smithi047.keothr (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:42.846 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:42.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:42 smithi137 bash[20197]: cluster 2024-04-22T23:48:40.623224+0000 mgr.smithi047.keothr (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:42.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:42 smithi137 bash[20197]: cluster 2024-04-22T23:48:40.623224+0000 mgr.smithi047.keothr (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:44.022 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:44.655 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:44.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:44 smithi047 bash[18695]: cluster 2024-04-22T23:48:42.624181+0000 mgr.smithi047.keothr (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:44 smithi047 bash[18695]: cluster 2024-04-22T23:48:42.624181+0000 mgr.smithi047.keothr (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:44 smithi047 bash[18695]: audit 2024-04-22T23:48:44.032209+0000 mon.smithi047 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.47:0/3041878194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:44.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:44 smithi047 bash[18695]: audit 2024-04-22T23:48:44.032209+0000 mon.smithi047 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.47:0/3041878194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:44.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:44 smithi137 bash[20197]: cluster 2024-04-22T23:48:42.624181+0000 mgr.smithi047.keothr (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:44.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:44 smithi137 bash[20197]: cluster 2024-04-22T23:48:42.624181+0000 mgr.smithi047.keothr (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:44.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:44 smithi137 bash[20197]: audit 2024-04-22T23:48:44.032209+0000 mon.smithi047 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.47:0/3041878194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:44.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:44 smithi137 bash[20197]: audit 2024-04-22T23:48:44.032209+0000 mon.smithi047 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.47:0/3041878194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:45.657 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:46.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:46 smithi047 bash[18695]: cluster 2024-04-22T23:48:44.625059+0000 mgr.smithi047.keothr (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:46.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:46 smithi047 bash[18695]: cluster 2024-04-22T23:48:44.625059+0000 mgr.smithi047.keothr (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:46.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:46 smithi137 bash[20197]: cluster 2024-04-22T23:48:44.625059+0000 mgr.smithi047.keothr (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:46.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:46 smithi137 bash[20197]: cluster 2024-04-22T23:48:44.625059+0000 mgr.smithi047.keothr (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:48.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:48 smithi047 bash[18695]: cluster 2024-04-22T23:48:46.626126+0000 mgr.smithi047.keothr (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:48.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:48 smithi047 bash[18695]: cluster 2024-04-22T23:48:46.626126+0000 mgr.smithi047.keothr (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:48.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:48 smithi137 bash[20197]: cluster 2024-04-22T23:48:46.626126+0000 mgr.smithi047.keothr (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:48.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:48 smithi137 bash[20197]: cluster 2024-04-22T23:48:46.626126+0000 mgr.smithi047.keothr (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:50.424 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:50.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:50 smithi047 bash[18695]: cluster 2024-04-22T23:48:48.627143+0000 mgr.smithi047.keothr (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:50.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:50 smithi047 bash[18695]: cluster 2024-04-22T23:48:48.627143+0000 mgr.smithi047.keothr (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:50.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:50 smithi137 bash[20197]: cluster 2024-04-22T23:48:48.627143+0000 mgr.smithi047.keothr (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:50.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:50 smithi137 bash[20197]: cluster 2024-04-22T23:48:48.627143+0000 mgr.smithi047.keothr (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:51.538 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:52.108 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:52 smithi047 bash[18695]: cluster 2024-04-22T23:48:50.628115+0000 mgr.smithi047.keothr (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:52 smithi047 bash[18695]: cluster 2024-04-22T23:48:50.628115+0000 mgr.smithi047.keothr (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:52 smithi047 bash[18695]: audit 2024-04-22T23:48:51.547904+0000 mon.smithi047 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.47:0/3183962361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:52.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:52 smithi047 bash[18695]: audit 2024-04-22T23:48:51.547904+0000 mon.smithi047 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.47:0/3183962361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:52.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:52 smithi137 bash[20197]: cluster 2024-04-22T23:48:50.628115+0000 mgr.smithi047.keothr (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:52.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:52 smithi137 bash[20197]: cluster 2024-04-22T23:48:50.628115+0000 mgr.smithi047.keothr (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:52.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:52 smithi137 bash[20197]: audit 2024-04-22T23:48:51.547904+0000 mon.smithi047 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.47:0/3183962361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:52.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:52 smithi137 bash[20197]: audit 2024-04-22T23:48:51.547904+0000 mon.smithi047 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.47:0/3183962361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:53.109 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:48:54.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:54 smithi047 bash[18695]: cluster 2024-04-22T23:48:52.629091+0000 mgr.smithi047.keothr (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:54.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:54 smithi047 bash[18695]: cluster 2024-04-22T23:48:52.629091+0000 mgr.smithi047.keothr (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:54.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:54 smithi137 bash[20197]: cluster 2024-04-22T23:48:52.629091+0000 mgr.smithi047.keothr (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:54.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:54 smithi137 bash[20197]: cluster 2024-04-22T23:48:52.629091+0000 mgr.smithi047.keothr (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:56.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:56 smithi047 bash[18695]: cluster 2024-04-22T23:48:54.630098+0000 mgr.smithi047.keothr (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:56 smithi047 bash[18695]: cluster 2024-04-22T23:48:54.630098+0000 mgr.smithi047.keothr (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:56 smithi047 bash[18695]: audit 2024-04-22T23:48:56.069863+0000 mon.smithi047 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:56.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:56 smithi047 bash[18695]: audit 2024-04-22T23:48:56.069863+0000 mon.smithi047 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:56.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:56 smithi137 bash[20197]: cluster 2024-04-22T23:48:54.630098+0000 mgr.smithi047.keothr (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:56.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:56 smithi137 bash[20197]: cluster 2024-04-22T23:48:54.630098+0000 mgr.smithi047.keothr (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:56.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:56 smithi137 bash[20197]: audit 2024-04-22T23:48:56.069863+0000 mon.smithi047 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:56.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:56 smithi137 bash[20197]: audit 2024-04-22T23:48:56.069863+0000 mon.smithi047 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:48:57.888 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:48:58.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:58 smithi047 bash[18695]: cluster 2024-04-22T23:48:56.631167+0000 mgr.smithi047.keothr (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:58.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:58 smithi047 bash[18695]: cluster 2024-04-22T23:48:56.631167+0000 mgr.smithi047.keothr (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:58.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:58 smithi137 bash[20197]: cluster 2024-04-22T23:48:56.631167+0000 mgr.smithi047.keothr (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:58.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:58 smithi137 bash[20197]: cluster 2024-04-22T23:48:56.631167+0000 mgr.smithi047.keothr (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:48:58.980 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:48:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:59 smithi047 bash[18695]: audit 2024-04-22T23:48:58.990616+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.47:0/2122091749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:59.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:48:59 smithi047 bash[18695]: audit 2024-04-22T23:48:58.990616+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.47:0/2122091749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:59.631 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:48:59.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:59 smithi137 bash[20197]: audit 2024-04-22T23:48:58.990616+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.47:0/2122091749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:48:59.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:48:59 smithi137 bash[20197]: audit 2024-04-22T23:48:58.990616+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.47:0/2122091749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:00.632 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:00.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:00 smithi047 bash[18695]: cluster 2024-04-22T23:48:58.631775+0000 mgr.smithi047.keothr (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:00.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:00 smithi047 bash[18695]: cluster 2024-04-22T23:48:58.631775+0000 mgr.smithi047.keothr (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:00.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:00 smithi137 bash[20197]: cluster 2024-04-22T23:48:58.631775+0000 mgr.smithi047.keothr (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:00.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:00 smithi137 bash[20197]: cluster 2024-04-22T23:48:58.631775+0000 mgr.smithi047.keothr (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:01 smithi047 bash[18695]: cluster 2024-04-22T23:49:00.632765+0000 mgr.smithi047.keothr (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:01 smithi047 bash[18695]: cluster 2024-04-22T23:49:00.632765+0000 mgr.smithi047.keothr (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:01 smithi137 bash[20197]: cluster 2024-04-22T23:49:00.632765+0000 mgr.smithi047.keothr (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:01.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:01 smithi137 bash[20197]: cluster 2024-04-22T23:49:00.632765+0000 mgr.smithi047.keothr (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:03.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:03 smithi137 bash[20197]: cluster 2024-04-22T23:49:02.633754+0000 mgr.smithi047.keothr (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:03.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:03 smithi137 bash[20197]: cluster 2024-04-22T23:49:02.633754+0000 mgr.smithi047.keothr (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:04.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:03 smithi047 bash[18695]: cluster 2024-04-22T23:49:02.633754+0000 mgr.smithi047.keothr (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:04.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:03 smithi047 bash[18695]: cluster 2024-04-22T23:49:02.633754+0000 mgr.smithi047.keothr (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:05.406 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:05.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:05 smithi137 bash[20197]: cluster 2024-04-22T23:49:04.634746+0000 mgr.smithi047.keothr (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:05.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:05 smithi137 bash[20197]: cluster 2024-04-22T23:49:04.634746+0000 mgr.smithi047.keothr (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:06.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:05 smithi047 bash[18695]: cluster 2024-04-22T23:49:04.634746+0000 mgr.smithi047.keothr (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:06.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:05 smithi047 bash[18695]: cluster 2024-04-22T23:49:04.634746+0000 mgr.smithi047.keothr (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:06.524 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:06.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:06 smithi047 bash[18695]: audit 2024-04-22T23:49:06.533608+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.47:0/353017136' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:06.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:06 smithi047 bash[18695]: audit 2024-04-22T23:49:06.533608+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.47:0/353017136' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:06.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:06 smithi137 bash[20197]: audit 2024-04-22T23:49:06.533608+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.47:0/353017136' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:06.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:06 smithi137 bash[20197]: audit 2024-04-22T23:49:06.533608+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.47:0/353017136' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:07.167 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:07.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:07 smithi137 bash[20197]: cluster 2024-04-22T23:49:06.635773+0000 mgr.smithi047.keothr (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:07.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:07 smithi137 bash[20197]: cluster 2024-04-22T23:49:06.635773+0000 mgr.smithi047.keothr (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:08.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:07 smithi047 bash[18695]: cluster 2024-04-22T23:49:06.635773+0000 mgr.smithi047.keothr (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:08.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:07 smithi047 bash[18695]: cluster 2024-04-22T23:49:06.635773+0000 mgr.smithi047.keothr (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:08.168 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:09.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:09 smithi137 bash[20197]: cluster 2024-04-22T23:49:08.636761+0000 mgr.smithi047.keothr (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:09.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:09 smithi137 bash[20197]: cluster 2024-04-22T23:49:08.636761+0000 mgr.smithi047.keothr (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:10.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:09 smithi047 bash[18695]: cluster 2024-04-22T23:49:08.636761+0000 mgr.smithi047.keothr (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:10.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:09 smithi047 bash[18695]: cluster 2024-04-22T23:49:08.636761+0000 mgr.smithi047.keothr (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:11.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:11 smithi137 bash[20197]: cluster 2024-04-22T23:49:10.637867+0000 mgr.smithi047.keothr (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:11.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:11 smithi137 bash[20197]: cluster 2024-04-22T23:49:10.637867+0000 mgr.smithi047.keothr (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:11.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:11 smithi137 bash[20197]: audit 2024-04-22T23:49:11.070463+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:11.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:11 smithi137 bash[20197]: audit 2024-04-22T23:49:11.070463+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:12.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:11 smithi047 bash[18695]: cluster 2024-04-22T23:49:10.637867+0000 mgr.smithi047.keothr (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:12.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:11 smithi047 bash[18695]: cluster 2024-04-22T23:49:10.637867+0000 mgr.smithi047.keothr (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:12.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:11 smithi047 bash[18695]: audit 2024-04-22T23:49:11.070463+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:12.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:11 smithi047 bash[18695]: audit 2024-04-22T23:49:11.070463+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:12.944 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:13.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:13 smithi137 bash[20197]: cluster 2024-04-22T23:49:12.638999+0000 mgr.smithi047.keothr (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:13.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:13 smithi137 bash[20197]: cluster 2024-04-22T23:49:12.638999+0000 mgr.smithi047.keothr (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:14.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:13 smithi047 bash[18695]: cluster 2024-04-22T23:49:12.638999+0000 mgr.smithi047.keothr (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:14.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:13 smithi047 bash[18695]: cluster 2024-04-22T23:49:12.638999+0000 mgr.smithi047.keothr (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:14.141 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:14.759 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:14.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:14 smithi137 bash[20197]: audit 2024-04-22T23:49:14.151547+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.47:0/3044955264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:14.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:14 smithi137 bash[20197]: audit 2024-04-22T23:49:14.151547+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.47:0/3044955264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:15.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:14 smithi047 bash[18695]: audit 2024-04-22T23:49:14.151547+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.47:0/3044955264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:15.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:14 smithi047 bash[18695]: audit 2024-04-22T23:49:14.151547+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.47:0/3044955264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:15.760 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:15.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:15 smithi137 bash[20197]: cluster 2024-04-22T23:49:14.640089+0000 mgr.smithi047.keothr (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:15.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:15 smithi137 bash[20197]: cluster 2024-04-22T23:49:14.640089+0000 mgr.smithi047.keothr (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:16.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:15 smithi047 bash[18695]: cluster 2024-04-22T23:49:14.640089+0000 mgr.smithi047.keothr (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:16.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:15 smithi047 bash[18695]: cluster 2024-04-22T23:49:14.640089+0000 mgr.smithi047.keothr (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:18.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:17 smithi047 bash[18695]: cluster 2024-04-22T23:49:16.641197+0000 mgr.smithi047.keothr (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:18.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:17 smithi047 bash[18695]: cluster 2024-04-22T23:49:16.641197+0000 mgr.smithi047.keothr (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:18.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:17 smithi137 bash[20197]: cluster 2024-04-22T23:49:16.641197+0000 mgr.smithi047.keothr (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:18.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:17 smithi137 bash[20197]: cluster 2024-04-22T23:49:16.641197+0000 mgr.smithi047.keothr (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:19 smithi047 bash[18695]: cluster 2024-04-22T23:49:18.642253+0000 mgr.smithi047.keothr (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:19 smithi047 bash[18695]: cluster 2024-04-22T23:49:18.642253+0000 mgr.smithi047.keothr (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:20.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:19 smithi137 bash[20197]: cluster 2024-04-22T23:49:18.642253+0000 mgr.smithi047.keothr (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:20.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:19 smithi137 bash[20197]: cluster 2024-04-22T23:49:18.642253+0000 mgr.smithi047.keothr (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:20.530 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:21.724 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:22.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:21 smithi047 bash[18695]: cluster 2024-04-22T23:49:20.643292+0000 mgr.smithi047.keothr (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:22.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:21 smithi047 bash[18695]: cluster 2024-04-22T23:49:20.643292+0000 mgr.smithi047.keothr (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:22.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:21 smithi047 bash[18695]: audit 2024-04-22T23:49:21.733851+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.47:0/3392169850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:22.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:21 smithi047 bash[18695]: audit 2024-04-22T23:49:21.733851+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.47:0/3392169850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:22.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:21 smithi137 bash[20197]: cluster 2024-04-22T23:49:20.643292+0000 mgr.smithi047.keothr (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:22.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:21 smithi137 bash[20197]: cluster 2024-04-22T23:49:20.643292+0000 mgr.smithi047.keothr (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:22.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:21 smithi137 bash[20197]: audit 2024-04-22T23:49:21.733851+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.47:0/3392169850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:22.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:21 smithi137 bash[20197]: audit 2024-04-22T23:49:21.733851+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.47:0/3392169850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:22.363 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:23.364 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:24.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:23 smithi047 bash[18695]: cluster 2024-04-22T23:49:22.644340+0000 mgr.smithi047.keothr (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:24.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:23 smithi047 bash[18695]: cluster 2024-04-22T23:49:22.644340+0000 mgr.smithi047.keothr (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:24.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:23 smithi137 bash[20197]: cluster 2024-04-22T23:49:22.644340+0000 mgr.smithi047.keothr (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:24.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:23 smithi137 bash[20197]: cluster 2024-04-22T23:49:22.644340+0000 mgr.smithi047.keothr (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:25.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:25 smithi137 bash[20197]: cluster 2024-04-22T23:49:24.645391+0000 mgr.smithi047.keothr (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:25.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:25 smithi137 bash[20197]: cluster 2024-04-22T23:49:24.645391+0000 mgr.smithi047.keothr (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:26.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:25 smithi047 bash[18695]: cluster 2024-04-22T23:49:24.645391+0000 mgr.smithi047.keothr (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:26.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:25 smithi047 bash[18695]: cluster 2024-04-22T23:49:24.645391+0000 mgr.smithi047.keothr (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:27.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:26 smithi047 bash[18695]: audit 2024-04-22T23:49:26.070671+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:27.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:26 smithi047 bash[18695]: audit 2024-04-22T23:49:26.070671+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:27.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:26 smithi137 bash[20197]: audit 2024-04-22T23:49:26.070671+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:27.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:26 smithi137 bash[20197]: audit 2024-04-22T23:49:26.070671+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:28.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:27 smithi047 bash[18695]: cluster 2024-04-22T23:49:26.646360+0000 mgr.smithi047.keothr (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:28.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:27 smithi047 bash[18695]: cluster 2024-04-22T23:49:26.646360+0000 mgr.smithi047.keothr (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:28.140 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:28.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:27 smithi137 bash[20197]: cluster 2024-04-22T23:49:26.646360+0000 mgr.smithi047.keothr (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:28.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:27 smithi137 bash[20197]: cluster 2024-04-22T23:49:26.646360+0000 mgr.smithi047.keothr (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:29.296 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:29.942 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:30.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:29 smithi047 bash[18695]: cluster 2024-04-22T23:49:28.647385+0000 mgr.smithi047.keothr (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:29 smithi047 bash[18695]: cluster 2024-04-22T23:49:28.647385+0000 mgr.smithi047.keothr (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:29 smithi047 bash[18695]: audit 2024-04-22T23:49:29.306440+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.47:0/282471718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:30.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:29 smithi047 bash[18695]: audit 2024-04-22T23:49:29.306440+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.47:0/282471718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:30.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:29 smithi137 bash[20197]: cluster 2024-04-22T23:49:28.647385+0000 mgr.smithi047.keothr (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:29 smithi137 bash[20197]: cluster 2024-04-22T23:49:28.647385+0000 mgr.smithi047.keothr (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:30.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:29 smithi137 bash[20197]: audit 2024-04-22T23:49:29.306440+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.47:0/282471718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:30.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:29 smithi137 bash[20197]: audit 2024-04-22T23:49:29.306440+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.47:0/282471718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:30.943 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:32.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:31 smithi047 bash[18695]: cluster 2024-04-22T23:49:30.648358+0000 mgr.smithi047.keothr (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:31 smithi047 bash[18695]: cluster 2024-04-22T23:49:30.648358+0000 mgr.smithi047.keothr (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:31 smithi137 bash[20197]: cluster 2024-04-22T23:49:30.648358+0000 mgr.smithi047.keothr (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:32.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:31 smithi137 bash[20197]: cluster 2024-04-22T23:49:30.648358+0000 mgr.smithi047.keothr (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:33.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:32 smithi047 bash[18695]: audit 2024-04-22T23:49:32.734059+0000 mon.smithi047 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:33.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:32 smithi047 bash[18695]: audit 2024-04-22T23:49:32.734059+0000 mon.smithi047 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:33.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:32 smithi137 bash[20197]: audit 2024-04-22T23:49:32.734059+0000 mon.smithi047 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:33.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:32 smithi137 bash[20197]: audit 2024-04-22T23:49:32.734059+0000 mon.smithi047 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:49:34.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:33 smithi047 bash[18695]: cluster 2024-04-22T23:49:32.649320+0000 mgr.smithi047.keothr (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:34.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:33 smithi047 bash[18695]: cluster 2024-04-22T23:49:32.649320+0000 mgr.smithi047.keothr (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:34.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:33 smithi137 bash[20197]: cluster 2024-04-22T23:49:32.649320+0000 mgr.smithi047.keothr (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:34.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:33 smithi137 bash[20197]: cluster 2024-04-22T23:49:32.649320+0000 mgr.smithi047.keothr (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:35.713 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:35.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:35 smithi137 bash[20197]: cluster 2024-04-22T23:49:34.650299+0000 mgr.smithi047.keothr (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:35.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:35 smithi137 bash[20197]: cluster 2024-04-22T23:49:34.650299+0000 mgr.smithi047.keothr (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:36.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:35 smithi047 bash[18695]: cluster 2024-04-22T23:49:34.650299+0000 mgr.smithi047.keothr (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:36.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:35 smithi047 bash[18695]: cluster 2024-04-22T23:49:34.650299+0000 mgr.smithi047.keothr (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:37.007 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:37.624 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:38.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:37 smithi047 bash[18695]: cluster 2024-04-22T23:49:36.650869+0000 mgr.smithi047.keothr (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:37 smithi047 bash[18695]: cluster 2024-04-22T23:49:36.650869+0000 mgr.smithi047.keothr (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:37 smithi047 bash[18695]: audit 2024-04-22T23:49:37.018157+0000 mon.smithi047 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.47:0/396346473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:38.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:37 smithi047 bash[18695]: audit 2024-04-22T23:49:37.018157+0000 mon.smithi047 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.47:0/396346473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:38.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:37 smithi137 bash[20197]: cluster 2024-04-22T23:49:36.650869+0000 mgr.smithi047.keothr (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:37 smithi137 bash[20197]: cluster 2024-04-22T23:49:36.650869+0000 mgr.smithi047.keothr (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:38.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:37 smithi137 bash[20197]: audit 2024-04-22T23:49:37.018157+0000 mon.smithi047 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.47:0/396346473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:38.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:37 smithi137 bash[20197]: audit 2024-04-22T23:49:37.018157+0000 mon.smithi047 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.47:0/396346473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:38.625 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:39.960 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:39 smithi137 bash[20197]: cluster 2024-04-22T23:49:38.651426+0000 mgr.smithi047.keothr (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:39.961 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:39 smithi137 bash[20197]: cluster 2024-04-22T23:49:38.651426+0000 mgr.smithi047.keothr (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:39 smithi047 bash[18695]: cluster 2024-04-22T23:49:38.651426+0000 mgr.smithi047.keothr (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:39 smithi047 bash[18695]: cluster 2024-04-22T23:49:38.651426+0000 mgr.smithi047.keothr (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.358625+0000 mon.smithi047 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.358625+0000 mon.smithi047 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.360703+0000 mon.smithi047 (mon.0) 425 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.360703+0000 mon.smithi047 (mon.0) 425 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: cluster 2024-04-22T23:49:40.363623+0000 mgr.smithi047.keothr (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: cluster 2024-04-22T23:49:40.363623+0000 mgr.smithi047.keothr (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: cluster 2024-04-22T23:49:40.364862+0000 mgr.smithi047.keothr (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: cluster 2024-04-22T23:49:40.364862+0000 mgr.smithi047.keothr (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:40.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.372349+0000 mon.smithi047 (mon.0) 426 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:49:40.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.372349+0000 mon.smithi047 (mon.0) 426 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:49:40.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.380653+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:40.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:40 smithi137 bash[20197]: audit 2024-04-22T23:49:40.380653+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.358625+0000 mon.smithi047 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.358625+0000 mon.smithi047 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.360703+0000 mon.smithi047 (mon.0) 425 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.360703+0000 mon.smithi047 (mon.0) 425 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: cluster 2024-04-22T23:49:40.363623+0000 mgr.smithi047.keothr (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: cluster 2024-04-22T23:49:40.363623+0000 mgr.smithi047.keothr (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:41.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: cluster 2024-04-22T23:49:40.364862+0000 mgr.smithi047.keothr (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:41.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: cluster 2024-04-22T23:49:40.364862+0000 mgr.smithi047.keothr (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:41.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.372349+0000 mon.smithi047 (mon.0) 426 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:49:41.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.372349+0000 mon.smithi047 (mon.0) 426 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:49:41.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.380653+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:41.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:40 smithi047 bash[18695]: audit 2024-04-22T23:49:40.380653+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:49:42.058 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:41 smithi047 bash[18695]: audit 2024-04-22T23:49:41.071221+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:42.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:41 smithi047 bash[18695]: audit 2024-04-22T23:49:41.071221+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:42.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:41 smithi137 bash[20197]: audit 2024-04-22T23:49:41.071221+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:42.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:41 smithi137 bash[20197]: audit 2024-04-22T23:49:41.071221+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:43.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:42 smithi047 bash[18695]: cluster 2024-04-22T23:49:42.365838+0000 mgr.smithi047.keothr (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:43.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:42 smithi047 bash[18695]: cluster 2024-04-22T23:49:42.365838+0000 mgr.smithi047.keothr (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:43.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:42 smithi137 bash[20197]: cluster 2024-04-22T23:49:42.365838+0000 mgr.smithi047.keothr (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:43.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:42 smithi137 bash[20197]: cluster 2024-04-22T23:49:42.365838+0000 mgr.smithi047.keothr (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:43.407 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:44.494 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:45.099 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:45.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:45 smithi137 bash[20197]: cluster 2024-04-22T23:49:44.366814+0000 mgr.smithi047.keothr (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:45.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:45 smithi137 bash[20197]: cluster 2024-04-22T23:49:44.366814+0000 mgr.smithi047.keothr (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:45.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:45 smithi137 bash[20197]: audit 2024-04-22T23:49:44.504896+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.47:0/2389736123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:45.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:45 smithi137 bash[20197]: audit 2024-04-22T23:49:44.504896+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.47:0/2389736123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:45.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:45 smithi047 bash[18695]: cluster 2024-04-22T23:49:44.366814+0000 mgr.smithi047.keothr (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:45.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:45 smithi047 bash[18695]: cluster 2024-04-22T23:49:44.366814+0000 mgr.smithi047.keothr (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:45.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:45 smithi047 bash[18695]: audit 2024-04-22T23:49:44.504896+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.47:0/2389736123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:45.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:45 smithi047 bash[18695]: audit 2024-04-22T23:49:44.504896+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.47:0/2389736123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:46.101 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:47.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:47 smithi137 bash[20197]: cluster 2024-04-22T23:49:46.367437+0000 mgr.smithi047.keothr (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:47.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:47 smithi137 bash[20197]: cluster 2024-04-22T23:49:46.367437+0000 mgr.smithi047.keothr (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:47.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:47 smithi047 bash[18695]: cluster 2024-04-22T23:49:46.367437+0000 mgr.smithi047.keothr (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:47.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:47 smithi047 bash[18695]: cluster 2024-04-22T23:49:46.367437+0000 mgr.smithi047.keothr (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:49.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:49 smithi137 bash[20197]: cluster 2024-04-22T23:49:48.368352+0000 mgr.smithi047.keothr (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:49.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:49 smithi137 bash[20197]: cluster 2024-04-22T23:49:48.368352+0000 mgr.smithi047.keothr (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:49.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:49 smithi047 bash[18695]: cluster 2024-04-22T23:49:48.368352+0000 mgr.smithi047.keothr (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:49.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:49 smithi047 bash[18695]: cluster 2024-04-22T23:49:48.368352+0000 mgr.smithi047.keothr (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:50.877 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:51.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:51 smithi137 bash[20197]: cluster 2024-04-22T23:49:50.369365+0000 mgr.smithi047.keothr (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:51.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:51 smithi137 bash[20197]: cluster 2024-04-22T23:49:50.369365+0000 mgr.smithi047.keothr (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:51.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:51 smithi047 bash[18695]: cluster 2024-04-22T23:49:50.369365+0000 mgr.smithi047.keothr (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:51.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:51 smithi047 bash[18695]: cluster 2024-04-22T23:49:50.369365+0000 mgr.smithi047.keothr (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:52.032 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:52.679 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:49:52.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:52 smithi137 bash[20197]: audit 2024-04-22T23:49:52.042520+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.47:0/2335589525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:52.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:52 smithi137 bash[20197]: audit 2024-04-22T23:49:52.042520+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.47:0/2335589525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:52.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:52 smithi047 bash[18695]: audit 2024-04-22T23:49:52.042520+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.47:0/2335589525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:52.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:52 smithi047 bash[18695]: audit 2024-04-22T23:49:52.042520+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.47:0/2335589525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:49:53.681 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:49:53.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:53 smithi047 bash[18695]: cluster 2024-04-22T23:49:52.370513+0000 mgr.smithi047.keothr (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:53.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:53 smithi047 bash[18695]: cluster 2024-04-22T23:49:52.370513+0000 mgr.smithi047.keothr (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:53.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:53 smithi137 bash[20197]: cluster 2024-04-22T23:49:52.370513+0000 mgr.smithi047.keothr (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:53.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:53 smithi137 bash[20197]: cluster 2024-04-22T23:49:52.370513+0000 mgr.smithi047.keothr (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:55.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:55 smithi137 bash[20197]: cluster 2024-04-22T23:49:54.371680+0000 mgr.smithi047.keothr (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:55.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:55 smithi137 bash[20197]: cluster 2024-04-22T23:49:54.371680+0000 mgr.smithi047.keothr (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:55.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:55 smithi047 bash[18695]: cluster 2024-04-22T23:49:54.371680+0000 mgr.smithi047.keothr (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:55.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:55 smithi047 bash[18695]: cluster 2024-04-22T23:49:54.371680+0000 mgr.smithi047.keothr (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:56.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:56 smithi137 bash[20197]: audit 2024-04-22T23:49:56.071712+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:56.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:56 smithi137 bash[20197]: audit 2024-04-22T23:49:56.071712+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:56 smithi047 bash[18695]: audit 2024-04-22T23:49:56.071712+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:56 smithi047 bash[18695]: audit 2024-04-22T23:49:56.071712+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:49:57.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:57 smithi137 bash[20197]: cluster 2024-04-22T23:49:56.372771+0000 mgr.smithi047.keothr (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:57.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:57 smithi137 bash[20197]: cluster 2024-04-22T23:49:56.372771+0000 mgr.smithi047.keothr (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:57.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:57 smithi047 bash[18695]: cluster 2024-04-22T23:49:56.372771+0000 mgr.smithi047.keothr (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:57.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:57 smithi047 bash[18695]: cluster 2024-04-22T23:49:56.372771+0000 mgr.smithi047.keothr (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:58.457 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:49:59.569 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:49:59.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:59 smithi137 bash[20197]: cluster 2024-04-22T23:49:58.373863+0000 mgr.smithi047.keothr (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:59.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:49:59 smithi137 bash[20197]: cluster 2024-04-22T23:49:58.373863+0000 mgr.smithi047.keothr (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:59.744 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:59 smithi047 bash[18695]: cluster 2024-04-22T23:49:58.373863+0000 mgr.smithi047.keothr (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:49:59.744 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:49:59 smithi047 bash[18695]: cluster 2024-04-22T23:49:58.373863+0000 mgr.smithi047.keothr (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:00.225 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:00.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:00 smithi047 bash[18695]: audit 2024-04-22T23:49:59.579819+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.47:0/1908437504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:00.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:00 smithi047 bash[18695]: audit 2024-04-22T23:49:59.579819+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.47:0/1908437504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:00.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:00 smithi047 bash[18695]: cluster 2024-04-22T23:50:00.000150+0000 mon.smithi047 (mon.0) 433 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:00 smithi047 bash[18695]: cluster 2024-04-22T23:50:00.000150+0000 mon.smithi047 (mon.0) 433 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:00 smithi137 bash[20197]: audit 2024-04-22T23:49:59.579819+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.47:0/1908437504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:00.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:00 smithi137 bash[20197]: audit 2024-04-22T23:49:59.579819+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.47:0/1908437504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:00.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:00 smithi137 bash[20197]: cluster 2024-04-22T23:50:00.000150+0000 mon.smithi047 (mon.0) 433 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:00.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:00 smithi137 bash[20197]: cluster 2024-04-22T23:50:00.000150+0000 mon.smithi047 (mon.0) 433 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:50:01.226 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:01.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:01 smithi047 bash[18695]: cluster 2024-04-22T23:50:00.375043+0000 mgr.smithi047.keothr (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:01.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:01 smithi047 bash[18695]: cluster 2024-04-22T23:50:00.375043+0000 mgr.smithi047.keothr (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:01.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:01 smithi137 bash[20197]: cluster 2024-04-22T23:50:00.375043+0000 mgr.smithi047.keothr (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:01.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:01 smithi137 bash[20197]: cluster 2024-04-22T23:50:00.375043+0000 mgr.smithi047.keothr (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:03.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:03 smithi137 bash[20197]: cluster 2024-04-22T23:50:02.376116+0000 mgr.smithi047.keothr (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:03.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:03 smithi137 bash[20197]: cluster 2024-04-22T23:50:02.376116+0000 mgr.smithi047.keothr (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:03.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:03 smithi047 bash[18695]: cluster 2024-04-22T23:50:02.376116+0000 mgr.smithi047.keothr (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:03.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:03 smithi047 bash[18695]: cluster 2024-04-22T23:50:02.376116+0000 mgr.smithi047.keothr (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:05.762 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:05 smithi047 bash[18695]: cluster 2024-04-22T23:50:04.377234+0000 mgr.smithi047.keothr (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:05.762 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:05 smithi047 bash[18695]: cluster 2024-04-22T23:50:04.377234+0000 mgr.smithi047.keothr (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:05.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:05 smithi137 bash[20197]: cluster 2024-04-22T23:50:04.377234+0000 mgr.smithi047.keothr (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:05.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:05 smithi137 bash[20197]: cluster 2024-04-22T23:50:04.377234+0000 mgr.smithi047.keothr (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:06.000 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:07.113 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:07.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:07 smithi047 bash[18695]: cluster 2024-04-22T23:50:06.378333+0000 mgr.smithi047.keothr (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:07.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:07 smithi047 bash[18695]: cluster 2024-04-22T23:50:06.378333+0000 mgr.smithi047.keothr (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:07.768 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:07 smithi047 bash[18695]: audit 2024-04-22T23:50:07.123735+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.47:0/1176312365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:07.768 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:07 smithi047 bash[18695]: audit 2024-04-22T23:50:07.123735+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.47:0/1176312365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:07.768 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:07.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:07 smithi137 bash[20197]: cluster 2024-04-22T23:50:06.378333+0000 mgr.smithi047.keothr (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:07.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:07 smithi137 bash[20197]: cluster 2024-04-22T23:50:06.378333+0000 mgr.smithi047.keothr (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:07.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:07 smithi137 bash[20197]: audit 2024-04-22T23:50:07.123735+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.47:0/1176312365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:07.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:07 smithi137 bash[20197]: audit 2024-04-22T23:50:07.123735+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.47:0/1176312365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:08.770 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:09.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:09 smithi047 bash[18695]: cluster 2024-04-22T23:50:08.379449+0000 mgr.smithi047.keothr (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:09.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:09 smithi047 bash[18695]: cluster 2024-04-22T23:50:08.379449+0000 mgr.smithi047.keothr (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:09.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:09 smithi137 bash[20197]: cluster 2024-04-22T23:50:08.379449+0000 mgr.smithi047.keothr (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:09.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:09 smithi137 bash[20197]: cluster 2024-04-22T23:50:08.379449+0000 mgr.smithi047.keothr (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:11.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:11 smithi047 bash[18695]: cluster 2024-04-22T23:50:10.380481+0000 mgr.smithi047.keothr (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:11.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:11 smithi047 bash[18695]: cluster 2024-04-22T23:50:10.380481+0000 mgr.smithi047.keothr (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:11.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:11 smithi047 bash[18695]: audit 2024-04-22T23:50:11.072141+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:11.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:11 smithi047 bash[18695]: audit 2024-04-22T23:50:11.072141+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:11.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:11 smithi137 bash[20197]: cluster 2024-04-22T23:50:10.380481+0000 mgr.smithi047.keothr (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:11.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:11 smithi137 bash[20197]: cluster 2024-04-22T23:50:10.380481+0000 mgr.smithi047.keothr (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:11.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:11 smithi137 bash[20197]: audit 2024-04-22T23:50:11.072141+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:11.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:11 smithi137 bash[20197]: audit 2024-04-22T23:50:11.072141+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:13.542 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:13.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:13 smithi047 bash[18695]: cluster 2024-04-22T23:50:12.381496+0000 mgr.smithi047.keothr (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:13.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:13 smithi047 bash[18695]: cluster 2024-04-22T23:50:12.381496+0000 mgr.smithi047.keothr (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:13.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:13 smithi137 bash[20197]: cluster 2024-04-22T23:50:12.381496+0000 mgr.smithi047.keothr (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:13.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:13 smithi137 bash[20197]: cluster 2024-04-22T23:50:12.381496+0000 mgr.smithi047.keothr (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:14.839 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:15.386 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:15.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:15 smithi047 bash[18695]: cluster 2024-04-22T23:50:14.382571+0000 mgr.smithi047.keothr (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:15.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:15 smithi047 bash[18695]: cluster 2024-04-22T23:50:14.382571+0000 mgr.smithi047.keothr (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:15.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:15 smithi047 bash[18695]: audit 2024-04-22T23:50:14.850146+0000 mon.smithi047 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.47:0/3113437336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:15.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:15 smithi047 bash[18695]: audit 2024-04-22T23:50:14.850146+0000 mon.smithi047 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.47:0/3113437336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:15.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:15 smithi137 bash[20197]: cluster 2024-04-22T23:50:14.382571+0000 mgr.smithi047.keothr (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:15.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:15 smithi137 bash[20197]: cluster 2024-04-22T23:50:14.382571+0000 mgr.smithi047.keothr (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:15.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:15 smithi137 bash[20197]: audit 2024-04-22T23:50:14.850146+0000 mon.smithi047 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.47:0/3113437336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:15.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:15 smithi137 bash[20197]: audit 2024-04-22T23:50:14.850146+0000 mon.smithi047 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.47:0/3113437336' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:16.387 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:17.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:17 smithi047 bash[18695]: cluster 2024-04-22T23:50:16.383670+0000 mgr.smithi047.keothr (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:17.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:17 smithi047 bash[18695]: cluster 2024-04-22T23:50:16.383670+0000 mgr.smithi047.keothr (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:17.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:17 smithi137 bash[20197]: cluster 2024-04-22T23:50:16.383670+0000 mgr.smithi047.keothr (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:17.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:17 smithi137 bash[20197]: cluster 2024-04-22T23:50:16.383670+0000 mgr.smithi047.keothr (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:19.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:19 smithi047 bash[18695]: cluster 2024-04-22T23:50:18.384697+0000 mgr.smithi047.keothr (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:19.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:19 smithi047 bash[18695]: cluster 2024-04-22T23:50:18.384697+0000 mgr.smithi047.keothr (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:19.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:19 smithi137 bash[20197]: cluster 2024-04-22T23:50:18.384697+0000 mgr.smithi047.keothr (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:19.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:19 smithi137 bash[20197]: cluster 2024-04-22T23:50:18.384697+0000 mgr.smithi047.keothr (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:21.166 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:21.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:21 smithi047 bash[18695]: cluster 2024-04-22T23:50:20.385771+0000 mgr.smithi047.keothr (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:21.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:21 smithi047 bash[18695]: cluster 2024-04-22T23:50:20.385771+0000 mgr.smithi047.keothr (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:21.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:21 smithi137 bash[20197]: cluster 2024-04-22T23:50:20.385771+0000 mgr.smithi047.keothr (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:21.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:21 smithi137 bash[20197]: cluster 2024-04-22T23:50:20.385771+0000 mgr.smithi047.keothr (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:22.286 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:22.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:22 smithi047 bash[18695]: audit 2024-04-22T23:50:22.297125+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.47:0/2104820844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:22.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:22 smithi047 bash[18695]: audit 2024-04-22T23:50:22.297125+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.47:0/2104820844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:22.869 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:22.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:22 smithi137 bash[20197]: audit 2024-04-22T23:50:22.297125+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.47:0/2104820844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:22.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:22 smithi137 bash[20197]: audit 2024-04-22T23:50:22.297125+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.47:0/2104820844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:23.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:23 smithi047 bash[18695]: cluster 2024-04-22T23:50:22.386427+0000 mgr.smithi047.keothr (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:23.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:23 smithi047 bash[18695]: cluster 2024-04-22T23:50:22.386427+0000 mgr.smithi047.keothr (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:23.871 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:23.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:23 smithi137 bash[20197]: cluster 2024-04-22T23:50:22.386427+0000 mgr.smithi047.keothr (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:23.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:23 smithi137 bash[20197]: cluster 2024-04-22T23:50:22.386427+0000 mgr.smithi047.keothr (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:25.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:25 smithi047 bash[18695]: cluster 2024-04-22T23:50:24.387373+0000 mgr.smithi047.keothr (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:25.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:25 smithi047 bash[18695]: cluster 2024-04-22T23:50:24.387373+0000 mgr.smithi047.keothr (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:25.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:25 smithi137 bash[20197]: cluster 2024-04-22T23:50:24.387373+0000 mgr.smithi047.keothr (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:25.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:25 smithi137 bash[20197]: cluster 2024-04-22T23:50:24.387373+0000 mgr.smithi047.keothr (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:26.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:26 smithi047 bash[18695]: audit 2024-04-22T23:50:26.072696+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:26.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:26 smithi047 bash[18695]: audit 2024-04-22T23:50:26.072696+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:26.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:26 smithi137 bash[20197]: audit 2024-04-22T23:50:26.072696+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:26.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:26 smithi137 bash[20197]: audit 2024-04-22T23:50:26.072696+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:27.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:27 smithi047 bash[18695]: cluster 2024-04-22T23:50:26.388300+0000 mgr.smithi047.keothr (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:27.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:27 smithi047 bash[18695]: cluster 2024-04-22T23:50:26.388300+0000 mgr.smithi047.keothr (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:27.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:27 smithi137 bash[20197]: cluster 2024-04-22T23:50:26.388300+0000 mgr.smithi047.keothr (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:27.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:27 smithi137 bash[20197]: cluster 2024-04-22T23:50:26.388300+0000 mgr.smithi047.keothr (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:28.651 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:28.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:28 smithi047 bash[18695]: cluster 2024-04-22T23:50:28.389304+0000 mgr.smithi047.keothr (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:28.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:28 smithi047 bash[18695]: cluster 2024-04-22T23:50:28.389304+0000 mgr.smithi047.keothr (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:28.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:28 smithi137 bash[20197]: cluster 2024-04-22T23:50:28.389304+0000 mgr.smithi047.keothr (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:28.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:28 smithi137 bash[20197]: cluster 2024-04-22T23:50:28.389304+0000 mgr.smithi047.keothr (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:29.867 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:30.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:29 smithi137 bash[20197]: audit 2024-04-22T23:50:29.878252+0000 mon.smithi047 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.47:0/127085586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:30.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:29 smithi137 bash[20197]: audit 2024-04-22T23:50:29.878252+0000 mon.smithi047 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.47:0/127085586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:30.308 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:29 smithi047 bash[18695]: audit 2024-04-22T23:50:29.878252+0000 mon.smithi047 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.47:0/127085586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:30.308 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:29 smithi047 bash[18695]: audit 2024-04-22T23:50:29.878252+0000 mon.smithi047 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.47:0/127085586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:30.545 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:31.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:30 smithi137 bash[20197]: cluster 2024-04-22T23:50:30.390295+0000 mgr.smithi047.keothr (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:30 smithi137 bash[20197]: cluster 2024-04-22T23:50:30.390295+0000 mgr.smithi047.keothr (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.308 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:30 smithi047 bash[18695]: cluster 2024-04-22T23:50:30.390295+0000 mgr.smithi047.keothr (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.308 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:30 smithi047 bash[18695]: cluster 2024-04-22T23:50:30.390295+0000 mgr.smithi047.keothr (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:31.546 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:33.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:33 smithi137 bash[20197]: cluster 2024-04-22T23:50:32.391281+0000 mgr.smithi047.keothr (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:33.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:33 smithi137 bash[20197]: cluster 2024-04-22T23:50:32.391281+0000 mgr.smithi047.keothr (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:33.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:33 smithi047 bash[18695]: cluster 2024-04-22T23:50:32.391281+0000 mgr.smithi047.keothr (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:33.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:33 smithi047 bash[18695]: cluster 2024-04-22T23:50:32.391281+0000 mgr.smithi047.keothr (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:35.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:35 smithi137 bash[20197]: cluster 2024-04-22T23:50:34.392335+0000 mgr.smithi047.keothr (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:35.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:35 smithi137 bash[20197]: cluster 2024-04-22T23:50:34.392335+0000 mgr.smithi047.keothr (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:35.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:35 smithi047 bash[18695]: cluster 2024-04-22T23:50:34.392335+0000 mgr.smithi047.keothr (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:35.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:35 smithi047 bash[18695]: cluster 2024-04-22T23:50:34.392335+0000 mgr.smithi047.keothr (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:36.318 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:37.511 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:37.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:37 smithi137 bash[20197]: cluster 2024-04-22T23:50:36.393305+0000 mgr.smithi047.keothr (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:37.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:37 smithi137 bash[20197]: cluster 2024-04-22T23:50:36.393305+0000 mgr.smithi047.keothr (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:37.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:37 smithi047 bash[18695]: cluster 2024-04-22T23:50:36.393305+0000 mgr.smithi047.keothr (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:37.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:37 smithi047 bash[18695]: cluster 2024-04-22T23:50:36.393305+0000 mgr.smithi047.keothr (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:38.125 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:38.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:38 smithi137 bash[20197]: audit 2024-04-22T23:50:37.522980+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.47:0/3435396053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:38.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:38 smithi137 bash[20197]: audit 2024-04-22T23:50:37.522980+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.47:0/3435396053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:38.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:38 smithi047 bash[18695]: audit 2024-04-22T23:50:37.522980+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.47:0/3435396053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:38.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:38 smithi047 bash[18695]: audit 2024-04-22T23:50:37.522980+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.47:0/3435396053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:39.126 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:39.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:39 smithi137 bash[20197]: cluster 2024-04-22T23:50:38.394380+0000 mgr.smithi047.keothr (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:39.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:39 smithi137 bash[20197]: cluster 2024-04-22T23:50:38.394380+0000 mgr.smithi047.keothr (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:39.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:39 smithi047 bash[18695]: cluster 2024-04-22T23:50:38.394380+0000 mgr.smithi047.keothr (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:39.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:39 smithi047 bash[18695]: cluster 2024-04-22T23:50:38.394380+0000 mgr.smithi047.keothr (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:41.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:41 smithi137 bash[20197]: cluster 2024-04-22T23:50:40.395523+0000 mgr.smithi047.keothr (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:41.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:41 smithi137 bash[20197]: cluster 2024-04-22T23:50:40.395523+0000 mgr.smithi047.keothr (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:41.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:41 smithi137 bash[20197]: audit 2024-04-22T23:50:40.478621+0000 mon.smithi047 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:41.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:41 smithi137 bash[20197]: audit 2024-04-22T23:50:40.478621+0000 mon.smithi047 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:41.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:41 smithi137 bash[20197]: audit 2024-04-22T23:50:41.080370+0000 mon.smithi047 (mon.0) 442 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:41.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:41 smithi137 bash[20197]: audit 2024-04-22T23:50:41.080370+0000 mon.smithi047 (mon.0) 442 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:41 smithi047 bash[18695]: cluster 2024-04-22T23:50:40.395523+0000 mgr.smithi047.keothr (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:41 smithi047 bash[18695]: cluster 2024-04-22T23:50:40.395523+0000 mgr.smithi047.keothr (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:41 smithi047 bash[18695]: audit 2024-04-22T23:50:40.478621+0000 mon.smithi047 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:41 smithi047 bash[18695]: audit 2024-04-22T23:50:40.478621+0000 mon.smithi047 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:50:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:41 smithi047 bash[18695]: audit 2024-04-22T23:50:41.080370+0000 mon.smithi047 (mon.0) 442 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:41 smithi047 bash[18695]: audit 2024-04-22T23:50:41.080370+0000 mon.smithi047 (mon.0) 442 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:43.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:43 smithi137 bash[20197]: cluster 2024-04-22T23:50:42.396545+0000 mgr.smithi047.keothr (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:43.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:43 smithi137 bash[20197]: cluster 2024-04-22T23:50:42.396545+0000 mgr.smithi047.keothr (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:43.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:43 smithi047 bash[18695]: cluster 2024-04-22T23:50:42.396545+0000 mgr.smithi047.keothr (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:43.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:43 smithi047 bash[18695]: cluster 2024-04-22T23:50:42.396545+0000 mgr.smithi047.keothr (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:43.897 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:45.020 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:45.582 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:45.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:45 smithi047 bash[18695]: cluster 2024-04-22T23:50:44.397511+0000 mgr.smithi047.keothr (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:45.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:45 smithi047 bash[18695]: cluster 2024-04-22T23:50:44.397511+0000 mgr.smithi047.keothr (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:45.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:45 smithi047 bash[18695]: audit 2024-04-22T23:50:45.031514+0000 mon.smithi047 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.47:0/3024717767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:45.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:45 smithi047 bash[18695]: audit 2024-04-22T23:50:45.031514+0000 mon.smithi047 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.47:0/3024717767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:45.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:45 smithi137 bash[20197]: cluster 2024-04-22T23:50:44.397511+0000 mgr.smithi047.keothr (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:45.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:45 smithi137 bash[20197]: cluster 2024-04-22T23:50:44.397511+0000 mgr.smithi047.keothr (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:45.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:45 smithi137 bash[20197]: audit 2024-04-22T23:50:45.031514+0000 mon.smithi047 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.47:0/3024717767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:45.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:45 smithi137 bash[20197]: audit 2024-04-22T23:50:45.031514+0000 mon.smithi047 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.47:0/3024717767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:46.583 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:47.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:47 smithi137 bash[20197]: cluster 2024-04-22T23:50:46.398509+0000 mgr.smithi047.keothr (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:47.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:47 smithi137 bash[20197]: cluster 2024-04-22T23:50:46.398509+0000 mgr.smithi047.keothr (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:47.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:47 smithi047 bash[18695]: cluster 2024-04-22T23:50:46.398509+0000 mgr.smithi047.keothr (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:47.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:47 smithi047 bash[18695]: cluster 2024-04-22T23:50:46.398509+0000 mgr.smithi047.keothr (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:48.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.250973+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:48.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.250973+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:48.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.253074+0000 mon.smithi047 (mon.0) 445 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:48.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.253074+0000 mon.smithi047 (mon.0) 445 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:48.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.265201+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:50:48.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.265201+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:50:48.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.273564+0000 mon.smithi047 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:48.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:48 smithi047 bash[18695]: audit 2024-04-22T23:50:48.273564+0000 mon.smithi047 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.250973+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.250973+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.253074+0000 mon.smithi047 (mon.0) 445 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.253074+0000 mon.smithi047 (mon.0) 445 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.265201+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.265201+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:50:48.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.273564+0000 mon.smithi047 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:48.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:48 smithi137 bash[20197]: audit 2024-04-22T23:50:48.273564+0000 mon.smithi047 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:50:49.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:49 smithi047 bash[18695]: cluster 2024-04-22T23:50:48.256385+0000 mgr.smithi047.keothr (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:49 smithi047 bash[18695]: cluster 2024-04-22T23:50:48.256385+0000 mgr.smithi047.keothr (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:49 smithi047 bash[18695]: cluster 2024-04-22T23:50:48.257845+0000 mgr.smithi047.keothr (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:49 smithi047 bash[18695]: cluster 2024-04-22T23:50:48.257845+0000 mgr.smithi047.keothr (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:49 smithi137 bash[20197]: cluster 2024-04-22T23:50:48.256385+0000 mgr.smithi047.keothr (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:49 smithi137 bash[20197]: cluster 2024-04-22T23:50:48.256385+0000 mgr.smithi047.keothr (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:49 smithi137 bash[20197]: cluster 2024-04-22T23:50:48.257845+0000 mgr.smithi047.keothr (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:49.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:49 smithi137 bash[20197]: cluster 2024-04-22T23:50:48.257845+0000 mgr.smithi047.keothr (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:51.358 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:51.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:51 smithi047 bash[18695]: cluster 2024-04-22T23:50:50.258926+0000 mgr.smithi047.keothr (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:51.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:51 smithi047 bash[18695]: cluster 2024-04-22T23:50:50.258926+0000 mgr.smithi047.keothr (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:51.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:51 smithi137 bash[20197]: cluster 2024-04-22T23:50:50.258926+0000 mgr.smithi047.keothr (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:51.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:51 smithi137 bash[20197]: cluster 2024-04-22T23:50:50.258926+0000 mgr.smithi047.keothr (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:52.559 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:50:53.234 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:50:53.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:53 smithi047 bash[18695]: cluster 2024-04-22T23:50:52.259604+0000 mgr.smithi047.keothr (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:53.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:53 smithi047 bash[18695]: cluster 2024-04-22T23:50:52.259604+0000 mgr.smithi047.keothr (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:53.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:53 smithi047 bash[18695]: audit 2024-04-22T23:50:52.570519+0000 mon.smithi047 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.47:0/3604824335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:53.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:53 smithi047 bash[18695]: audit 2024-04-22T23:50:52.570519+0000 mon.smithi047 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.47:0/3604824335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:53.968 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:53 smithi137 bash[20197]: cluster 2024-04-22T23:50:52.259604+0000 mgr.smithi047.keothr (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:53.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:53 smithi137 bash[20197]: cluster 2024-04-22T23:50:52.259604+0000 mgr.smithi047.keothr (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:53.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:53 smithi137 bash[20197]: audit 2024-04-22T23:50:52.570519+0000 mon.smithi047 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.47:0/3604824335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:53.969 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:53 smithi137 bash[20197]: audit 2024-04-22T23:50:52.570519+0000 mon.smithi047 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.47:0/3604824335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:50:54.235 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:50:55.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:55 smithi047 bash[18695]: cluster 2024-04-22T23:50:54.260731+0000 mgr.smithi047.keothr (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:55.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:55 smithi047 bash[18695]: cluster 2024-04-22T23:50:54.260731+0000 mgr.smithi047.keothr (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:55.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:55 smithi137 bash[20197]: cluster 2024-04-22T23:50:54.260731+0000 mgr.smithi047.keothr (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:55.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:55 smithi137 bash[20197]: cluster 2024-04-22T23:50:54.260731+0000 mgr.smithi047.keothr (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:56.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:56 smithi047 bash[18695]: audit 2024-04-22T23:50:56.081527+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:56 smithi047 bash[18695]: audit 2024-04-22T23:50:56.081527+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:56.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:56 smithi137 bash[20197]: audit 2024-04-22T23:50:56.081527+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:56.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:56 smithi137 bash[20197]: audit 2024-04-22T23:50:56.081527+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:50:57.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:57 smithi047 bash[18695]: cluster 2024-04-22T23:50:56.261740+0000 mgr.smithi047.keothr (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:57.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:57 smithi047 bash[18695]: cluster 2024-04-22T23:50:56.261740+0000 mgr.smithi047.keothr (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:57.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:57 smithi137 bash[20197]: cluster 2024-04-22T23:50:56.261740+0000 mgr.smithi047.keothr (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:57.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:57 smithi137 bash[20197]: cluster 2024-04-22T23:50:56.261740+0000 mgr.smithi047.keothr (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:59.006 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:50:59.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:59 smithi047 bash[18695]: cluster 2024-04-22T23:50:58.262747+0000 mgr.smithi047.keothr (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:59.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:50:59 smithi047 bash[18695]: cluster 2024-04-22T23:50:58.262747+0000 mgr.smithi047.keothr (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:59.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:59 smithi137 bash[20197]: cluster 2024-04-22T23:50:58.262747+0000 mgr.smithi047.keothr (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:50:59.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:50:59 smithi137 bash[20197]: cluster 2024-04-22T23:50:58.262747+0000 mgr.smithi047.keothr (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:00.251 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:00.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:00 smithi047 bash[18695]: audit 2024-04-22T23:51:00.263021+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/920402569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:00.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:00 smithi047 bash[18695]: audit 2024-04-22T23:51:00.263021+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/920402569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:00.897 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:00.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:00 smithi137 bash[20197]: audit 2024-04-22T23:51:00.263021+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/920402569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:00.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:00 smithi137 bash[20197]: audit 2024-04-22T23:51:00.263021+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/920402569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:01.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:01 smithi047 bash[18695]: cluster 2024-04-22T23:51:00.263860+0000 mgr.smithi047.keothr (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:01.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:01 smithi047 bash[18695]: cluster 2024-04-22T23:51:00.263860+0000 mgr.smithi047.keothr (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:01.901 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:01.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:01 smithi137 bash[20197]: cluster 2024-04-22T23:51:00.263860+0000 mgr.smithi047.keothr (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:01.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:01 smithi137 bash[20197]: cluster 2024-04-22T23:51:00.263860+0000 mgr.smithi047.keothr (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:03.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:03 smithi047 bash[18695]: cluster 2024-04-22T23:51:02.264873+0000 mgr.smithi047.keothr (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:03.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:03 smithi047 bash[18695]: cluster 2024-04-22T23:51:02.264873+0000 mgr.smithi047.keothr (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:03.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:03 smithi137 bash[20197]: cluster 2024-04-22T23:51:02.264873+0000 mgr.smithi047.keothr (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:03.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:03 smithi137 bash[20197]: cluster 2024-04-22T23:51:02.264873+0000 mgr.smithi047.keothr (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:05.794 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:05 smithi047 bash[18695]: cluster 2024-04-22T23:51:04.265884+0000 mgr.smithi047.keothr (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:05.794 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:05 smithi047 bash[18695]: cluster 2024-04-22T23:51:04.265884+0000 mgr.smithi047.keothr (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:05.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:05 smithi137 bash[20197]: cluster 2024-04-22T23:51:04.265884+0000 mgr.smithi047.keothr (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:05.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:05 smithi137 bash[20197]: cluster 2024-04-22T23:51:04.265884+0000 mgr.smithi047.keothr (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:06.673 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:07.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:07 smithi047 bash[18695]: cluster 2024-04-22T23:51:06.266891+0000 mgr.smithi047.keothr (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:07.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:07 smithi047 bash[18695]: cluster 2024-04-22T23:51:06.266891+0000 mgr.smithi047.keothr (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:07.900 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:07.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:07 smithi137 bash[20197]: cluster 2024-04-22T23:51:06.266891+0000 mgr.smithi047.keothr (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:07.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:07 smithi137 bash[20197]: cluster 2024-04-22T23:51:06.266891+0000 mgr.smithi047.keothr (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:08.513 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:08.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:08 smithi047 bash[18695]: audit 2024-04-22T23:51:07.912057+0000 mon.smithi047 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.47:0/2348097790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:08.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:08 smithi047 bash[18695]: audit 2024-04-22T23:51:07.912057+0000 mon.smithi047 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.47:0/2348097790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:08.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:08 smithi137 bash[20197]: audit 2024-04-22T23:51:07.912057+0000 mon.smithi047 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.47:0/2348097790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:08.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:08 smithi137 bash[20197]: audit 2024-04-22T23:51:07.912057+0000 mon.smithi047 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.47:0/2348097790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:09.514 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:09.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:09 smithi047 bash[18695]: cluster 2024-04-22T23:51:08.267891+0000 mgr.smithi047.keothr (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:09.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:09 smithi047 bash[18695]: cluster 2024-04-22T23:51:08.267891+0000 mgr.smithi047.keothr (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:09 smithi137 bash[20197]: cluster 2024-04-22T23:51:08.267891+0000 mgr.smithi047.keothr (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:09.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:09 smithi137 bash[20197]: cluster 2024-04-22T23:51:08.267891+0000 mgr.smithi047.keothr (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:10 smithi047 bash[18695]: cluster 2024-04-22T23:51:10.268905+0000 mgr.smithi047.keothr (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:10 smithi047 bash[18695]: cluster 2024-04-22T23:51:10.268905+0000 mgr.smithi047.keothr (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:10 smithi137 bash[20197]: cluster 2024-04-22T23:51:10.268905+0000 mgr.smithi047.keothr (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:10.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:10 smithi137 bash[20197]: cluster 2024-04-22T23:51:10.268905+0000 mgr.smithi047.keothr (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:11.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:11 smithi047 bash[18695]: audit 2024-04-22T23:51:11.081995+0000 mon.smithi047 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:11.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:11 smithi047 bash[18695]: audit 2024-04-22T23:51:11.081995+0000 mon.smithi047 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:11.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:11 smithi137 bash[20197]: audit 2024-04-22T23:51:11.081995+0000 mon.smithi047 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:11.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:11 smithi137 bash[20197]: audit 2024-04-22T23:51:11.081995+0000 mon.smithi047 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:12 smithi137 bash[20197]: cluster 2024-04-22T23:51:12.269486+0000 mgr.smithi047.keothr (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:12.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:12 smithi137 bash[20197]: cluster 2024-04-22T23:51:12.269486+0000 mgr.smithi047.keothr (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:13.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:12 smithi047 bash[18695]: cluster 2024-04-22T23:51:12.269486+0000 mgr.smithi047.keothr (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:13.057 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:12 smithi047 bash[18695]: cluster 2024-04-22T23:51:12.269486+0000 mgr.smithi047.keothr (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:14.288 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:15.354 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:15.643 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:15 smithi137 bash[20197]: cluster 2024-04-22T23:51:14.270445+0000 mgr.smithi047.keothr (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:15.643 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:15 smithi137 bash[20197]: cluster 2024-04-22T23:51:14.270445+0000 mgr.smithi047.keothr (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:15.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:15 smithi047 bash[18695]: cluster 2024-04-22T23:51:14.270445+0000 mgr.smithi047.keothr (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:15.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:15 smithi047 bash[18695]: cluster 2024-04-22T23:51:14.270445+0000 mgr.smithi047.keothr (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:15.931 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:16.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:16 smithi137 bash[20197]: audit 2024-04-22T23:51:15.366325+0000 mon.smithi047 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.47:0/1143779364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:16.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:16 smithi137 bash[20197]: audit 2024-04-22T23:51:15.366325+0000 mon.smithi047 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.47:0/1143779364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:16.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:16 smithi047 bash[18695]: audit 2024-04-22T23:51:15.366325+0000 mon.smithi047 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.47:0/1143779364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:16.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:16 smithi047 bash[18695]: audit 2024-04-22T23:51:15.366325+0000 mon.smithi047 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.47:0/1143779364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:16.933 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:17.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:17 smithi137 bash[20197]: cluster 2024-04-22T23:51:16.271472+0000 mgr.smithi047.keothr (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:17.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:17 smithi137 bash[20197]: cluster 2024-04-22T23:51:16.271472+0000 mgr.smithi047.keothr (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:17.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:17 smithi047 bash[18695]: cluster 2024-04-22T23:51:16.271472+0000 mgr.smithi047.keothr (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:17.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:17 smithi047 bash[18695]: cluster 2024-04-22T23:51:16.271472+0000 mgr.smithi047.keothr (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:19.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:19 smithi047 bash[18695]: cluster 2024-04-22T23:51:18.272476+0000 mgr.smithi047.keothr (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:19.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:19 smithi047 bash[18695]: cluster 2024-04-22T23:51:18.272476+0000 mgr.smithi047.keothr (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:19.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:19 smithi137 bash[20197]: cluster 2024-04-22T23:51:18.272476+0000 mgr.smithi047.keothr (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:19.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:19 smithi137 bash[20197]: cluster 2024-04-22T23:51:18.272476+0000 mgr.smithi047.keothr (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:21.704 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:21.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:21 smithi137 bash[20197]: cluster 2024-04-22T23:51:20.273472+0000 mgr.smithi047.keothr (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:21.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:21 smithi137 bash[20197]: cluster 2024-04-22T23:51:20.273472+0000 mgr.smithi047.keothr (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:21.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:21 smithi047 bash[18695]: cluster 2024-04-22T23:51:20.273472+0000 mgr.smithi047.keothr (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:21.726 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:21 smithi047 bash[18695]: cluster 2024-04-22T23:51:20.273472+0000 mgr.smithi047.keothr (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:22.959 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:23.574 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:23.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:23 smithi137 bash[20197]: cluster 2024-04-22T23:51:22.274463+0000 mgr.smithi047.keothr (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:23.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:23 smithi137 bash[20197]: cluster 2024-04-22T23:51:22.274463+0000 mgr.smithi047.keothr (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:23.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:23 smithi137 bash[20197]: audit 2024-04-22T23:51:22.971360+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='client.? 172.21.15.47:0/1362641934' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:23.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:23 smithi137 bash[20197]: audit 2024-04-22T23:51:22.971360+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='client.? 172.21.15.47:0/1362641934' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:23.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:23 smithi047 bash[18695]: cluster 2024-04-22T23:51:22.274463+0000 mgr.smithi047.keothr (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:23.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:23 smithi047 bash[18695]: cluster 2024-04-22T23:51:22.274463+0000 mgr.smithi047.keothr (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:23.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:23 smithi047 bash[18695]: audit 2024-04-22T23:51:22.971360+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='client.? 172.21.15.47:0/1362641934' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:23.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:23 smithi047 bash[18695]: audit 2024-04-22T23:51:22.971360+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='client.? 172.21.15.47:0/1362641934' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:24.575 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:25.644 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:25 smithi137 bash[20197]: cluster 2024-04-22T23:51:24.275456+0000 mgr.smithi047.keothr (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:25.644 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:25 smithi137 bash[20197]: cluster 2024-04-22T23:51:24.275456+0000 mgr.smithi047.keothr (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:25.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:25 smithi047 bash[18695]: cluster 2024-04-22T23:51:24.275456+0000 mgr.smithi047.keothr (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:25.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:25 smithi047 bash[18695]: cluster 2024-04-22T23:51:24.275456+0000 mgr.smithi047.keothr (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:26.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:26 smithi137 bash[20197]: audit 2024-04-22T23:51:26.082354+0000 mon.smithi047 (mon.0) 455 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:26.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:26 smithi137 bash[20197]: audit 2024-04-22T23:51:26.082354+0000 mon.smithi047 (mon.0) 455 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:26.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:26 smithi047 bash[18695]: audit 2024-04-22T23:51:26.082354+0000 mon.smithi047 (mon.0) 455 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:26.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:26 smithi047 bash[18695]: audit 2024-04-22T23:51:26.082354+0000 mon.smithi047 (mon.0) 455 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:27.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:27 smithi137 bash[20197]: cluster 2024-04-22T23:51:26.276427+0000 mgr.smithi047.keothr (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:27.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:27 smithi137 bash[20197]: cluster 2024-04-22T23:51:26.276427+0000 mgr.smithi047.keothr (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:27.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:27 smithi047 bash[18695]: cluster 2024-04-22T23:51:26.276427+0000 mgr.smithi047.keothr (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:27.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:27 smithi047 bash[18695]: cluster 2024-04-22T23:51:26.276427+0000 mgr.smithi047.keothr (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:29.348 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:29.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:29 smithi047 bash[18695]: cluster 2024-04-22T23:51:28.277383+0000 mgr.smithi047.keothr (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:29.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:29 smithi047 bash[18695]: cluster 2024-04-22T23:51:28.277383+0000 mgr.smithi047.keothr (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:29.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:29 smithi137 bash[20197]: cluster 2024-04-22T23:51:28.277383+0000 mgr.smithi047.keothr (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:29.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:29 smithi137 bash[20197]: cluster 2024-04-22T23:51:28.277383+0000 mgr.smithi047.keothr (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:30.483 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:31.122 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:31.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:31 smithi047 bash[18695]: cluster 2024-04-22T23:51:30.277853+0000 mgr.smithi047.keothr (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:31.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:31 smithi047 bash[18695]: cluster 2024-04-22T23:51:30.277853+0000 mgr.smithi047.keothr (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:31.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:31 smithi047 bash[18695]: audit 2024-04-22T23:51:30.495757+0000 mon.smithi047 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.47:0/2866157139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:31.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:31 smithi047 bash[18695]: audit 2024-04-22T23:51:30.495757+0000 mon.smithi047 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.47:0/2866157139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:31.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:31 smithi137 bash[20197]: cluster 2024-04-22T23:51:30.277853+0000 mgr.smithi047.keothr (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:31.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:31 smithi137 bash[20197]: cluster 2024-04-22T23:51:30.277853+0000 mgr.smithi047.keothr (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:31.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:31 smithi137 bash[20197]: audit 2024-04-22T23:51:30.495757+0000 mon.smithi047 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.47:0/2866157139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:31.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:31 smithi137 bash[20197]: audit 2024-04-22T23:51:30.495757+0000 mon.smithi047 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.47:0/2866157139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:32.123 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:33.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:33 smithi137 bash[20197]: cluster 2024-04-22T23:51:32.278811+0000 mgr.smithi047.keothr (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:33.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:33 smithi137 bash[20197]: cluster 2024-04-22T23:51:32.278811+0000 mgr.smithi047.keothr (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:33.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:33 smithi047 bash[18695]: cluster 2024-04-22T23:51:32.278811+0000 mgr.smithi047.keothr (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:33.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:33 smithi047 bash[18695]: cluster 2024-04-22T23:51:32.278811+0000 mgr.smithi047.keothr (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:35.644 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:35 smithi137 bash[20197]: cluster 2024-04-22T23:51:34.279825+0000 mgr.smithi047.keothr (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:35.644 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:35 smithi137 bash[20197]: cluster 2024-04-22T23:51:34.279825+0000 mgr.smithi047.keothr (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:35.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:35 smithi047 bash[18695]: cluster 2024-04-22T23:51:34.279825+0000 mgr.smithi047.keothr (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:35.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:35 smithi047 bash[18695]: cluster 2024-04-22T23:51:34.279825+0000 mgr.smithi047.keothr (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:36.896 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:37.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:37 smithi137 bash[20197]: cluster 2024-04-22T23:51:36.280796+0000 mgr.smithi047.keothr (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:37.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:37 smithi137 bash[20197]: cluster 2024-04-22T23:51:36.280796+0000 mgr.smithi047.keothr (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:37.737 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:37 smithi047 bash[18695]: cluster 2024-04-22T23:51:36.280796+0000 mgr.smithi047.keothr (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:37.738 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:37 smithi047 bash[18695]: cluster 2024-04-22T23:51:36.280796+0000 mgr.smithi047.keothr (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:38.148 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:38.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:38 smithi047 bash[18695]: audit 2024-04-22T23:51:38.160692+0000 mon.smithi047 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.47:0/2435401463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:38.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:38 smithi047 bash[18695]: audit 2024-04-22T23:51:38.160692+0000 mon.smithi047 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.47:0/2435401463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:38.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:38 smithi137 bash[20197]: audit 2024-04-22T23:51:38.160692+0000 mon.smithi047 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.47:0/2435401463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:38.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:38 smithi137 bash[20197]: audit 2024-04-22T23:51:38.160692+0000 mon.smithi047 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.47:0/2435401463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:38.817 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:39.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:39 smithi047 bash[18695]: cluster 2024-04-22T23:51:38.281334+0000 mgr.smithi047.keothr (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:39.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:39 smithi047 bash[18695]: cluster 2024-04-22T23:51:38.281334+0000 mgr.smithi047.keothr (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:39.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:39 smithi137 bash[20197]: cluster 2024-04-22T23:51:38.281334+0000 mgr.smithi047.keothr (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:39.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:39 smithi137 bash[20197]: cluster 2024-04-22T23:51:38.281334+0000 mgr.smithi047.keothr (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:39.818 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:41 smithi137 bash[20197]: cluster 2024-04-22T23:51:40.282298+0000 mgr.smithi047.keothr (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:41 smithi137 bash[20197]: cluster 2024-04-22T23:51:40.282298+0000 mgr.smithi047.keothr (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:41 smithi137 bash[20197]: audit 2024-04-22T23:51:41.082876+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:41 smithi137 bash[20197]: audit 2024-04-22T23:51:41.082876+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:41 smithi047 bash[18695]: cluster 2024-04-22T23:51:40.282298+0000 mgr.smithi047.keothr (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:41 smithi047 bash[18695]: cluster 2024-04-22T23:51:40.282298+0000 mgr.smithi047.keothr (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:41 smithi047 bash[18695]: audit 2024-04-22T23:51:41.082876+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:41 smithi047 bash[18695]: audit 2024-04-22T23:51:41.082876+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:43.718 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:43 smithi137 bash[20197]: cluster 2024-04-22T23:51:42.283361+0000 mgr.smithi047.keothr (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:43.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:43 smithi137 bash[20197]: cluster 2024-04-22T23:51:42.283361+0000 mgr.smithi047.keothr (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:43.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:43 smithi047 bash[18695]: cluster 2024-04-22T23:51:42.283361+0000 mgr.smithi047.keothr (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:43.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:43 smithi047 bash[18695]: cluster 2024-04-22T23:51:42.283361+0000 mgr.smithi047.keothr (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:44.593 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:45.688 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:45.702 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:45 smithi047 bash[18695]: cluster 2024-04-22T23:51:44.284341+0000 mgr.smithi047.keothr (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:45.702 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:45 smithi047 bash[18695]: cluster 2024-04-22T23:51:44.284341+0000 mgr.smithi047.keothr (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:45.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:45 smithi137 bash[20197]: cluster 2024-04-22T23:51:44.284341+0000 mgr.smithi047.keothr (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:45.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:45 smithi137 bash[20197]: cluster 2024-04-22T23:51:44.284341+0000 mgr.smithi047.keothr (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:46.273 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:46.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:46 smithi047 bash[18695]: audit 2024-04-22T23:51:45.700473+0000 mon.smithi047 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.47:0/191496916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:46.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:46 smithi047 bash[18695]: audit 2024-04-22T23:51:45.700473+0000 mon.smithi047 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.47:0/191496916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:46.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:46 smithi137 bash[20197]: audit 2024-04-22T23:51:45.700473+0000 mon.smithi047 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.47:0/191496916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:46.722 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:46 smithi137 bash[20197]: audit 2024-04-22T23:51:45.700473+0000 mon.smithi047 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.47:0/191496916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:47.274 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:47.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:47 smithi047 bash[18695]: cluster 2024-04-22T23:51:46.285427+0000 mgr.smithi047.keothr (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:47.557 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:47 smithi047 bash[18695]: cluster 2024-04-22T23:51:46.285427+0000 mgr.smithi047.keothr (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:47 smithi137 bash[20197]: cluster 2024-04-22T23:51:46.285427+0000 mgr.smithi047.keothr (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:47 smithi137 bash[20197]: cluster 2024-04-22T23:51:46.285427+0000 mgr.smithi047.keothr (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:48.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:48 smithi137 bash[20197]: audit 2024-04-22T23:51:48.370925+0000 mon.smithi047 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:48.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:48 smithi137 bash[20197]: audit 2024-04-22T23:51:48.370925+0000 mon.smithi047 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:48.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:48 smithi047 bash[18695]: audit 2024-04-22T23:51:48.370925+0000 mon.smithi047 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:48.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:48 smithi047 bash[18695]: audit 2024-04-22T23:51:48.370925+0000 mon.smithi047 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:51:49.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:49 smithi137 bash[20197]: cluster 2024-04-22T23:51:48.286536+0000 mgr.smithi047.keothr (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:49.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:49 smithi137 bash[20197]: cluster 2024-04-22T23:51:48.286536+0000 mgr.smithi047.keothr (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:49.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:49 smithi047 bash[18695]: cluster 2024-04-22T23:51:48.286536+0000 mgr.smithi047.keothr (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:49.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:49 smithi047 bash[18695]: cluster 2024-04-22T23:51:48.286536+0000 mgr.smithi047.keothr (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:51.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:51 smithi137 bash[20197]: cluster 2024-04-22T23:51:50.287692+0000 mgr.smithi047.keothr (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:51.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:51 smithi137 bash[20197]: cluster 2024-04-22T23:51:50.287692+0000 mgr.smithi047.keothr (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:51.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:51 smithi047 bash[18695]: cluster 2024-04-22T23:51:50.287692+0000 mgr.smithi047.keothr (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:51.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:51 smithi047 bash[18695]: cluster 2024-04-22T23:51:50.287692+0000 mgr.smithi047.keothr (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:52.041 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:53.307 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:51:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:53 smithi137 bash[20197]: cluster 2024-04-22T23:51:52.288794+0000 mgr.smithi047.keothr (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:53 smithi137 bash[20197]: cluster 2024-04-22T23:51:52.288794+0000 mgr.smithi047.keothr (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:53 smithi137 bash[20197]: audit 2024-04-22T23:51:53.319605+0000 mon.smithi047 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.47:0/350454533' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:53 smithi137 bash[20197]: audit 2024-04-22T23:51:53.319605+0000 mon.smithi047 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.47:0/350454533' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:53.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:53 smithi047 bash[18695]: cluster 2024-04-22T23:51:52.288794+0000 mgr.smithi047.keothr (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:53.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:53 smithi047 bash[18695]: cluster 2024-04-22T23:51:52.288794+0000 mgr.smithi047.keothr (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:53.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:53 smithi047 bash[18695]: audit 2024-04-22T23:51:53.319605+0000 mon.smithi047 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.47:0/350454533' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:53.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:53 smithi047 bash[18695]: audit 2024-04-22T23:51:53.319605+0000 mon.smithi047 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.47:0/350454533' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:51:53.964 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:51:54.966 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:51:55.645 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:55 smithi137 bash[20197]: cluster 2024-04-22T23:51:54.289803+0000 mgr.smithi047.keothr (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:55.645 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:55 smithi137 bash[20197]: cluster 2024-04-22T23:51:54.289803+0000 mgr.smithi047.keothr (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:55.752 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:55 smithi047 bash[18695]: cluster 2024-04-22T23:51:54.289803+0000 mgr.smithi047.keothr (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:55.752 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:55 smithi047 bash[18695]: cluster 2024-04-22T23:51:54.289803+0000 mgr.smithi047.keothr (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:56.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.083311+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.083311+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.195246+0000 mon.smithi047 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.195246+0000 mon.smithi047 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.196900+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.196900+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.205209+0000 mon.smithi047 (mon.0) 465 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.205209+0000 mon.smithi047 (mon.0) 465 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.211179+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:56.717 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:56 smithi137 bash[20197]: audit 2024-04-22T23:51:56.211179+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:56.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.083311+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.083311+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.195246+0000 mon.smithi047 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.195246+0000 mon.smithi047 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.196900+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.196900+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.205209+0000 mon.smithi047 (mon.0) 465 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.205209+0000 mon.smithi047 (mon.0) 465 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.211179+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:56.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:56 smithi047 bash[18695]: audit 2024-04-22T23:51:56.211179+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:51:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:57 smithi137 bash[20197]: cluster 2024-04-22T23:51:56.199563+0000 mgr.smithi047.keothr (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:57 smithi137 bash[20197]: cluster 2024-04-22T23:51:56.199563+0000 mgr.smithi047.keothr (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:57 smithi137 bash[20197]: cluster 2024-04-22T23:51:56.200494+0000 mgr.smithi047.keothr (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:57 smithi137 bash[20197]: cluster 2024-04-22T23:51:56.200494+0000 mgr.smithi047.keothr (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:57 smithi047 bash[18695]: cluster 2024-04-22T23:51:56.199563+0000 mgr.smithi047.keothr (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:57 smithi047 bash[18695]: cluster 2024-04-22T23:51:56.199563+0000 mgr.smithi047.keothr (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:57 smithi047 bash[18695]: cluster 2024-04-22T23:51:56.200494+0000 mgr.smithi047.keothr (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:57.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:57 smithi047 bash[18695]: cluster 2024-04-22T23:51:56.200494+0000 mgr.smithi047.keothr (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:59.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:59 smithi137 bash[20197]: cluster 2024-04-22T23:51:58.201469+0000 mgr.smithi047.keothr (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:59.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:51:59 smithi137 bash[20197]: cluster 2024-04-22T23:51:58.201469+0000 mgr.smithi047.keothr (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:59.757 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:51:59.781 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:59 smithi047 bash[18695]: cluster 2024-04-22T23:51:58.201469+0000 mgr.smithi047.keothr (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:51:59.782 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:51:59 smithi047 bash[18695]: cluster 2024-04-22T23:51:58.201469+0000 mgr.smithi047.keothr (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:00.973 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:01.592 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:01.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:01 smithi137 bash[20197]: cluster 2024-04-22T23:52:00.202500+0000 mgr.smithi047.keothr (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:01.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:01 smithi137 bash[20197]: cluster 2024-04-22T23:52:00.202500+0000 mgr.smithi047.keothr (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:01.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:01 smithi137 bash[20197]: audit 2024-04-22T23:52:00.986301+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.47:0/1662977514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:01.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:01 smithi137 bash[20197]: audit 2024-04-22T23:52:00.986301+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.47:0/1662977514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:01.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:01 smithi047 bash[18695]: cluster 2024-04-22T23:52:00.202500+0000 mgr.smithi047.keothr (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:01.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:01 smithi047 bash[18695]: cluster 2024-04-22T23:52:00.202500+0000 mgr.smithi047.keothr (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:01.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:01 smithi047 bash[18695]: audit 2024-04-22T23:52:00.986301+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.47:0/1662977514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:01.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:01 smithi047 bash[18695]: audit 2024-04-22T23:52:00.986301+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.47:0/1662977514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:02.593 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:03.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:03 smithi137 bash[20197]: cluster 2024-04-22T23:52:02.203542+0000 mgr.smithi047.keothr (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:03.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:03 smithi137 bash[20197]: cluster 2024-04-22T23:52:02.203542+0000 mgr.smithi047.keothr (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:03.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:03 smithi047 bash[18695]: cluster 2024-04-22T23:52:02.203542+0000 mgr.smithi047.keothr (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:03.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:03 smithi047 bash[18695]: cluster 2024-04-22T23:52:02.203542+0000 mgr.smithi047.keothr (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:05.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:05 smithi137 bash[20197]: cluster 2024-04-22T23:52:04.204542+0000 mgr.smithi047.keothr (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:05.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:05 smithi137 bash[20197]: cluster 2024-04-22T23:52:04.204542+0000 mgr.smithi047.keothr (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:05.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:05 smithi047 bash[18695]: cluster 2024-04-22T23:52:04.204542+0000 mgr.smithi047.keothr (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:05.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:05 smithi047 bash[18695]: cluster 2024-04-22T23:52:04.204542+0000 mgr.smithi047.keothr (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:07.364 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:07.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:07 smithi137 bash[20197]: cluster 2024-04-22T23:52:06.205614+0000 mgr.smithi047.keothr (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:07.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:07 smithi137 bash[20197]: cluster 2024-04-22T23:52:06.205614+0000 mgr.smithi047.keothr (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:07.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:07 smithi047 bash[18695]: cluster 2024-04-22T23:52:06.205614+0000 mgr.smithi047.keothr (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:07.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:07 smithi047 bash[18695]: cluster 2024-04-22T23:52:06.205614+0000 mgr.smithi047.keothr (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:08.605 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:09.183 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:09 smithi047 bash[18695]: cluster 2024-04-22T23:52:08.206686+0000 mgr.smithi047.keothr (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:09.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:09 smithi047 bash[18695]: cluster 2024-04-22T23:52:08.206686+0000 mgr.smithi047.keothr (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:09.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:09 smithi047 bash[18695]: audit 2024-04-22T23:52:08.617892+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.47:0/3503679811' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:09.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:09 smithi047 bash[18695]: audit 2024-04-22T23:52:08.617892+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.47:0/3503679811' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:09 smithi137 bash[20197]: cluster 2024-04-22T23:52:08.206686+0000 mgr.smithi047.keothr (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:09 smithi137 bash[20197]: cluster 2024-04-22T23:52:08.206686+0000 mgr.smithi047.keothr (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:09 smithi137 bash[20197]: audit 2024-04-22T23:52:08.617892+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.47:0/3503679811' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:09 smithi137 bash[20197]: audit 2024-04-22T23:52:08.617892+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.47:0/3503679811' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:10.184 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:11.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:11 smithi047 bash[18695]: cluster 2024-04-22T23:52:10.207744+0000 mgr.smithi047.keothr (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:11.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:11 smithi047 bash[18695]: cluster 2024-04-22T23:52:10.207744+0000 mgr.smithi047.keothr (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:11.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:11 smithi047 bash[18695]: audit 2024-04-22T23:52:11.083952+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:11.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:11 smithi047 bash[18695]: audit 2024-04-22T23:52:11.083952+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:11.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:11 smithi137 bash[20197]: cluster 2024-04-22T23:52:10.207744+0000 mgr.smithi047.keothr (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:11.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:11 smithi137 bash[20197]: cluster 2024-04-22T23:52:10.207744+0000 mgr.smithi047.keothr (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:11.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:11 smithi137 bash[20197]: audit 2024-04-22T23:52:11.083952+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:11.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:11 smithi137 bash[20197]: audit 2024-04-22T23:52:11.083952+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:13.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:13 smithi047 bash[18695]: cluster 2024-04-22T23:52:12.208744+0000 mgr.smithi047.keothr (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:13.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:13 smithi047 bash[18695]: cluster 2024-04-22T23:52:12.208744+0000 mgr.smithi047.keothr (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:13.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:13 smithi137 bash[20197]: cluster 2024-04-22T23:52:12.208744+0000 mgr.smithi047.keothr (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:13.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:13 smithi137 bash[20197]: cluster 2024-04-22T23:52:12.208744+0000 mgr.smithi047.keothr (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:14.951 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:15.775 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:15 smithi047 bash[18695]: cluster 2024-04-22T23:52:14.209828+0000 mgr.smithi047.keothr (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:15.775 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:15 smithi047 bash[18695]: cluster 2024-04-22T23:52:14.209828+0000 mgr.smithi047.keothr (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:15.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:15 smithi137 bash[20197]: cluster 2024-04-22T23:52:14.209828+0000 mgr.smithi047.keothr (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:15.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:15 smithi137 bash[20197]: cluster 2024-04-22T23:52:14.209828+0000 mgr.smithi047.keothr (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:16.145 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:16.745 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:16 smithi047 bash[18695]: audit 2024-04-22T23:52:16.158635+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.47:0/3534727312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:16.746 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:16 smithi047 bash[18695]: audit 2024-04-22T23:52:16.158635+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.47:0/3534727312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:16.746 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:16.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:16 smithi137 bash[20197]: audit 2024-04-22T23:52:16.158635+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.47:0/3534727312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:16.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:16 smithi137 bash[20197]: audit 2024-04-22T23:52:16.158635+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.47:0/3534727312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:17.748 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:17.759 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:17 smithi047 bash[18695]: cluster 2024-04-22T23:52:16.210370+0000 mgr.smithi047.keothr (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:17.759 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:17 smithi047 bash[18695]: cluster 2024-04-22T23:52:16.210370+0000 mgr.smithi047.keothr (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:17.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:17 smithi137 bash[20197]: cluster 2024-04-22T23:52:16.210370+0000 mgr.smithi047.keothr (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:17.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:17 smithi137 bash[20197]: cluster 2024-04-22T23:52:16.210370+0000 mgr.smithi047.keothr (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:19.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:19 smithi047 bash[18695]: cluster 2024-04-22T23:52:18.211372+0000 mgr.smithi047.keothr (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:19.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:19 smithi047 bash[18695]: cluster 2024-04-22T23:52:18.211372+0000 mgr.smithi047.keothr (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:19.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:19 smithi137 bash[20197]: cluster 2024-04-22T23:52:18.211372+0000 mgr.smithi047.keothr (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:19.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:19 smithi137 bash[20197]: cluster 2024-04-22T23:52:18.211372+0000 mgr.smithi047.keothr (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:21.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:21 smithi047 bash[18695]: cluster 2024-04-22T23:52:20.212408+0000 mgr.smithi047.keothr (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:21.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:21 smithi047 bash[18695]: cluster 2024-04-22T23:52:20.212408+0000 mgr.smithi047.keothr (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:21 smithi137 bash[20197]: cluster 2024-04-22T23:52:20.212408+0000 mgr.smithi047.keothr (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:21 smithi137 bash[20197]: cluster 2024-04-22T23:52:20.212408+0000 mgr.smithi047.keothr (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:22.521 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:23.718 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:23.733 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:23 smithi047 bash[18695]: cluster 2024-04-22T23:52:22.213464+0000 mgr.smithi047.keothr (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:23.733 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:23 smithi047 bash[18695]: cluster 2024-04-22T23:52:22.213464+0000 mgr.smithi047.keothr (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:23.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:23 smithi137 bash[20197]: cluster 2024-04-22T23:52:22.213464+0000 mgr.smithi047.keothr (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:23.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:23 smithi137 bash[20197]: cluster 2024-04-22T23:52:22.213464+0000 mgr.smithi047.keothr (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:24.321 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:24.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:24 smithi047 bash[18695]: audit 2024-04-22T23:52:23.730815+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.47:0/2368674710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:24.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:24 smithi047 bash[18695]: audit 2024-04-22T23:52:23.730815+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.47:0/2368674710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:24.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:24 smithi137 bash[20197]: audit 2024-04-22T23:52:23.730815+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.47:0/2368674710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:24.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:24 smithi137 bash[20197]: audit 2024-04-22T23:52:23.730815+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.47:0/2368674710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:25.322 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:25.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:25 smithi047 bash[18695]: cluster 2024-04-22T23:52:24.214578+0000 mgr.smithi047.keothr (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:25.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:25 smithi047 bash[18695]: cluster 2024-04-22T23:52:24.214578+0000 mgr.smithi047.keothr (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:25.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:25 smithi137 bash[20197]: cluster 2024-04-22T23:52:24.214578+0000 mgr.smithi047.keothr (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:25.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:25 smithi137 bash[20197]: cluster 2024-04-22T23:52:24.214578+0000 mgr.smithi047.keothr (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:26.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:26 smithi047 bash[18695]: audit 2024-04-22T23:52:26.084417+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:26.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:26 smithi047 bash[18695]: audit 2024-04-22T23:52:26.084417+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:26.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:26 smithi137 bash[20197]: audit 2024-04-22T23:52:26.084417+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:26.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:26 smithi137 bash[20197]: audit 2024-04-22T23:52:26.084417+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:27.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:27 smithi047 bash[18695]: cluster 2024-04-22T23:52:26.215613+0000 mgr.smithi047.keothr (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:27.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:27 smithi047 bash[18695]: cluster 2024-04-22T23:52:26.215613+0000 mgr.smithi047.keothr (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:27.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:27 smithi137 bash[20197]: cluster 2024-04-22T23:52:26.215613+0000 mgr.smithi047.keothr (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:27.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:27 smithi137 bash[20197]: cluster 2024-04-22T23:52:26.215613+0000 mgr.smithi047.keothr (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:29.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:29 smithi047 bash[18695]: cluster 2024-04-22T23:52:28.216684+0000 mgr.smithi047.keothr (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:29.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:29 smithi047 bash[18695]: cluster 2024-04-22T23:52:28.216684+0000 mgr.smithi047.keothr (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:29.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:29 smithi137 bash[20197]: cluster 2024-04-22T23:52:28.216684+0000 mgr.smithi047.keothr (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:29.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:29 smithi137 bash[20197]: cluster 2024-04-22T23:52:28.216684+0000 mgr.smithi047.keothr (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:30.098 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:31.261 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:31.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:31 smithi047 bash[18695]: cluster 2024-04-22T23:52:30.217667+0000 mgr.smithi047.keothr (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:31 smithi047 bash[18695]: cluster 2024-04-22T23:52:30.217667+0000 mgr.smithi047.keothr (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:31 smithi047 bash[18695]: audit 2024-04-22T23:52:31.274121+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.47:0/1582382259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:31.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:31 smithi047 bash[18695]: audit 2024-04-22T23:52:31.274121+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.47:0/1582382259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:31.880 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:31.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:31 smithi137 bash[20197]: cluster 2024-04-22T23:52:30.217667+0000 mgr.smithi047.keothr (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:31 smithi137 bash[20197]: cluster 2024-04-22T23:52:30.217667+0000 mgr.smithi047.keothr (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:31.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:31 smithi137 bash[20197]: audit 2024-04-22T23:52:31.274121+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.47:0/1582382259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:31.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:31 smithi137 bash[20197]: audit 2024-04-22T23:52:31.274121+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.47:0/1582382259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:32.882 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:33.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:33 smithi047 bash[18695]: cluster 2024-04-22T23:52:32.218656+0000 mgr.smithi047.keothr (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:33 smithi047 bash[18695]: cluster 2024-04-22T23:52:32.218656+0000 mgr.smithi047.keothr (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:33 smithi137 bash[20197]: cluster 2024-04-22T23:52:32.218656+0000 mgr.smithi047.keothr (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:33.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:33 smithi137 bash[20197]: cluster 2024-04-22T23:52:32.218656+0000 mgr.smithi047.keothr (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:35 smithi047 bash[18695]: cluster 2024-04-22T23:52:34.219657+0000 mgr.smithi047.keothr (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:35 smithi047 bash[18695]: cluster 2024-04-22T23:52:34.219657+0000 mgr.smithi047.keothr (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:35 smithi137 bash[20197]: cluster 2024-04-22T23:52:34.219657+0000 mgr.smithi047.keothr (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:35.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:35 smithi137 bash[20197]: cluster 2024-04-22T23:52:34.219657+0000 mgr.smithi047.keothr (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.653 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:37.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:37 smithi047 bash[18695]: cluster 2024-04-22T23:52:36.220647+0000 mgr.smithi047.keothr (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:37 smithi047 bash[18695]: cluster 2024-04-22T23:52:36.220647+0000 mgr.smithi047.keothr (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:37 smithi137 bash[20197]: cluster 2024-04-22T23:52:36.220647+0000 mgr.smithi047.keothr (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:37.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:37 smithi137 bash[20197]: cluster 2024-04-22T23:52:36.220647+0000 mgr.smithi047.keothr (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:38.753 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:39.358 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:39.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:39 smithi047 bash[18695]: cluster 2024-04-22T23:52:38.221587+0000 mgr.smithi047.keothr (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:39 smithi047 bash[18695]: cluster 2024-04-22T23:52:38.221587+0000 mgr.smithi047.keothr (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:39 smithi047 bash[18695]: audit 2024-04-22T23:52:38.766534+0000 mon.smithi047 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.47:0/582228198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:39.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:39 smithi047 bash[18695]: audit 2024-04-22T23:52:38.766534+0000 mon.smithi047 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.47:0/582228198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:39.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:39 smithi137 bash[20197]: cluster 2024-04-22T23:52:38.221587+0000 mgr.smithi047.keothr (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:39 smithi137 bash[20197]: cluster 2024-04-22T23:52:38.221587+0000 mgr.smithi047.keothr (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:39.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:39 smithi137 bash[20197]: audit 2024-04-22T23:52:38.766534+0000 mon.smithi047 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.47:0/582228198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:39.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:39 smithi137 bash[20197]: audit 2024-04-22T23:52:38.766534+0000 mon.smithi047 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.47:0/582228198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:40.359 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:41 smithi047 bash[18695]: cluster 2024-04-22T23:52:40.222597+0000 mgr.smithi047.keothr (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:41 smithi047 bash[18695]: cluster 2024-04-22T23:52:40.222597+0000 mgr.smithi047.keothr (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:41 smithi047 bash[18695]: audit 2024-04-22T23:52:41.084660+0000 mon.smithi047 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:41 smithi047 bash[18695]: audit 2024-04-22T23:52:41.084660+0000 mon.smithi047 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:41 smithi137 bash[20197]: cluster 2024-04-22T23:52:40.222597+0000 mgr.smithi047.keothr (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:41 smithi137 bash[20197]: cluster 2024-04-22T23:52:40.222597+0000 mgr.smithi047.keothr (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:41 smithi137 bash[20197]: audit 2024-04-22T23:52:41.084660+0000 mon.smithi047 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:41 smithi137 bash[20197]: audit 2024-04-22T23:52:41.084660+0000 mon.smithi047 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:42.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:42 smithi137 bash[20197]: cluster 2024-04-22T23:52:42.223652+0000 mgr.smithi047.keothr (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:42.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:42 smithi137 bash[20197]: cluster 2024-04-22T23:52:42.223652+0000 mgr.smithi047.keothr (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:43.056 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:42 smithi047 bash[18695]: cluster 2024-04-22T23:52:42.223652+0000 mgr.smithi047.keothr (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:43.056 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:42 smithi047 bash[18695]: cluster 2024-04-22T23:52:42.223652+0000 mgr.smithi047.keothr (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.137 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:45.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:45 smithi047 bash[18695]: cluster 2024-04-22T23:52:44.224618+0000 mgr.smithi047.keothr (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:45 smithi047 bash[18695]: cluster 2024-04-22T23:52:44.224618+0000 mgr.smithi047.keothr (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.648 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:45 smithi137 bash[20197]: cluster 2024-04-22T23:52:44.224618+0000 mgr.smithi047.keothr (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:45.648 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:45 smithi137 bash[20197]: cluster 2024-04-22T23:52:44.224618+0000 mgr.smithi047.keothr (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:46.322 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:46.916 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:47.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:47 smithi047 bash[18695]: cluster 2024-04-22T23:52:46.225608+0000 mgr.smithi047.keothr (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:47 smithi047 bash[18695]: cluster 2024-04-22T23:52:46.225608+0000 mgr.smithi047.keothr (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:47 smithi047 bash[18695]: audit 2024-04-22T23:52:46.335948+0000 mon.smithi047 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.47:0/2101481465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:47.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:47 smithi047 bash[18695]: audit 2024-04-22T23:52:46.335948+0000 mon.smithi047 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.47:0/2101481465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:47 smithi137 bash[20197]: cluster 2024-04-22T23:52:46.225608+0000 mgr.smithi047.keothr (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:47 smithi137 bash[20197]: cluster 2024-04-22T23:52:46.225608+0000 mgr.smithi047.keothr (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:47 smithi137 bash[20197]: audit 2024-04-22T23:52:46.335948+0000 mon.smithi047 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.47:0/2101481465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:47 smithi137 bash[20197]: audit 2024-04-22T23:52:46.335948+0000 mon.smithi047 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.47:0/2101481465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:47.917 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:49.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:49 smithi047 bash[18695]: cluster 2024-04-22T23:52:48.226652+0000 mgr.smithi047.keothr (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:49 smithi047 bash[18695]: cluster 2024-04-22T23:52:48.226652+0000 mgr.smithi047.keothr (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:49 smithi137 bash[20197]: cluster 2024-04-22T23:52:48.226652+0000 mgr.smithi047.keothr (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:49.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:49 smithi137 bash[20197]: cluster 2024-04-22T23:52:48.226652+0000 mgr.smithi047.keothr (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:51.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:51 smithi047 bash[18695]: cluster 2024-04-22T23:52:50.227710+0000 mgr.smithi047.keothr (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:51.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:51 smithi047 bash[18695]: cluster 2024-04-22T23:52:50.227710+0000 mgr.smithi047.keothr (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:51.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:51 smithi137 bash[20197]: cluster 2024-04-22T23:52:50.227710+0000 mgr.smithi047.keothr (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:51.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:51 smithi137 bash[20197]: cluster 2024-04-22T23:52:50.227710+0000 mgr.smithi047.keothr (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:52.690 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:52:53.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:53 smithi047 bash[18695]: cluster 2024-04-22T23:52:52.228630+0000 mgr.smithi047.keothr (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:53 smithi047 bash[18695]: cluster 2024-04-22T23:52:52.228630+0000 mgr.smithi047.keothr (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:53 smithi137 bash[20197]: cluster 2024-04-22T23:52:52.228630+0000 mgr.smithi047.keothr (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:53 smithi137 bash[20197]: cluster 2024-04-22T23:52:52.228630+0000 mgr.smithi047.keothr (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:53.813 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:52:54.414 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:52:54.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:54 smithi047 bash[18695]: audit 2024-04-22T23:52:53.826400+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1952268913' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:54.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:54 smithi047 bash[18695]: audit 2024-04-22T23:52:53.826400+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1952268913' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:54.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:54 smithi137 bash[20197]: audit 2024-04-22T23:52:53.826400+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1952268913' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:54.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:54 smithi137 bash[20197]: audit 2024-04-22T23:52:53.826400+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1952268913' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:52:55.415 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:52:55.426 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:55 smithi047 bash[18695]: cluster 2024-04-22T23:52:54.229654+0000 mgr.smithi047.keothr (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.426 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:55 smithi047 bash[18695]: cluster 2024-04-22T23:52:54.229654+0000 mgr.smithi047.keothr (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.648 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:55 smithi137 bash[20197]: cluster 2024-04-22T23:52:54.229654+0000 mgr.smithi047.keothr (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:55.649 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:55 smithi137 bash[20197]: cluster 2024-04-22T23:52:54.229654+0000 mgr.smithi047.keothr (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:56.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:56 smithi047 bash[18695]: audit 2024-04-22T23:52:56.085036+0000 mon.smithi047 (mon.0) 478 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:56.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:56 smithi047 bash[18695]: audit 2024-04-22T23:52:56.085036+0000 mon.smithi047 (mon.0) 478 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:56.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:56 smithi047 bash[18695]: audit 2024-04-22T23:52:56.303121+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:56.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:56 smithi047 bash[18695]: audit 2024-04-22T23:52:56.303121+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:56.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:56 smithi137 bash[20197]: audit 2024-04-22T23:52:56.085036+0000 mon.smithi047 (mon.0) 478 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:56.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:56 smithi137 bash[20197]: audit 2024-04-22T23:52:56.085036+0000 mon.smithi047 (mon.0) 478 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:52:56.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:56 smithi137 bash[20197]: audit 2024-04-22T23:52:56.303121+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:56.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:56 smithi137 bash[20197]: audit 2024-04-22T23:52:56.303121+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:52:57.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:57 smithi047 bash[18695]: cluster 2024-04-22T23:52:56.230641+0000 mgr.smithi047.keothr (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:57 smithi047 bash[18695]: cluster 2024-04-22T23:52:56.230641+0000 mgr.smithi047.keothr (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:57 smithi047 bash[18695]: audit 2024-04-22T23:52:56.891226+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:52:57.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:57 smithi047 bash[18695]: audit 2024-04-22T23:52:56.891226+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:52:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:57 smithi137 bash[20197]: cluster 2024-04-22T23:52:56.230641+0000 mgr.smithi047.keothr (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:57 smithi137 bash[20197]: cluster 2024-04-22T23:52:56.230641+0000 mgr.smithi047.keothr (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:57 smithi137 bash[20197]: audit 2024-04-22T23:52:56.891226+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:52:57.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:57 smithi137 bash[20197]: audit 2024-04-22T23:52:56.891226+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:52:59.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:59 smithi047 bash[18695]: cluster 2024-04-22T23:52:58.231168+0000 mgr.smithi047.keothr (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:52:59 smithi047 bash[18695]: cluster 2024-04-22T23:52:58.231168+0000 mgr.smithi047.keothr (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:59 smithi137 bash[20197]: cluster 2024-04-22T23:52:58.231168+0000 mgr.smithi047.keothr (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:52:59.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:52:59 smithi137 bash[20197]: cluster 2024-04-22T23:52:58.231168+0000 mgr.smithi047.keothr (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:00.184 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:01.385 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:01.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:01 smithi137 bash[20197]: cluster 2024-04-22T23:53:00.231621+0000 mgr.smithi047.keothr (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:01 smithi137 bash[20197]: cluster 2024-04-22T23:53:00.231621+0000 mgr.smithi047.keothr (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:01 smithi047 bash[18695]: cluster 2024-04-22T23:53:00.231621+0000 mgr.smithi047.keothr (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:01.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:01 smithi047 bash[18695]: cluster 2024-04-22T23:53:00.231621+0000 mgr.smithi047.keothr (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:02.035 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:02.627 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:02 smithi137 bash[20197]: audit 2024-04-22T23:53:01.397936+0000 mon.smithi047 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.47:0/2038881023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:02.627 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:02 smithi137 bash[20197]: audit 2024-04-22T23:53:01.397936+0000 mon.smithi047 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.47:0/2038881023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:02.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:02 smithi047 bash[18695]: audit 2024-04-22T23:53:01.397936+0000 mon.smithi047 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.47:0/2038881023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:02.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:02 smithi047 bash[18695]: audit 2024-04-22T23:53:01.397936+0000 mon.smithi047 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.47:0/2038881023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:03.037 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:03.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:03 smithi047 bash[18695]: cluster 2024-04-22T23:53:02.232570+0000 mgr.smithi047.keothr (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:03.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:03 smithi047 bash[18695]: cluster 2024-04-22T23:53:02.232570+0000 mgr.smithi047.keothr (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:03.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:03 smithi137 bash[20197]: cluster 2024-04-22T23:53:02.232570+0000 mgr.smithi047.keothr (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:03.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:03 smithi137 bash[20197]: cluster 2024-04-22T23:53:02.232570+0000 mgr.smithi047.keothr (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.276608+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.276608+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.278452+0000 mon.smithi047 (mon.0) 483 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.278452+0000 mon.smithi047 (mon.0) 483 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.289336+0000 mon.smithi047 (mon.0) 484 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.289336+0000 mon.smithi047 (mon.0) 484 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.295590+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:04.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:04 smithi137 bash[20197]: audit 2024-04-22T23:53:04.295590+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.276608+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.276608+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.278452+0000 mon.smithi047 (mon.0) 483 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.278452+0000 mon.smithi047 (mon.0) 483 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.289336+0000 mon.smithi047 (mon.0) 484 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.289336+0000 mon.smithi047 (mon.0) 484 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.295590+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:04.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:04 smithi047 bash[18695]: audit 2024-04-22T23:53:04.295590+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:53:05.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:05 smithi047 bash[18695]: cluster 2024-04-22T23:53:04.233349+0000 mgr.smithi047.keothr (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:05 smithi047 bash[18695]: cluster 2024-04-22T23:53:04.233349+0000 mgr.smithi047.keothr (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:05 smithi047 bash[18695]: cluster 2024-04-22T23:53:04.280977+0000 mgr.smithi047.keothr (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:05 smithi047 bash[18695]: cluster 2024-04-22T23:53:04.280977+0000 mgr.smithi047.keothr (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:05 smithi047 bash[18695]: cluster 2024-04-22T23:53:04.281832+0000 mgr.smithi047.keothr (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:05 smithi047 bash[18695]: cluster 2024-04-22T23:53:04.281832+0000 mgr.smithi047.keothr (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.649 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:05 smithi137 bash[20197]: cluster 2024-04-22T23:53:04.233349+0000 mgr.smithi047.keothr (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.649 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:05 smithi137 bash[20197]: cluster 2024-04-22T23:53:04.233349+0000 mgr.smithi047.keothr (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:05 smithi137 bash[20197]: cluster 2024-04-22T23:53:04.280977+0000 mgr.smithi047.keothr (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:05 smithi137 bash[20197]: cluster 2024-04-22T23:53:04.280977+0000 mgr.smithi047.keothr (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:05 smithi137 bash[20197]: cluster 2024-04-22T23:53:04.281832+0000 mgr.smithi047.keothr (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:05.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:05 smithi137 bash[20197]: cluster 2024-04-22T23:53:04.281832+0000 mgr.smithi047.keothr (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:07 smithi137 bash[20197]: cluster 2024-04-22T23:53:06.282844+0000 mgr.smithi047.keothr (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:07 smithi137 bash[20197]: cluster 2024-04-22T23:53:06.282844+0000 mgr.smithi047.keothr (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:07 smithi047 bash[18695]: cluster 2024-04-22T23:53:06.282844+0000 mgr.smithi047.keothr (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:07 smithi047 bash[18695]: cluster 2024-04-22T23:53:06.282844+0000 mgr.smithi047.keothr (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:07.812 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:08.922 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:09.523 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:09.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:09 smithi137 bash[20197]: cluster 2024-04-22T23:53:08.283789+0000 mgr.smithi047.keothr (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:09 smithi137 bash[20197]: cluster 2024-04-22T23:53:08.283789+0000 mgr.smithi047.keothr (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:09 smithi137 bash[20197]: audit 2024-04-22T23:53:08.935969+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.47:0/3896079139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:09.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:09 smithi137 bash[20197]: audit 2024-04-22T23:53:08.935969+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.47:0/3896079139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:09 smithi047 bash[18695]: cluster 2024-04-22T23:53:08.283789+0000 mgr.smithi047.keothr (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:09 smithi047 bash[18695]: cluster 2024-04-22T23:53:08.283789+0000 mgr.smithi047.keothr (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:09 smithi047 bash[18695]: audit 2024-04-22T23:53:08.935969+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.47:0/3896079139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:09 smithi047 bash[18695]: audit 2024-04-22T23:53:08.935969+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.47:0/3896079139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:10.525 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:11 smithi137 bash[20197]: cluster 2024-04-22T23:53:10.284758+0000 mgr.smithi047.keothr (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:11 smithi137 bash[20197]: cluster 2024-04-22T23:53:10.284758+0000 mgr.smithi047.keothr (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:11 smithi137 bash[20197]: audit 2024-04-22T23:53:11.085561+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:11 smithi137 bash[20197]: audit 2024-04-22T23:53:11.085561+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:11.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:11 smithi047 bash[18695]: cluster 2024-04-22T23:53:10.284758+0000 mgr.smithi047.keothr (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:11 smithi047 bash[18695]: cluster 2024-04-22T23:53:10.284758+0000 mgr.smithi047.keothr (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:11.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:11 smithi047 bash[18695]: audit 2024-04-22T23:53:11.085561+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:11.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:11 smithi047 bash[18695]: audit 2024-04-22T23:53:11.085561+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:13.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:13 smithi137 bash[20197]: cluster 2024-04-22T23:53:12.285757+0000 mgr.smithi047.keothr (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:13 smithi137 bash[20197]: cluster 2024-04-22T23:53:12.285757+0000 mgr.smithi047.keothr (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:13 smithi047 bash[18695]: cluster 2024-04-22T23:53:12.285757+0000 mgr.smithi047.keothr (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:13.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:13 smithi047 bash[18695]: cluster 2024-04-22T23:53:12.285757+0000 mgr.smithi047.keothr (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.300 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:15.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:15 smithi047 bash[18695]: cluster 2024-04-22T23:53:14.286720+0000 mgr.smithi047.keothr (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:15 smithi047 bash[18695]: cluster 2024-04-22T23:53:14.286720+0000 mgr.smithi047.keothr (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:15 smithi137 bash[20197]: cluster 2024-04-22T23:53:14.286720+0000 mgr.smithi047.keothr (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:15.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:15 smithi137 bash[20197]: cluster 2024-04-22T23:53:14.286720+0000 mgr.smithi047.keothr (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:16.573 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:17.153 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:17.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:17 smithi047 bash[18695]: cluster 2024-04-22T23:53:16.287230+0000 mgr.smithi047.keothr (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:17 smithi047 bash[18695]: cluster 2024-04-22T23:53:16.287230+0000 mgr.smithi047.keothr (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:17 smithi047 bash[18695]: audit 2024-04-22T23:53:16.586382+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.47:0/943051128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:17.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:17 smithi047 bash[18695]: audit 2024-04-22T23:53:16.586382+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.47:0/943051128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:17.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:17 smithi137 bash[20197]: cluster 2024-04-22T23:53:16.287230+0000 mgr.smithi047.keothr (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:17 smithi137 bash[20197]: cluster 2024-04-22T23:53:16.287230+0000 mgr.smithi047.keothr (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:17.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:17 smithi137 bash[20197]: audit 2024-04-22T23:53:16.586382+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.47:0/943051128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:17.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:17 smithi137 bash[20197]: audit 2024-04-22T23:53:16.586382+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.47:0/943051128' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:18.154 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:19.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:19 smithi047 bash[18695]: cluster 2024-04-22T23:53:18.288154+0000 mgr.smithi047.keothr (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:19 smithi047 bash[18695]: cluster 2024-04-22T23:53:18.288154+0000 mgr.smithi047.keothr (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:19 smithi137 bash[20197]: cluster 2024-04-22T23:53:18.288154+0000 mgr.smithi047.keothr (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:19.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:19 smithi137 bash[20197]: cluster 2024-04-22T23:53:18.288154+0000 mgr.smithi047.keothr (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:21 smithi137 bash[20197]: cluster 2024-04-22T23:53:20.289357+0000 mgr.smithi047.keothr (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:21 smithi137 bash[20197]: cluster 2024-04-22T23:53:20.289357+0000 mgr.smithi047.keothr (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:21 smithi047 bash[18695]: cluster 2024-04-22T23:53:20.289357+0000 mgr.smithi047.keothr (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:21.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:21 smithi047 bash[18695]: cluster 2024-04-22T23:53:20.289357+0000 mgr.smithi047.keothr (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:22.930 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:23.666 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:23 smithi047 bash[18695]: cluster 2024-04-22T23:53:22.290410+0000 mgr.smithi047.keothr (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.666 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:23 smithi047 bash[18695]: cluster 2024-04-22T23:53:22.290410+0000 mgr.smithi047.keothr (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:23 smithi137 bash[20197]: cluster 2024-04-22T23:53:22.290410+0000 mgr.smithi047.keothr (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:23.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:23 smithi137 bash[20197]: cluster 2024-04-22T23:53:22.290410+0000 mgr.smithi047.keothr (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:24.047 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:24.708 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:24 smithi047 bash[18695]: audit 2024-04-22T23:53:24.061172+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.47:0/2877470549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:24.708 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:24 smithi047 bash[18695]: audit 2024-04-22T23:53:24.061172+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.47:0/2877470549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:24.710 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:24.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:24 smithi137 bash[20197]: audit 2024-04-22T23:53:24.061172+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.47:0/2877470549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:24.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:24 smithi137 bash[20197]: audit 2024-04-22T23:53:24.061172+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.47:0/2877470549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:25.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:25 smithi047 bash[18695]: cluster 2024-04-22T23:53:24.291422+0000 mgr.smithi047.keothr (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:25.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:25 smithi047 bash[18695]: cluster 2024-04-22T23:53:24.291422+0000 mgr.smithi047.keothr (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:25.650 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:25 smithi137 bash[20197]: cluster 2024-04-22T23:53:24.291422+0000 mgr.smithi047.keothr (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:25.651 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:25 smithi137 bash[20197]: cluster 2024-04-22T23:53:24.291422+0000 mgr.smithi047.keothr (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:25.711 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:26.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:26 smithi137 bash[20197]: audit 2024-04-22T23:53:26.085888+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:26.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:26 smithi137 bash[20197]: audit 2024-04-22T23:53:26.085888+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:26.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:26 smithi047 bash[18695]: audit 2024-04-22T23:53:26.085888+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:26.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:26 smithi047 bash[18695]: audit 2024-04-22T23:53:26.085888+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:27.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:27 smithi137 bash[20197]: cluster 2024-04-22T23:53:26.292419+0000 mgr.smithi047.keothr (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:27.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:27 smithi137 bash[20197]: cluster 2024-04-22T23:53:26.292419+0000 mgr.smithi047.keothr (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:27.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:27 smithi047 bash[18695]: cluster 2024-04-22T23:53:26.292419+0000 mgr.smithi047.keothr (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:27.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:27 smithi047 bash[18695]: cluster 2024-04-22T23:53:26.292419+0000 mgr.smithi047.keothr (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:29 smithi137 bash[20197]: cluster 2024-04-22T23:53:28.293414+0000 mgr.smithi047.keothr (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:29 smithi137 bash[20197]: cluster 2024-04-22T23:53:28.293414+0000 mgr.smithi047.keothr (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:29 smithi047 bash[18695]: cluster 2024-04-22T23:53:28.293414+0000 mgr.smithi047.keothr (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:29.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:29 smithi047 bash[18695]: cluster 2024-04-22T23:53:28.293414+0000 mgr.smithi047.keothr (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:30.485 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:31.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:31 smithi047 bash[18695]: cluster 2024-04-22T23:53:30.294415+0000 mgr.smithi047.keothr (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:31 smithi047 bash[18695]: cluster 2024-04-22T23:53:30.294415+0000 mgr.smithi047.keothr (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.611 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:31.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:31 smithi137 bash[20197]: cluster 2024-04-22T23:53:30.294415+0000 mgr.smithi047.keothr (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:31.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:31 smithi137 bash[20197]: cluster 2024-04-22T23:53:30.294415+0000 mgr.smithi047.keothr (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:32.214 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:32.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:32 smithi047 bash[18695]: audit 2024-04-22T23:53:31.625316+0000 mon.smithi047 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.47:0/3244732375' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:32.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:32 smithi047 bash[18695]: audit 2024-04-22T23:53:31.625316+0000 mon.smithi047 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.47:0/3244732375' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:32.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:32 smithi137 bash[20197]: audit 2024-04-22T23:53:31.625316+0000 mon.smithi047 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.47:0/3244732375' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:32.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:32 smithi137 bash[20197]: audit 2024-04-22T23:53:31.625316+0000 mon.smithi047 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.47:0/3244732375' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:33.215 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:33.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:33 smithi047 bash[18695]: cluster 2024-04-22T23:53:32.295181+0000 mgr.smithi047.keothr (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:33.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:33 smithi047 bash[18695]: cluster 2024-04-22T23:53:32.295181+0000 mgr.smithi047.keothr (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:33.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:33 smithi137 bash[20197]: cluster 2024-04-22T23:53:32.295181+0000 mgr.smithi047.keothr (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:33.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:33 smithi137 bash[20197]: cluster 2024-04-22T23:53:32.295181+0000 mgr.smithi047.keothr (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:35 smithi047 bash[18695]: cluster 2024-04-22T23:53:34.296162+0000 mgr.smithi047.keothr (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:35 smithi047 bash[18695]: cluster 2024-04-22T23:53:34.296162+0000 mgr.smithi047.keothr (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:35 smithi137 bash[20197]: cluster 2024-04-22T23:53:34.296162+0000 mgr.smithi047.keothr (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:35.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:35 smithi137 bash[20197]: cluster 2024-04-22T23:53:34.296162+0000 mgr.smithi047.keothr (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:37 smithi137 bash[20197]: cluster 2024-04-22T23:53:36.297216+0000 mgr.smithi047.keothr (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:37 smithi137 bash[20197]: cluster 2024-04-22T23:53:36.297216+0000 mgr.smithi047.keothr (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:37 smithi047 bash[18695]: cluster 2024-04-22T23:53:36.297216+0000 mgr.smithi047.keothr (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:37 smithi047 bash[18695]: cluster 2024-04-22T23:53:36.297216+0000 mgr.smithi047.keothr (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:37.983 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:39.116 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:39 smithi047 bash[18695]: cluster 2024-04-22T23:53:38.298230+0000 mgr.smithi047.keothr (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:39 smithi047 bash[18695]: cluster 2024-04-22T23:53:38.298230+0000 mgr.smithi047.keothr (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:39 smithi047 bash[18695]: audit 2024-04-22T23:53:39.130566+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.47:0/2113073830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:39 smithi047 bash[18695]: audit 2024-04-22T23:53:39.130566+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.47:0/2113073830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.712 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:39.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:39 smithi137 bash[20197]: cluster 2024-04-22T23:53:38.298230+0000 mgr.smithi047.keothr (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:39 smithi137 bash[20197]: cluster 2024-04-22T23:53:38.298230+0000 mgr.smithi047.keothr (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:39.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:39 smithi137 bash[20197]: audit 2024-04-22T23:53:39.130566+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.47:0/2113073830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:39.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:39 smithi137 bash[20197]: audit 2024-04-22T23:53:39.130566+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.47:0/2113073830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:40.713 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:41 smithi137 bash[20197]: cluster 2024-04-22T23:53:40.299357+0000 mgr.smithi047.keothr (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:41 smithi137 bash[20197]: cluster 2024-04-22T23:53:40.299357+0000 mgr.smithi047.keothr (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:41 smithi137 bash[20197]: audit 2024-04-22T23:53:41.086487+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:41.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:41 smithi137 bash[20197]: audit 2024-04-22T23:53:41.086487+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:41 smithi047 bash[18695]: cluster 2024-04-22T23:53:40.299357+0000 mgr.smithi047.keothr (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:41 smithi047 bash[18695]: cluster 2024-04-22T23:53:40.299357+0000 mgr.smithi047.keothr (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:41 smithi047 bash[18695]: audit 2024-04-22T23:53:41.086487+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:41 smithi047 bash[18695]: audit 2024-04-22T23:53:41.086487+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:43.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:43 smithi137 bash[20197]: cluster 2024-04-22T23:53:42.300431+0000 mgr.smithi047.keothr (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:43 smithi137 bash[20197]: cluster 2024-04-22T23:53:42.300431+0000 mgr.smithi047.keothr (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:43 smithi047 bash[18695]: cluster 2024-04-22T23:53:42.300431+0000 mgr.smithi047.keothr (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:43.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:43 smithi047 bash[18695]: cluster 2024-04-22T23:53:42.300431+0000 mgr.smithi047.keothr (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.489 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:45.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:45 smithi047 bash[18695]: cluster 2024-04-22T23:53:44.301449+0000 mgr.smithi047.keothr (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:45 smithi047 bash[18695]: cluster 2024-04-22T23:53:44.301449+0000 mgr.smithi047.keothr (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:45 smithi137 bash[20197]: cluster 2024-04-22T23:53:44.301449+0000 mgr.smithi047.keothr (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:45.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:45 smithi137 bash[20197]: cluster 2024-04-22T23:53:44.301449+0000 mgr.smithi047.keothr (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:46.640 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:47.174 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:47 smithi137 bash[20197]: cluster 2024-04-22T23:53:46.302134+0000 mgr.smithi047.keothr (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:47 smithi137 bash[20197]: cluster 2024-04-22T23:53:46.302134+0000 mgr.smithi047.keothr (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:47 smithi137 bash[20197]: audit 2024-04-22T23:53:46.654186+0000 mon.smithi047 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.47:0/3527956164' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:47 smithi137 bash[20197]: audit 2024-04-22T23:53:46.654186+0000 mon.smithi047 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.47:0/3527956164' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:47 smithi047 bash[18695]: cluster 2024-04-22T23:53:46.302134+0000 mgr.smithi047.keothr (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:47 smithi047 bash[18695]: cluster 2024-04-22T23:53:46.302134+0000 mgr.smithi047.keothr (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:47.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:47 smithi047 bash[18695]: audit 2024-04-22T23:53:46.654186+0000 mon.smithi047 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.47:0/3527956164' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:47.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:47 smithi047 bash[18695]: audit 2024-04-22T23:53:46.654186+0000 mon.smithi047 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.47:0/3527956164' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:48.175 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:49.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:49 smithi137 bash[20197]: cluster 2024-04-22T23:53:48.303097+0000 mgr.smithi047.keothr (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:49.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:49 smithi137 bash[20197]: cluster 2024-04-22T23:53:48.303097+0000 mgr.smithi047.keothr (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:49.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:49 smithi047 bash[18695]: cluster 2024-04-22T23:53:48.303097+0000 mgr.smithi047.keothr (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:49.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:49 smithi047 bash[18695]: cluster 2024-04-22T23:53:48.303097+0000 mgr.smithi047.keothr (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:51 smithi137 bash[20197]: cluster 2024-04-22T23:53:50.304103+0000 mgr.smithi047.keothr (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:51 smithi137 bash[20197]: cluster 2024-04-22T23:53:50.304103+0000 mgr.smithi047.keothr (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:51 smithi047 bash[18695]: cluster 2024-04-22T23:53:50.304103+0000 mgr.smithi047.keothr (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:51.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:51 smithi047 bash[18695]: cluster 2024-04-22T23:53:50.304103+0000 mgr.smithi047.keothr (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:52.948 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:53:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:53 smithi137 bash[20197]: cluster 2024-04-22T23:53:52.305184+0000 mgr.smithi047.keothr (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:53 smithi137 bash[20197]: cluster 2024-04-22T23:53:52.305184+0000 mgr.smithi047.keothr (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.736 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:53 smithi047 bash[18695]: cluster 2024-04-22T23:53:52.305184+0000 mgr.smithi047.keothr (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:53.736 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:53 smithi047 bash[18695]: cluster 2024-04-22T23:53:52.305184+0000 mgr.smithi047.keothr (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:54.144 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:53:54.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:54 smithi137 bash[20197]: audit 2024-04-22T23:53:54.158448+0000 mon.smithi047 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.47:0/1209302713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:54 smithi137 bash[20197]: audit 2024-04-22T23:53:54.158448+0000 mon.smithi047 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.47:0/1209302713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.761 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:54 smithi047 bash[18695]: audit 2024-04-22T23:53:54.158448+0000 mon.smithi047 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.47:0/1209302713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.761 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:54 smithi047 bash[18695]: audit 2024-04-22T23:53:54.158448+0000 mon.smithi047 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.47:0/1209302713' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:53:54.762 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:53:55.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:55 smithi137 bash[20197]: cluster 2024-04-22T23:53:54.306137+0000 mgr.smithi047.keothr (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:55 smithi137 bash[20197]: cluster 2024-04-22T23:53:54.306137+0000 mgr.smithi047.keothr (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.763 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:53:55.775 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:55 smithi047 bash[18695]: cluster 2024-04-22T23:53:54.306137+0000 mgr.smithi047.keothr (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:55.775 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:55 smithi047 bash[18695]: cluster 2024-04-22T23:53:54.306137+0000 mgr.smithi047.keothr (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:56.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:56 smithi047 bash[18695]: audit 2024-04-22T23:53:56.087170+0000 mon.smithi047 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:56.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:56 smithi047 bash[18695]: audit 2024-04-22T23:53:56.087170+0000 mon.smithi047 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:56.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:56 smithi137 bash[20197]: audit 2024-04-22T23:53:56.087170+0000 mon.smithi047 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:56.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:56 smithi137 bash[20197]: audit 2024-04-22T23:53:56.087170+0000 mon.smithi047 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:53:57.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:57 smithi047 bash[18695]: cluster 2024-04-22T23:53:56.307132+0000 mgr.smithi047.keothr (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:57.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:57 smithi047 bash[18695]: cluster 2024-04-22T23:53:56.307132+0000 mgr.smithi047.keothr (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:57.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:57 smithi137 bash[20197]: cluster 2024-04-22T23:53:56.307132+0000 mgr.smithi047.keothr (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:57.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:57 smithi137 bash[20197]: cluster 2024-04-22T23:53:56.307132+0000 mgr.smithi047.keothr (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:59 smithi047 bash[18695]: cluster 2024-04-22T23:53:58.308118+0000 mgr.smithi047.keothr (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:53:59 smithi047 bash[18695]: cluster 2024-04-22T23:53:58.308118+0000 mgr.smithi047.keothr (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:59 smithi137 bash[20197]: cluster 2024-04-22T23:53:58.308118+0000 mgr.smithi047.keothr (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:53:59.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:53:59 smithi137 bash[20197]: cluster 2024-04-22T23:53:58.308118+0000 mgr.smithi047.keothr (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:00.533 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:01.721 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:01.735 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:01 smithi047 bash[18695]: cluster 2024-04-22T23:54:00.309140+0000 mgr.smithi047.keothr (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:01.735 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:01 smithi047 bash[18695]: cluster 2024-04-22T23:54:00.309140+0000 mgr.smithi047.keothr (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:01.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:01 smithi137 bash[20197]: cluster 2024-04-22T23:54:00.309140+0000 mgr.smithi047.keothr (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:01.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:01 smithi137 bash[20197]: cluster 2024-04-22T23:54:00.309140+0000 mgr.smithi047.keothr (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:02.363 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:02.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:02 smithi047 bash[18695]: audit 2024-04-22T23:54:01.735730+0000 mon.smithi047 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.47:0/1989042869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:02 smithi047 bash[18695]: audit 2024-04-22T23:54:01.735730+0000 mon.smithi047 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.47:0/1989042869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:02 smithi137 bash[20197]: audit 2024-04-22T23:54:01.735730+0000 mon.smithi047 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.47:0/1989042869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:02.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:02 smithi137 bash[20197]: audit 2024-04-22T23:54:01.735730+0000 mon.smithi047 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.47:0/1989042869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:03.364 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:03.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:03 smithi047 bash[18695]: cluster 2024-04-22T23:54:02.310214+0000 mgr.smithi047.keothr (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:03.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:03 smithi047 bash[18695]: cluster 2024-04-22T23:54:02.310214+0000 mgr.smithi047.keothr (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:03.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:03 smithi137 bash[20197]: cluster 2024-04-22T23:54:02.310214+0000 mgr.smithi047.keothr (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:03.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:03 smithi137 bash[20197]: cluster 2024-04-22T23:54:02.310214+0000 mgr.smithi047.keothr (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:04.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:04 smithi047 bash[18695]: audit 2024-04-22T23:54:04.394480+0000 mon.smithi047 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:04.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:04 smithi047 bash[18695]: audit 2024-04-22T23:54:04.394480+0000 mon.smithi047 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:04.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:04 smithi137 bash[20197]: audit 2024-04-22T23:54:04.394480+0000 mon.smithi047 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:04.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:04 smithi137 bash[20197]: audit 2024-04-22T23:54:04.394480+0000 mon.smithi047 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:54:05.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:05 smithi047 bash[18695]: cluster 2024-04-22T23:54:04.311235+0000 mgr.smithi047.keothr (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:05.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:05 smithi047 bash[18695]: cluster 2024-04-22T23:54:04.311235+0000 mgr.smithi047.keothr (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:05.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:05 smithi137 bash[20197]: cluster 2024-04-22T23:54:04.311235+0000 mgr.smithi047.keothr (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:05.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:05 smithi137 bash[20197]: cluster 2024-04-22T23:54:04.311235+0000 mgr.smithi047.keothr (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:07.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:07 smithi047 bash[18695]: cluster 2024-04-22T23:54:06.312194+0000 mgr.smithi047.keothr (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:07.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:07 smithi047 bash[18695]: cluster 2024-04-22T23:54:06.312194+0000 mgr.smithi047.keothr (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:07.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:07 smithi137 bash[20197]: cluster 2024-04-22T23:54:06.312194+0000 mgr.smithi047.keothr (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:07.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:07 smithi137 bash[20197]: cluster 2024-04-22T23:54:06.312194+0000 mgr.smithi047.keothr (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:08.126 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:09.307 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:09.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:09 smithi047 bash[18695]: cluster 2024-04-22T23:54:08.313225+0000 mgr.smithi047.keothr (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:09.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:09 smithi047 bash[18695]: cluster 2024-04-22T23:54:08.313225+0000 mgr.smithi047.keothr (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:09 smithi047 bash[18695]: audit 2024-04-22T23:54:09.321260+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.47:0/72455366' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:09.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:09 smithi047 bash[18695]: audit 2024-04-22T23:54:09.321260+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.47:0/72455366' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:09 smithi137 bash[20197]: cluster 2024-04-22T23:54:08.313225+0000 mgr.smithi047.keothr (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:09 smithi137 bash[20197]: cluster 2024-04-22T23:54:08.313225+0000 mgr.smithi047.keothr (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:09 smithi137 bash[20197]: audit 2024-04-22T23:54:09.321260+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.47:0/72455366' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:09.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:09 smithi137 bash[20197]: audit 2024-04-22T23:54:09.321260+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.47:0/72455366' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:10.277 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:11.278 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:11.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:11 smithi047 bash[18695]: cluster 2024-04-22T23:54:10.313898+0000 mgr.smithi047.keothr (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:11.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:11 smithi047 bash[18695]: cluster 2024-04-22T23:54:10.313898+0000 mgr.smithi047.keothr (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:11.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:11 smithi047 bash[18695]: audit 2024-04-22T23:54:11.087455+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:11.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:11 smithi047 bash[18695]: audit 2024-04-22T23:54:11.087455+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:11 smithi137 bash[20197]: cluster 2024-04-22T23:54:10.313898+0000 mgr.smithi047.keothr (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:11 smithi137 bash[20197]: cluster 2024-04-22T23:54:10.313898+0000 mgr.smithi047.keothr (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:11 smithi137 bash[20197]: audit 2024-04-22T23:54:11.087455+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:11.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:11 smithi137 bash[20197]: audit 2024-04-22T23:54:11.087455+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.810344+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:54:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.810344+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:54:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.812413+0000 mon.smithi047 (mon.0) 502 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:54:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.812413+0000 mon.smithi047 (mon.0) 502 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:54:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.824007+0000 mon.smithi047 (mon.0) 503 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:54:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.824007+0000 mon.smithi047 (mon.0) 503 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:54:12.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.832806+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:54:12.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:12 smithi047 bash[18695]: audit 2024-04-22T23:54:11.832806+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.810344+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.810344+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.812413+0000 mon.smithi047 (mon.0) 502 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.812413+0000 mon.smithi047 (mon.0) 502 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.824007+0000 mon.smithi047 (mon.0) 503 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.824007+0000 mon.smithi047 (mon.0) 503 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.832806+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:54:12.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:12 smithi137 bash[20197]: audit 2024-04-22T23:54:11.832806+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:54:13.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:13 smithi047 bash[18695]: cluster 2024-04-22T23:54:11.815515+0000 mgr.smithi047.keothr (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:13 smithi047 bash[18695]: cluster 2024-04-22T23:54:11.815515+0000 mgr.smithi047.keothr (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:13 smithi047 bash[18695]: cluster 2024-04-22T23:54:11.816713+0000 mgr.smithi047.keothr (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:13 smithi047 bash[18695]: cluster 2024-04-22T23:54:11.816713+0000 mgr.smithi047.keothr (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:13 smithi137 bash[20197]: cluster 2024-04-22T23:54:11.815515+0000 mgr.smithi047.keothr (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:13 smithi137 bash[20197]: cluster 2024-04-22T23:54:11.815515+0000 mgr.smithi047.keothr (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:13 smithi137 bash[20197]: cluster 2024-04-22T23:54:11.816713+0000 mgr.smithi047.keothr (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:13.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:13 smithi137 bash[20197]: cluster 2024-04-22T23:54:11.816713+0000 mgr.smithi047.keothr (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:15.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:15 smithi047 bash[18695]: cluster 2024-04-22T23:54:13.817698+0000 mgr.smithi047.keothr (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:15.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:15 smithi047 bash[18695]: cluster 2024-04-22T23:54:13.817698+0000 mgr.smithi047.keothr (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:15.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:15 smithi137 bash[20197]: cluster 2024-04-22T23:54:13.817698+0000 mgr.smithi047.keothr (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:15.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:15 smithi137 bash[20197]: cluster 2024-04-22T23:54:13.817698+0000 mgr.smithi047.keothr (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:16.049 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:17.188 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:17.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:17 smithi047 bash[18695]: cluster 2024-04-22T23:54:15.818718+0000 mgr.smithi047.keothr (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:17.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:17 smithi047 bash[18695]: cluster 2024-04-22T23:54:15.818718+0000 mgr.smithi047.keothr (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:17.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:17 smithi047 bash[18695]: audit 2024-04-22T23:54:17.202198+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.47:0/2472786294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:17 smithi047 bash[18695]: audit 2024-04-22T23:54:17.202198+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.47:0/2472786294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.808 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:17.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:17 smithi137 bash[20197]: cluster 2024-04-22T23:54:15.818718+0000 mgr.smithi047.keothr (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:17.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:17 smithi137 bash[20197]: cluster 2024-04-22T23:54:15.818718+0000 mgr.smithi047.keothr (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:17.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:17 smithi137 bash[20197]: audit 2024-04-22T23:54:17.202198+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.47:0/2472786294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:17.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:17 smithi137 bash[20197]: audit 2024-04-22T23:54:17.202198+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.47:0/2472786294' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:18.810 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:19.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:19 smithi047 bash[18695]: cluster 2024-04-22T23:54:17.819768+0000 mgr.smithi047.keothr (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:19.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:19 smithi047 bash[18695]: cluster 2024-04-22T23:54:17.819768+0000 mgr.smithi047.keothr (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:19.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:19 smithi137 bash[20197]: cluster 2024-04-22T23:54:17.819768+0000 mgr.smithi047.keothr (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:19.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:19 smithi137 bash[20197]: cluster 2024-04-22T23:54:17.819768+0000 mgr.smithi047.keothr (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:21 smithi047 bash[18695]: cluster 2024-04-22T23:54:19.820843+0000 mgr.smithi047.keothr (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:21 smithi047 bash[18695]: cluster 2024-04-22T23:54:19.820843+0000 mgr.smithi047.keothr (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:21 smithi137 bash[20197]: cluster 2024-04-22T23:54:19.820843+0000 mgr.smithi047.keothr (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:21 smithi137 bash[20197]: cluster 2024-04-22T23:54:19.820843+0000 mgr.smithi047.keothr (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.584 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:23.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:23 smithi047 bash[18695]: cluster 2024-04-22T23:54:21.821971+0000 mgr.smithi047.keothr (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:23 smithi047 bash[18695]: cluster 2024-04-22T23:54:21.821971+0000 mgr.smithi047.keothr (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:23 smithi137 bash[20197]: cluster 2024-04-22T23:54:21.821971+0000 mgr.smithi047.keothr (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:23.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:23 smithi137 bash[20197]: cluster 2024-04-22T23:54:21.821971+0000 mgr.smithi047.keothr (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:24.810 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:25.377 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:25.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:25 smithi047 bash[18695]: cluster 2024-04-22T23:54:23.823108+0000 mgr.smithi047.keothr (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:25 smithi047 bash[18695]: cluster 2024-04-22T23:54:23.823108+0000 mgr.smithi047.keothr (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:25 smithi047 bash[18695]: audit 2024-04-22T23:54:24.824402+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.47:0/3391065241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:25.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:25 smithi047 bash[18695]: audit 2024-04-22T23:54:24.824402+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.47:0/3391065241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:25.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:25 smithi137 bash[20197]: cluster 2024-04-22T23:54:23.823108+0000 mgr.smithi047.keothr (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:25 smithi137 bash[20197]: cluster 2024-04-22T23:54:23.823108+0000 mgr.smithi047.keothr (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:25.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:25 smithi137 bash[20197]: audit 2024-04-22T23:54:24.824402+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.47:0/3391065241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:25.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:25 smithi137 bash[20197]: audit 2024-04-22T23:54:24.824402+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.47:0/3391065241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:26.377 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:26 smithi047 bash[18695]: audit 2024-04-22T23:54:26.087808+0000 mon.smithi047 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:26.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:26 smithi047 bash[18695]: audit 2024-04-22T23:54:26.087808+0000 mon.smithi047 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:26.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:26 smithi137 bash[20197]: audit 2024-04-22T23:54:26.087808+0000 mon.smithi047 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:26.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:26 smithi137 bash[20197]: audit 2024-04-22T23:54:26.087808+0000 mon.smithi047 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:27.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:27 smithi137 bash[20197]: cluster 2024-04-22T23:54:25.824045+0000 mgr.smithi047.keothr (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:27.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:27 smithi137 bash[20197]: cluster 2024-04-22T23:54:25.824045+0000 mgr.smithi047.keothr (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:28.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:27 smithi047 bash[18695]: cluster 2024-04-22T23:54:25.824045+0000 mgr.smithi047.keothr (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:28.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:27 smithi047 bash[18695]: cluster 2024-04-22T23:54:25.824045+0000 mgr.smithi047.keothr (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:29.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:29 smithi137 bash[20197]: cluster 2024-04-22T23:54:27.825048+0000 mgr.smithi047.keothr (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:29.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:29 smithi137 bash[20197]: cluster 2024-04-22T23:54:27.825048+0000 mgr.smithi047.keothr (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:30.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:29 smithi047 bash[18695]: cluster 2024-04-22T23:54:27.825048+0000 mgr.smithi047.keothr (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:30.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:29 smithi047 bash[18695]: cluster 2024-04-22T23:54:27.825048+0000 mgr.smithi047.keothr (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.151 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:31.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:31 smithi047 bash[18695]: cluster 2024-04-22T23:54:29.826071+0000 mgr.smithi047.keothr (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:31 smithi047 bash[18695]: cluster 2024-04-22T23:54:29.826071+0000 mgr.smithi047.keothr (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:31 smithi137 bash[20197]: cluster 2024-04-22T23:54:29.826071+0000 mgr.smithi047.keothr (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:31.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:31 smithi137 bash[20197]: cluster 2024-04-22T23:54:29.826071+0000 mgr.smithi047.keothr (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:32.243 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:32.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:32 smithi047 bash[18695]: audit 2024-04-22T23:54:32.257799+0000 mon.smithi047 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.47:0/2475538773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:32.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:32 smithi047 bash[18695]: audit 2024-04-22T23:54:32.257799+0000 mon.smithi047 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.47:0/2475538773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:32.874 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:32.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:32 smithi137 bash[20197]: audit 2024-04-22T23:54:32.257799+0000 mon.smithi047 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.47:0/2475538773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:32.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:32 smithi137 bash[20197]: audit 2024-04-22T23:54:32.257799+0000 mon.smithi047 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.47:0/2475538773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:33.875 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:33.886 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:33 smithi047 bash[18695]: cluster 2024-04-22T23:54:31.827126+0000 mgr.smithi047.keothr (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.886 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:33 smithi047 bash[18695]: cluster 2024-04-22T23:54:31.827126+0000 mgr.smithi047.keothr (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:33 smithi137 bash[20197]: cluster 2024-04-22T23:54:31.827126+0000 mgr.smithi047.keothr (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:33.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:33 smithi137 bash[20197]: cluster 2024-04-22T23:54:31.827126+0000 mgr.smithi047.keothr (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:34.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:34 smithi137 bash[20197]: cluster 2024-04-22T23:54:33.828087+0000 mgr.smithi047.keothr (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:34.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:34 smithi137 bash[20197]: cluster 2024-04-22T23:54:33.828087+0000 mgr.smithi047.keothr (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:35.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:34 smithi047 bash[18695]: cluster 2024-04-22T23:54:33.828087+0000 mgr.smithi047.keothr (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:35.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:34 smithi047 bash[18695]: cluster 2024-04-22T23:54:33.828087+0000 mgr.smithi047.keothr (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:36 smithi137 bash[20197]: cluster 2024-04-22T23:54:35.829084+0000 mgr.smithi047.keothr (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:36 smithi137 bash[20197]: cluster 2024-04-22T23:54:35.829084+0000 mgr.smithi047.keothr (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:36 smithi047 bash[18695]: cluster 2024-04-22T23:54:35.829084+0000 mgr.smithi047.keothr (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:37.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:36 smithi047 bash[18695]: cluster 2024-04-22T23:54:35.829084+0000 mgr.smithi047.keothr (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:38.645 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:39.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:38 smithi047 bash[18695]: cluster 2024-04-22T23:54:37.830056+0000 mgr.smithi047.keothr (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:38 smithi047 bash[18695]: cluster 2024-04-22T23:54:37.830056+0000 mgr.smithi047.keothr (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:38 smithi137 bash[20197]: cluster 2024-04-22T23:54:37.830056+0000 mgr.smithi047.keothr (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.218 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:38 smithi137 bash[20197]: cluster 2024-04-22T23:54:37.830056+0000 mgr.smithi047.keothr (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:39.914 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:40.487 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:40.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:40 smithi137 bash[20197]: cluster 2024-04-22T23:54:39.831062+0000 mgr.smithi047.keothr (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:40.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:40 smithi137 bash[20197]: cluster 2024-04-22T23:54:39.831062+0000 mgr.smithi047.keothr (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:40.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:40 smithi137 bash[20197]: audit 2024-04-22T23:54:39.928750+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.47:0/1035547178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:40.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:40 smithi137 bash[20197]: audit 2024-04-22T23:54:39.928750+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.47:0/1035547178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:41.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:40 smithi047 bash[18695]: cluster 2024-04-22T23:54:39.831062+0000 mgr.smithi047.keothr (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:41.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:40 smithi047 bash[18695]: cluster 2024-04-22T23:54:39.831062+0000 mgr.smithi047.keothr (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:41.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:40 smithi047 bash[18695]: audit 2024-04-22T23:54:39.928750+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.47:0/1035547178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:41.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:40 smithi047 bash[18695]: audit 2024-04-22T23:54:39.928750+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.47:0/1035547178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:41.488 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:42.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:41 smithi137 bash[20197]: audit 2024-04-22T23:54:41.088264+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:42.217 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:41 smithi137 bash[20197]: audit 2024-04-22T23:54:41.088264+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:42.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:41 smithi047 bash[18695]: audit 2024-04-22T23:54:41.088264+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:42.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:41 smithi047 bash[18695]: audit 2024-04-22T23:54:41.088264+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:43.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:42 smithi137 bash[20197]: cluster 2024-04-22T23:54:41.832006+0000 mgr.smithi047.keothr (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:43.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:42 smithi137 bash[20197]: cluster 2024-04-22T23:54:41.832006+0000 mgr.smithi047.keothr (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:43.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:42 smithi047 bash[18695]: cluster 2024-04-22T23:54:41.832006+0000 mgr.smithi047.keothr (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:43.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:42 smithi047 bash[18695]: cluster 2024-04-22T23:54:41.832006+0000 mgr.smithi047.keothr (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:44 smithi137 bash[20197]: cluster 2024-04-22T23:54:43.832990+0000 mgr.smithi047.keothr (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:44 smithi137 bash[20197]: cluster 2024-04-22T23:54:43.832990+0000 mgr.smithi047.keothr (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:44 smithi047 bash[18695]: cluster 2024-04-22T23:54:43.832990+0000 mgr.smithi047.keothr (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:44 smithi047 bash[18695]: cluster 2024-04-22T23:54:43.832990+0000 mgr.smithi047.keothr (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:46.256 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:47.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:46 smithi137 bash[20197]: cluster 2024-04-22T23:54:45.834036+0000 mgr.smithi047.keothr (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:46 smithi137 bash[20197]: cluster 2024-04-22T23:54:45.834036+0000 mgr.smithi047.keothr (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:46 smithi047 bash[18695]: cluster 2024-04-22T23:54:45.834036+0000 mgr.smithi047.keothr (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:46 smithi047 bash[18695]: cluster 2024-04-22T23:54:45.834036+0000 mgr.smithi047.keothr (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:47.430 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:48.067 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:48.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:47 smithi137 bash[20197]: audit 2024-04-22T23:54:47.445300+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.47:0/3427283540' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:47 smithi137 bash[20197]: audit 2024-04-22T23:54:47.445300+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.47:0/3427283540' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:47 smithi047 bash[18695]: audit 2024-04-22T23:54:47.445300+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.47:0/3427283540' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:48.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:47 smithi047 bash[18695]: audit 2024-04-22T23:54:47.445300+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.47:0/3427283540' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:49.068 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:49.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:48 smithi137 bash[20197]: cluster 2024-04-22T23:54:47.835054+0000 mgr.smithi047.keothr (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:48 smithi137 bash[20197]: cluster 2024-04-22T23:54:47.835054+0000 mgr.smithi047.keothr (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:48 smithi047 bash[18695]: cluster 2024-04-22T23:54:47.835054+0000 mgr.smithi047.keothr (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:49.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:48 smithi047 bash[18695]: cluster 2024-04-22T23:54:47.835054+0000 mgr.smithi047.keothr (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:50 smithi137 bash[20197]: cluster 2024-04-22T23:54:49.836007+0000 mgr.smithi047.keothr (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:50 smithi137 bash[20197]: cluster 2024-04-22T23:54:49.836007+0000 mgr.smithi047.keothr (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:50 smithi047 bash[18695]: cluster 2024-04-22T23:54:49.836007+0000 mgr.smithi047.keothr (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:51.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:50 smithi047 bash[18695]: cluster 2024-04-22T23:54:49.836007+0000 mgr.smithi047.keothr (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:52 smithi137 bash[20197]: cluster 2024-04-22T23:54:51.836522+0000 mgr.smithi047.keothr (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:52 smithi137 bash[20197]: cluster 2024-04-22T23:54:51.836522+0000 mgr.smithi047.keothr (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:52 smithi047 bash[18695]: cluster 2024-04-22T23:54:51.836522+0000 mgr.smithi047.keothr (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:52 smithi047 bash[18695]: cluster 2024-04-22T23:54:51.836522+0000 mgr.smithi047.keothr (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:53.842 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:54:54.931 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:54:55.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:54 smithi137 bash[20197]: cluster 2024-04-22T23:54:53.837516+0000 mgr.smithi047.keothr (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:54 smithi137 bash[20197]: cluster 2024-04-22T23:54:53.837516+0000 mgr.smithi047.keothr (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:54 smithi047 bash[18695]: cluster 2024-04-22T23:54:53.837516+0000 mgr.smithi047.keothr (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:54 smithi047 bash[18695]: cluster 2024-04-22T23:54:53.837516+0000 mgr.smithi047.keothr (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:55.597 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:54:56.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:55 smithi137 bash[20197]: audit 2024-04-22T23:54:54.946045+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.47:0/3622438003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:56.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:55 smithi137 bash[20197]: audit 2024-04-22T23:54:54.946045+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.47:0/3622438003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:56.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:55 smithi047 bash[18695]: audit 2024-04-22T23:54:54.946045+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.47:0/3622438003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:56.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:55 smithi047 bash[18695]: audit 2024-04-22T23:54:54.946045+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.47:0/3622438003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:54:56.598 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:54:57.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:56 smithi137 bash[20197]: cluster 2024-04-22T23:54:55.838561+0000 mgr.smithi047.keothr (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:57.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:56 smithi137 bash[20197]: cluster 2024-04-22T23:54:55.838561+0000 mgr.smithi047.keothr (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:57.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:56 smithi137 bash[20197]: audit 2024-04-22T23:54:56.088700+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:57.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:56 smithi137 bash[20197]: audit 2024-04-22T23:54:56.088700+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:57.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:56 smithi047 bash[18695]: cluster 2024-04-22T23:54:55.838561+0000 mgr.smithi047.keothr (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:57.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:56 smithi047 bash[18695]: cluster 2024-04-22T23:54:55.838561+0000 mgr.smithi047.keothr (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:57.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:56 smithi047 bash[18695]: audit 2024-04-22T23:54:56.088700+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:57.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:56 smithi047 bash[18695]: audit 2024-04-22T23:54:56.088700+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:54:59.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:58 smithi137 bash[20197]: cluster 2024-04-22T23:54:57.839392+0000 mgr.smithi047.keothr (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:59.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:54:58 smithi137 bash[20197]: cluster 2024-04-22T23:54:57.839392+0000 mgr.smithi047.keothr (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:59.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:58 smithi047 bash[18695]: cluster 2024-04-22T23:54:57.839392+0000 mgr.smithi047.keothr (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:54:59.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:54:58 smithi047 bash[18695]: cluster 2024-04-22T23:54:57.839392+0000 mgr.smithi047.keothr (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:00 smithi137 bash[20197]: cluster 2024-04-22T23:54:59.840367+0000 mgr.smithi047.keothr (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:00 smithi137 bash[20197]: cluster 2024-04-22T23:54:59.840367+0000 mgr.smithi047.keothr (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:00 smithi047 bash[18695]: cluster 2024-04-22T23:54:59.840367+0000 mgr.smithi047.keothr (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:00 smithi047 bash[18695]: cluster 2024-04-22T23:54:59.840367+0000 mgr.smithi047.keothr (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:01.373 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:02.491 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:03.104 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:03.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:02 smithi137 bash[20197]: cluster 2024-04-22T23:55:01.841429+0000 mgr.smithi047.keothr (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:03.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:02 smithi137 bash[20197]: cluster 2024-04-22T23:55:01.841429+0000 mgr.smithi047.keothr (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:03.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:02 smithi137 bash[20197]: audit 2024-04-22T23:55:02.506195+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.47:0/1619688561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:03.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:02 smithi137 bash[20197]: audit 2024-04-22T23:55:02.506195+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.47:0/1619688561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:03.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:02 smithi047 bash[18695]: cluster 2024-04-22T23:55:01.841429+0000 mgr.smithi047.keothr (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:03.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:02 smithi047 bash[18695]: cluster 2024-04-22T23:55:01.841429+0000 mgr.smithi047.keothr (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:03.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:02 smithi047 bash[18695]: audit 2024-04-22T23:55:02.506195+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.47:0/1619688561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:03.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:02 smithi047 bash[18695]: audit 2024-04-22T23:55:02.506195+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.47:0/1619688561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:04.105 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:05.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:04 smithi137 bash[20197]: cluster 2024-04-22T23:55:03.842430+0000 mgr.smithi047.keothr (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:05.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:04 smithi137 bash[20197]: cluster 2024-04-22T23:55:03.842430+0000 mgr.smithi047.keothr (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:05.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:04 smithi047 bash[18695]: cluster 2024-04-22T23:55:03.842430+0000 mgr.smithi047.keothr (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:05.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:04 smithi047 bash[18695]: cluster 2024-04-22T23:55:03.842430+0000 mgr.smithi047.keothr (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:06 smithi137 bash[20197]: cluster 2024-04-22T23:55:05.843452+0000 mgr.smithi047.keothr (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:06 smithi137 bash[20197]: cluster 2024-04-22T23:55:05.843452+0000 mgr.smithi047.keothr (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:06 smithi047 bash[18695]: cluster 2024-04-22T23:55:05.843452+0000 mgr.smithi047.keothr (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:07.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:06 smithi047 bash[18695]: cluster 2024-04-22T23:55:05.843452+0000 mgr.smithi047.keothr (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:08.884 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:09.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:08 smithi137 bash[20197]: cluster 2024-04-22T23:55:07.844412+0000 mgr.smithi047.keothr (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:09.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:08 smithi137 bash[20197]: cluster 2024-04-22T23:55:07.844412+0000 mgr.smithi047.keothr (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:09.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:08 smithi047 bash[18695]: cluster 2024-04-22T23:55:07.844412+0000 mgr.smithi047.keothr (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:09.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:08 smithi047 bash[18695]: cluster 2024-04-22T23:55:07.844412+0000 mgr.smithi047.keothr (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:10.044 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:10.692 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:11.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:10 smithi137 bash[20197]: cluster 2024-04-22T23:55:09.844893+0000 mgr.smithi047.keothr (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:10 smithi137 bash[20197]: cluster 2024-04-22T23:55:09.844893+0000 mgr.smithi047.keothr (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:10 smithi137 bash[20197]: audit 2024-04-22T23:55:10.059891+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.47:0/1362297413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:11.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:10 smithi137 bash[20197]: audit 2024-04-22T23:55:10.059891+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.47:0/1362297413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:11.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:10 smithi047 bash[18695]: cluster 2024-04-22T23:55:09.844893+0000 mgr.smithi047.keothr (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:10 smithi047 bash[18695]: cluster 2024-04-22T23:55:09.844893+0000 mgr.smithi047.keothr (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:11.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:10 smithi047 bash[18695]: audit 2024-04-22T23:55:10.059891+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.47:0/1362297413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:11.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:10 smithi047 bash[18695]: audit 2024-04-22T23:55:10.059891+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.47:0/1362297413' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:11.693 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:11 smithi047 bash[18695]: audit 2024-04-22T23:55:11.089156+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:11 smithi047 bash[18695]: audit 2024-04-22T23:55:11.089156+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:11 smithi047 bash[18695]: audit 2024-04-22T23:55:11.930075+0000 mon.smithi047 (mon.0) 517 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:55:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:11 smithi047 bash[18695]: audit 2024-04-22T23:55:11.930075+0000 mon.smithi047 (mon.0) 517 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:55:12.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:11 smithi137 bash[20197]: audit 2024-04-22T23:55:11.089156+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:12.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:11 smithi137 bash[20197]: audit 2024-04-22T23:55:11.089156+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:12.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:11 smithi137 bash[20197]: audit 2024-04-22T23:55:11.930075+0000 mon.smithi047 (mon.0) 517 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:55:12.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:11 smithi137 bash[20197]: audit 2024-04-22T23:55:11.930075+0000 mon.smithi047 (mon.0) 517 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:55:13.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:13 smithi137 bash[20197]: cluster 2024-04-22T23:55:11.845838+0000 mgr.smithi047.keothr (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:13 smithi137 bash[20197]: cluster 2024-04-22T23:55:11.845838+0000 mgr.smithi047.keothr (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:13 smithi137 bash[20197]: audit 2024-04-22T23:55:12.458876+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:13.716 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:13 smithi137 bash[20197]: audit 2024-04-22T23:55:12.458876+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:13.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:13 smithi047 bash[18695]: cluster 2024-04-22T23:55:11.845838+0000 mgr.smithi047.keothr (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:13 smithi047 bash[18695]: cluster 2024-04-22T23:55:11.845838+0000 mgr.smithi047.keothr (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:13.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:13 smithi047 bash[18695]: audit 2024-04-22T23:55:12.458876+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:13.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:13 smithi047 bash[18695]: audit 2024-04-22T23:55:12.458876+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:15.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:15 smithi137 bash[20197]: cluster 2024-04-22T23:55:13.846850+0000 mgr.smithi047.keothr (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:15 smithi137 bash[20197]: cluster 2024-04-22T23:55:13.846850+0000 mgr.smithi047.keothr (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:15 smithi047 bash[18695]: cluster 2024-04-22T23:55:13.846850+0000 mgr.smithi047.keothr (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:15 smithi047 bash[18695]: cluster 2024-04-22T23:55:13.846850+0000 mgr.smithi047.keothr (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:16.464 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:17.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:17 smithi047 bash[18695]: cluster 2024-04-22T23:55:15.847838+0000 mgr.smithi047.keothr (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:17 smithi047 bash[18695]: cluster 2024-04-22T23:55:15.847838+0000 mgr.smithi047.keothr (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.647 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:17.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:17 smithi137 bash[20197]: cluster 2024-04-22T23:55:15.847838+0000 mgr.smithi047.keothr (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:17.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:17 smithi137 bash[20197]: cluster 2024-04-22T23:55:15.847838+0000 mgr.smithi047.keothr (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:18.626 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:18.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:18 smithi137 bash[20197]: audit 2024-04-22T23:55:17.662876+0000 mon.smithi047 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.47:0/4148942500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:18.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:18 smithi137 bash[20197]: audit 2024-04-22T23:55:17.662876+0000 mon.smithi047 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.47:0/4148942500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:18.728 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:18 smithi047 bash[18695]: audit 2024-04-22T23:55:17.662876+0000 mon.smithi047 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.47:0/4148942500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:18.728 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:18 smithi047 bash[18695]: audit 2024-04-22T23:55:17.662876+0000 mon.smithi047 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.47:0/4148942500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:19.628 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:19.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:19 smithi137 bash[20197]: cluster 2024-04-22T23:55:17.848845+0000 mgr.smithi047.keothr (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:19.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:19 smithi137 bash[20197]: cluster 2024-04-22T23:55:17.848845+0000 mgr.smithi047.keothr (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:19.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:19 smithi047 bash[18695]: cluster 2024-04-22T23:55:17.848845+0000 mgr.smithi047.keothr (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:19.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:19 smithi047 bash[18695]: cluster 2024-04-22T23:55:17.848845+0000 mgr.smithi047.keothr (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.891884+0000 mon.smithi047 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.891884+0000 mon.smithi047 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.948594+0000 mon.smithi047 (mon.0) 521 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.948594+0000 mon.smithi047 (mon.0) 521 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.949997+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.949997+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.951155+0000 mon.smithi047 (mon.0) 523 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.951155+0000 mon.smithi047 (mon.0) 523 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.960401+0000 mon.smithi047 (mon.0) 524 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.960401+0000 mon.smithi047 (mon.0) 524 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.964150+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:20 smithi047 bash[18695]: audit 2024-04-22T23:55:19.964150+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.891884+0000 mon.smithi047 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.891884+0000 mon.smithi047 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.948594+0000 mon.smithi047 (mon.0) 521 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.948594+0000 mon.smithi047 (mon.0) 521 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.949997+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.949997+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.951155+0000 mon.smithi047 (mon.0) 523 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.951155+0000 mon.smithi047 (mon.0) 523 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.960401+0000 mon.smithi047 (mon.0) 524 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.960401+0000 mon.smithi047 (mon.0) 524 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:55:20.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.964150+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:20.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:20 smithi137 bash[20197]: audit 2024-04-22T23:55:19.964150+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:55:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:21 smithi047 bash[18695]: cluster 2024-04-22T23:55:19.849768+0000 mgr.smithi047.keothr (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:21 smithi047 bash[18695]: cluster 2024-04-22T23:55:19.849768+0000 mgr.smithi047.keothr (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:21 smithi047 bash[18695]: cluster 2024-04-22T23:55:19.953023+0000 mgr.smithi047.keothr (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:21 smithi047 bash[18695]: cluster 2024-04-22T23:55:19.953023+0000 mgr.smithi047.keothr (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:21 smithi047 bash[18695]: cluster 2024-04-22T23:55:19.953908+0000 mgr.smithi047.keothr (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:21 smithi047 bash[18695]: cluster 2024-04-22T23:55:19.953908+0000 mgr.smithi047.keothr (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:21 smithi137 bash[20197]: cluster 2024-04-22T23:55:19.849768+0000 mgr.smithi047.keothr (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:21 smithi137 bash[20197]: cluster 2024-04-22T23:55:19.849768+0000 mgr.smithi047.keothr (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:21 smithi137 bash[20197]: cluster 2024-04-22T23:55:19.953023+0000 mgr.smithi047.keothr (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:21 smithi137 bash[20197]: cluster 2024-04-22T23:55:19.953023+0000 mgr.smithi047.keothr (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:21 smithi137 bash[20197]: cluster 2024-04-22T23:55:19.953908+0000 mgr.smithi047.keothr (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:21.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:21 smithi137 bash[20197]: cluster 2024-04-22T23:55:19.953908+0000 mgr.smithi047.keothr (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:23 smithi047 bash[18695]: cluster 2024-04-22T23:55:21.954930+0000 mgr.smithi047.keothr (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:23 smithi047 bash[18695]: cluster 2024-04-22T23:55:21.954930+0000 mgr.smithi047.keothr (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:23 smithi137 bash[20197]: cluster 2024-04-22T23:55:21.954930+0000 mgr.smithi047.keothr (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:23.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:23 smithi137 bash[20197]: cluster 2024-04-22T23:55:21.954930+0000 mgr.smithi047.keothr (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:24.398 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:25.527 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:25.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:25 smithi047 bash[18695]: cluster 2024-04-22T23:55:23.955681+0000 mgr.smithi047.keothr (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:25 smithi047 bash[18695]: cluster 2024-04-22T23:55:23.955681+0000 mgr.smithi047.keothr (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:25 smithi137 bash[20197]: cluster 2024-04-22T23:55:23.955681+0000 mgr.smithi047.keothr (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:25.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:25 smithi137 bash[20197]: cluster 2024-04-22T23:55:23.955681+0000 mgr.smithi047.keothr (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:26.103 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:26.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:26 smithi047 bash[18695]: audit 2024-04-22T23:55:25.542794+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.47:0/2906679486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:26 smithi047 bash[18695]: audit 2024-04-22T23:55:25.542794+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.47:0/2906679486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:26 smithi047 bash[18695]: audit 2024-04-22T23:55:26.089444+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:26 smithi047 bash[18695]: audit 2024-04-22T23:55:26.089444+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:26.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:26 smithi137 bash[20197]: audit 2024-04-22T23:55:25.542794+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.47:0/2906679486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:26.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:26 smithi137 bash[20197]: audit 2024-04-22T23:55:25.542794+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.47:0/2906679486' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:26.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:26 smithi137 bash[20197]: audit 2024-04-22T23:55:26.089444+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:26.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:26 smithi137 bash[20197]: audit 2024-04-22T23:55:26.089444+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:27.105 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:27.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:27 smithi047 bash[18695]: cluster 2024-04-22T23:55:25.956663+0000 mgr.smithi047.keothr (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:27 smithi047 bash[18695]: cluster 2024-04-22T23:55:25.956663+0000 mgr.smithi047.keothr (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:27 smithi137 bash[20197]: cluster 2024-04-22T23:55:25.956663+0000 mgr.smithi047.keothr (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:27.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:27 smithi137 bash[20197]: cluster 2024-04-22T23:55:25.956663+0000 mgr.smithi047.keothr (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:29 smithi047 bash[18695]: cluster 2024-04-22T23:55:27.957655+0000 mgr.smithi047.keothr (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:29 smithi047 bash[18695]: cluster 2024-04-22T23:55:27.957655+0000 mgr.smithi047.keothr (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:29 smithi137 bash[20197]: cluster 2024-04-22T23:55:27.957655+0000 mgr.smithi047.keothr (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:29.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:29 smithi137 bash[20197]: cluster 2024-04-22T23:55:27.957655+0000 mgr.smithi047.keothr (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:31 smithi047 bash[18695]: cluster 2024-04-22T23:55:29.958663+0000 mgr.smithi047.keothr (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:31 smithi047 bash[18695]: cluster 2024-04-22T23:55:29.958663+0000 mgr.smithi047.keothr (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.877 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:31.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:31 smithi137 bash[20197]: cluster 2024-04-22T23:55:29.958663+0000 mgr.smithi047.keothr (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:31.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:31 smithi137 bash[20197]: cluster 2024-04-22T23:55:29.958663+0000 mgr.smithi047.keothr (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.173 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:33.764 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:33 smithi047 bash[18695]: cluster 2024-04-22T23:55:31.959381+0000 mgr.smithi047.keothr (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.765 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:33 smithi047 bash[18695]: cluster 2024-04-22T23:55:31.959381+0000 mgr.smithi047.keothr (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.765 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:33 smithi047 bash[18695]: audit 2024-04-22T23:55:33.188206+0000 mon.smithi047 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.47:0/127770122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:33.765 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:33 smithi047 bash[18695]: audit 2024-04-22T23:55:33.188206+0000 mon.smithi047 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.47:0/127770122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:33.766 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:33.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:33 smithi137 bash[20197]: cluster 2024-04-22T23:55:31.959381+0000 mgr.smithi047.keothr (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:33 smithi137 bash[20197]: cluster 2024-04-22T23:55:31.959381+0000 mgr.smithi047.keothr (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:33.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:33 smithi137 bash[20197]: audit 2024-04-22T23:55:33.188206+0000 mon.smithi047 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.47:0/127770122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:33.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:33 smithi137 bash[20197]: audit 2024-04-22T23:55:33.188206+0000 mon.smithi047 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.47:0/127770122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:34.767 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:35.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:35 smithi047 bash[18695]: cluster 2024-04-22T23:55:33.960367+0000 mgr.smithi047.keothr (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:35 smithi047 bash[18695]: cluster 2024-04-22T23:55:33.960367+0000 mgr.smithi047.keothr (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:35 smithi137 bash[20197]: cluster 2024-04-22T23:55:33.960367+0000 mgr.smithi047.keothr (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:35.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:35 smithi137 bash[20197]: cluster 2024-04-22T23:55:33.960367+0000 mgr.smithi047.keothr (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:37 smithi047 bash[18695]: cluster 2024-04-22T23:55:35.961337+0000 mgr.smithi047.keothr (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:37 smithi047 bash[18695]: cluster 2024-04-22T23:55:35.961337+0000 mgr.smithi047.keothr (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:37 smithi137 bash[20197]: cluster 2024-04-22T23:55:35.961337+0000 mgr.smithi047.keothr (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:37.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:37 smithi137 bash[20197]: cluster 2024-04-22T23:55:35.961337+0000 mgr.smithi047.keothr (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.538 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:39.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:39 smithi047 bash[18695]: cluster 2024-04-22T23:55:37.962278+0000 mgr.smithi047.keothr (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:39 smithi047 bash[18695]: cluster 2024-04-22T23:55:37.962278+0000 mgr.smithi047.keothr (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:39 smithi137 bash[20197]: cluster 2024-04-22T23:55:37.962278+0000 mgr.smithi047.keothr (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:39.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:39 smithi137 bash[20197]: cluster 2024-04-22T23:55:37.962278+0000 mgr.smithi047.keothr (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:40.683 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:41.335 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:41 smithi047 bash[18695]: cluster 2024-04-22T23:55:39.963355+0000 mgr.smithi047.keothr (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:41 smithi047 bash[18695]: cluster 2024-04-22T23:55:39.963355+0000 mgr.smithi047.keothr (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:41 smithi047 bash[18695]: audit 2024-04-22T23:55:40.698673+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.47:0/1665052093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:41 smithi047 bash[18695]: audit 2024-04-22T23:55:40.698673+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.47:0/1665052093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:41 smithi047 bash[18695]: audit 2024-04-22T23:55:41.090080+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:41 smithi047 bash[18695]: audit 2024-04-22T23:55:41.090080+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:41.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:41 smithi137 bash[20197]: cluster 2024-04-22T23:55:39.963355+0000 mgr.smithi047.keothr (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:41 smithi137 bash[20197]: cluster 2024-04-22T23:55:39.963355+0000 mgr.smithi047.keothr (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:41 smithi137 bash[20197]: audit 2024-04-22T23:55:40.698673+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.47:0/1665052093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:41 smithi137 bash[20197]: audit 2024-04-22T23:55:40.698673+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.47:0/1665052093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:41 smithi137 bash[20197]: audit 2024-04-22T23:55:41.090080+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:41.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:41 smithi137 bash[20197]: audit 2024-04-22T23:55:41.090080+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:42.336 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:43.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:43 smithi047 bash[18695]: cluster 2024-04-22T23:55:41.964344+0000 mgr.smithi047.keothr (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:43 smithi047 bash[18695]: cluster 2024-04-22T23:55:41.964344+0000 mgr.smithi047.keothr (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:43 smithi137 bash[20197]: cluster 2024-04-22T23:55:41.964344+0000 mgr.smithi047.keothr (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:43.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:43 smithi137 bash[20197]: cluster 2024-04-22T23:55:41.964344+0000 mgr.smithi047.keothr (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:45 smithi047 bash[18695]: cluster 2024-04-22T23:55:43.965305+0000 mgr.smithi047.keothr (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:45 smithi047 bash[18695]: cluster 2024-04-22T23:55:43.965305+0000 mgr.smithi047.keothr (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:45 smithi137 bash[20197]: cluster 2024-04-22T23:55:43.965305+0000 mgr.smithi047.keothr (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:45.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:45 smithi137 bash[20197]: cluster 2024-04-22T23:55:43.965305+0000 mgr.smithi047.keothr (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.100 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:47.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:47 smithi047 bash[18695]: cluster 2024-04-22T23:55:45.966317+0000 mgr.smithi047.keothr (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:47 smithi047 bash[18695]: cluster 2024-04-22T23:55:45.966317+0000 mgr.smithi047.keothr (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:47 smithi137 bash[20197]: cluster 2024-04-22T23:55:45.966317+0000 mgr.smithi047.keothr (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:47.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:47 smithi137 bash[20197]: cluster 2024-04-22T23:55:45.966317+0000 mgr.smithi047.keothr (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:48.309 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:48.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:48 smithi047 bash[18695]: audit 2024-04-22T23:55:48.324683+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.47:0/4010544398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:48.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:48 smithi047 bash[18695]: audit 2024-04-22T23:55:48.324683+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.47:0/4010544398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:48.915 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:48.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:48 smithi137 bash[20197]: audit 2024-04-22T23:55:48.324683+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.47:0/4010544398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:48.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:48 smithi137 bash[20197]: audit 2024-04-22T23:55:48.324683+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.47:0/4010544398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:49.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:49 smithi047 bash[18695]: cluster 2024-04-22T23:55:47.966848+0000 mgr.smithi047.keothr (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:49.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:49 smithi047 bash[18695]: cluster 2024-04-22T23:55:47.966848+0000 mgr.smithi047.keothr (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:49.917 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:49.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:49 smithi137 bash[20197]: cluster 2024-04-22T23:55:47.966848+0000 mgr.smithi047.keothr (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:49.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:49 smithi137 bash[20197]: cluster 2024-04-22T23:55:47.966848+0000 mgr.smithi047.keothr (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:51 smithi047 bash[18695]: cluster 2024-04-22T23:55:49.967789+0000 mgr.smithi047.keothr (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:51 smithi047 bash[18695]: cluster 2024-04-22T23:55:49.967789+0000 mgr.smithi047.keothr (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:51 smithi137 bash[20197]: cluster 2024-04-22T23:55:49.967789+0000 mgr.smithi047.keothr (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:51.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:51 smithi137 bash[20197]: cluster 2024-04-22T23:55:49.967789+0000 mgr.smithi047.keothr (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:53.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:53 smithi137 bash[20197]: cluster 2024-04-22T23:55:51.968787+0000 mgr.smithi047.keothr (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:53.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:53 smithi137 bash[20197]: cluster 2024-04-22T23:55:51.968787+0000 mgr.smithi047.keothr (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:54.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:53 smithi047 bash[18695]: cluster 2024-04-22T23:55:51.968787+0000 mgr.smithi047.keothr (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:54.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:53 smithi047 bash[18695]: cluster 2024-04-22T23:55:51.968787+0000 mgr.smithi047.keothr (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:54.684 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:55:55.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:55 smithi047 bash[18695]: cluster 2024-04-22T23:55:53.969788+0000 mgr.smithi047.keothr (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:55 smithi047 bash[18695]: cluster 2024-04-22T23:55:53.969788+0000 mgr.smithi047.keothr (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.858 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:55:55.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:55 smithi137 bash[20197]: cluster 2024-04-22T23:55:53.969788+0000 mgr.smithi047.keothr (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:55.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:55 smithi137 bash[20197]: cluster 2024-04-22T23:55:53.969788+0000 mgr.smithi047.keothr (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:56.437 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:55:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:56 smithi047 bash[18695]: audit 2024-04-22T23:55:55.873530+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.47:0/2457358462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:56 smithi047 bash[18695]: audit 2024-04-22T23:55:55.873530+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.47:0/2457358462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:56 smithi047 bash[18695]: audit 2024-04-22T23:55:56.090397+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:56 smithi047 bash[18695]: audit 2024-04-22T23:55:56.090397+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:56.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:56 smithi137 bash[20197]: audit 2024-04-22T23:55:55.873530+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.47:0/2457358462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:56.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:56 smithi137 bash[20197]: audit 2024-04-22T23:55:55.873530+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.47:0/2457358462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:55:56.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:56 smithi137 bash[20197]: audit 2024-04-22T23:55:56.090397+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:56.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:56 smithi137 bash[20197]: audit 2024-04-22T23:55:56.090397+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:55:57.438 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:55:57.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:57 smithi047 bash[18695]: cluster 2024-04-22T23:55:55.970362+0000 mgr.smithi047.keothr (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:57.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:57 smithi047 bash[18695]: cluster 2024-04-22T23:55:55.970362+0000 mgr.smithi047.keothr (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:57.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:57 smithi137 bash[20197]: cluster 2024-04-22T23:55:55.970362+0000 mgr.smithi047.keothr (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:57.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:57 smithi137 bash[20197]: cluster 2024-04-22T23:55:55.970362+0000 mgr.smithi047.keothr (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:59.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:59 smithi137 bash[20197]: cluster 2024-04-22T23:55:57.971447+0000 mgr.smithi047.keothr (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:55:59.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:55:59 smithi137 bash[20197]: cluster 2024-04-22T23:55:57.971447+0000 mgr.smithi047.keothr (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:00.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:59 smithi047 bash[18695]: cluster 2024-04-22T23:55:57.971447+0000 mgr.smithi047.keothr (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:00.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:55:59 smithi047 bash[18695]: cluster 2024-04-22T23:55:57.971447+0000 mgr.smithi047.keothr (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:01.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:01 smithi137 bash[20197]: cluster 2024-04-22T23:55:59.972487+0000 mgr.smithi047.keothr (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:01.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:01 smithi137 bash[20197]: cluster 2024-04-22T23:55:59.972487+0000 mgr.smithi047.keothr (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:02.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:01 smithi047 bash[18695]: cluster 2024-04-22T23:55:59.972487+0000 mgr.smithi047.keothr (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:02.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:01 smithi047 bash[18695]: cluster 2024-04-22T23:55:59.972487+0000 mgr.smithi047.keothr (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:02.214 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:03.386 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:03.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:03 smithi047 bash[18695]: cluster 2024-04-22T23:56:01.973513+0000 mgr.smithi047.keothr (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:03 smithi047 bash[18695]: cluster 2024-04-22T23:56:01.973513+0000 mgr.smithi047.keothr (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:03 smithi047 bash[18695]: audit 2024-04-22T23:56:03.401454+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.47:0/684221152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:03.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:03 smithi047 bash[18695]: audit 2024-04-22T23:56:03.401454+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.47:0/684221152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:03 smithi137 bash[20197]: cluster 2024-04-22T23:56:01.973513+0000 mgr.smithi047.keothr (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:03 smithi137 bash[20197]: cluster 2024-04-22T23:56:01.973513+0000 mgr.smithi047.keothr (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:03 smithi137 bash[20197]: audit 2024-04-22T23:56:03.401454+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.47:0/684221152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:03 smithi137 bash[20197]: audit 2024-04-22T23:56:03.401454+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.47:0/684221152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:03.987 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:04.988 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:05.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:05 smithi137 bash[20197]: cluster 2024-04-22T23:56:03.974266+0000 mgr.smithi047.keothr (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:05.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:05 smithi137 bash[20197]: cluster 2024-04-22T23:56:03.974266+0000 mgr.smithi047.keothr (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:06.007 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:05 smithi047 bash[18695]: cluster 2024-04-22T23:56:03.974266+0000 mgr.smithi047.keothr (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:06.007 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:05 smithi047 bash[18695]: cluster 2024-04-22T23:56:03.974266+0000 mgr.smithi047.keothr (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:07.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:07 smithi137 bash[20197]: cluster 2024-04-22T23:56:05.975334+0000 mgr.smithi047.keothr (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:07.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:07 smithi137 bash[20197]: cluster 2024-04-22T23:56:05.975334+0000 mgr.smithi047.keothr (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:08.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:07 smithi047 bash[18695]: cluster 2024-04-22T23:56:05.975334+0000 mgr.smithi047.keothr (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:08.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:07 smithi047 bash[18695]: cluster 2024-04-22T23:56:05.975334+0000 mgr.smithi047.keothr (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:09.760 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:09.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:09 smithi137 bash[20197]: cluster 2024-04-22T23:56:07.976484+0000 mgr.smithi047.keothr (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:09.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:09 smithi137 bash[20197]: cluster 2024-04-22T23:56:07.976484+0000 mgr.smithi047.keothr (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:09 smithi047 bash[18695]: cluster 2024-04-22T23:56:07.976484+0000 mgr.smithi047.keothr (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:09 smithi047 bash[18695]: cluster 2024-04-22T23:56:07.976484+0000 mgr.smithi047.keothr (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.949 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:10.964 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:10 smithi047 bash[18695]: cluster 2024-04-22T23:56:09.977625+0000 mgr.smithi047.keothr (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.964 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:10 smithi047 bash[18695]: cluster 2024-04-22T23:56:09.977625+0000 mgr.smithi047.keothr (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:10 smithi137 bash[20197]: cluster 2024-04-22T23:56:09.977625+0000 mgr.smithi047.keothr (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:10.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:10 smithi137 bash[20197]: cluster 2024-04-22T23:56:09.977625+0000 mgr.smithi047.keothr (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:11.540 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:11 smithi047 bash[18695]: audit 2024-04-22T23:56:10.965064+0000 mon.smithi047 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.47:0/3551301342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:11 smithi047 bash[18695]: audit 2024-04-22T23:56:10.965064+0000 mon.smithi047 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.47:0/3551301342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:11 smithi047 bash[18695]: audit 2024-04-22T23:56:11.090828+0000 mon.smithi047 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:11 smithi047 bash[18695]: audit 2024-04-22T23:56:11.090828+0000 mon.smithi047 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:11.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:11 smithi137 bash[20197]: audit 2024-04-22T23:56:10.965064+0000 mon.smithi047 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.47:0/3551301342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:11.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:11 smithi137 bash[20197]: audit 2024-04-22T23:56:10.965064+0000 mon.smithi047 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.47:0/3551301342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:11.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:11 smithi137 bash[20197]: audit 2024-04-22T23:56:11.090828+0000 mon.smithi047 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:11.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:11 smithi137 bash[20197]: audit 2024-04-22T23:56:11.090828+0000 mon.smithi047 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:12.540 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:12.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:12 smithi047 bash[18695]: cluster 2024-04-22T23:56:11.978668+0000 mgr.smithi047.keothr (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:12 smithi047 bash[18695]: cluster 2024-04-22T23:56:11.978668+0000 mgr.smithi047.keothr (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:12.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:12 smithi137 bash[20197]: cluster 2024-04-22T23:56:11.978668+0000 mgr.smithi047.keothr (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:12.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:12 smithi137 bash[20197]: cluster 2024-04-22T23:56:11.978668+0000 mgr.smithi047.keothr (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:15 smithi047 bash[18695]: cluster 2024-04-22T23:56:13.979696+0000 mgr.smithi047.keothr (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:15 smithi047 bash[18695]: cluster 2024-04-22T23:56:13.979696+0000 mgr.smithi047.keothr (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:15 smithi137 bash[20197]: cluster 2024-04-22T23:56:13.979696+0000 mgr.smithi047.keothr (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:15.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:15 smithi137 bash[20197]: cluster 2024-04-22T23:56:13.979696+0000 mgr.smithi047.keothr (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:17.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:17 smithi047 bash[18695]: cluster 2024-04-22T23:56:15.980668+0000 mgr.smithi047.keothr (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:17.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:17 smithi047 bash[18695]: cluster 2024-04-22T23:56:15.980668+0000 mgr.smithi047.keothr (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:17.308 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:17.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:17 smithi137 bash[20197]: cluster 2024-04-22T23:56:15.980668+0000 mgr.smithi047.keothr (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:17.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:17 smithi137 bash[20197]: cluster 2024-04-22T23:56:15.980668+0000 mgr.smithi047.keothr (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:18.503 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:19.076 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:19.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:19 smithi047 bash[18695]: cluster 2024-04-22T23:56:17.981721+0000 mgr.smithi047.keothr (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:19.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:19 smithi047 bash[18695]: cluster 2024-04-22T23:56:17.981721+0000 mgr.smithi047.keothr (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:19.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:19 smithi047 bash[18695]: audit 2024-04-22T23:56:18.519398+0000 mon.smithi047 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.47:0/1641495437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:19.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:19 smithi047 bash[18695]: audit 2024-04-22T23:56:18.519398+0000 mon.smithi047 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.47:0/1641495437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:19.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:19 smithi137 bash[20197]: cluster 2024-04-22T23:56:17.981721+0000 mgr.smithi047.keothr (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:19.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:19 smithi137 bash[20197]: cluster 2024-04-22T23:56:17.981721+0000 mgr.smithi047.keothr (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:19.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:19 smithi137 bash[20197]: audit 2024-04-22T23:56:18.519398+0000 mon.smithi047 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.47:0/1641495437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:19.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:19 smithi137 bash[20197]: audit 2024-04-22T23:56:18.519398+0000 mon.smithi047 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.47:0/1641495437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:20.077 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:21.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:21 smithi047 bash[18695]: cluster 2024-04-22T23:56:19.982756+0000 mgr.smithi047.keothr (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:21.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:21 smithi047 bash[18695]: cluster 2024-04-22T23:56:19.982756+0000 mgr.smithi047.keothr (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:21.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:21 smithi047 bash[18695]: audit 2024-04-22T23:56:20.065369+0000 mon.smithi047 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:21.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:21 smithi047 bash[18695]: audit 2024-04-22T23:56:20.065369+0000 mon.smithi047 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:21.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:21 smithi137 bash[20197]: cluster 2024-04-22T23:56:19.982756+0000 mgr.smithi047.keothr (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:21.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:21 smithi137 bash[20197]: cluster 2024-04-22T23:56:19.982756+0000 mgr.smithi047.keothr (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:21.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:21 smithi137 bash[20197]: audit 2024-04-22T23:56:20.065369+0000 mon.smithi047 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:21.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:21 smithi137 bash[20197]: audit 2024-04-22T23:56:20.065369+0000 mon.smithi047 (mon.0) 538 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:56:23.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:23 smithi047 bash[18695]: cluster 2024-04-22T23:56:21.983738+0000 mgr.smithi047.keothr (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:23.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:23 smithi047 bash[18695]: cluster 2024-04-22T23:56:21.983738+0000 mgr.smithi047.keothr (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:23.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:23 smithi137 bash[20197]: cluster 2024-04-22T23:56:21.983738+0000 mgr.smithi047.keothr (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:23.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:23 smithi137 bash[20197]: cluster 2024-04-22T23:56:21.983738+0000 mgr.smithi047.keothr (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:24.844 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:25.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:25 smithi047 bash[18695]: cluster 2024-04-22T23:56:23.984729+0000 mgr.smithi047.keothr (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:25.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:25 smithi047 bash[18695]: cluster 2024-04-22T23:56:23.984729+0000 mgr.smithi047.keothr (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:25.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:25 smithi137 bash[20197]: cluster 2024-04-22T23:56:23.984729+0000 mgr.smithi047.keothr (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:25.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:25 smithi137 bash[20197]: cluster 2024-04-22T23:56:23.984729+0000 mgr.smithi047.keothr (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:26.483 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:27.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:27 smithi137 bash[20197]: cluster 2024-04-22T23:56:25.985532+0000 mgr.smithi047.keothr (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:27.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:27 smithi137 bash[20197]: cluster 2024-04-22T23:56:25.985532+0000 mgr.smithi047.keothr (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:27.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:27 smithi137 bash[20197]: audit 2024-04-22T23:56:26.090575+0000 mon.smithi047 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:27.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:27 smithi137 bash[20197]: audit 2024-04-22T23:56:26.090575+0000 mon.smithi047 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:27.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:27 smithi137 bash[20197]: audit 2024-04-22T23:56:26.498907+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.47:0/1575231747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:27.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:27 smithi137 bash[20197]: audit 2024-04-22T23:56:26.498907+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.47:0/1575231747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:27 smithi047 bash[18695]: cluster 2024-04-22T23:56:25.985532+0000 mgr.smithi047.keothr (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:27 smithi047 bash[18695]: cluster 2024-04-22T23:56:25.985532+0000 mgr.smithi047.keothr (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:27 smithi047 bash[18695]: audit 2024-04-22T23:56:26.090575+0000 mon.smithi047 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:27 smithi047 bash[18695]: audit 2024-04-22T23:56:26.090575+0000 mon.smithi047 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:27 smithi047 bash[18695]: audit 2024-04-22T23:56:26.498907+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.47:0/1575231747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:27 smithi047 bash[18695]: audit 2024-04-22T23:56:26.498907+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.47:0/1575231747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:27.412 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:28.413 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:28.425 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.678164+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:28.425 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.678164+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:28.425 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.680169+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:28.425 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.680169+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:28.425 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.692624+0000 mon.smithi047 (mon.0) 543 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:56:28.425 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.692624+0000 mon.smithi047 (mon.0) 543 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:56:28.426 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.700960+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:28.426 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:28 smithi047 bash[18695]: audit 2024-04-22T23:56:27.700960+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.678164+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.678164+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:56:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.680169+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.680169+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:56:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.692624+0000 mon.smithi047 (mon.0) 543 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:56:28.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.692624+0000 mon.smithi047 (mon.0) 543 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:56:28.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.700960+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:28.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:28 smithi137 bash[20197]: audit 2024-04-22T23:56:27.700960+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:56:29.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:29 smithi137 bash[20197]: cluster 2024-04-22T23:56:27.683558+0000 mgr.smithi047.keothr (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:29 smithi137 bash[20197]: cluster 2024-04-22T23:56:27.683558+0000 mgr.smithi047.keothr (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:29 smithi137 bash[20197]: cluster 2024-04-22T23:56:27.685054+0000 mgr.smithi047.keothr (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:29 smithi137 bash[20197]: cluster 2024-04-22T23:56:27.685054+0000 mgr.smithi047.keothr (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:29 smithi047 bash[18695]: cluster 2024-04-22T23:56:27.683558+0000 mgr.smithi047.keothr (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:29 smithi047 bash[18695]: cluster 2024-04-22T23:56:27.683558+0000 mgr.smithi047.keothr (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:29 smithi047 bash[18695]: cluster 2024-04-22T23:56:27.685054+0000 mgr.smithi047.keothr (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:29.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:29 smithi047 bash[18695]: cluster 2024-04-22T23:56:27.685054+0000 mgr.smithi047.keothr (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:31.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:31 smithi047 bash[18695]: cluster 2024-04-22T23:56:29.686091+0000 mgr.smithi047.keothr (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:31.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:31 smithi047 bash[18695]: cluster 2024-04-22T23:56:29.686091+0000 mgr.smithi047.keothr (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:31.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:31 smithi137 bash[20197]: cluster 2024-04-22T23:56:29.686091+0000 mgr.smithi047.keothr (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:31.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:31 smithi137 bash[20197]: cluster 2024-04-22T23:56:29.686091+0000 mgr.smithi047.keothr (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:33.186 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:33.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:33 smithi137 bash[20197]: cluster 2024-04-22T23:56:31.687222+0000 mgr.smithi047.keothr (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:33.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:33 smithi137 bash[20197]: cluster 2024-04-22T23:56:31.687222+0000 mgr.smithi047.keothr (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:33.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:33 smithi047 bash[18695]: cluster 2024-04-22T23:56:31.687222+0000 mgr.smithi047.keothr (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:33.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:33 smithi047 bash[18695]: cluster 2024-04-22T23:56:31.687222+0000 mgr.smithi047.keothr (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:34.339 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:34.911 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:35.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:35 smithi047 bash[18695]: cluster 2024-04-22T23:56:33.688368+0000 mgr.smithi047.keothr (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:35.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:35 smithi047 bash[18695]: cluster 2024-04-22T23:56:33.688368+0000 mgr.smithi047.keothr (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:35.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:35 smithi047 bash[18695]: audit 2024-04-22T23:56:34.355302+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.47:0/1472737270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:35.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:35 smithi047 bash[18695]: audit 2024-04-22T23:56:34.355302+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.47:0/1472737270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:35.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:35 smithi137 bash[20197]: cluster 2024-04-22T23:56:33.688368+0000 mgr.smithi047.keothr (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:35.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:35 smithi137 bash[20197]: cluster 2024-04-22T23:56:33.688368+0000 mgr.smithi047.keothr (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:35.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:35 smithi137 bash[20197]: audit 2024-04-22T23:56:34.355302+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.47:0/1472737270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:35.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:35 smithi137 bash[20197]: audit 2024-04-22T23:56:34.355302+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.47:0/1472737270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:35.913 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:37.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:37 smithi137 bash[20197]: cluster 2024-04-22T23:56:35.689382+0000 mgr.smithi047.keothr (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:37.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:37 smithi137 bash[20197]: cluster 2024-04-22T23:56:35.689382+0000 mgr.smithi047.keothr (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:37.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:37 smithi047 bash[18695]: cluster 2024-04-22T23:56:35.689382+0000 mgr.smithi047.keothr (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:37.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:37 smithi047 bash[18695]: cluster 2024-04-22T23:56:35.689382+0000 mgr.smithi047.keothr (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:39.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:39 smithi137 bash[20197]: cluster 2024-04-22T23:56:37.690372+0000 mgr.smithi047.keothr (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:39.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:39 smithi137 bash[20197]: cluster 2024-04-22T23:56:37.690372+0000 mgr.smithi047.keothr (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:39.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:39 smithi047 bash[18695]: cluster 2024-04-22T23:56:37.690372+0000 mgr.smithi047.keothr (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:39.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:39 smithi047 bash[18695]: cluster 2024-04-22T23:56:37.690372+0000 mgr.smithi047.keothr (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:40.697 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:41.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:41 smithi137 bash[20197]: cluster 2024-04-22T23:56:39.691486+0000 mgr.smithi047.keothr (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:41.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:41 smithi137 bash[20197]: cluster 2024-04-22T23:56:39.691486+0000 mgr.smithi047.keothr (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:41.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:41 smithi137 bash[20197]: audit 2024-04-22T23:56:41.091983+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:41.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:41 smithi137 bash[20197]: audit 2024-04-22T23:56:41.091983+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:41.539 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:41 smithi047 bash[18695]: cluster 2024-04-22T23:56:39.691486+0000 mgr.smithi047.keothr (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:41.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:41 smithi047 bash[18695]: cluster 2024-04-22T23:56:39.691486+0000 mgr.smithi047.keothr (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:41.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:41 smithi047 bash[18695]: audit 2024-04-22T23:56:41.091983+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:41.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:41 smithi047 bash[18695]: audit 2024-04-22T23:56:41.091983+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:41.946 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:42.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:42 smithi047 bash[18695]: audit 2024-04-22T23:56:41.961828+0000 mon.smithi047 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.47:0/1784074482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:42.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:42 smithi047 bash[18695]: audit 2024-04-22T23:56:41.961828+0000 mon.smithi047 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.47:0/1784074482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:42.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:42 smithi137 bash[20197]: audit 2024-04-22T23:56:41.961828+0000 mon.smithi047 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.47:0/1784074482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:42.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:42 smithi137 bash[20197]: audit 2024-04-22T23:56:41.961828+0000 mon.smithi047 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.47:0/1784074482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:42.520 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:43.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:43 smithi137 bash[20197]: cluster 2024-04-22T23:56:41.692475+0000 mgr.smithi047.keothr (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:43.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:43 smithi137 bash[20197]: cluster 2024-04-22T23:56:41.692475+0000 mgr.smithi047.keothr (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:43.521 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:43.532 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:43 smithi047 bash[18695]: cluster 2024-04-22T23:56:41.692475+0000 mgr.smithi047.keothr (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:43.532 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:43 smithi047 bash[18695]: cluster 2024-04-22T23:56:41.692475+0000 mgr.smithi047.keothr (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:45.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:45 smithi137 bash[20197]: cluster 2024-04-22T23:56:43.693438+0000 mgr.smithi047.keothr (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:45.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:45 smithi137 bash[20197]: cluster 2024-04-22T23:56:43.693438+0000 mgr.smithi047.keothr (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:45.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:45 smithi047 bash[18695]: cluster 2024-04-22T23:56:43.693438+0000 mgr.smithi047.keothr (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:45.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:45 smithi047 bash[18695]: cluster 2024-04-22T23:56:43.693438+0000 mgr.smithi047.keothr (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:47.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:47 smithi137 bash[20197]: cluster 2024-04-22T23:56:45.694443+0000 mgr.smithi047.keothr (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:47.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:47 smithi137 bash[20197]: cluster 2024-04-22T23:56:45.694443+0000 mgr.smithi047.keothr (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:47.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:47 smithi047 bash[18695]: cluster 2024-04-22T23:56:45.694443+0000 mgr.smithi047.keothr (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:47.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:47 smithi047 bash[18695]: cluster 2024-04-22T23:56:45.694443+0000 mgr.smithi047.keothr (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:48.293 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:49.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:49 smithi047 bash[18695]: cluster 2024-04-22T23:56:47.695442+0000 mgr.smithi047.keothr (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:49.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:49 smithi047 bash[18695]: cluster 2024-04-22T23:56:47.695442+0000 mgr.smithi047.keothr (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:49.457 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:49.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:49 smithi137 bash[20197]: cluster 2024-04-22T23:56:47.695442+0000 mgr.smithi047.keothr (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:49.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:49 smithi137 bash[20197]: cluster 2024-04-22T23:56:47.695442+0000 mgr.smithi047.keothr (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:50.062 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:50.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:50 smithi137 bash[20197]: audit 2024-04-22T23:56:49.473121+0000 mon.smithi047 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.47:0/2951861815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:50.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:50 smithi137 bash[20197]: audit 2024-04-22T23:56:49.473121+0000 mon.smithi047 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.47:0/2951861815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:50.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:50 smithi047 bash[18695]: audit 2024-04-22T23:56:49.473121+0000 mon.smithi047 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.47:0/2951861815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:50.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:50 smithi047 bash[18695]: audit 2024-04-22T23:56:49.473121+0000 mon.smithi047 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.47:0/2951861815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:51.063 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:51.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:51 smithi047 bash[18695]: cluster 2024-04-22T23:56:49.696394+0000 mgr.smithi047.keothr (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:51.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:51 smithi047 bash[18695]: cluster 2024-04-22T23:56:49.696394+0000 mgr.smithi047.keothr (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:51.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:51 smithi137 bash[20197]: cluster 2024-04-22T23:56:49.696394+0000 mgr.smithi047.keothr (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:51.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:51 smithi137 bash[20197]: cluster 2024-04-22T23:56:49.696394+0000 mgr.smithi047.keothr (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:53.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:53 smithi137 bash[20197]: cluster 2024-04-22T23:56:51.697389+0000 mgr.smithi047.keothr (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:53.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:53 smithi137 bash[20197]: cluster 2024-04-22T23:56:51.697389+0000 mgr.smithi047.keothr (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:53.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:53 smithi047 bash[18695]: cluster 2024-04-22T23:56:51.697389+0000 mgr.smithi047.keothr (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:53.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:53 smithi047 bash[18695]: cluster 2024-04-22T23:56:51.697389+0000 mgr.smithi047.keothr (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:55.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:55 smithi137 bash[20197]: cluster 2024-04-22T23:56:53.698378+0000 mgr.smithi047.keothr (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:55.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:55 smithi137 bash[20197]: cluster 2024-04-22T23:56:53.698378+0000 mgr.smithi047.keothr (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:55.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:55 smithi047 bash[18695]: cluster 2024-04-22T23:56:53.698378+0000 mgr.smithi047.keothr (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:55.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:55 smithi047 bash[18695]: cluster 2024-04-22T23:56:53.698378+0000 mgr.smithi047.keothr (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:55.835 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:56:56.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:56 smithi137 bash[20197]: audit 2024-04-22T23:56:56.091593+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:56.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:56 smithi137 bash[20197]: audit 2024-04-22T23:56:56.091593+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:56.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:56 smithi047 bash[18695]: audit 2024-04-22T23:56:56.091593+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:56.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:56 smithi047 bash[18695]: audit 2024-04-22T23:56:56.091593+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:56:57.072 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:56:57.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:57 smithi137 bash[20197]: cluster 2024-04-22T23:56:55.699371+0000 mgr.smithi047.keothr (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:57.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:57 smithi137 bash[20197]: cluster 2024-04-22T23:56:55.699371+0000 mgr.smithi047.keothr (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:57.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:57 smithi137 bash[20197]: audit 2024-04-22T23:56:57.087378+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.47:0/587255853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:57.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:57 smithi137 bash[20197]: audit 2024-04-22T23:56:57.087378+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.47:0/587255853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:57.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:57 smithi047 bash[18695]: cluster 2024-04-22T23:56:55.699371+0000 mgr.smithi047.keothr (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:57 smithi047 bash[18695]: cluster 2024-04-22T23:56:55.699371+0000 mgr.smithi047.keothr (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:57 smithi047 bash[18695]: audit 2024-04-22T23:56:57.087378+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.47:0/587255853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:57 smithi047 bash[18695]: audit 2024-04-22T23:56:57.087378+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.47:0/587255853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:56:57.650 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:56:58.651 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:56:59.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:59 smithi137 bash[20197]: cluster 2024-04-22T23:56:57.700343+0000 mgr.smithi047.keothr (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:56:59 smithi137 bash[20197]: cluster 2024-04-22T23:56:57.700343+0000 mgr.smithi047.keothr (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:59 smithi047 bash[18695]: cluster 2024-04-22T23:56:57.700343+0000 mgr.smithi047.keothr (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:56:59.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:56:59 smithi047 bash[18695]: cluster 2024-04-22T23:56:57.700343+0000 mgr.smithi047.keothr (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:01 smithi047 bash[18695]: cluster 2024-04-22T23:56:59.701311+0000 mgr.smithi047.keothr (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:01 smithi047 bash[18695]: cluster 2024-04-22T23:56:59.701311+0000 mgr.smithi047.keothr (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:01 smithi137 bash[20197]: cluster 2024-04-22T23:56:59.701311+0000 mgr.smithi047.keothr (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:01.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:01 smithi137 bash[20197]: cluster 2024-04-22T23:56:59.701311+0000 mgr.smithi047.keothr (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.422 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:03.445 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:03 smithi047 bash[18695]: cluster 2024-04-22T23:57:01.702282+0000 mgr.smithi047.keothr (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.445 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:03 smithi047 bash[18695]: cluster 2024-04-22T23:57:01.702282+0000 mgr.smithi047.keothr (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:03 smithi137 bash[20197]: cluster 2024-04-22T23:57:01.702282+0000 mgr.smithi047.keothr (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:03.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:03 smithi137 bash[20197]: cluster 2024-04-22T23:57:01.702282+0000 mgr.smithi047.keothr (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:04.640 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:05.213 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:05.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:05 smithi137 bash[20197]: cluster 2024-04-22T23:57:03.703311+0000 mgr.smithi047.keothr (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:05 smithi137 bash[20197]: cluster 2024-04-22T23:57:03.703311+0000 mgr.smithi047.keothr (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:05 smithi137 bash[20197]: audit 2024-04-22T23:57:04.655438+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.47:0/2706065660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:05.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:05 smithi137 bash[20197]: audit 2024-04-22T23:57:04.655438+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.47:0/2706065660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:05.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:05 smithi047 bash[18695]: cluster 2024-04-22T23:57:03.703311+0000 mgr.smithi047.keothr (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:05 smithi047 bash[18695]: cluster 2024-04-22T23:57:03.703311+0000 mgr.smithi047.keothr (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:05.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:05 smithi047 bash[18695]: audit 2024-04-22T23:57:04.655438+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.47:0/2706065660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:05.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:05 smithi047 bash[18695]: audit 2024-04-22T23:57:04.655438+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.47:0/2706065660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:06.215 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:07.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:07 smithi137 bash[20197]: cluster 2024-04-22T23:57:05.704294+0000 mgr.smithi047.keothr (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:07 smithi137 bash[20197]: cluster 2024-04-22T23:57:05.704294+0000 mgr.smithi047.keothr (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:07 smithi047 bash[18695]: cluster 2024-04-22T23:57:05.704294+0000 mgr.smithi047.keothr (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:07.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:07 smithi047 bash[18695]: cluster 2024-04-22T23:57:05.704294+0000 mgr.smithi047.keothr (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:09 smithi137 bash[20197]: cluster 2024-04-22T23:57:07.705276+0000 mgr.smithi047.keothr (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:09 smithi137 bash[20197]: cluster 2024-04-22T23:57:07.705276+0000 mgr.smithi047.keothr (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:09 smithi047 bash[18695]: cluster 2024-04-22T23:57:07.705276+0000 mgr.smithi047.keothr (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:09.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:09 smithi047 bash[18695]: cluster 2024-04-22T23:57:07.705276+0000 mgr.smithi047.keothr (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:10.984 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:11.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:11 smithi047 bash[18695]: cluster 2024-04-22T23:57:09.706259+0000 mgr.smithi047.keothr (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:11 smithi047 bash[18695]: cluster 2024-04-22T23:57:09.706259+0000 mgr.smithi047.keothr (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:11 smithi047 bash[18695]: audit 2024-04-22T23:57:11.092643+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:11.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:11 smithi047 bash[18695]: audit 2024-04-22T23:57:11.092643+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:11 smithi137 bash[20197]: cluster 2024-04-22T23:57:09.706259+0000 mgr.smithi047.keothr (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:11 smithi137 bash[20197]: cluster 2024-04-22T23:57:09.706259+0000 mgr.smithi047.keothr (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:11 smithi137 bash[20197]: audit 2024-04-22T23:57:11.092643+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:11 smithi137 bash[20197]: audit 2024-04-22T23:57:11.092643+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:12.332 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:12.968 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:13.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:13 smithi047 bash[18695]: cluster 2024-04-22T23:57:11.707277+0000 mgr.smithi047.keothr (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:13 smithi047 bash[18695]: cluster 2024-04-22T23:57:11.707277+0000 mgr.smithi047.keothr (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:13 smithi047 bash[18695]: audit 2024-04-22T23:57:12.347812+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.47:0/2121922395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:13.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:13 smithi047 bash[18695]: audit 2024-04-22T23:57:12.347812+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.47:0/2121922395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:13.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:13 smithi137 bash[20197]: cluster 2024-04-22T23:57:11.707277+0000 mgr.smithi047.keothr (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:13 smithi137 bash[20197]: cluster 2024-04-22T23:57:11.707277+0000 mgr.smithi047.keothr (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:13.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:13 smithi137 bash[20197]: audit 2024-04-22T23:57:12.347812+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.47:0/2121922395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:13.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:13 smithi137 bash[20197]: audit 2024-04-22T23:57:12.347812+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.47:0/2121922395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:13.969 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:15.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:15 smithi137 bash[20197]: cluster 2024-04-22T23:57:13.708511+0000 mgr.smithi047.keothr (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:15.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:15 smithi137 bash[20197]: cluster 2024-04-22T23:57:13.708511+0000 mgr.smithi047.keothr (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:15.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:15 smithi047 bash[18695]: cluster 2024-04-22T23:57:13.708511+0000 mgr.smithi047.keothr (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:15.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:15 smithi047 bash[18695]: cluster 2024-04-22T23:57:13.708511+0000 mgr.smithi047.keothr (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:17 smithi137 bash[20197]: cluster 2024-04-22T23:57:15.709545+0000 mgr.smithi047.keothr (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:17 smithi137 bash[20197]: cluster 2024-04-22T23:57:15.709545+0000 mgr.smithi047.keothr (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:17 smithi047 bash[18695]: cluster 2024-04-22T23:57:15.709545+0000 mgr.smithi047.keothr (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:17.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:17 smithi047 bash[18695]: cluster 2024-04-22T23:57:15.709545+0000 mgr.smithi047.keothr (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:18.743 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:19.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:19 smithi137 bash[20197]: cluster 2024-04-22T23:57:17.710471+0000 mgr.smithi047.keothr (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:19 smithi137 bash[20197]: cluster 2024-04-22T23:57:17.710471+0000 mgr.smithi047.keothr (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:19 smithi047 bash[18695]: cluster 2024-04-22T23:57:17.710471+0000 mgr.smithi047.keothr (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:19 smithi047 bash[18695]: cluster 2024-04-22T23:57:17.710471+0000 mgr.smithi047.keothr (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:19.964 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:20.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:20 smithi047 bash[18695]: audit 2024-04-22T23:57:19.980357+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.47:0/4218731830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:20.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:20 smithi047 bash[18695]: audit 2024-04-22T23:57:19.980357+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.47:0/4218731830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:20.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:20 smithi137 bash[20197]: audit 2024-04-22T23:57:19.980357+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.47:0/4218731830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:20.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:20 smithi137 bash[20197]: audit 2024-04-22T23:57:19.980357+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.47:0/4218731830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:20.625 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:21.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:21 smithi047 bash[18695]: cluster 2024-04-22T23:57:19.711373+0000 mgr.smithi047.keothr (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:21 smithi047 bash[18695]: cluster 2024-04-22T23:57:19.711373+0000 mgr.smithi047.keothr (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:21 smithi137 bash[20197]: cluster 2024-04-22T23:57:19.711373+0000 mgr.smithi047.keothr (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:21 smithi137 bash[20197]: cluster 2024-04-22T23:57:19.711373+0000 mgr.smithi047.keothr (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:21.626 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:23.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:23 smithi137 bash[20197]: cluster 2024-04-22T23:57:21.712321+0000 mgr.smithi047.keothr (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:23 smithi137 bash[20197]: cluster 2024-04-22T23:57:21.712321+0000 mgr.smithi047.keothr (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:23 smithi047 bash[18695]: cluster 2024-04-22T23:57:21.712321+0000 mgr.smithi047.keothr (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:23.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:23 smithi047 bash[18695]: cluster 2024-04-22T23:57:21.712321+0000 mgr.smithi047.keothr (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:25 smithi137 bash[20197]: cluster 2024-04-22T23:57:23.713256+0000 mgr.smithi047.keothr (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:25 smithi137 bash[20197]: cluster 2024-04-22T23:57:23.713256+0000 mgr.smithi047.keothr (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:25 smithi047 bash[18695]: cluster 2024-04-22T23:57:23.713256+0000 mgr.smithi047.keothr (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:25.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:25 smithi047 bash[18695]: cluster 2024-04-22T23:57:23.713256+0000 mgr.smithi047.keothr (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:26.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:26 smithi047 bash[18695]: audit 2024-04-22T23:57:26.092945+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:26.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:26 smithi047 bash[18695]: audit 2024-04-22T23:57:26.092945+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:26.396 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:26.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:26 smithi137 bash[20197]: audit 2024-04-22T23:57:26.092945+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:26.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:26 smithi137 bash[20197]: audit 2024-04-22T23:57:26.092945+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:27.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:27 smithi137 bash[20197]: cluster 2024-04-22T23:57:25.714246+0000 mgr.smithi047.keothr (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:27 smithi137 bash[20197]: cluster 2024-04-22T23:57:25.714246+0000 mgr.smithi047.keothr (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:27 smithi047 bash[18695]: cluster 2024-04-22T23:57:25.714246+0000 mgr.smithi047.keothr (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:27 smithi047 bash[18695]: cluster 2024-04-22T23:57:25.714246+0000 mgr.smithi047.keothr (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:27.586 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:28.204 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:28 smithi137 bash[20197]: audit 2024-04-22T23:57:27.602604+0000 mon.smithi047 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.47:0/1422383907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:28 smithi137 bash[20197]: audit 2024-04-22T23:57:27.602604+0000 mon.smithi047 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.47:0/1422383907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:28 smithi137 bash[20197]: audit 2024-04-22T23:57:27.798505+0000 mon.smithi047 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:28.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:28 smithi137 bash[20197]: audit 2024-04-22T23:57:27.798505+0000 mon.smithi047 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:28.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:28 smithi047 bash[18695]: audit 2024-04-22T23:57:27.602604+0000 mon.smithi047 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.47:0/1422383907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:28.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:28 smithi047 bash[18695]: audit 2024-04-22T23:57:27.602604+0000 mon.smithi047 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.47:0/1422383907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:28.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:28 smithi047 bash[18695]: audit 2024-04-22T23:57:27.798505+0000 mon.smithi047 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:28.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:28 smithi047 bash[18695]: audit 2024-04-22T23:57:27.798505+0000 mon.smithi047 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:57:29.205 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:29.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:29 smithi047 bash[18695]: cluster 2024-04-22T23:57:27.715229+0000 mgr.smithi047.keothr (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:29 smithi047 bash[18695]: cluster 2024-04-22T23:57:27.715229+0000 mgr.smithi047.keothr (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:29 smithi137 bash[20197]: cluster 2024-04-22T23:57:27.715229+0000 mgr.smithi047.keothr (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:29.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:29 smithi137 bash[20197]: cluster 2024-04-22T23:57:27.715229+0000 mgr.smithi047.keothr (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:31 smithi047 bash[18695]: cluster 2024-04-22T23:57:29.716217+0000 mgr.smithi047.keothr (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:31 smithi047 bash[18695]: cluster 2024-04-22T23:57:29.716217+0000 mgr.smithi047.keothr (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:31 smithi137 bash[20197]: cluster 2024-04-22T23:57:29.716217+0000 mgr.smithi047.keothr (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:31.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:31 smithi137 bash[20197]: cluster 2024-04-22T23:57:29.716217+0000 mgr.smithi047.keothr (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:33 smithi047 bash[18695]: cluster 2024-04-22T23:57:31.717230+0000 mgr.smithi047.keothr (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:33 smithi047 bash[18695]: cluster 2024-04-22T23:57:31.717230+0000 mgr.smithi047.keothr (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:33 smithi137 bash[20197]: cluster 2024-04-22T23:57:31.717230+0000 mgr.smithi047.keothr (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:33 smithi137 bash[20197]: cluster 2024-04-22T23:57:31.717230+0000 mgr.smithi047.keothr (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:33.851 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:34.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:34 smithi047 bash[18695]: cluster 2024-04-22T23:57:33.717711+0000 mgr.smithi047.keothr (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:34.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:34 smithi047 bash[18695]: cluster 2024-04-22T23:57:33.717711+0000 mgr.smithi047.keothr (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:34.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:34 smithi047 bash[18695]: audit 2024-04-22T23:57:33.744124+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:34.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:34 smithi047 bash[18695]: audit 2024-04-22T23:57:33.744124+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:34.904 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:35.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:34 smithi137 bash[20197]: cluster 2024-04-22T23:57:33.717711+0000 mgr.smithi047.keothr (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:35.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:34 smithi137 bash[20197]: cluster 2024-04-22T23:57:33.717711+0000 mgr.smithi047.keothr (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:35.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:34 smithi137 bash[20197]: audit 2024-04-22T23:57:33.744124+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:35.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:34 smithi137 bash[20197]: audit 2024-04-22T23:57:33.744124+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:35.518 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:35.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:35 smithi047 bash[18695]: audit 2024-04-22T23:57:34.920647+0000 mon.smithi047 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.47:0/403825031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:35.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:35 smithi047 bash[18695]: audit 2024-04-22T23:57:34.920647+0000 mon.smithi047 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.47:0/403825031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:35.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:35 smithi137 bash[20197]: audit 2024-04-22T23:57:34.920647+0000 mon.smithi047 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.47:0/403825031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:35.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:35 smithi137 bash[20197]: audit 2024-04-22T23:57:34.920647+0000 mon.smithi047 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.47:0/403825031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:36.519 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:36.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:36 smithi047 bash[18695]: cluster 2024-04-22T23:57:35.718664+0000 mgr.smithi047.keothr (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:36.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:36 smithi047 bash[18695]: cluster 2024-04-22T23:57:35.718664+0000 mgr.smithi047.keothr (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:37.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:36 smithi137 bash[20197]: cluster 2024-04-22T23:57:35.718664+0000 mgr.smithi047.keothr (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:37.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:36 smithi137 bash[20197]: cluster 2024-04-22T23:57:35.718664+0000 mgr.smithi047.keothr (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:38 smithi047 bash[18695]: cluster 2024-04-22T23:57:37.719665+0000 mgr.smithi047.keothr (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:38 smithi047 bash[18695]: cluster 2024-04-22T23:57:37.719665+0000 mgr.smithi047.keothr (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:38 smithi137 bash[20197]: cluster 2024-04-22T23:57:37.719665+0000 mgr.smithi047.keothr (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:39.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:38 smithi137 bash[20197]: cluster 2024-04-22T23:57:37.719665+0000 mgr.smithi047.keothr (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:40.388 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:40.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:40 smithi137 bash[20197]: cluster 2024-04-22T23:57:39.720649+0000 mgr.smithi047.keothr (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:40.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:40 smithi137 bash[20197]: cluster 2024-04-22T23:57:39.720649+0000 mgr.smithi047.keothr (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:41.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:40 smithi047 bash[18695]: cluster 2024-04-22T23:57:39.720649+0000 mgr.smithi047.keothr (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:41.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:40 smithi047 bash[18695]: cluster 2024-04-22T23:57:39.720649+0000 mgr.smithi047.keothr (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:42.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.093495+0000 mon.smithi047 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:42.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.093495+0000 mon.smithi047 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.664255+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.664255+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.666130+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.666130+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.675289+0000 mon.smithi047 (mon.0) 563 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.675289+0000 mon.smithi047 (mon.0) 563 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.680525+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:42.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:41 smithi047 bash[18695]: audit 2024-04-22T23:57:41.680525+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:42.125 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:42.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.093495+0000 mon.smithi047 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:42.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.093495+0000 mon.smithi047 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:42.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.664255+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:42.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.664255+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:57:42.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.666130+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:42.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.666130+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:57:42.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.675289+0000 mon.smithi047 (mon.0) 563 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:42.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.675289+0000 mon.smithi047 (mon.0) 563 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:57:42.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.680525+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:42.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:41 smithi137 bash[20197]: audit 2024-04-22T23:57:41.680525+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:57:42.854 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:43.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:42 smithi047 bash[18695]: cluster 2024-04-22T23:57:41.668929+0000 mgr.smithi047.keothr (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:42 smithi047 bash[18695]: cluster 2024-04-22T23:57:41.668929+0000 mgr.smithi047.keothr (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:42 smithi047 bash[18695]: cluster 2024-04-22T23:57:41.669982+0000 mgr.smithi047.keothr (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:42 smithi047 bash[18695]: cluster 2024-04-22T23:57:41.669982+0000 mgr.smithi047.keothr (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:42 smithi047 bash[18695]: audit 2024-04-22T23:57:42.141104+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.47:0/2088398058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:43.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:42 smithi047 bash[18695]: audit 2024-04-22T23:57:42.141104+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.47:0/2088398058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:43.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:42 smithi137 bash[20197]: cluster 2024-04-22T23:57:41.668929+0000 mgr.smithi047.keothr (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:42 smithi137 bash[20197]: cluster 2024-04-22T23:57:41.668929+0000 mgr.smithi047.keothr (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:42 smithi137 bash[20197]: cluster 2024-04-22T23:57:41.669982+0000 mgr.smithi047.keothr (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:42 smithi137 bash[20197]: cluster 2024-04-22T23:57:41.669982+0000 mgr.smithi047.keothr (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:43.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:42 smithi137 bash[20197]: audit 2024-04-22T23:57:42.141104+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.47:0/2088398058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:43.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:42 smithi137 bash[20197]: audit 2024-04-22T23:57:42.141104+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.47:0/2088398058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:43.856 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:45.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:44 smithi047 bash[18695]: cluster 2024-04-22T23:57:43.671061+0000 mgr.smithi047.keothr (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:44 smithi047 bash[18695]: cluster 2024-04-22T23:57:43.671061+0000 mgr.smithi047.keothr (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:44 smithi137 bash[20197]: cluster 2024-04-22T23:57:43.671061+0000 mgr.smithi047.keothr (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:45.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:44 smithi137 bash[20197]: cluster 2024-04-22T23:57:43.671061+0000 mgr.smithi047.keothr (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:46 smithi047 bash[18695]: cluster 2024-04-22T23:57:45.672194+0000 mgr.smithi047.keothr (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:46 smithi047 bash[18695]: cluster 2024-04-22T23:57:45.672194+0000 mgr.smithi047.keothr (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:46 smithi137 bash[20197]: cluster 2024-04-22T23:57:45.672194+0000 mgr.smithi047.keothr (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:47.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:46 smithi137 bash[20197]: cluster 2024-04-22T23:57:45.672194+0000 mgr.smithi047.keothr (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:48.629 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:49.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:48 smithi047 bash[18695]: cluster 2024-04-22T23:57:47.673299+0000 mgr.smithi047.keothr (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:48 smithi047 bash[18695]: cluster 2024-04-22T23:57:47.673299+0000 mgr.smithi047.keothr (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:48 smithi137 bash[20197]: cluster 2024-04-22T23:57:47.673299+0000 mgr.smithi047.keothr (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:48 smithi137 bash[20197]: cluster 2024-04-22T23:57:47.673299+0000 mgr.smithi047.keothr (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:49.857 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:50.545 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:50.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:50 smithi047 bash[18695]: cluster 2024-04-22T23:57:49.674113+0000 mgr.smithi047.keothr (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:50.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:50 smithi047 bash[18695]: cluster 2024-04-22T23:57:49.674113+0000 mgr.smithi047.keothr (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:50.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:50 smithi047 bash[18695]: audit 2024-04-22T23:57:49.873394+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.47:0/3086616110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:50.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:50 smithi047 bash[18695]: audit 2024-04-22T23:57:49.873394+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.47:0/3086616110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:50.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:50 smithi137 bash[20197]: cluster 2024-04-22T23:57:49.674113+0000 mgr.smithi047.keothr (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:50.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:50 smithi137 bash[20197]: cluster 2024-04-22T23:57:49.674113+0000 mgr.smithi047.keothr (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:50.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:50 smithi137 bash[20197]: audit 2024-04-22T23:57:49.873394+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.47:0/3086616110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:50.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:50 smithi137 bash[20197]: audit 2024-04-22T23:57:49.873394+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.47:0/3086616110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:51.546 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:53.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:52 smithi047 bash[18695]: cluster 2024-04-22T23:57:51.675113+0000 mgr.smithi047.keothr (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:52 smithi047 bash[18695]: cluster 2024-04-22T23:57:51.675113+0000 mgr.smithi047.keothr (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:52 smithi137 bash[20197]: cluster 2024-04-22T23:57:51.675113+0000 mgr.smithi047.keothr (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:53.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:52 smithi137 bash[20197]: cluster 2024-04-22T23:57:51.675113+0000 mgr.smithi047.keothr (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:54 smithi047 bash[18695]: cluster 2024-04-22T23:57:53.676031+0000 mgr.smithi047.keothr (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:54 smithi047 bash[18695]: cluster 2024-04-22T23:57:53.676031+0000 mgr.smithi047.keothr (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:54 smithi137 bash[20197]: cluster 2024-04-22T23:57:53.676031+0000 mgr.smithi047.keothr (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:55.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:54 smithi137 bash[20197]: cluster 2024-04-22T23:57:53.676031+0000 mgr.smithi047.keothr (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:56.317 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:57:57.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:56 smithi047 bash[18695]: cluster 2024-04-22T23:57:55.677055+0000 mgr.smithi047.keothr (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.053 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:56 smithi047 bash[18695]: cluster 2024-04-22T23:57:55.677055+0000 mgr.smithi047.keothr (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:56 smithi047 bash[18695]: audit 2024-04-22T23:57:56.094050+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:57.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:56 smithi047 bash[18695]: audit 2024-04-22T23:57:56.094050+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:57.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:56 smithi137 bash[20197]: cluster 2024-04-22T23:57:55.677055+0000 mgr.smithi047.keothr (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:56 smithi137 bash[20197]: cluster 2024-04-22T23:57:55.677055+0000 mgr.smithi047.keothr (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:57.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:56 smithi137 bash[20197]: audit 2024-04-22T23:57:56.094050+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:57.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:56 smithi137 bash[20197]: audit 2024-04-22T23:57:56.094050+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:57:57.526 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:57:58.187 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:57:58.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:58 smithi137 bash[20197]: audit 2024-04-22T23:57:57.541700+0000 mon.smithi047 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.47:0/2079624489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:58.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:58 smithi137 bash[20197]: audit 2024-04-22T23:57:57.541700+0000 mon.smithi047 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.47:0/2079624489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:58.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:58 smithi047 bash[18695]: audit 2024-04-22T23:57:57.541700+0000 mon.smithi047 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.47:0/2079624489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:58.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:58 smithi047 bash[18695]: audit 2024-04-22T23:57:57.541700+0000 mon.smithi047 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.47:0/2079624489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:57:59.189 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:57:59.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:59 smithi137 bash[20197]: cluster 2024-04-22T23:57:57.678045+0000 mgr.smithi047.keothr (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:57:59 smithi137 bash[20197]: cluster 2024-04-22T23:57:57.678045+0000 mgr.smithi047.keothr (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:59 smithi047 bash[18695]: cluster 2024-04-22T23:57:57.678045+0000 mgr.smithi047.keothr (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:57:59.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:57:59 smithi047 bash[18695]: cluster 2024-04-22T23:57:57.678045+0000 mgr.smithi047.keothr (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:01 smithi137 bash[20197]: cluster 2024-04-22T23:57:59.679082+0000 mgr.smithi047.keothr (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:01 smithi137 bash[20197]: cluster 2024-04-22T23:57:59.679082+0000 mgr.smithi047.keothr (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:01 smithi047 bash[18695]: cluster 2024-04-22T23:57:59.679082+0000 mgr.smithi047.keothr (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:01.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:01 smithi047 bash[18695]: cluster 2024-04-22T23:57:59.679082+0000 mgr.smithi047.keothr (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:03 smithi137 bash[20197]: cluster 2024-04-22T23:58:01.680060+0000 mgr.smithi047.keothr (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:03 smithi137 bash[20197]: cluster 2024-04-22T23:58:01.680060+0000 mgr.smithi047.keothr (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:03 smithi047 bash[18695]: cluster 2024-04-22T23:58:01.680060+0000 mgr.smithi047.keothr (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:03 smithi047 bash[18695]: cluster 2024-04-22T23:58:01.680060+0000 mgr.smithi047.keothr (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:03.958 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:05.238 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:05.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:05 smithi137 bash[20197]: cluster 2024-04-22T23:58:03.681062+0000 mgr.smithi047.keothr (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:05 smithi137 bash[20197]: cluster 2024-04-22T23:58:03.681062+0000 mgr.smithi047.keothr (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:05 smithi047 bash[18695]: cluster 2024-04-22T23:58:03.681062+0000 mgr.smithi047.keothr (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:05 smithi047 bash[18695]: cluster 2024-04-22T23:58:03.681062+0000 mgr.smithi047.keothr (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:05.895 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:06.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:06 smithi137 bash[20197]: audit 2024-04-22T23:58:05.254696+0000 mon.smithi047 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.47:0/352756138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:06.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:06 smithi137 bash[20197]: audit 2024-04-22T23:58:05.254696+0000 mon.smithi047 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.47:0/352756138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:06.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:06 smithi047 bash[18695]: audit 2024-04-22T23:58:05.254696+0000 mon.smithi047 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.47:0/352756138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:06.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:06 smithi047 bash[18695]: audit 2024-04-22T23:58:05.254696+0000 mon.smithi047 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.47:0/352756138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:06.897 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:07.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:07 smithi137 bash[20197]: cluster 2024-04-22T23:58:05.682006+0000 mgr.smithi047.keothr (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:07 smithi137 bash[20197]: cluster 2024-04-22T23:58:05.682006+0000 mgr.smithi047.keothr (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:07 smithi047 bash[18695]: cluster 2024-04-22T23:58:05.682006+0000 mgr.smithi047.keothr (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:07.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:07 smithi047 bash[18695]: cluster 2024-04-22T23:58:05.682006+0000 mgr.smithi047.keothr (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:09 smithi137 bash[20197]: cluster 2024-04-22T23:58:07.683015+0000 mgr.smithi047.keothr (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:09 smithi137 bash[20197]: cluster 2024-04-22T23:58:07.683015+0000 mgr.smithi047.keothr (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:09 smithi047 bash[18695]: cluster 2024-04-22T23:58:07.683015+0000 mgr.smithi047.keothr (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:09.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:09 smithi047 bash[18695]: cluster 2024-04-22T23:58:07.683015+0000 mgr.smithi047.keothr (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:11 smithi137 bash[20197]: cluster 2024-04-22T23:58:09.683727+0000 mgr.smithi047.keothr (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:11 smithi137 bash[20197]: cluster 2024-04-22T23:58:09.683727+0000 mgr.smithi047.keothr (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:11 smithi137 bash[20197]: audit 2024-04-22T23:58:11.094271+0000 mon.smithi047 (mon.0) 570 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:11.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:11 smithi137 bash[20197]: audit 2024-04-22T23:58:11.094271+0000 mon.smithi047 (mon.0) 570 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:11.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:11 smithi047 bash[18695]: cluster 2024-04-22T23:58:09.683727+0000 mgr.smithi047.keothr (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:11 smithi047 bash[18695]: cluster 2024-04-22T23:58:09.683727+0000 mgr.smithi047.keothr (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:11.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:11 smithi047 bash[18695]: audit 2024-04-22T23:58:11.094271+0000 mon.smithi047 (mon.0) 570 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:11.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:11 smithi047 bash[18695]: audit 2024-04-22T23:58:11.094271+0000 mon.smithi047 (mon.0) 570 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:11.676 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:12.820 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:13.450 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:13.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:13 smithi137 bash[20197]: cluster 2024-04-22T23:58:11.684692+0000 mgr.smithi047.keothr (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:13 smithi137 bash[20197]: cluster 2024-04-22T23:58:11.684692+0000 mgr.smithi047.keothr (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:13 smithi137 bash[20197]: audit 2024-04-22T23:58:12.836397+0000 mon.smithi047 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.47:0/3125292249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:13.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:13 smithi137 bash[20197]: audit 2024-04-22T23:58:12.836397+0000 mon.smithi047 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.47:0/3125292249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:13.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:13 smithi047 bash[18695]: cluster 2024-04-22T23:58:11.684692+0000 mgr.smithi047.keothr (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:13 smithi047 bash[18695]: cluster 2024-04-22T23:58:11.684692+0000 mgr.smithi047.keothr (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:13.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:13 smithi047 bash[18695]: audit 2024-04-22T23:58:12.836397+0000 mon.smithi047 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.47:0/3125292249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:13.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:13 smithi047 bash[18695]: audit 2024-04-22T23:58:12.836397+0000 mon.smithi047 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.47:0/3125292249' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:14.451 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:15.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:15 smithi137 bash[20197]: cluster 2024-04-22T23:58:13.685699+0000 mgr.smithi047.keothr (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:15 smithi137 bash[20197]: cluster 2024-04-22T23:58:13.685699+0000 mgr.smithi047.keothr (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:15 smithi047 bash[18695]: cluster 2024-04-22T23:58:13.685699+0000 mgr.smithi047.keothr (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:15.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:15 smithi047 bash[18695]: cluster 2024-04-22T23:58:13.685699+0000 mgr.smithi047.keothr (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:17 smithi047 bash[18695]: cluster 2024-04-22T23:58:15.686656+0000 mgr.smithi047.keothr (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:17 smithi047 bash[18695]: cluster 2024-04-22T23:58:15.686656+0000 mgr.smithi047.keothr (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:17 smithi137 bash[20197]: cluster 2024-04-22T23:58:15.686656+0000 mgr.smithi047.keothr (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:17.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:17 smithi137 bash[20197]: cluster 2024-04-22T23:58:15.686656+0000 mgr.smithi047.keothr (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.224 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:19.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:19 smithi047 bash[18695]: cluster 2024-04-22T23:58:17.687693+0000 mgr.smithi047.keothr (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:19 smithi047 bash[18695]: cluster 2024-04-22T23:58:17.687693+0000 mgr.smithi047.keothr (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:19 smithi137 bash[20197]: cluster 2024-04-22T23:58:17.687693+0000 mgr.smithi047.keothr (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:19.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:19 smithi137 bash[20197]: cluster 2024-04-22T23:58:17.687693+0000 mgr.smithi047.keothr (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:20.363 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:20.992 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:21.303 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:21 smithi047 bash[18695]: cluster 2024-04-22T23:58:19.688780+0000 mgr.smithi047.keothr (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:21 smithi047 bash[18695]: cluster 2024-04-22T23:58:19.688780+0000 mgr.smithi047.keothr (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:21 smithi047 bash[18695]: audit 2024-04-22T23:58:20.378933+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.47:0/3877053682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:21.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:21 smithi047 bash[18695]: audit 2024-04-22T23:58:20.378933+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.47:0/3877053682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:21.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:21 smithi137 bash[20197]: cluster 2024-04-22T23:58:19.688780+0000 mgr.smithi047.keothr (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:21 smithi137 bash[20197]: cluster 2024-04-22T23:58:19.688780+0000 mgr.smithi047.keothr (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:21.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:21 smithi137 bash[20197]: audit 2024-04-22T23:58:20.378933+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.47:0/3877053682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:21.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:21 smithi137 bash[20197]: audit 2024-04-22T23:58:20.378933+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.47:0/3877053682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:21.993 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:23.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:23 smithi047 bash[18695]: cluster 2024-04-22T23:58:21.689895+0000 mgr.smithi047.keothr (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:23.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:23 smithi047 bash[18695]: cluster 2024-04-22T23:58:21.689895+0000 mgr.smithi047.keothr (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:23.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:23 smithi137 bash[20197]: cluster 2024-04-22T23:58:21.689895+0000 mgr.smithi047.keothr (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:23.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:23 smithi137 bash[20197]: cluster 2024-04-22T23:58:21.689895+0000 mgr.smithi047.keothr (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:25.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:25 smithi047 bash[18695]: cluster 2024-04-22T23:58:23.690918+0000 mgr.smithi047.keothr (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:25.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:25 smithi047 bash[18695]: cluster 2024-04-22T23:58:23.690918+0000 mgr.smithi047.keothr (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:25.668 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:25 smithi137 bash[20197]: cluster 2024-04-22T23:58:23.690918+0000 mgr.smithi047.keothr (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:25.668 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:25 smithi137 bash[20197]: cluster 2024-04-22T23:58:23.690918+0000 mgr.smithi047.keothr (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:26.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:26 smithi047 bash[18695]: audit 2024-04-22T23:58:26.094714+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:26.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:26 smithi047 bash[18695]: audit 2024-04-22T23:58:26.094714+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:26.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:26 smithi137 bash[20197]: audit 2024-04-22T23:58:26.094714+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:26.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:26 smithi137 bash[20197]: audit 2024-04-22T23:58:26.094714+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:26.769 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:27.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:27 smithi047 bash[18695]: cluster 2024-04-22T23:58:25.691861+0000 mgr.smithi047.keothr (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:27.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:27 smithi047 bash[18695]: cluster 2024-04-22T23:58:25.691861+0000 mgr.smithi047.keothr (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:27.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:27 smithi137 bash[20197]: cluster 2024-04-22T23:58:25.691861+0000 mgr.smithi047.keothr (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:27.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:27 smithi137 bash[20197]: cluster 2024-04-22T23:58:25.691861+0000 mgr.smithi047.keothr (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:27.857 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:28.449 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:28.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:28 smithi047 bash[18695]: audit 2024-04-22T23:58:27.872576+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.47:0/3889358487' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:28.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:28 smithi047 bash[18695]: audit 2024-04-22T23:58:27.872576+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.47:0/3889358487' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:28.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:28 smithi137 bash[20197]: audit 2024-04-22T23:58:27.872576+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.47:0/3889358487' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:28.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:28 smithi137 bash[20197]: audit 2024-04-22T23:58:27.872576+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.47:0/3889358487' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:29.451 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:29.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:29 smithi047 bash[18695]: cluster 2024-04-22T23:58:27.692517+0000 mgr.smithi047.keothr (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:29 smithi047 bash[18695]: cluster 2024-04-22T23:58:27.692517+0000 mgr.smithi047.keothr (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:29 smithi137 bash[20197]: cluster 2024-04-22T23:58:27.692517+0000 mgr.smithi047.keothr (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:29.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:29 smithi137 bash[20197]: cluster 2024-04-22T23:58:27.692517+0000 mgr.smithi047.keothr (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:31 smithi047 bash[18695]: cluster 2024-04-22T23:58:29.693093+0000 mgr.smithi047.keothr (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:31 smithi047 bash[18695]: cluster 2024-04-22T23:58:29.693093+0000 mgr.smithi047.keothr (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:31 smithi137 bash[20197]: cluster 2024-04-22T23:58:29.693093+0000 mgr.smithi047.keothr (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:31.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:31 smithi137 bash[20197]: cluster 2024-04-22T23:58:29.693093+0000 mgr.smithi047.keothr (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:33.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:33 smithi047 bash[18695]: cluster 2024-04-22T23:58:31.693728+0000 mgr.smithi047.keothr (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:33.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:33 smithi047 bash[18695]: cluster 2024-04-22T23:58:31.693728+0000 mgr.smithi047.keothr (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:33.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:33 smithi137 bash[20197]: cluster 2024-04-22T23:58:31.693728+0000 mgr.smithi047.keothr (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:33.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:33 smithi137 bash[20197]: cluster 2024-04-22T23:58:31.693728+0000 mgr.smithi047.keothr (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:34.222 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:35.350 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:35.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:35 smithi047 bash[18695]: cluster 2024-04-22T23:58:33.694738+0000 mgr.smithi047.keothr (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:35.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:35 smithi047 bash[18695]: cluster 2024-04-22T23:58:33.694738+0000 mgr.smithi047.keothr (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:35.669 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:35 smithi137 bash[20197]: cluster 2024-04-22T23:58:33.694738+0000 mgr.smithi047.keothr (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:35.669 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:35 smithi137 bash[20197]: cluster 2024-04-22T23:58:33.694738+0000 mgr.smithi047.keothr (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:35.945 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:36.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:36 smithi047 bash[18695]: audit 2024-04-22T23:58:35.365906+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.47:0/1718190935' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:36.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:36 smithi047 bash[18695]: audit 2024-04-22T23:58:35.365906+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.47:0/1718190935' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:36.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:36 smithi137 bash[20197]: audit 2024-04-22T23:58:35.365906+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.47:0/1718190935' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:36.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:36 smithi137 bash[20197]: audit 2024-04-22T23:58:35.365906+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.47:0/1718190935' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:36.946 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:37.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:37 smithi047 bash[18695]: cluster 2024-04-22T23:58:35.695722+0000 mgr.smithi047.keothr (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:37.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:37 smithi047 bash[18695]: cluster 2024-04-22T23:58:35.695722+0000 mgr.smithi047.keothr (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:37.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:37 smithi137 bash[20197]: cluster 2024-04-22T23:58:35.695722+0000 mgr.smithi047.keothr (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:37.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:37 smithi137 bash[20197]: cluster 2024-04-22T23:58:35.695722+0000 mgr.smithi047.keothr (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:39 smithi047 bash[18695]: cluster 2024-04-22T23:58:37.696706+0000 mgr.smithi047.keothr (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:39 smithi047 bash[18695]: cluster 2024-04-22T23:58:37.696706+0000 mgr.smithi047.keothr (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:39 smithi137 bash[20197]: cluster 2024-04-22T23:58:37.696706+0000 mgr.smithi047.keothr (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:39.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:39 smithi137 bash[20197]: cluster 2024-04-22T23:58:37.696706+0000 mgr.smithi047.keothr (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:41 smithi047 bash[18695]: cluster 2024-04-22T23:58:39.697724+0000 mgr.smithi047.keothr (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:41 smithi047 bash[18695]: cluster 2024-04-22T23:58:39.697724+0000 mgr.smithi047.keothr (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:41 smithi047 bash[18695]: audit 2024-04-22T23:58:41.095144+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:41 smithi047 bash[18695]: audit 2024-04-22T23:58:41.095144+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:41.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:41 smithi137 bash[20197]: cluster 2024-04-22T23:58:39.697724+0000 mgr.smithi047.keothr (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:41 smithi137 bash[20197]: cluster 2024-04-22T23:58:39.697724+0000 mgr.smithi047.keothr (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:41.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:41 smithi137 bash[20197]: audit 2024-04-22T23:58:41.095144+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:41.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:41 smithi137 bash[20197]: audit 2024-04-22T23:58:41.095144+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:41.723 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:42.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:42 smithi047 bash[18695]: audit 2024-04-22T23:58:41.766868+0000 mon.smithi047 (mon.0) 577 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:42.553 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:42 smithi047 bash[18695]: audit 2024-04-22T23:58:41.766868+0000 mon.smithi047 (mon.0) 577 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:42.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:42 smithi137 bash[20197]: audit 2024-04-22T23:58:41.766868+0000 mon.smithi047 (mon.0) 577 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:42.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:42 smithi137 bash[20197]: audit 2024-04-22T23:58:41.766868+0000 mon.smithi047 (mon.0) 577 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:58:42.893 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:43.450 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:43.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:43 smithi047 bash[18695]: cluster 2024-04-22T23:58:41.698717+0000 mgr.smithi047.keothr (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:43.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:43 smithi047 bash[18695]: cluster 2024-04-22T23:58:41.698717+0000 mgr.smithi047.keothr (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:43.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:43 smithi047 bash[18695]: audit 2024-04-22T23:58:42.909048+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.47:0/2001511830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:43.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:43 smithi047 bash[18695]: audit 2024-04-22T23:58:42.909048+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.47:0/2001511830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:43.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:43 smithi137 bash[20197]: cluster 2024-04-22T23:58:41.698717+0000 mgr.smithi047.keothr (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:43.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:43 smithi137 bash[20197]: cluster 2024-04-22T23:58:41.698717+0000 mgr.smithi047.keothr (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:43.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:43 smithi137 bash[20197]: audit 2024-04-22T23:58:42.909048+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.47:0/2001511830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:43.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:43 smithi137 bash[20197]: audit 2024-04-22T23:58:42.909048+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.47:0/2001511830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:44.451 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:45.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:45 smithi047 bash[18695]: cluster 2024-04-22T23:58:43.699744+0000 mgr.smithi047.keothr (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:45.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:45 smithi047 bash[18695]: cluster 2024-04-22T23:58:43.699744+0000 mgr.smithi047.keothr (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:45.669 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:45 smithi137 bash[20197]: cluster 2024-04-22T23:58:43.699744+0000 mgr.smithi047.keothr (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:45.670 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:45 smithi137 bash[20197]: cluster 2024-04-22T23:58:43.699744+0000 mgr.smithi047.keothr (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:47 smithi137 bash[20197]: cluster 2024-04-22T23:58:45.700761+0000 mgr.smithi047.keothr (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:47 smithi137 bash[20197]: cluster 2024-04-22T23:58:45.700761+0000 mgr.smithi047.keothr (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:47 smithi137 bash[20197]: audit 2024-04-22T23:58:47.210802+0000 mon.smithi047 (mon.0) 579 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:47.715 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:47 smithi137 bash[20197]: audit 2024-04-22T23:58:47.210802+0000 mon.smithi047 (mon.0) 579 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:47 smithi047 bash[18695]: cluster 2024-04-22T23:58:45.700761+0000 mgr.smithi047.keothr (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:47 smithi047 bash[18695]: cluster 2024-04-22T23:58:45.700761+0000 mgr.smithi047.keothr (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:47 smithi047 bash[18695]: audit 2024-04-22T23:58:47.210802+0000 mon.smithi047 (mon.0) 579 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:47 smithi047 bash[18695]: audit 2024-04-22T23:58:47.210802+0000 mon.smithi047 (mon.0) 579 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:48.379 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:49.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:49 smithi047 bash[18695]: cluster 2024-04-22T23:58:47.701751+0000 mgr.smithi047.keothr (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:49.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:49 smithi047 bash[18695]: cluster 2024-04-22T23:58:47.701751+0000 mgr.smithi047.keothr (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:49.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:49 smithi137 bash[20197]: cluster 2024-04-22T23:58:47.701751+0000 mgr.smithi047.keothr (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:49.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:49 smithi137 bash[20197]: cluster 2024-04-22T23:58:47.701751+0000 mgr.smithi047.keothr (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:49.866 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:50.553 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:50.670 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:50 smithi137 bash[20197]: audit 2024-04-22T23:58:49.882120+0000 mon.smithi047 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.47:0/1885000339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:50.670 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:50 smithi137 bash[20197]: audit 2024-04-22T23:58:49.882120+0000 mon.smithi047 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.47:0/1885000339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:50.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:50 smithi047 bash[18695]: audit 2024-04-22T23:58:49.882120+0000 mon.smithi047 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.47:0/1885000339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:50 smithi047 bash[18695]: audit 2024-04-22T23:58:49.882120+0000 mon.smithi047 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.47:0/1885000339' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:51.554 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:51.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:51 smithi137 bash[20197]: cluster 2024-04-22T23:58:49.702287+0000 mgr.smithi047.keothr (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:51.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:51 smithi137 bash[20197]: cluster 2024-04-22T23:58:49.702287+0000 mgr.smithi047.keothr (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:51.803 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:51 smithi047 bash[18695]: cluster 2024-04-22T23:58:49.702287+0000 mgr.smithi047.keothr (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:51 smithi047 bash[18695]: cluster 2024-04-22T23:58:49.702287+0000 mgr.smithi047.keothr (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:53.645 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:53 smithi137 bash[20197]: cluster 2024-04-22T23:58:51.702840+0000 mgr.smithi047.keothr (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:53.645 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:53 smithi137 bash[20197]: cluster 2024-04-22T23:58:51.702840+0000 mgr.smithi047.keothr (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:53.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:53 smithi047 bash[18695]: cluster 2024-04-22T23:58:51.702840+0000 mgr.smithi047.keothr (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:53.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:53 smithi047 bash[18695]: cluster 2024-04-22T23:58:51.702840+0000 mgr.smithi047.keothr (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.671 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: cluster 2024-04-22T23:58:53.703906+0000 mgr.smithi047.keothr (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.671 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: cluster 2024-04-22T23:58:53.703906+0000 mgr.smithi047.keothr (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.671 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.574271+0000 mon.smithi047 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:55.671 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.574271+0000 mon.smithi047 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.576251+0000 mon.smithi047 (mon.0) 582 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.576251+0000 mon.smithi047 (mon.0) 582 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: cluster 2024-04-22T23:58:54.579375+0000 mgr.smithi047.keothr (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: cluster 2024-04-22T23:58:54.579375+0000 mgr.smithi047.keothr (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: cluster 2024-04-22T23:58:54.580516+0000 mgr.smithi047.keothr (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: cluster 2024-04-22T23:58:54.580516+0000 mgr.smithi047.keothr (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.587592+0000 mon.smithi047 (mon.0) 583 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.587592+0000 mon.smithi047 (mon.0) 583 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.595784+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:55.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:55 smithi137 bash[20197]: audit 2024-04-22T23:58:54.595784+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: cluster 2024-04-22T23:58:53.703906+0000 mgr.smithi047.keothr (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: cluster 2024-04-22T23:58:53.703906+0000 mgr.smithi047.keothr (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.574271+0000 mon.smithi047 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.574271+0000 mon.smithi047 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:58:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.576251+0000 mon.smithi047 (mon.0) 582 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.576251+0000 mon.smithi047 (mon.0) 582 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: cluster 2024-04-22T23:58:54.579375+0000 mgr.smithi047.keothr (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: cluster 2024-04-22T23:58:54.579375+0000 mgr.smithi047.keothr (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: cluster 2024-04-22T23:58:54.580516+0000 mgr.smithi047.keothr (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: cluster 2024-04-22T23:58:54.580516+0000 mgr.smithi047.keothr (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.587592+0000 mon.smithi047 (mon.0) 583 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.587592+0000 mon.smithi047 (mon.0) 583 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.595784+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:55.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:55 smithi047 bash[18695]: audit 2024-04-22T23:58:54.595784+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:58:56.330 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:58:56.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:56 smithi137 bash[20197]: audit 2024-04-22T23:58:56.095711+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:56.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:56 smithi137 bash[20197]: audit 2024-04-22T23:58:56.095711+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:56 smithi047 bash[18695]: audit 2024-04-22T23:58:56.095711+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:56 smithi047 bash[18695]: audit 2024-04-22T23:58:56.095711+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:58:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:57 smithi047 bash[18695]: cluster 2024-04-22T23:58:56.581505+0000 mgr.smithi047.keothr (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:57 smithi047 bash[18695]: cluster 2024-04-22T23:58:56.581505+0000 mgr.smithi047.keothr (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:57.615 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:58:57.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:57 smithi137 bash[20197]: cluster 2024-04-22T23:58:56.581505+0000 mgr.smithi047.keothr (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:57.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:57 smithi137 bash[20197]: cluster 2024-04-22T23:58:56.581505+0000 mgr.smithi047.keothr (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:58.185 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:58:58.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:58 smithi047 bash[18695]: audit 2024-04-22T23:58:57.630578+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.47:0/3716946566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:58.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:58 smithi047 bash[18695]: audit 2024-04-22T23:58:57.630578+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.47:0/3716946566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:58.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:58 smithi137 bash[20197]: audit 2024-04-22T23:58:57.630578+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.47:0/3716946566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:58.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:58 smithi137 bash[20197]: audit 2024-04-22T23:58:57.630578+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.47:0/3716946566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:58:59.186 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:58:59.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:59 smithi047 bash[18695]: cluster 2024-04-22T23:58:58.582489+0000 mgr.smithi047.keothr (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:59.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:58:59 smithi047 bash[18695]: cluster 2024-04-22T23:58:58.582489+0000 mgr.smithi047.keothr (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:59.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:59 smithi137 bash[20197]: cluster 2024-04-22T23:58:58.582489+0000 mgr.smithi047.keothr (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:58:59.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:58:59 smithi137 bash[20197]: cluster 2024-04-22T23:58:58.582489+0000 mgr.smithi047.keothr (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:01.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:01 smithi137 bash[20197]: cluster 2024-04-22T23:59:00.583494+0000 mgr.smithi047.keothr (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:01.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:01 smithi137 bash[20197]: cluster 2024-04-22T23:59:00.583494+0000 mgr.smithi047.keothr (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:02.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:01 smithi047 bash[18695]: cluster 2024-04-22T23:59:00.583494+0000 mgr.smithi047.keothr (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:02.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:01 smithi047 bash[18695]: cluster 2024-04-22T23:59:00.583494+0000 mgr.smithi047.keothr (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:02.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:02 smithi137 bash[20197]: cluster 2024-04-22T23:59:02.584466+0000 mgr.smithi047.keothr (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:02.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:02 smithi137 bash[20197]: cluster 2024-04-22T23:59:02.584466+0000 mgr.smithi047.keothr (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:03.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:02 smithi047 bash[18695]: cluster 2024-04-22T23:59:02.584466+0000 mgr.smithi047.keothr (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:03.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:02 smithi047 bash[18695]: cluster 2024-04-22T23:59:02.584466+0000 mgr.smithi047.keothr (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:03.958 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:04.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:04 smithi137 bash[20197]: cluster 2024-04-22T23:59:04.585288+0000 mgr.smithi047.keothr (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:04.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:04 smithi137 bash[20197]: cluster 2024-04-22T23:59:04.585288+0000 mgr.smithi047.keothr (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:05.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:04 smithi047 bash[18695]: cluster 2024-04-22T23:59:04.585288+0000 mgr.smithi047.keothr (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:05.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:04 smithi047 bash[18695]: cluster 2024-04-22T23:59:04.585288+0000 mgr.smithi047.keothr (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:05.139 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:05.709 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:05.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:05 smithi137 bash[20197]: audit 2024-04-22T23:59:05.154404+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.47:0/2569268121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:05.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:05 smithi137 bash[20197]: audit 2024-04-22T23:59:05.154404+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.47:0/2569268121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:06.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:05 smithi047 bash[18695]: audit 2024-04-22T23:59:05.154404+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.47:0/2569268121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:06.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:05 smithi047 bash[18695]: audit 2024-04-22T23:59:05.154404+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.47:0/2569268121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:06.710 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:06.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:06 smithi137 bash[20197]: cluster 2024-04-22T23:59:06.586243+0000 mgr.smithi047.keothr (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:06.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:06 smithi137 bash[20197]: cluster 2024-04-22T23:59:06.586243+0000 mgr.smithi047.keothr (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:07.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:06 smithi047 bash[18695]: cluster 2024-04-22T23:59:06.586243+0000 mgr.smithi047.keothr (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:07.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:06 smithi047 bash[18695]: cluster 2024-04-22T23:59:06.586243+0000 mgr.smithi047.keothr (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:08.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:08 smithi137 bash[20197]: cluster 2024-04-22T23:59:08.587252+0000 mgr.smithi047.keothr (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:08.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:08 smithi137 bash[20197]: cluster 2024-04-22T23:59:08.587252+0000 mgr.smithi047.keothr (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:09.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:08 smithi047 bash[18695]: cluster 2024-04-22T23:59:08.587252+0000 mgr.smithi047.keothr (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:09.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:08 smithi047 bash[18695]: cluster 2024-04-22T23:59:08.587252+0000 mgr.smithi047.keothr (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:10 smithi137 bash[20197]: cluster 2024-04-22T23:59:10.588223+0000 mgr.smithi047.keothr (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:10.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:10 smithi137 bash[20197]: cluster 2024-04-22T23:59:10.588223+0000 mgr.smithi047.keothr (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:11.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:10 smithi047 bash[18695]: cluster 2024-04-22T23:59:10.588223+0000 mgr.smithi047.keothr (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:11.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:10 smithi047 bash[18695]: cluster 2024-04-22T23:59:10.588223+0000 mgr.smithi047.keothr (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:11.478 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:11.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:11 smithi137 bash[20197]: audit 2024-04-22T23:59:11.096160+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:11.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:11 smithi137 bash[20197]: audit 2024-04-22T23:59:11.096160+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:12.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:11 smithi047 bash[18695]: audit 2024-04-22T23:59:11.096160+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:12.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:11 smithi047 bash[18695]: audit 2024-04-22T23:59:11.096160+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:12.746 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:12.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:12 smithi137 bash[20197]: cluster 2024-04-22T23:59:12.588704+0000 mgr.smithi047.keothr (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:12.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:12 smithi137 bash[20197]: cluster 2024-04-22T23:59:12.588704+0000 mgr.smithi047.keothr (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:13.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:12 smithi047 bash[18695]: cluster 2024-04-22T23:59:12.588704+0000 mgr.smithi047.keothr (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:13.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:12 smithi047 bash[18695]: cluster 2024-04-22T23:59:12.588704+0000 mgr.smithi047.keothr (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:13.370 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:13.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:13 smithi137 bash[20197]: audit 2024-04-22T23:59:12.762053+0000 mon.smithi047 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.47:0/868848993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:13.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:13 smithi137 bash[20197]: audit 2024-04-22T23:59:12.762053+0000 mon.smithi047 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.47:0/868848993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:14.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:13 smithi047 bash[18695]: audit 2024-04-22T23:59:12.762053+0000 mon.smithi047 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.47:0/868848993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:14.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:13 smithi047 bash[18695]: audit 2024-04-22T23:59:12.762053+0000 mon.smithi047 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.47:0/868848993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:14.371 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:14.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:14 smithi137 bash[20197]: cluster 2024-04-22T23:59:14.589399+0000 mgr.smithi047.keothr (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:14.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:14 smithi137 bash[20197]: cluster 2024-04-22T23:59:14.589399+0000 mgr.smithi047.keothr (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:15.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:14 smithi047 bash[18695]: cluster 2024-04-22T23:59:14.589399+0000 mgr.smithi047.keothr (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:15.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:14 smithi047 bash[18695]: cluster 2024-04-22T23:59:14.589399+0000 mgr.smithi047.keothr (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:16.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:16 smithi137 bash[20197]: cluster 2024-04-22T23:59:16.590335+0000 mgr.smithi047.keothr (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:16.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:16 smithi137 bash[20197]: cluster 2024-04-22T23:59:16.590335+0000 mgr.smithi047.keothr (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:17.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:16 smithi047 bash[18695]: cluster 2024-04-22T23:59:16.590335+0000 mgr.smithi047.keothr (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:17.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:16 smithi047 bash[18695]: cluster 2024-04-22T23:59:16.590335+0000 mgr.smithi047.keothr (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:18.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:18 smithi137 bash[20197]: cluster 2024-04-22T23:59:18.591335+0000 mgr.smithi047.keothr (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:18.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:18 smithi137 bash[20197]: cluster 2024-04-22T23:59:18.591335+0000 mgr.smithi047.keothr (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:19.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:18 smithi047 bash[18695]: cluster 2024-04-22T23:59:18.591335+0000 mgr.smithi047.keothr (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:19.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:18 smithi047 bash[18695]: cluster 2024-04-22T23:59:18.591335+0000 mgr.smithi047.keothr (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:19.148 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:20.255 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:20.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:20 smithi047 bash[18695]: audit 2024-04-22T23:59:20.271089+0000 mon.smithi047 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.47:0/3641274965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:20.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:20 smithi047 bash[18695]: audit 2024-04-22T23:59:20.271089+0000 mon.smithi047 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.47:0/3641274965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:20.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:20 smithi137 bash[20197]: audit 2024-04-22T23:59:20.271089+0000 mon.smithi047 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.47:0/3641274965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:20.672 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:20 smithi137 bash[20197]: audit 2024-04-22T23:59:20.271089+0000 mon.smithi047 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.47:0/3641274965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:20.887 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:21.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:21 smithi137 bash[20197]: cluster 2024-04-22T23:59:20.592326+0000 mgr.smithi047.keothr (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:21.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:21 smithi137 bash[20197]: cluster 2024-04-22T23:59:20.592326+0000 mgr.smithi047.keothr (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:21.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:21 smithi047 bash[18695]: cluster 2024-04-22T23:59:20.592326+0000 mgr.smithi047.keothr (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:21.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:21 smithi047 bash[18695]: cluster 2024-04-22T23:59:20.592326+0000 mgr.smithi047.keothr (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:21.888 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:22.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:22 smithi137 bash[20197]: cluster 2024-04-22T23:59:22.593279+0000 mgr.smithi047.keothr (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:22.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:22 smithi137 bash[20197]: cluster 2024-04-22T23:59:22.593279+0000 mgr.smithi047.keothr (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:23.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:22 smithi047 bash[18695]: cluster 2024-04-22T23:59:22.593279+0000 mgr.smithi047.keothr (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:23.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:22 smithi047 bash[18695]: cluster 2024-04-22T23:59:22.593279+0000 mgr.smithi047.keothr (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:24.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:24 smithi137 bash[20197]: cluster 2024-04-22T23:59:24.594290+0000 mgr.smithi047.keothr (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:24.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:24 smithi137 bash[20197]: cluster 2024-04-22T23:59:24.594290+0000 mgr.smithi047.keothr (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:25.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:24 smithi047 bash[18695]: cluster 2024-04-22T23:59:24.594290+0000 mgr.smithi047.keothr (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:25.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:24 smithi047 bash[18695]: cluster 2024-04-22T23:59:24.594290+0000 mgr.smithi047.keothr (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:26.463 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:26 smithi047 bash[18695]: audit 2024-04-22T23:59:26.096511+0000 mon.smithi047 (mon.0) 591 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:26.463 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:26 smithi047 bash[18695]: audit 2024-04-22T23:59:26.096511+0000 mon.smithi047 (mon.0) 591 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:26.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:26 smithi137 bash[20197]: audit 2024-04-22T23:59:26.096511+0000 mon.smithi047 (mon.0) 591 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:26.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:26 smithi137 bash[20197]: audit 2024-04-22T23:59:26.096511+0000 mon.smithi047 (mon.0) 591 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:26.661 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:27.417 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:27 smithi047 bash[18695]: cluster 2024-04-22T23:59:26.595294+0000 mgr.smithi047.keothr (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:27.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:27 smithi047 bash[18695]: cluster 2024-04-22T23:59:26.595294+0000 mgr.smithi047.keothr (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:27.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:27 smithi137 bash[20197]: cluster 2024-04-22T23:59:26.595294+0000 mgr.smithi047.keothr (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:27.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:27 smithi137 bash[20197]: cluster 2024-04-22T23:59:26.595294+0000 mgr.smithi047.keothr (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:27.807 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:28.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:28 smithi047 bash[18695]: audit 2024-04-22T23:59:27.822186+0000 mon.smithi047 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.47:0/1152063917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:28.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:28 smithi047 bash[18695]: audit 2024-04-22T23:59:27.822186+0000 mon.smithi047 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.47:0/1152063917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:28.405 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:28.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:28 smithi137 bash[20197]: audit 2024-04-22T23:59:27.822186+0000 mon.smithi047 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.47:0/1152063917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:28.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:28 smithi137 bash[20197]: audit 2024-04-22T23:59:27.822186+0000 mon.smithi047 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.47:0/1152063917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:29.406 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:29.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:29 smithi047 bash[18695]: cluster 2024-04-22T23:59:28.596263+0000 mgr.smithi047.keothr (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:29.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:29 smithi047 bash[18695]: cluster 2024-04-22T23:59:28.596263+0000 mgr.smithi047.keothr (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:29.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:29 smithi137 bash[20197]: cluster 2024-04-22T23:59:28.596263+0000 mgr.smithi047.keothr (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:29.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:29 smithi137 bash[20197]: cluster 2024-04-22T23:59:28.596263+0000 mgr.smithi047.keothr (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:30.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:30 smithi137 bash[20197]: cluster 2024-04-22T23:59:30.597295+0000 mgr.smithi047.keothr (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:30.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:30 smithi137 bash[20197]: cluster 2024-04-22T23:59:30.597295+0000 mgr.smithi047.keothr (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:31.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:30 smithi047 bash[18695]: cluster 2024-04-22T23:59:30.597295+0000 mgr.smithi047.keothr (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:31.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:30 smithi047 bash[18695]: cluster 2024-04-22T23:59:30.597295+0000 mgr.smithi047.keothr (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:32.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:32 smithi137 bash[20197]: cluster 2024-04-22T23:59:32.598297+0000 mgr.smithi047.keothr (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:32.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:32 smithi137 bash[20197]: cluster 2024-04-22T23:59:32.598297+0000 mgr.smithi047.keothr (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:33.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:32 smithi047 bash[18695]: cluster 2024-04-22T23:59:32.598297+0000 mgr.smithi047.keothr (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:33.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:32 smithi047 bash[18695]: cluster 2024-04-22T23:59:32.598297+0000 mgr.smithi047.keothr (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.188 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:34.940 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:34 smithi047 bash[18695]: cluster 2024-04-22T23:59:34.599393+0000 mgr.smithi047.keothr (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.940 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:34 smithi047 bash[18695]: cluster 2024-04-22T23:59:34.599393+0000 mgr.smithi047.keothr (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:34 smithi137 bash[20197]: cluster 2024-04-22T23:59:34.599393+0000 mgr.smithi047.keothr (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:34.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:34 smithi137 bash[20197]: cluster 2024-04-22T23:59:34.599393+0000 mgr.smithi047.keothr (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:35.310 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:35.875 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:35.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:35 smithi137 bash[20197]: audit 2024-04-22T23:59:35.325645+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.47:0/1423026451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:35.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:35 smithi137 bash[20197]: audit 2024-04-22T23:59:35.325645+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.47:0/1423026451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:36.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:35 smithi047 bash[18695]: audit 2024-04-22T23:59:35.325645+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.47:0/1423026451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:36.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:35 smithi047 bash[18695]: audit 2024-04-22T23:59:35.325645+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.47:0/1423026451' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:36 smithi047 bash[18695]: cluster 2024-04-22T23:59:36.600424+0000 mgr.smithi047.keothr (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:36 smithi047 bash[18695]: cluster 2024-04-22T23:59:36.600424+0000 mgr.smithi047.keothr (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:36.875 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:36.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:36 smithi137 bash[20197]: cluster 2024-04-22T23:59:36.600424+0000 mgr.smithi047.keothr (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:36.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:36 smithi137 bash[20197]: cluster 2024-04-22T23:59:36.600424+0000 mgr.smithi047.keothr (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:38.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:38 smithi137 bash[20197]: cluster 2024-04-22T23:59:38.601460+0000 mgr.smithi047.keothr (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:38.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:38 smithi137 bash[20197]: cluster 2024-04-22T23:59:38.601460+0000 mgr.smithi047.keothr (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:39.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:38 smithi047 bash[18695]: cluster 2024-04-22T23:59:38.601460+0000 mgr.smithi047.keothr (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:39.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:38 smithi047 bash[18695]: cluster 2024-04-22T23:59:38.601460+0000 mgr.smithi047.keothr (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:40 smithi137 bash[20197]: cluster 2024-04-22T23:59:40.602533+0000 mgr.smithi047.keothr (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:40.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:40 smithi137 bash[20197]: cluster 2024-04-22T23:59:40.602533+0000 mgr.smithi047.keothr (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:41.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:40 smithi047 bash[18695]: cluster 2024-04-22T23:59:40.602533+0000 mgr.smithi047.keothr (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:41.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:40 smithi047 bash[18695]: cluster 2024-04-22T23:59:40.602533+0000 mgr.smithi047.keothr (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:41.649 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:41 smithi047 bash[18695]: audit 2024-04-22T23:59:41.096889+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:41 smithi047 bash[18695]: audit 2024-04-22T23:59:41.096889+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:41.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:41 smithi137 bash[20197]: audit 2024-04-22T23:59:41.096889+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:41.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:41 smithi137 bash[20197]: audit 2024-04-22T23:59:41.096889+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:42.801 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:42.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:42 smithi137 bash[20197]: cluster 2024-04-22T23:59:42.603098+0000 mgr.smithi047.keothr (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:42.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:42 smithi137 bash[20197]: cluster 2024-04-22T23:59:42.603098+0000 mgr.smithi047.keothr (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:42.975 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:42 smithi047 bash[18695]: cluster 2024-04-22T23:59:42.603098+0000 mgr.smithi047.keothr (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:42.975 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:42 smithi047 bash[18695]: cluster 2024-04-22T23:59:42.603098+0000 mgr.smithi047.keothr (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:43.434 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:43.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:43 smithi137 bash[20197]: audit 2024-04-22T23:59:42.815903+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.47:0/3125928676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:43.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:43 smithi137 bash[20197]: audit 2024-04-22T23:59:42.815903+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.47:0/3125928676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:44.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:43 smithi047 bash[18695]: audit 2024-04-22T23:59:42.815903+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.47:0/3125928676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:44.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:43 smithi047 bash[18695]: audit 2024-04-22T23:59:42.815903+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.47:0/3125928676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:44.435 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:44.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:44 smithi137 bash[20197]: cluster 2024-04-22T23:59:44.604007+0000 mgr.smithi047.keothr (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:44.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:44 smithi137 bash[20197]: cluster 2024-04-22T23:59:44.604007+0000 mgr.smithi047.keothr (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:45.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:44 smithi047 bash[18695]: cluster 2024-04-22T23:59:44.604007+0000 mgr.smithi047.keothr (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:45.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:44 smithi047 bash[18695]: cluster 2024-04-22T23:59:44.604007+0000 mgr.smithi047.keothr (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:46 smithi047 bash[18695]: cluster 2024-04-22T23:59:46.605013+0000 mgr.smithi047.keothr (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:46 smithi047 bash[18695]: cluster 2024-04-22T23:59:46.605013+0000 mgr.smithi047.keothr (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:46.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:46 smithi137 bash[20197]: cluster 2024-04-22T23:59:46.605013+0000 mgr.smithi047.keothr (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:46.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:46 smithi137 bash[20197]: cluster 2024-04-22T23:59:46.605013+0000 mgr.smithi047.keothr (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:48.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:48 smithi137 bash[20197]: cluster 2024-04-22T23:59:48.605954+0000 mgr.smithi047.keothr (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:48.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:48 smithi137 bash[20197]: cluster 2024-04-22T23:59:48.605954+0000 mgr.smithi047.keothr (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:48 smithi047 bash[18695]: cluster 2024-04-22T23:59:48.605954+0000 mgr.smithi047.keothr (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:48 smithi047 bash[18695]: cluster 2024-04-22T23:59:48.605954+0000 mgr.smithi047.keothr (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:49.212 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:50.407 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:50.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:50 smithi137 bash[20197]: audit 2024-04-22T23:59:50.422855+0000 mon.smithi047 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.47:0/1567183673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:50.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:50 smithi137 bash[20197]: audit 2024-04-22T23:59:50.422855+0000 mon.smithi047 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.47:0/1567183673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:50 smithi047 bash[18695]: audit 2024-04-22T23:59:50.422855+0000 mon.smithi047 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.47:0/1567183673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:50 smithi047 bash[18695]: audit 2024-04-22T23:59:50.422855+0000 mon.smithi047 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.47:0/1567183673' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:51.055 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:51 smithi047 bash[18695]: cluster 2024-04-22T23:59:50.606935+0000 mgr.smithi047.keothr (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:51 smithi047 bash[18695]: cluster 2024-04-22T23:59:50.606935+0000 mgr.smithi047.keothr (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:51 smithi137 bash[20197]: cluster 2024-04-22T23:59:50.606935+0000 mgr.smithi047.keothr (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:51.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:51 smithi137 bash[20197]: cluster 2024-04-22T23:59:50.606935+0000 mgr.smithi047.keothr (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:52.057 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:52.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:52 smithi137 bash[20197]: cluster 2024-04-22T23:59:52.607902+0000 mgr.smithi047.keothr (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:52.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:52 smithi137 bash[20197]: cluster 2024-04-22T23:59:52.607902+0000 mgr.smithi047.keothr (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:53.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:52 smithi047 bash[18695]: cluster 2024-04-22T23:59:52.607902+0000 mgr.smithi047.keothr (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:53.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:52 smithi047 bash[18695]: cluster 2024-04-22T23:59:52.607902+0000 mgr.smithi047.keothr (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:54.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:54 smithi137 bash[20197]: cluster 2024-04-22T23:59:54.608886+0000 mgr.smithi047.keothr (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:54.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:54 smithi137 bash[20197]: cluster 2024-04-22T23:59:54.608886+0000 mgr.smithi047.keothr (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:54.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:54 smithi137 bash[20197]: audit 2024-04-22T23:59:54.694540+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:54.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:54 smithi137 bash[20197]: audit 2024-04-22T23:59:54.694540+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:55.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:54 smithi047 bash[18695]: cluster 2024-04-22T23:59:54.608886+0000 mgr.smithi047.keothr (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:55.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:54 smithi047 bash[18695]: cluster 2024-04-22T23:59:54.608886+0000 mgr.smithi047.keothr (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:55.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:54 smithi047 bash[18695]: audit 2024-04-22T23:59:54.694540+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:55.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:54 smithi047 bash[18695]: audit 2024-04-22T23:59:54.694540+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:59:56.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:56 smithi137 bash[20197]: audit 2024-04-22T23:59:56.097509+0000 mon.smithi047 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:56.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:56 smithi137 bash[20197]: audit 2024-04-22T23:59:56.097509+0000 mon.smithi047 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:56.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:56 smithi047 bash[18695]: audit 2024-04-22T23:59:56.097509+0000 mon.smithi047 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:56.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:56 smithi047 bash[18695]: audit 2024-04-22T23:59:56.097509+0000 mon.smithi047 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:59:56.816 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-22T23:59:57.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:57 smithi137 bash[20197]: cluster 2024-04-22T23:59:56.609881+0000 mgr.smithi047.keothr (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:57 smithi137 bash[20197]: cluster 2024-04-22T23:59:56.609881+0000 mgr.smithi047.keothr (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:57 smithi047 bash[18695]: cluster 2024-04-22T23:59:56.609881+0000 mgr.smithi047.keothr (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:57 smithi047 bash[18695]: cluster 2024-04-22T23:59:56.609881+0000 mgr.smithi047.keothr (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:57.951 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-22T23:59:58.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:58 smithi047 bash[18695]: audit 2024-04-22T23:59:57.966227+0000 mon.smithi047 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.47:0/3936270902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:58.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:58 smithi047 bash[18695]: audit 2024-04-22T23:59:57.966227+0000 mon.smithi047 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.47:0/3936270902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:58.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:58 smithi137 bash[20197]: audit 2024-04-22T23:59:57.966227+0000 mon.smithi047 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.47:0/3936270902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:58.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:58 smithi137 bash[20197]: audit 2024-04-22T23:59:57.966227+0000 mon.smithi047 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.47:0/3936270902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:59:58.550 INFO:teuthology.orchestra.run.smithi047.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-04-22T23:59:59.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:59 smithi137 bash[20197]: cluster 2024-04-22T23:59:58.610845+0000 mgr.smithi047.keothr (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 22 23:59:59 smithi137 bash[20197]: cluster 2024-04-22T23:59:58.610845+0000 mgr.smithi047.keothr (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.551 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:59:59.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:59 smithi047 bash[18695]: cluster 2024-04-22T23:59:58.610845+0000 mgr.smithi047.keothr (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:59:59.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 22 23:59:59 smithi047 bash[18695]: cluster 2024-04-22T23:59:58.610845+0000 mgr.smithi047.keothr (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:00.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:00 smithi137 bash[20197]: cluster 2024-04-23T00:00:00.000197+0000 mon.smithi047 (mon.0) 600 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:00.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:00 smithi137 bash[20197]: cluster 2024-04-23T00:00:00.000197+0000 mon.smithi047 (mon.0) 600 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:00.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:00 smithi047 bash[18695]: cluster 2024-04-23T00:00:00.000197+0000 mon.smithi047 (mon.0) 600 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:00.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:00 smithi047 bash[18695]: cluster 2024-04-23T00:00:00.000197+0000 mon.smithi047 (mon.0) 600 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-23T00:00:01.321 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:01 smithi047 bash[18695]: cluster 2024-04-23T00:00:00.611799+0000 mgr.smithi047.keothr (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.321 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:01 smithi047 bash[18695]: cluster 2024-04-23T00:00:00.611799+0000 mgr.smithi047.keothr (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:01 smithi137 bash[20197]: cluster 2024-04-23T00:00:00.611799+0000 mgr.smithi047.keothr (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:01.464 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:01 smithi137 bash[20197]: cluster 2024-04-23T00:00:00.611799+0000 mgr.smithi047.keothr (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:02.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:02 smithi137 bash[20197]: cluster 2024-04-23T00:00:02.612840+0000 mgr.smithi047.keothr (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:02.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:02 smithi137 bash[20197]: cluster 2024-04-23T00:00:02.612840+0000 mgr.smithi047.keothr (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:02 smithi047 bash[18695]: cluster 2024-04-23T00:00:02.612840+0000 mgr.smithi047.keothr (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:02 smithi047 bash[18695]: cluster 2024-04-23T00:00:02.612840+0000 mgr.smithi047.keothr (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.829202+0000 mon.smithi047 (mon.0) 601 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:03.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.829202+0000 mon.smithi047 (mon.0) 601 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:03.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.831094+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.831094+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: cluster 2024-04-23T00:00:02.834177+0000 mgr.smithi047.keothr (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: cluster 2024-04-23T00:00:02.834177+0000 mgr.smithi047.keothr (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: cluster 2024-04-23T00:00:02.835485+0000 mgr.smithi047.keothr (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: cluster 2024-04-23T00:00:02.835485+0000 mgr.smithi047.keothr (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.842782+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.842782+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.851394+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:03.965 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:03 smithi137 bash[20197]: audit 2024-04-23T00:00:02.851394+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:04.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.829202+0000 mon.smithi047 (mon.0) 601 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:04.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.829202+0000 mon.smithi047 (mon.0) 601 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.831094+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.831094+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: cluster 2024-04-23T00:00:02.834177+0000 mgr.smithi047.keothr (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: cluster 2024-04-23T00:00:02.834177+0000 mgr.smithi047.keothr (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: cluster 2024-04-23T00:00:02.835485+0000 mgr.smithi047.keothr (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: cluster 2024-04-23T00:00:02.835485+0000 mgr.smithi047.keothr (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.842782+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.842782+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.851394+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:04.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:03 smithi047 bash[18695]: audit 2024-04-23T00:00:02.851394+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-23T00:00:05.234 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-23T00:00:05.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:05 smithi137 bash[20197]: cluster 2024-04-23T00:00:04.836487+0000 mgr.smithi047.keothr (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:05.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:05 smithi137 bash[20197]: cluster 2024-04-23T00:00:04.836487+0000 mgr.smithi047.keothr (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:06.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:05 smithi047 bash[18695]: cluster 2024-04-23T00:00:04.836487+0000 mgr.smithi047.keothr (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:06.226 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:05 smithi047 bash[18695]: cluster 2024-04-23T00:00:04.836487+0000 mgr.smithi047.keothr (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:06.341 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-23T00:00:06.971 INFO:teuthology.orchestra.run.smithi047.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-04-23T00:00:07.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:06 smithi137 bash[20197]: audit 2024-04-23T00:00:06.356843+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.47:0/59795264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:07.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:06 smithi137 bash[20197]: audit 2024-04-23T00:00:06.356843+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.47:0/59795264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:07.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:06 smithi047 bash[18695]: audit 2024-04-23T00:00:06.356843+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.47:0/59795264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:07.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:06 smithi047 bash[18695]: audit 2024-04-23T00:00:06.356843+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.47:0/59795264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:07.972 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:08.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:07 smithi137 bash[20197]: cluster 2024-04-23T00:00:06.837473+0000 mgr.smithi047.keothr (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:08.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:07 smithi137 bash[20197]: cluster 2024-04-23T00:00:06.837473+0000 mgr.smithi047.keothr (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:08.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:07 smithi047 bash[18695]: cluster 2024-04-23T00:00:06.837473+0000 mgr.smithi047.keothr (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:08.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:07 smithi047 bash[18695]: cluster 2024-04-23T00:00:06.837473+0000 mgr.smithi047.keothr (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:10.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:09 smithi137 bash[20197]: cluster 2024-04-23T00:00:08.838469+0000 mgr.smithi047.keothr (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:10.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:09 smithi137 bash[20197]: cluster 2024-04-23T00:00:08.838469+0000 mgr.smithi047.keothr (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:10.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:09 smithi047 bash[18695]: cluster 2024-04-23T00:00:08.838469+0000 mgr.smithi047.keothr (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:10.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:09 smithi047 bash[18695]: cluster 2024-04-23T00:00:08.838469+0000 mgr.smithi047.keothr (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:12.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:11 smithi137 bash[20197]: cluster 2024-04-23T00:00:10.839502+0000 mgr.smithi047.keothr (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:12.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:11 smithi137 bash[20197]: cluster 2024-04-23T00:00:10.839502+0000 mgr.smithi047.keothr (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:12.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:11 smithi137 bash[20197]: audit 2024-04-23T00:00:11.097960+0000 mon.smithi047 (mon.0) 606 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:12.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:11 smithi137 bash[20197]: audit 2024-04-23T00:00:11.097960+0000 mon.smithi047 (mon.0) 606 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:11 smithi047 bash[18695]: cluster 2024-04-23T00:00:10.839502+0000 mgr.smithi047.keothr (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:11 smithi047 bash[18695]: cluster 2024-04-23T00:00:10.839502+0000 mgr.smithi047.keothr (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:11 smithi047 bash[18695]: audit 2024-04-23T00:00:11.097960+0000 mon.smithi047 (mon.0) 606 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:12.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:11 smithi047 bash[18695]: audit 2024-04-23T00:00:11.097960+0000 mon.smithi047 (mon.0) 606 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:12.748 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-23T00:00:13.978 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-23T00:00:14.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:13 smithi137 bash[20197]: cluster 2024-04-23T00:00:12.840466+0000 mgr.smithi047.keothr (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:14.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:13 smithi137 bash[20197]: cluster 2024-04-23T00:00:12.840466+0000 mgr.smithi047.keothr (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:14.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:13 smithi047 bash[18695]: cluster 2024-04-23T00:00:12.840466+0000 mgr.smithi047.keothr (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:14.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:13 smithi047 bash[18695]: cluster 2024-04-23T00:00:12.840466+0000 mgr.smithi047.keothr (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:14.544 INFO:teuthology.orchestra.run.smithi047.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-04-23T00:00:15.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:14 smithi137 bash[20197]: audit 2024-04-23T00:00:13.993726+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.47:0/3987399902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:15.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:14 smithi137 bash[20197]: audit 2024-04-23T00:00:13.993726+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.47:0/3987399902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:15.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:14 smithi047 bash[18695]: audit 2024-04-23T00:00:13.993726+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.47:0/3987399902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:15.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:14 smithi047 bash[18695]: audit 2024-04-23T00:00:13.993726+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.47:0/3987399902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:15.545 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:15.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:15 smithi137 bash[20197]: cluster 2024-04-23T00:00:14.841464+0000 mgr.smithi047.keothr (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:15.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:15 smithi137 bash[20197]: cluster 2024-04-23T00:00:14.841464+0000 mgr.smithi047.keothr (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:16.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:15 smithi047 bash[18695]: cluster 2024-04-23T00:00:14.841464+0000 mgr.smithi047.keothr (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:16.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:15 smithi047 bash[18695]: cluster 2024-04-23T00:00:14.841464+0000 mgr.smithi047.keothr (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:18.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:17 smithi137 bash[20197]: cluster 2024-04-23T00:00:16.842437+0000 mgr.smithi047.keothr (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:18.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:17 smithi137 bash[20197]: cluster 2024-04-23T00:00:16.842437+0000 mgr.smithi047.keothr (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:18.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:17 smithi047 bash[18695]: cluster 2024-04-23T00:00:16.842437+0000 mgr.smithi047.keothr (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:18.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:17 smithi047 bash[18695]: cluster 2024-04-23T00:00:16.842437+0000 mgr.smithi047.keothr (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:20.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:19 smithi137 bash[20197]: cluster 2024-04-23T00:00:18.843532+0000 mgr.smithi047.keothr (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:20.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:19 smithi137 bash[20197]: cluster 2024-04-23T00:00:18.843532+0000 mgr.smithi047.keothr (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:20.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:19 smithi047 bash[18695]: cluster 2024-04-23T00:00:18.843532+0000 mgr.smithi047.keothr (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:20.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:19 smithi047 bash[18695]: cluster 2024-04-23T00:00:18.843532+0000 mgr.smithi047.keothr (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:20.319 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-23T00:00:21.525 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-23T00:00:22.095 INFO:teuthology.orchestra.run.smithi047.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-04-23T00:00:22.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:21 smithi137 bash[20197]: cluster 2024-04-23T00:00:20.844532+0000 mgr.smithi047.keothr (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:22.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:21 smithi137 bash[20197]: cluster 2024-04-23T00:00:20.844532+0000 mgr.smithi047.keothr (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:22.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:21 smithi137 bash[20197]: audit 2024-04-23T00:00:21.540939+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.47:0/3768146308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:22.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:21 smithi137 bash[20197]: audit 2024-04-23T00:00:21.540939+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.47:0/3768146308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:22.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:21 smithi047 bash[18695]: cluster 2024-04-23T00:00:20.844532+0000 mgr.smithi047.keothr (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:22.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:21 smithi047 bash[18695]: cluster 2024-04-23T00:00:20.844532+0000 mgr.smithi047.keothr (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:22.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:21 smithi047 bash[18695]: audit 2024-04-23T00:00:21.540939+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.47:0/3768146308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:22.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:21 smithi047 bash[18695]: audit 2024-04-23T00:00:21.540939+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.47:0/3768146308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:23.096 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af01d4c8-0101-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-23T00:00:24.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:23 smithi137 bash[20197]: cluster 2024-04-23T00:00:22.845491+0000 mgr.smithi047.keothr (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:24.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:23 smithi137 bash[20197]: cluster 2024-04-23T00:00:22.845491+0000 mgr.smithi047.keothr (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:24.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:23 smithi047 bash[18695]: cluster 2024-04-23T00:00:22.845491+0000 mgr.smithi047.keothr (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:24.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:23 smithi047 bash[18695]: cluster 2024-04-23T00:00:22.845491+0000 mgr.smithi047.keothr (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:26.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:25 smithi137 bash[20197]: cluster 2024-04-23T00:00:24.846462+0000 mgr.smithi047.keothr (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:26.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:25 smithi137 bash[20197]: cluster 2024-04-23T00:00:24.846462+0000 mgr.smithi047.keothr (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:26.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:25 smithi047 bash[18695]: cluster 2024-04-23T00:00:24.846462+0000 mgr.smithi047.keothr (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:26.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:25 smithi047 bash[18695]: cluster 2024-04-23T00:00:24.846462+0000 mgr.smithi047.keothr (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:27.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:26 smithi137 bash[20197]: audit 2024-04-23T00:00:26.098287+0000 mon.smithi047 (mon.0) 609 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:27.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:26 smithi137 bash[20197]: audit 2024-04-23T00:00:26.098287+0000 mon.smithi047 (mon.0) 609 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:26 smithi047 bash[18695]: audit 2024-04-23T00:00:26.098287+0000 mon.smithi047 (mon.0) 609 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:27.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:26 smithi047 bash[18695]: audit 2024-04-23T00:00:26.098287+0000 mon.smithi047 (mon.0) 609 : audit [DBG] from='mgr.14197 172.21.15.47:0/788208699' entity='mgr.smithi047.keothr' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-23T00:00:27.868 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/mon.smithi047/config 2024-04-23T00:00:28.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:27 smithi137 bash[20197]: cluster 2024-04-23T00:00:26.847457+0000 mgr.smithi047.keothr (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:28.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:27 smithi137 bash[20197]: cluster 2024-04-23T00:00:26.847457+0000 mgr.smithi047.keothr (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:28.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:27 smithi047 bash[18695]: cluster 2024-04-23T00:00:26.847457+0000 mgr.smithi047.keothr (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:28.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:27 smithi047 bash[18695]: cluster 2024-04-23T00:00:26.847457+0000 mgr.smithi047.keothr (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:29.267 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-23T00:00:29.839 INFO:teuthology.orchestra.run.smithi047.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-04-23T00:00:29.839 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1123, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-04-23T00:00:29.841 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:00:29.855 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:00:29.869 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-23T00:00:29.869 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T00:00:29.903 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-23T00:00:29.916 INFO:tasks.cephadm:Stopping all daemons... 2024-04-23T00:00:29.916 INFO:tasks.cephadm.mon.smithi047:Stopping mon.smithi047... 2024-04-23T00:00:29.916 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047 2024-04-23T00:00:30.095 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:29 smithi047 bash[18695]: cluster 2024-04-23T00:00:28.848430+0000 mgr.smithi047.keothr (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:30.095 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:29 smithi047 bash[18695]: cluster 2024-04-23T00:00:28.848430+0000 mgr.smithi047.keothr (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:30.095 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:29 smithi047 bash[18695]: audit 2024-04-23T00:00:29.282662+0000 mon.smithi047 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.47:0/2887142011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:30.095 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:29 smithi047 bash[18695]: audit 2024-04-23T00:00:29.282662+0000 mon.smithi047 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.47:0/2887142011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:30.095 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:29 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for af01d4c8-0101-11ef-bc93-c7b262605968... 2024-04-23T00:00:30.096 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:30 smithi047 bash[18695]: debug 2024-04-23T00:00:30.101+0000 7fa077570700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-04-23T00:00:30.096 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Apr 23 00:00:30 smithi047 bash[18695]: debug 2024-04-23T00:00:30.101+0000 7fa077570700 -1 mon.smithi047@0(leader) e2 *** Got Signal Terminated *** 2024-04-23T00:00:30.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:29 smithi137 bash[20197]: cluster 2024-04-23T00:00:28.848430+0000 mgr.smithi047.keothr (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:30.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:29 smithi137 bash[20197]: cluster 2024-04-23T00:00:28.848430+0000 mgr.smithi047.keothr (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-23T00:00:30.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:29 smithi137 bash[20197]: audit 2024-04-23T00:00:29.282662+0000 mon.smithi047 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.47:0/2887142011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:30.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:29 smithi137 bash[20197]: audit 2024-04-23T00:00:29.282662+0000 mon.smithi047 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.47:0/2887142011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-23T00:00:30.841 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi047.service' 2024-04-23T00:00:30.883 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T00:00:30.883 INFO:tasks.cephadm.mon.smithi047:Stopped mon.smithi047 2024-04-23T00:00:30.883 INFO:tasks.cephadm.mon.smithi137:Stopping mon.smithi137... 2024-04-23T00:00:30.883 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi137 2024-04-23T00:00:30.964 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:30 smithi137 systemd[1]: Stopping Ceph mon.smithi137 for af01d4c8-0101-11ef-bc93-c7b262605968... 2024-04-23T00:00:31.172 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:31 smithi137 bash[20197]: debug 2024-04-23T00:00:31.029+0000 7f024e5c4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi137 -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-04-23T00:00:31.172 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Apr 23 00:00:31 smithi137 bash[20197]: debug 2024-04-23T00:00:31.029+0000 7f024e5c4700 -1 mon.smithi137@1(peon) e2 *** Got Signal Terminated *** 2024-04-23T00:00:31.785 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af01d4c8-0101-11ef-bc93-c7b262605968@mon.smithi137.service' 2024-04-23T00:00:31.824 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T00:00:31.825 INFO:tasks.cephadm.mon.smithi137:Stopped mon.smithi137 2024-04-23T00:00:31.825 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af01d4c8-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T00:00:31.996 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-23T00:00:43.930 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af01d4c8-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-23T00:00:44.097 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-23T00:00:53.184 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:00:53.198 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-23T00:00:53.210 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-23T00:00:53.212 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/remote/smithi047/crash 2024-04-23T00:00:53.212 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-23T00:00:53.255 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T00:00:53.255 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-04-23T00:00:53.256 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/remote/smithi137/crash 2024-04-23T00:00:53.257 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-23T00:00:53.267 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-23T00:00:53.267 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-04-23T00:00:53.268 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-23T00:00:53.269 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:00:53.316 INFO:teuthology.orchestra.run.smithi047.stdout:2024-04-22T23:43:35.556729+0000 mon.smithi047 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-23T00:00:53.317 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-23T00:00:53.317 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[SEC\]' /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:00:53.372 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]' /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:00:53.428 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[WRN\]' /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-23T00:00:53.483 INFO:teuthology.orchestra.run.smithi047.stdout:2024-04-22T23:43:35.556729+0000 mon.smithi047 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-23T00:00:53.484 INFO:tasks.cephadm:Compressing logs... 2024-04-23T00:00:53.484 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-23T00:00:53.528 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-23T00:00:53.537 INFO:teuthology.orchestra.run.smithi047.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T00:00:53.541 INFO:teuthology.orchestra.run.smithi137.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-23T00:00:53.550 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T00:00:53.550 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T00:00:53.551 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log 2024-04-23T00:00:53.552 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T00:00:53.552 INFO:teuthology.orchestra.run.smithi047.stderr: 84.0% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T00:00:53.552 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mon.smithi047.log 2024-04-23T00:00:53.552 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi047.log 2024-04-23T00:00:53.553 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mon.smithi047.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi047.keothr.log 2024-04-23T00:00:53.553 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi047.log: /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi047.keothr.log: 94.3% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi047.log.gz 2024-04-23T00:00:53.554 INFO:teuthology.orchestra.run.smithi047.stderr: 90.9% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T00:00:53.554 INFO:teuthology.orchestra.run.smithi047.stderr: 88.8% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T00:00:53.565 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-23T00:00:53.566 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-23T00:00:53.567 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log 2024-04-23T00:00:53.567 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi137.lqkkui.log 2024-04-23T00:00:53.567 INFO:teuthology.orchestra.run.smithi137.stderr: 82.1% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-23T00:00:53.567 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mon.smithi137.log 2024-04-23T00:00:53.567 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi137.lqkkui.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi137.log 2024-04-23T00:00:53.568 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mon.smithi137.log: gzip -5 --verbose -- /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-23T00:00:53.568 INFO:teuthology.orchestra.run.smithi137.stderr: 89.0% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-23T00:00:53.569 INFO:teuthology.orchestra.run.smithi137.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T00:00:53.569 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi137.log: 30.9% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi137.log.gz 2024-04-23T00:00:53.570 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.audit.log: 91.0% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-23T00:00:53.572 INFO:teuthology.orchestra.run.smithi137.stderr: 92.8% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi137.lqkkui.log.gz 2024-04-23T00:00:53.579 INFO:teuthology.orchestra.run.smithi047.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-23T00:00:53.686 INFO:teuthology.orchestra.run.smithi137.stderr: 93.5% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mon.smithi137.log.gz 2024-04-23T00:00:53.687 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-04-23T00:00:53.687 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.155s 2024-04-23T00:00:53.687 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.131s 2024-04-23T00:00:53.687 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.023s 2024-04-23T00:00:53.719 INFO:teuthology.orchestra.run.smithi047.stderr: 92.0% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mgr.smithi047.keothr.log.gz 2024-04-23T00:00:53.961 INFO:teuthology.orchestra.run.smithi047.stderr: 90.2% -- replaced with /var/log/ceph/af01d4c8-0101-11ef-bc93-c7b262605968/ceph-mon.smithi047.log.gz 2024-04-23T00:00:53.963 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-04-23T00:00:53.963 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.433s 2024-04-23T00:00:53.963 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.602s 2024-04-23T00:00:53.963 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.032s 2024-04-23T00:00:53.964 INFO:tasks.cephadm:Archiving logs... 2024-04-23T00:00:53.964 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/remote/smithi047/log 2024-04-23T00:00:53.970 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T00:00:54.116 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/remote/smithi137/log 2024-04-23T00:00:54.117 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-23T00:00:54.152 INFO:tasks.cephadm:Removing cluster... 2024-04-23T00:00:54.152 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af01d4c8-0101-11ef-bc93-c7b262605968 --force 2024-04-23T00:00:54.330 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-23T00:00:55.462 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af01d4c8-0101-11ef-bc93-c7b262605968 --force 2024-04-23T00:00:55.628 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: af01d4c8-0101-11ef-bc93-c7b262605968 2024-04-23T00:00:56.748 INFO:tasks.cephadm:Removing cephadm ... 2024-04-23T00:00:56.748 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T00:00:56.755 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-23T00:00:56.760 INFO:tasks.cephadm:Teardown complete 2024-04-23T00:00:56.760 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1123, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-04-23T00:00:56.993 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ddee6eb1793c441cb52fe10a16fb9203 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1123, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-04-23T00:00:56.996 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-23T00:00:57.006 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-23T00:00:57.013 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2024-04-23T00:00:57.014 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_1 2024-04-23T00:00:57.287 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-23T00:00:57.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:57.289 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2024-04-23T00:00:57.289 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_2 2024-04-23T00:00:57.547 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-23T00:00:57.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:57.548 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2024-04-23T00:00:57.549 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_3 2024-04-23T00:00:57.807 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-23T00:00:57.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:57.809 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2024-04-23T00:00:57.810 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_4 2024-04-23T00:00:58.071 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-23T00:00:58.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:58.072 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-23T00:00:58.072 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2024-04-23T00:00:58.087 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-04-23T00:00:58.088 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_1 2024-04-23T00:00:58.367 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-23T00:00:58.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:58.369 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-04-23T00:00:58.369 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_2 2024-04-23T00:00:58.608 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-23T00:00:58.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:58.609 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-04-23T00:00:58.609 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_3 2024-04-23T00:00:58.903 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-23T00:00:58.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:58.905 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-04-23T00:00:58.905 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_4 2024-04-23T00:00:59.207 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-23T00:00:59.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:00:59.209 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-04-23T00:00:59.209 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-04-23T00:00:59.223 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-23T00:00:59.381 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-23T00:00:59.382 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T00:00:59.384 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T00:00:59.396 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T00:00:59.396 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-04-23T00:00:59.397 INFO:teuthology.orchestra.run.smithi137.stdout:+hv01.front.sepi 44.4.53.2 2 u 60 64 377 0.085 -3.301 0.554 2024-04-23T00:00:59.397 INFO:teuthology.orchestra.run.smithi137.stdout:*hv02.front.sepi 63.231.80.2 3 u 9 64 377 0.084 -3.835 0.886 2024-04-23T00:00:59.397 INFO:teuthology.orchestra.run.smithi137.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.118 -3.092 0.503 2024-04-23T00:00:59.397 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T00:00:59.399 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-04-23T00:00:59.399 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-04-23T00:00:59.400 INFO:teuthology.orchestra.run.smithi047.stdout:*hv01.front.sepi 44.4.53.2 2 u 63 64 377 0.072 -6.400 1.194 2024-04-23T00:00:59.400 INFO:teuthology.orchestra.run.smithi047.stdout:+hv02.front.sepi 63.231.80.2 3 u 63 64 377 0.079 -4.988 0.913 2024-04-23T00:00:59.400 INFO:teuthology.orchestra.run.smithi047.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.083 -6.312 1.288 2024-04-23T00:00:59.400 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-23T00:00:59.401 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-23T00:00:59.434 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-23T00:00:59.435 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-23T00:00:59.474 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-23T00:00:59.484 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-23T00:00:59.493 INFO:teuthology.task.internal:Duration was 1671.554560 seconds 2024-04-23T00:00:59.494 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-23T00:00:59.507 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-23T00:00:59.508 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T00:00:59.511 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T00:00:59.549 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-23T00:00:59.549 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-04-23T00:00:59.549 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-23T00:00:59.604 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-04-23T00:00:59.604 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-23T00:00:59.615 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-23T00:00:59.615 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T00:00:59.652 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T00:00:59.695 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-23T00:00:59.695 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T00:00:59.740 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T00:00:59.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-23T00:00:59.868 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-23T00:00:59.868 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T00:00:59.880 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T00:00:59.894 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-23T00:00:59.909 DEBUG:teuthology.orchestra.run.smithi047:> 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-04-23T00:00:59.928 DEBUG:teuthology.orchestra.run.smithi137:> 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-04-23T00:00:59.937 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-04-23T00:00:59.945 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-04-23T00:00:59.972 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T00:01:00.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:01:00.007 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T00:01:00.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T00:01:00.019 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-23T00:01:00.074 INFO:teuthology.task.internal:Transferring archived files... 2024-04-23T00:01:00.075 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/remote/smithi047 2024-04-23T00:01:00.075 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T00:01:00.100 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235/remote/smithi137 2024-04-23T00:01:00.100 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T00:01:00.122 INFO:teuthology.task.internal:Removing archive directory... 2024-04-23T00:01:00.122 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T00:01:00.140 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T00:01:00.167 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-23T00:01:00.176 INFO:teuthology.task.internal:Not uploading archives. 2024-04-23T00:01:00.177 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-23T00:01:00.286 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-23T00:01:00.287 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T00:01:00.289 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T00:01:00.293 INFO:teuthology.orchestra.run.smithi047.stdout: 658617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 00:01 /home/ubuntu/cephtest 2024-04-23T00:01:00.295 INFO:teuthology.orchestra.run.smithi137.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 00:01 /home/ubuntu/cephtest 2024-04-23T00:01:00.297 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-23T00:01:00.307 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-23T00:01:00.326 INFO:teuthology.nuke:Checking targets against current locks 2024-04-23T00:01:00.352 DEBUG:teuthology.nuke:shortname: smithi047 2024-04-23T00:01:00.352 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T00:01:00.375 DEBUG:teuthology.nuke:shortname: smithi137 2024-04-23T00:01:00.375 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T00:01:00.381 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235', '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-04-22 23:23:57.127870', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJaef65qKkytVreUDaOrSO48qhJzUB5bpDnLpV9Ct4LmGvnQzNXA0rRBNNvajHSpdxfN3sEmfAtlIWfpbUMF8hc='} 2024-04-23T00:01:00.405 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669235', '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-04-22 23:23:57.126455', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO+xbGD4i+HSTV0uQgTm8UNuz6PZA8mgBlWu6v+kd7xXgujNpr24+Hw7ZIvWY7HuAPgDGn2mldT8HJENnzzjO00='} 2024-04-23T00:01:00.435 INFO:teuthology.orchestra.console.smithi047:Power off 2024-04-23T00:01:00.436 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T00:01:00.460 DEBUG:teuthology.orchestra.console.smithi047:power off output: Chassis Power Control: Down/Off 2024-04-23T00:01:00.461 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:00.475 INFO:teuthology.orchestra.console.smithi137:Power off 2024-04-23T00:01:00.475 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T00:01:00.484 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-04-23T00:01:00.497 DEBUG:teuthology.orchestra.console.smithi137:power off output: Chassis Power Control: Down/Off 2024-04-23T00:01:00.497 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:00.520 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-04-23T00:01:04.485 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:04.521 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:04.596 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-04-23T00:01:04.631 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-04-23T00:01:08.598 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:08.632 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:08.708 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-04-23T00:01:08.742 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-04-23T00:01:12.713 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:12.742 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T00:01:12.825 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is off 2024-04-23T00:01:12.853 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is off 2024-04-23T00:01:12.926 INFO:teuthology.orchestra.console.smithi047:Power off completed 2024-04-23T00:01:12.954 INFO:teuthology.orchestra.console.smithi137:Power off completed 2024-04-23T00:01:13.058 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: 1671.5545604228973 failure_reason: '"2024-04-22T23:43:35.556729+0000 mon.smithi047 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED)" in cluster log' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ddee6eb1793c441cb52fe10a16fb9203 status: fail success: false 2024-04-23T00:01:13.058 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T00:01:13.134 INFO:teuthology.run:FAIL