2024-04-22T22:59:42.652 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:59:42.652 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669168 --owner scheduled_adking@teuthology --verbose -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669168/orig.config.yaml 2024-04-22T22:59:42.688 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:59:42.770 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/7669168 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-user 3-final} email: adking@redhat.com first_in_suite: false job_id: '7669168' 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: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB0ix3bCiuv8+VkR99Cbvhioz0y21UuSVyyII2mVmtM24S9wYiMklXj3G4oEdnWh7+JQXTKwZ8p20ftzAti5JuQ= smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP0jxuZ/QTos5T9sCYgWx1RQkla0edwk2GSu5UKYZ98fisMJqkw5SiupjTlvkVhicDbPD8LTe6MeCRkk/4pFPQk= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-22T22:59:42.771 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-22T22:59:42.771 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T22:59:42.771 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:59:42.773 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:59:42.797 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T22:59:42.797 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:59:42.797 INFO:teuthology.packaging:ref: None 2024-04-22T22:59:42.797 INFO:teuthology.packaging:tag: None 2024-04-22T22:59:42.798 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T22:59:42.798 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T22:59:42.798 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-22T22:59:42.938 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252-g43be0201-1jammy 2024-04-22T22:59:42.940 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:59:42.946 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:59:42.947 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:59:43.075 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:59:43.088 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:59:43.108 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:59:43.131 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.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/7669168', '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 22:52:37.435939', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAr8WNXF/1d45hTo1KeT2JtwoeOZUm3t4Ff4XFVX2aAp'} 2024-04-22T22:59:43.155 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.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/7669168', '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 22:52:37.437696', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDuSUJCx6iAZ0Hlvm2XetB6keFlpnUc7mzPtOF43zXMu'} 2024-04-22T22:59:43.156 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:59:43.162 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T22:59:43.162 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T22:59:43.162 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:59:43.261 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f25fbc82430>, signals=[15]) 2024-04-22T22:59:43.261 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:59:43.267 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:59:43.267 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2024-04-22T22:59:43.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:59:43.352 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2024-04-22T22:59:43.353 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:59:43.432 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:59:43.438 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2024-04-22T22:59:43.445 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2024-04-22T22:59:43.445 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2024-04-22T22:59:43.491 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="Ubuntu" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="22.04" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_CODENAME=jammy 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:ID=ubuntu 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE=debian 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T22:59:43.492 INFO:teuthology.orchestra.run.smithi027.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T22:59:43.493 INFO:teuthology.orchestra.run.smithi027.stdout:UBUNTU_CODENAME=jammy 2024-04-22T22:59:43.493 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2024-04-22T22:59:43.514 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2024-04-22T22:59:43.521 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2024-04-22T22:59:43.521 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="Ubuntu" 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="22.04" 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_CODENAME=jammy 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:ID=ubuntu 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE=debian 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T22:59:43.567 INFO:teuthology.orchestra.run.smithi114.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T22:59:43.568 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T22:59:43.568 INFO:teuthology.orchestra.run.smithi114.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T22:59:43.568 INFO:teuthology.orchestra.run.smithi114.stdout:UBUNTU_CODENAME=jammy 2024-04-22T22:59:43.568 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2024-04-22T22:59:43.589 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:59:43.598 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:59:43.636 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:59:43.636 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:59:43.639 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:59:43.643 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:59:43.667 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:59:43.667 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:59:43.685 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:59:43.705 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:59:43.762 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:59:43.777 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:59:43.777 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:59:43.778 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:59:43.778 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:59:43.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:59:43.783 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-04-22T22:59:43.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:59:43.784 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-04-22T22:59:43.831 INFO:teuthology.orchestra.run.smithi114.stdout:5.15.0-56-generic 2024-04-22T22:59:43.831 INFO:teuthology.task.kernel:Running kernel on smithi114: 5.15.0-56-generic 2024-04-22T22:59:43.831 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get clean 2024-04-22T22:59:43.834 INFO:teuthology.orchestra.run.smithi027.stdout:5.15.0-56-generic 2024-04-22T22:59:43.834 INFO:teuthology.task.kernel:Running kernel on smithi027: 5.15.0-56-generic 2024-04-22T22:59:43.834 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2024-04-22T22:59:43.947 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2024-04-22T22:59:43.970 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get update 2024-04-22T22:59:44.086 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T22:59:44.087 INFO:teuthology.orchestra.run.smithi027.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T22:59:44.087 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T22:59:44.122 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T22:59:44.140 INFO:teuthology.orchestra.run.smithi114.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T22:59:44.174 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T22:59:44.217 INFO:teuthology.orchestra.run.smithi114.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T22:59:44.229 INFO:teuthology.orchestra.run.smithi114.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T22:59:44.328 INFO:teuthology.orchestra.run.smithi027.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T22:59:44.367 INFO:teuthology.orchestra.run.smithi114.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T22:59:44.420 INFO:teuthology.orchestra.run.smithi027.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T22:59:44.450 INFO:teuthology.orchestra.run.smithi027.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T22:59:44.451 INFO:teuthology.orchestra.run.smithi114.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T22:59:44.456 INFO:teuthology.orchestra.run.smithi027.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T22:59:44.460 INFO:teuthology.orchestra.run.smithi027.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T22:59:44.460 INFO:teuthology.orchestra.run.smithi027.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T22:59:44.485 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T22:59:44.486 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T22:59:44.490 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:59:44.490 INFO:teuthology.orchestra.run.smithi027.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T22:59:44.498 INFO:teuthology.orchestra.run.smithi114.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T22:59:44.498 INFO:teuthology.orchestra.run.smithi027.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T22:59:44.501 INFO:teuthology.orchestra.run.smithi027.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T22:59:44.510 INFO:teuthology.orchestra.run.smithi114.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T22:59:44.510 INFO:teuthology.orchestra.run.smithi114.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T22:59:44.510 INFO:teuthology.orchestra.run.smithi027.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T22:59:44.513 INFO:teuthology.orchestra.run.smithi027.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T22:59:44.519 INFO:teuthology.orchestra.run.smithi027.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T22:59:44.519 INFO:teuthology.orchestra.run.smithi027.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T22:59:44.534 INFO:teuthology.orchestra.run.smithi114.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T22:59:44.534 INFO:teuthology.orchestra.run.smithi114.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T22:59:44.539 INFO:teuthology.orchestra.run.smithi114.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:59:44.539 INFO:teuthology.orchestra.run.smithi114.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T22:59:44.558 INFO:teuthology.orchestra.run.smithi027.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T22:59:44.558 INFO:teuthology.orchestra.run.smithi027.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T22:59:44.564 INFO:teuthology.orchestra.run.smithi027.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T22:59:44.570 INFO:teuthology.orchestra.run.smithi027.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T22:59:44.571 INFO:teuthology.orchestra.run.smithi027.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T22:59:44.573 INFO:teuthology.orchestra.run.smithi027.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T22:59:44.573 INFO:teuthology.orchestra.run.smithi114.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T22:59:44.581 INFO:teuthology.orchestra.run.smithi114.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T22:59:44.582 INFO:teuthology.orchestra.run.smithi114.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T22:59:44.583 INFO:teuthology.orchestra.run.smithi114.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T22:59:44.583 INFO:teuthology.orchestra.run.smithi114.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T22:59:44.583 INFO:teuthology.orchestra.run.smithi114.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T22:59:44.584 INFO:teuthology.orchestra.run.smithi114.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T22:59:44.584 INFO:teuthology.orchestra.run.smithi114.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T22:59:44.584 INFO:teuthology.orchestra.run.smithi114.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T22:59:44.604 INFO:teuthology.orchestra.run.smithi027.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T22:59:44.608 INFO:teuthology.orchestra.run.smithi027.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:59:44.608 INFO:teuthology.orchestra.run.smithi027.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T22:59:44.613 INFO:teuthology.orchestra.run.smithi114.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T22:59:44.613 INFO:teuthology.orchestra.run.smithi114.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T22:59:44.613 INFO:teuthology.orchestra.run.smithi114.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T22:59:44.616 INFO:teuthology.orchestra.run.smithi027.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T22:59:44.626 INFO:teuthology.orchestra.run.smithi027.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T22:59:44.628 INFO:teuthology.orchestra.run.smithi027.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T22:59:44.629 INFO:teuthology.orchestra.run.smithi027.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T22:59:44.629 INFO:teuthology.orchestra.run.smithi027.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T22:59:44.629 INFO:teuthology.orchestra.run.smithi027.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T22:59:44.633 INFO:teuthology.orchestra.run.smithi027.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T22:59:44.633 INFO:teuthology.orchestra.run.smithi027.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T22:59:44.634 INFO:teuthology.orchestra.run.smithi027.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T22:59:44.635 INFO:teuthology.orchestra.run.smithi114.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T22:59:44.635 INFO:teuthology.orchestra.run.smithi114.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T22:59:44.635 INFO:teuthology.orchestra.run.smithi114.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T22:59:44.650 INFO:teuthology.orchestra.run.smithi027.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T22:59:44.650 INFO:teuthology.orchestra.run.smithi027.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T22:59:44.650 INFO:teuthology.orchestra.run.smithi027.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T22:59:44.651 INFO:teuthology.orchestra.run.smithi027.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T22:59:44.651 INFO:teuthology.orchestra.run.smithi027.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T22:59:44.653 INFO:teuthology.orchestra.run.smithi027.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T22:59:44.679 INFO:teuthology.orchestra.run.smithi114.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T22:59:44.962 INFO:teuthology.orchestra.run.smithi114.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T22:59:45.130 INFO:teuthology.orchestra.run.smithi114.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T22:59:45.143 INFO:teuthology.orchestra.run.smithi114.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T22:59:45.144 INFO:teuthology.orchestra.run.smithi114.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T22:59:45.226 INFO:teuthology.orchestra.run.smithi114.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T22:59:45.227 INFO:teuthology.orchestra.run.smithi114.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T22:59:45.236 INFO:teuthology.orchestra.run.smithi114.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:59:45.236 INFO:teuthology.orchestra.run.smithi114.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T22:59:45.251 INFO:teuthology.orchestra.run.smithi114.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T22:59:45.435 INFO:teuthology.orchestra.run.smithi114.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T22:59:45.838 INFO:teuthology.orchestra.run.smithi114.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T22:59:45.843 INFO:teuthology.orchestra.run.smithi114.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T22:59:45.857 INFO:teuthology.orchestra.run.smithi114.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T22:59:45.857 INFO:teuthology.orchestra.run.smithi114.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T22:59:45.861 INFO:teuthology.orchestra.run.smithi114.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T22:59:50.410 INFO:teuthology.orchestra.run.smithi114.stdout:Fetched 13.2 MB in 2s (7,110 kB/s) 2024-04-22T22:59:50.440 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 13.2 MB in 2s (6,801 kB/s) 2024-04-22T22:59:51.793 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2024-04-22T22:59:51.810 DEBUG:teuthology.orchestra.run.smithi027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T22:59:51.873 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2024-04-22T22:59:51.898 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T22:59:51.916 DEBUG:teuthology.orchestra.run.smithi114:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T22:59:51.974 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T22:59:52.077 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2024-04-22T22:59:52.078 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2024-04-22T22:59:52.183 INFO:teuthology.orchestra.run.smithi114.stdout:Building dependency tree... 2024-04-22T22:59:52.185 INFO:teuthology.orchestra.run.smithi114.stdout:Reading state information... 2024-04-22T22:59:52.260 INFO:teuthology.orchestra.run.smithi027.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T22:59:52.260 INFO:teuthology.orchestra.run.smithi027.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T22:59:52.260 INFO:teuthology.orchestra.run.smithi027.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T22:59:52.261 INFO:teuthology.orchestra.run.smithi027.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T22:59:52.261 INFO:teuthology.orchestra.run.smithi027.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T22:59:52.261 INFO:teuthology.orchestra.run.smithi027.stdout: python2.7-minimal 2024-04-22T22:59:52.261 INFO:teuthology.orchestra.run.smithi027.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T22:59:52.262 INFO:teuthology.orchestra.run.smithi027.stdout:The following additional packages will be installed: 2024-04-22T22:59:52.262 INFO:teuthology.orchestra.run.smithi027.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:59:52.262 INFO:teuthology.orchestra.run.smithi027.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T22:59:52.263 INFO:teuthology.orchestra.run.smithi027.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T22:59:52.264 INFO:teuthology.orchestra.run.smithi027.stdout:Suggested packages: 2024-04-22T22:59:52.264 INFO:teuthology.orchestra.run.smithi027.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T22:59:52.264 INFO:teuthology.orchestra.run.smithi027.stdout:Recommended packages: 2024-04-22T22:59:52.264 INFO:teuthology.orchestra.run.smithi027.stdout: thermald 2024-04-22T22:59:52.317 INFO:teuthology.orchestra.run.smithi027.stdout:The following NEW packages will be installed: 2024-04-22T22:59:52.317 INFO:teuthology.orchestra.run.smithi027.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:59:52.317 INFO:teuthology.orchestra.run.smithi027.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T22:59:52.318 INFO:teuthology.orchestra.run.smithi027.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T22:59:52.318 INFO:teuthology.orchestra.run.smithi027.stdout:The following packages will be upgraded: 2024-04-22T22:59:52.319 INFO:teuthology.orchestra.run.smithi027.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T22:59:52.353 INFO:teuthology.orchestra.run.smithi114.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T22:59:52.354 INFO:teuthology.orchestra.run.smithi114.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T22:59:52.354 INFO:teuthology.orchestra.run.smithi114.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T22:59:52.354 INFO:teuthology.orchestra.run.smithi114.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T22:59:52.354 INFO:teuthology.orchestra.run.smithi114.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T22:59:52.354 INFO:teuthology.orchestra.run.smithi114.stdout: python2.7-minimal 2024-04-22T22:59:52.354 INFO:teuthology.orchestra.run.smithi114.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T22:59:52.355 INFO:teuthology.orchestra.run.smithi114.stdout:The following additional packages will be installed: 2024-04-22T22:59:52.355 INFO:teuthology.orchestra.run.smithi114.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:59:52.356 INFO:teuthology.orchestra.run.smithi114.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T22:59:52.356 INFO:teuthology.orchestra.run.smithi114.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T22:59:52.357 INFO:teuthology.orchestra.run.smithi114.stdout:Suggested packages: 2024-04-22T22:59:52.357 INFO:teuthology.orchestra.run.smithi114.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T22:59:52.357 INFO:teuthology.orchestra.run.smithi114.stdout:Recommended packages: 2024-04-22T22:59:52.357 INFO:teuthology.orchestra.run.smithi114.stdout: thermald 2024-04-22T22:59:52.412 INFO:teuthology.orchestra.run.smithi114.stdout:The following NEW packages will be installed: 2024-04-22T22:59:52.412 INFO:teuthology.orchestra.run.smithi114.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:59:52.412 INFO:teuthology.orchestra.run.smithi114.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T22:59:52.412 INFO:teuthology.orchestra.run.smithi114.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T22:59:52.413 INFO:teuthology.orchestra.run.smithi114.stdout:The following packages will be upgraded: 2024-04-22T22:59:52.414 INFO:teuthology.orchestra.run.smithi114.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T22:59:52.593 INFO:teuthology.orchestra.run.smithi114.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T22:59:52.594 INFO:teuthology.orchestra.run.smithi114.stdout:Need to get 113 MB of archives. 2024-04-22T22:59:52.594 INFO:teuthology.orchestra.run.smithi114.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T22:59:52.594 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:53.000 INFO:teuthology.orchestra.run.smithi027.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T22:59:53.000 INFO:teuthology.orchestra.run.smithi027.stdout:Need to get 113 MB of archives. 2024-04-22T22:59:53.000 INFO:teuthology.orchestra.run.smithi027.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T22:59:53.000 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:54.044 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:54.373 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:54.411 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:54.747 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:56.545 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:56.545 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:56.546 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:56.908 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:56.908 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:56.908 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:57.399 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:57.472 INFO:teuthology.orchestra.run.smithi114.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-22T22:59:57.886 INFO:teuthology.orchestra.run.smithi114.stdout:Fetched 113 MB in 5s (22.4 MB/s) 2024-04-22T22:59:58.006 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:58.058 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T22:59:58.105 INFO:teuthology.orchestra.run.smithi027.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-22T22:59:58.526 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 113 MB in 6s (19.6 MB/s) 2024-04-22T22:59:58.663 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:00:00.003 INFO:teuthology.orchestra.run.smithi114.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:00:00.007 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:00.072 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:00.722 INFO:teuthology.orchestra.run.smithi027.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T23:00:00.726 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:00.885 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:02.498 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:00:02.519 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:02.608 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:02.886 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:00:02.908 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:02.988 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:03.060 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:00:03.084 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:03.118 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:03.414 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:00:03.435 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:03.472 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:09.427 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:00:09.527 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:00:09.634 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:00:09.748 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:00:09.852 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:00:09.981 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:00:10.064 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:00:10.185 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:00:10.283 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:00:10.306 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:00:10.350 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:00:10.487 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:00:10.510 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:00:10.554 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:00:15.921 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:00:15.959 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:15.996 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:16.158 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:00:16.194 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:00:16.233 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:18.836 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:00:18.960 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:00:19.093 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:00:19.293 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:00:19.307 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:00:19.415 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:19.541 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:00:19.624 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:00:19.884 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:20.454 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:20.580 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:00:20.709 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:21.676 INFO:teuthology.orchestra.run.smithi114.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:00:21.676 INFO:teuthology.orchestra.run.smithi114.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:00:21.676 INFO:teuthology.orchestra.run.smithi114.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:00:21.676 INFO:teuthology.orchestra.run.smithi114.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:21.822 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:22.080 INFO:teuthology.orchestra.run.smithi027.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:00:22.080 INFO:teuthology.orchestra.run.smithi027.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:00:22.080 INFO:teuthology.orchestra.run.smithi027.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:00:22.080 INFO:teuthology.orchestra.run.smithi027.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:22.245 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:23.249 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:23.680 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:24.641 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:00:24.775 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:00:24.902 INFO:teuthology.orchestra.run.smithi114.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:24.970 INFO:teuthology.orchestra.run.smithi114.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:00:24.970 INFO:teuthology.orchestra.run.smithi114.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:25.122 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:00:25.248 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:00:25.374 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:00:25.446 INFO:teuthology.orchestra.run.smithi027.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:00:25.446 INFO:teuthology.orchestra.run.smithi027.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:38.830 INFO:teuthology.orchestra.run.smithi114.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:00:38.831 INFO:teuthology.orchestra.run.smithi114.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:00:38.838 INFO:teuthology.orchestra.run.smithi114.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:00:38.868 INFO:teuthology.orchestra.run.smithi114.stdout:Generating grub configuration file ... 2024-04-22T23:00:39.122 INFO:teuthology.orchestra.run.smithi114.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:00:39.159 INFO:teuthology.orchestra.run.smithi114.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:39.425 INFO:teuthology.orchestra.run.smithi114.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:00:39.430 INFO:teuthology.orchestra.run.smithi114.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:00:39.500 INFO:teuthology.orchestra.run.smithi114.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:00:39.506 INFO:teuthology.orchestra.run.smithi114.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:00:39.652 INFO:teuthology.orchestra.run.smithi114.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:00:39.652 INFO:teuthology.orchestra.run.smithi114.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:00:39.652 INFO:teuthology.orchestra.run.smithi114.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:00:39.691 INFO:teuthology.orchestra.run.smithi114.stdout:done 2024-04-22T23:00:40.131 DEBUG:teuthology.orchestra.run.smithi114:> dpkg -s linux-image-generic 2024-04-22T23:00:40.148 INFO:teuthology.orchestra.run.smithi027.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:00:40.148 INFO:teuthology.orchestra.run.smithi027.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:00:40.153 INFO:teuthology.orchestra.run.smithi114.stdout:Package: linux-image-generic 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Status: install ok installed 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Priority: optional 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Section: kernel 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Installed-Size: 21 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: amd64 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Source: linux-meta 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Version: 5.15.0.105.102 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.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:00:40.154 INFO:teuthology.orchestra.run.smithi114.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:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Recommends: thermald 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout:Description: Generic Linux kernel image 2024-04-22T23:00:40.154 INFO:teuthology.orchestra.run.smithi114.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:00:40.155 INFO:teuthology.orchestra.run.smithi114.stdout: available. 2024-04-22T23:00:40.155 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:00:40.155 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:00:40.155 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:00:40.155 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T23:00:40.155 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi114.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:00:40.155 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get clean 2024-04-22T23:00:40.158 INFO:teuthology.orchestra.run.smithi027.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:00:40.173 INFO:teuthology.orchestra.run.smithi027.stdout:Generating grub configuration file ... 2024-04-22T23:00:40.394 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get update 2024-04-22T23:00:40.540 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:00:40.545 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:00:40.569 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:40.636 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:00:40.720 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:00:40.798 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:00:40.925 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:00:40.932 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:00:41.002 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:00:41.007 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:00:41.177 INFO:teuthology.orchestra.run.smithi027.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:00:41.177 INFO:teuthology.orchestra.run.smithi027.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:00:41.177 INFO:teuthology.orchestra.run.smithi027.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:00:41.226 INFO:teuthology.orchestra.run.smithi027.stdout:done 2024-04-22T23:00:41.718 DEBUG:teuthology.orchestra.run.smithi027:> dpkg -s linux-image-generic 2024-04-22T23:00:41.745 INFO:teuthology.orchestra.run.smithi027.stdout:Package: linux-image-generic 2024-04-22T23:00:41.745 INFO:teuthology.orchestra.run.smithi027.stdout:Status: install ok installed 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Priority: optional 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Section: kernel 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Installed-Size: 21 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: amd64 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Source: linux-meta 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Version: 5.15.0.105.102 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.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:00:41.746 INFO:teuthology.orchestra.run.smithi027.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:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Recommends: thermald 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout:Description: Generic Linux kernel image 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:00:41.746 INFO:teuthology.orchestra.run.smithi027.stdout: available. 2024-04-22T23:00:41.747 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:00:41.747 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:00:41.747 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:00:41.747 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T23:00:41.747 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:00:41.747 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2024-04-22T23:00:41.884 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2024-04-22T23:00:41.928 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T23:00:41.945 DEBUG:teuthology.orchestra.run.smithi114:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:00:41.997 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T23:00:42.150 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:00:42.150 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:00:42.174 INFO:teuthology.orchestra.run.smithi114.stdout:Building dependency tree... 2024-04-22T23:00:42.174 INFO:teuthology.orchestra.run.smithi114.stdout:Reading state information... 2024-04-22T23:00:42.212 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:00:42.294 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:00:42.330 INFO:teuthology.orchestra.run.smithi114.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:00:42.330 INFO:teuthology.orchestra.run.smithi114.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:00:42.330 INFO:teuthology.orchestra.run.smithi114.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:00:42.330 INFO:teuthology.orchestra.run.smithi114.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:00:42.330 INFO:teuthology.orchestra.run.smithi114.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:00:42.330 INFO:teuthology.orchestra.run.smithi114.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:00:42.331 INFO:teuthology.orchestra.run.smithi114.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:00:42.331 INFO:teuthology.orchestra.run.smithi114.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:00:42.371 INFO:teuthology.orchestra.run.smithi114.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:00:42.373 DEBUG:teuthology.orchestra.run.smithi114:> dpkg -s linux-image-generic 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Package: linux-image-generic 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Status: install ok installed 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Priority: optional 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Section: kernel 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Installed-Size: 21 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: amd64 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Source: linux-meta 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Version: 5.15.0.105.102 2024-04-22T23:00:42.429 INFO:teuthology.orchestra.run.smithi114.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:00:42.430 INFO:teuthology.orchestra.run.smithi114.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:00:42.430 INFO:teuthology.orchestra.run.smithi114.stdout:Recommends: thermald 2024-04-22T23:00:42.430 INFO:teuthology.orchestra.run.smithi114.stdout:Description: Generic Linux kernel image 2024-04-22T23:00:42.430 INFO:teuthology.orchestra.run.smithi114.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:00:42.430 INFO:teuthology.orchestra.run.smithi114.stdout: available. 2024-04-22T23:00:42.431 DEBUG:teuthology.orchestra.run.smithi114:> mktemp 2024-04-22T23:00:42.478 INFO:teuthology.orchestra.run.smithi114.stdout:/tmp/tmp.rLWYLUw4Nd 2024-04-22T23:00:42.478 DEBUG:teuthology.orchestra.run.smithi114:> sudo cp /boot/grub/grub.cfg /tmp/tmp.rLWYLUw4Nd 2024-04-22T23:00:42.538 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0666 /tmp/tmp.rLWYLUw4Nd 2024-04-22T23:00:42.675 DEBUG:teuthology.orchestra.remote:smithi114:/tmp/tmp.rLWYLUw4Nd is 10KB 2024-04-22T23:00:42.688 DEBUG:teuthology.orchestra.run.smithi114:> rm -fr /tmp/tmp.rLWYLUw4Nd 2024-04-22T23:00:42.694 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:00:42.750 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:00:42.750 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:00:42.750 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:00:42.818 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:00:42.818 DEBUG:teuthology.orchestra.run.smithi114:> sudo update-grub 2024-04-22T23:00:43.540 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2024-04-22T23:00:43.557 DEBUG:teuthology.orchestra.run.smithi027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:00:43.609 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2024-04-22T23:00:43.791 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2024-04-22T23:00:43.791 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2024-04-22T23:00:43.956 INFO:teuthology.orchestra.run.smithi027.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:00:43.956 INFO:teuthology.orchestra.run.smithi027.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:00:43.956 INFO:teuthology.orchestra.run.smithi027.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:00:43.956 INFO:teuthology.orchestra.run.smithi027.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:00:43.956 INFO:teuthology.orchestra.run.smithi027.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:00:43.957 INFO:teuthology.orchestra.run.smithi027.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:00:43.957 INFO:teuthology.orchestra.run.smithi027.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:00:43.957 INFO:teuthology.orchestra.run.smithi027.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:00:43.995 INFO:teuthology.orchestra.run.smithi027.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:00:43.997 DEBUG:teuthology.orchestra.run.smithi027:> dpkg -s linux-image-generic 2024-04-22T23:00:44.016 INFO:teuthology.orchestra.run.smithi114.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:00:44.017 INFO:teuthology.orchestra.run.smithi114.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:00:44.022 INFO:teuthology.orchestra.run.smithi114.stderr:Generating grub configuration file ... 2024-04-22T23:00:44.050 INFO:teuthology.orchestra.run.smithi027.stdout:Package: linux-image-generic 2024-04-22T23:00:44.050 INFO:teuthology.orchestra.run.smithi027.stdout:Status: install ok installed 2024-04-22T23:00:44.050 INFO:teuthology.orchestra.run.smithi027.stdout:Priority: optional 2024-04-22T23:00:44.050 INFO:teuthology.orchestra.run.smithi027.stdout:Section: kernel 2024-04-22T23:00:44.050 INFO:teuthology.orchestra.run.smithi027.stdout:Installed-Size: 21 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: amd64 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout:Source: linux-meta 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout:Version: 5.15.0.105.102 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.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:00:44.051 INFO:teuthology.orchestra.run.smithi027.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:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout:Recommends: thermald 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout:Description: Generic Linux kernel image 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:00:44.051 INFO:teuthology.orchestra.run.smithi027.stdout: available. 2024-04-22T23:00:44.051 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2024-04-22T23:00:44.098 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.GYt8Sz4ZOT 2024-04-22T23:00:44.098 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub/grub.cfg /tmp/tmp.GYt8Sz4ZOT 2024-04-22T23:00:44.154 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.GYt8Sz4ZOT 2024-04-22T23:00:44.190 INFO:teuthology.orchestra.run.smithi114.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:00:44.196 INFO:teuthology.orchestra.run.smithi114.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:44.265 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.GYt8Sz4ZOT is 10KB 2024-04-22T23:00:44.278 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.GYt8Sz4ZOT 2024-04-22T23:00:44.283 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:00:44.338 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:00:44.338 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:00:44.338 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:00:44.410 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:00:44.410 DEBUG:teuthology.orchestra.run.smithi027:> sudo update-grub 2024-04-22T23:00:44.427 INFO:teuthology.orchestra.run.smithi114.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:00:44.432 INFO:teuthology.orchestra.run.smithi114.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:00:44.472 INFO:teuthology.orchestra.run.smithi114.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:00:44.476 INFO:teuthology.orchestra.run.smithi114.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:00:44.597 INFO:teuthology.orchestra.run.smithi114.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:00:44.597 INFO:teuthology.orchestra.run.smithi114.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:00:44.597 INFO:teuthology.orchestra.run.smithi114.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:00:44.616 INFO:teuthology.orchestra.run.smithi114.stderr:done 2024-04-22T23:00:44.630 DEBUG:teuthology.orchestra.run.smithi114:> sudo shutdown -r now 2024-04-22T23:00:45.543 INFO:teuthology.orchestra.run.smithi027.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:00:45.544 INFO:teuthology.orchestra.run.smithi027.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:00:45.546 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2024-04-22T23:00:45.735 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:00:45.741 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:00:45.981 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:00:45.986 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:00:46.026 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:00:46.031 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:00:46.151 INFO:teuthology.orchestra.run.smithi027.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:00:46.152 INFO:teuthology.orchestra.run.smithi027.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:00:46.152 INFO:teuthology.orchestra.run.smithi027.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:00:46.172 INFO:teuthology.orchestra.run.smithi027.stderr:done 2024-04-22T23:00:46.181 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2024-04-22T23:01:14.659 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T23:01:14.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:01:14.661 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:01:16.184 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T23:01:16.184 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:01:16.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:01:33.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-04-22T23:01:34.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-04-22T23:01:42.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:01:42.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:01:43.624 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:01:43.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:01:45.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-04-22T23:01:46.686 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-04-22T23:01:57.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:01:57.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:01:58.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:01:58.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:01.762 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-04-22T23:02:15.582 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-04-22T23:02:16.764 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:02:16.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:19.839 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-04-22T23:02:30.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:02:30.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:30.860 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-04-22T23:02:31.427 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:02:31.427 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T23:02:31.428 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-04-22T23:02:31.433 INFO:teuthology.orchestra.run.smithi114.stdout:5.15.0-105-generic 2024-04-22T23:02:31.433 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:02:31.433 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:02:31.433 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:02:32.435 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:02:32.435 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:02:32.507 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2024-04-22T23:02:32.527 DEBUG:teuthology.parallel:result is None 2024-04-22T23:02:37.839 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:02:37.840 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:03:37.842 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:03:58.844 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:03:58.845 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:03:59.064 DEBUG:teuthology.orchestra.run.smithi027:> true 2024-04-22T23:03:59.564 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:03:59.565 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T23:03:59.565 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-04-22T23:03:59.613 INFO:teuthology.orchestra.run.smithi027.stdout:5.15.0-105-generic 2024-04-22T23:03:59.613 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:03:59.613 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:03:59.613 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:04:00.614 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:04:00.615 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:04:00.699 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2024-04-22T23:04:00.731 DEBUG:teuthology.parallel:result is None 2024-04-22T23:04:00.731 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:04:00.739 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:04:00.739 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:04:00.742 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:04:00.748 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:04:00.774 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:04:00.824 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:04:00.825 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:04:00.827 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:04:00.905 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:04:00.912 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:04:00.912 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:04:00.914 DEBUG:teuthology.orchestra.run.smithi114:> 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:04:00.928 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:04:00.932 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:04:00.938 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:04:00.940 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:04:00.942 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:04:00.949 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:04:00.949 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:04:00.982 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:04:00.997 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:04:01.009 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:04:01.009 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:04:01.046 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:04:01.052 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:04:01.099 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:04:01.149 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:04:01.150 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:04:01.215 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:04:01.221 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:04:01.268 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:04:01.268 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:04:01.342 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2024-04-22T23:04:01.344 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2024-04-22T23:04:01.419 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:04:01.426 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:04:01.426 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:04:01.477 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:04:01.535 DEBUG:teuthology.task.selinux:Excluding smithi027: OS 'ubuntu' does not support SELinux 2024-04-22T23:04:01.535 DEBUG:teuthology.task.selinux:Excluding smithi114: OS 'ubuntu' does not support SELinux 2024-04-22T23:04:01.535 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:04:01.535 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T23:04:01.536 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:04:01.536 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:04:01.594 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:04:01.610 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:04:01.612 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi114.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:11:07.565 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi114.front.sepia.ceph.com')] 2024-04-22T23:11:07.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:11:07.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:11:07.658 DEBUG:teuthology.orchestra.run.smithi027:> true 2024-04-22T23:11:07.738 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-04-22T23:11:07.739 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:11:07.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:11:07.822 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-04-22T23:11:07.899 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T23:11:07.899 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:11:08.202 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:11:08.202 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:11:08.203 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:11:08.206 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:11:08.206 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Command line: ntpd -gq 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: ---------------------------------------------------- 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: corporation. Support and training for ntp-4 are 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: available at https://www.nwtime.org/support 2024-04-22T23:11:08.232 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: ---------------------------------------------------- 2024-04-22T23:11:08.233 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: proto: precision = 0.046 usec (-24) 2024-04-22T23:11:08.233 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: basedate set to 2022-02-04 2024-04-22T23:11:08.233 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:11:08.233 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:11:08.234 INFO:teuthology.orchestra.run.smithi027.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:11:08.234 INFO:teuthology.orchestra.run.smithi027.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:11:08.235 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:11:08.235 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:11:08.236 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:11:08.236 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:11:08.236 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listen normally on 3 ens1f0 172.21.15.27:123 2024-04-22T23:11:08.236 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listen normally on 4 lo [::1]:123 2024-04-22T23:11:08.236 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:395a%4]:123 2024-04-22T23:11:08.236 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:08 ntpd[17108]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:11:08.237 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:11:08.237 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Command line: ntpd -gq 2024-04-22T23:11:08.237 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: ---------------------------------------------------- 2024-04-22T23:11:08.237 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: corporation. Support and training for ntp-4 are 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: available at https://www.nwtime.org/support 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: ---------------------------------------------------- 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: proto: precision = 0.046 usec (-24) 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: basedate set to 2022-02-04 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:11:08.238 INFO:teuthology.orchestra.run.smithi114.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:11:08.239 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:11:08.239 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:11:08.239 INFO:teuthology.orchestra.run.smithi114.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:11:08.240 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:11:08.240 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:11:08.240 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:11:08.240 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listen normally on 3 enp3s0f1 172.21.15.114:123 2024-04-22T23:11:08.241 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listen normally on 4 lo [::1]:123 2024-04-22T23:11:08.241 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cb63%5]:123 2024-04-22T23:11:08.241 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:08 ntpd[17210]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:11:09.232 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:09.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:09 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:10.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:10 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:10.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:10 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:10.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:10 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:10.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:10 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:10.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:10 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:10.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:10 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:11.232 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:11 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:11.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:11 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:11.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:11 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:11.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:11 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:11.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:11 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:11.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:11 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:11.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:11.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:11.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:11.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:11.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:11.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:11.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:11.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:11 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:12.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:12.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:12.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:12.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:12.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:12 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:12.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:12 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:12.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:12 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:12.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:12 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:12.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:12 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:12.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:12 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:12.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:12 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:13.232 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:13 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:13.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:13 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:13.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:13 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:13.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:13 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:13.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:13 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:13.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:13 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:13.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:13.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:13.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:13 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:14.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:14.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:14.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:14.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:14.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:14 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:14.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:14 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:14.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:14 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:14.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:14 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:14.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:14 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:14.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:14 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:14.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:14 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stdout:22 Apr 23:11:15 ntpd[17108]: ntpd: time slew -0.000939 s 2024-04-22T23:11:15.233 INFO:teuthology.orchestra.run.smithi027.stdout:ntpd: time slew -0.000939s 2024-04-22T23:11:15.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:11:15.234 INFO:teuthology.orchestra.run.smithi027.stderr:22 Apr 23:11:15 ntpd[17108]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:15.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:15 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:15.282 INFO:teuthology.orchestra.run.smithi027.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:11:15.282 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================== 2024-04-22T23:11:15.282 INFO:teuthology.orchestra.run.smithi027.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:15.282 INFO:teuthology.orchestra.run.smithi027.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:15.282 INFO:teuthology.orchestra.run.smithi027.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:15.282 INFO:teuthology.orchestra.run.smithi027.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:16.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:16.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:16.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:11:16.237 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:11:16.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:11:16.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:11:16.238 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 23:11:16 ntpd[17210]: ntpd: time slew -0.001183 s 2024-04-22T23:11:16.238 INFO:teuthology.orchestra.run.smithi114.stdout:ntpd: time slew -0.001183s 2024-04-22T23:11:16.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:11:16.238 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 23:11:16 ntpd[17210]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:11:16.293 INFO:teuthology.orchestra.run.smithi114.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:11:16.293 INFO:teuthology.orchestra.run.smithi114.stdout:============================================================================== 2024-04-22T23:11:16.293 INFO:teuthology.orchestra.run.smithi114.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:16.293 INFO:teuthology.orchestra.run.smithi114.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:16.293 INFO:teuthology.orchestra.run.smithi114.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:16.293 INFO:teuthology.orchestra.run.smithi114.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:11:16.294 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T23:11:16.305 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T23:11:16.305 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:11:16.305 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:11:16.311 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:11:16.312 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2024-04-22T23:11:16.358 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:11:16.358 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:16.358 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-22T23:11:16.358 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:16.359 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:07:49.614476409 +0000 2024-04-22T23:11:16.359 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:07:49.354478731 +0000 2024-04-22T23:11:16.359 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:07:49.354478731 +0000 2024-04-22T23:11:16.359 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:11:16.359 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:11:16.413 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:11:16.413 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:11:16.413 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000440156 s, 1.2 MB/s 2024-04-22T23:11:16.415 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:11:16.463 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:07:50.102472049 +0000 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:07:49.838474408 +0000 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:07:49.838474408 +0000 2024-04-22T23:11:16.510 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:11:16.511 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:11:16.564 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:11:16.564 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:11:16.565 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000411501 s, 1.2 MB/s 2024-04-22T23:11:16.566 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:11:16.615 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:07:50.578467796 +0000 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:07:50.322470084 +0000 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:07:50.322470084 +0000 2024-04-22T23:11:16.662 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:11:16.663 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:11:16.716 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:11:16.716 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:11:16.716 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000383406 s, 1.3 MB/s 2024-04-22T23:11:16.717 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:11:16.767 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2024-04-22T23:11:16.814 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:11:16.814 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:16.814 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-04-22T23:11:16.814 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:16.815 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:07:51.082463296 +0000 2024-04-22T23:11:16.815 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:07:50.822465618 +0000 2024-04-22T23:11:16.815 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:07:50.822465618 +0000 2024-04-22T23:11:16.815 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:11:16.815 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:11:16.869 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:11:16.869 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:11:16.869 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000317673 s, 1.6 MB/s 2024-04-22T23:11:16.870 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:11:16.919 DEBUG:teuthology.orchestra.run.smithi027:> 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:11:17.051 INFO:teuthology.orchestra.run.smithi027.stdout:loop 2024-04-22T23:11:17.053 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_1... 2024-04-22T23:11:17.053 DEBUG:teuthology.orchestra.run.smithi027:> 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:11:17.069 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-04-22T23:11:17.091 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_11 2024-04-22T23:11:17.107 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_2... 2024-04-22T23:11:17.108 DEBUG:teuthology.orchestra.run.smithi027:> 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:11:17.166 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-04-22T23:11:17.185 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_21 2024-04-22T23:11:17.202 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_3... 2024-04-22T23:11:17.202 DEBUG:teuthology.orchestra.run.smithi027:> 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:11:17.266 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-04-22T23:11:17.285 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_31 2024-04-22T23:11:17.302 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_4... 2024-04-22T23:11:17.302 DEBUG:teuthology.orchestra.run.smithi027:> 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:11:17.362 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-04-22T23:11:17.381 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_41 2024-04-22T23:11:17.399 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:11:17.399 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:11:17.446 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme list 2024-04-22T23:11:17.498 INFO:teuthology.orchestra.run.smithi027.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T23:11:17.498 INFO:teuthology.orchestra.run.smithi027.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T23:11:17.498 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme0n1 CVFT5331001C400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T23:11:17.499 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme1n1 2a9da0fe18d125520b9d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:17.499 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme2n1 4914d0c96b12059a1eb8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:17.499 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme3n1 8bb8aaa2b2a1947441c4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:17.499 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme4n1 9eb152fb08f428858579 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:17.500 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:11:17.500 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:11:17.500 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/scratch_devs 2024-04-22T23:11:17.554 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:11:17.555 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:11:17.561 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:11:17.561 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_1 2024-04-22T23:11:17.609 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:11:17.609 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:17.609 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-04-22T23:11:17.610 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:17.610 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:07:45.014241650 +0000 2024-04-22T23:11:17.610 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:07:44.738244115 +0000 2024-04-22T23:11:17.610 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:07:44.738244115 +0000 2024-04-22T23:11:17.610 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:11:17.610 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:11:17.663 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:11:17.663 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:11:17.663 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000407847 s, 1.3 MB/s 2024-04-22T23:11:17.665 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:11:17.714 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_2 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:07:45.482237469 +0000 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:07:45.238239649 +0000 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:07:45.238239649 +0000 2024-04-22T23:11:17.761 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:11:17.762 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:11:17.815 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:11:17.815 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:11:17.815 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000452227 s, 1.1 MB/s 2024-04-22T23:11:17.817 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:11:17.866 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_3 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:07:45.986232966 +0000 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:07:45.722235325 +0000 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:07:45.722235325 +0000 2024-04-22T23:11:17.913 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:11:17.914 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:11:17.967 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:11:17.967 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:11:17.967 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000421882 s, 1.2 MB/s 2024-04-22T23:11:17.969 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:11:18.020 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_4 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:07:46.486228500 +0000 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:07:46.206231002 +0000 2024-04-22T23:11:18.069 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:07:46.206231002 +0000 2024-04-22T23:11:18.070 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:11:18.070 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:11:18.124 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:11:18.124 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:11:18.124 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000394815 s, 1.3 MB/s 2024-04-22T23:11:18.125 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:11:18.174 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:18.299 INFO:teuthology.orchestra.run.smithi114.stdout:loop 2024-04-22T23:11:18.300 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_1... 2024-04-22T23:11:18.300 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:18.317 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T23:11:18.338 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_11 2024-04-22T23:11:18.353 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_2... 2024-04-22T23:11:18.353 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:18.413 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T23:11:18.433 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_21 2024-04-22T23:11:18.449 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_3... 2024-04-22T23:11:18.450 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:18.508 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T23:11:18.527 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_31 2024-04-22T23:11:18.544 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_4... 2024-04-22T23:11:18.544 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:18.600 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T23:11:18.620 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_41 2024-04-22T23:11:18.638 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:11:18.638 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:11:18.685 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme list 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme0n1 PHFT620400WB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme1n1 7dc7695a4413c4e96a3d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme2n1 9f104f20692bd1164c69 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme3n1 b72be421d2e268f43518 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:18.742 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme4n1 e46cc5facb179290d75e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T23:11:18.743 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:11:18.743 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:11:18.743 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/scratch_devs 2024-04-22T23:11:18.799 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:11:18.903 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:11:18.904 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:11:18.904 INFO:tasks.cephadm:Cluster fsid is a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:11:18.904 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:11:18.904 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T23:11:18.904 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi027': '172.21.15.27', 'mon.smithi114': '172.21.15.114'} 2024-04-22T23:11:18.904 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:11:18.905 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2024-04-22T23:11:18.920 DEBUG:teuthology.orchestra.run.smithi114:> sudo hostname $(hostname -s) 2024-04-22T23:11:18.934 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:11:18.934 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:11:19.078 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:11:19.292 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:11:19.295 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:11:19.295 DEBUG:teuthology.orchestra.run.smithi027:> 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:11:19.918 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:11 /home/ubuntu/cephtest/cephadm 2024-04-22T23:11:19.918 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:20.546 INFO:teuthology.orchestra.run.smithi114.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:11 /home/ubuntu/cephtest/cephadm 2024-04-22T23:11:20.546 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:11:20.554 DEBUG:teuthology.orchestra.run.smithi114:> 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:11:20.594 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:11:20.594 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:11:20.599 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:11:20.766 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:11:20.773 INFO:teuthology.orchestra.run.smithi114.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:12:17.389 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2024-04-22T23:12:17.390 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:12:17.390 INFO:teuthology.orchestra.run.smithi027.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:12:17.390 INFO:teuthology.orchestra.run.smithi027.stdout: "repo_digests": [ 2024-04-22T23:12:17.390 INFO:teuthology.orchestra.run.smithi027.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:12:17.390 INFO:teuthology.orchestra.run.smithi027.stdout: ] 2024-04-22T23:12:17.390 INFO:teuthology.orchestra.run.smithi027.stdout:} 2024-04-22T23:12:34.335 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2024-04-22T23:12:34.335 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:12:34.335 INFO:teuthology.orchestra.run.smithi114.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:12:34.335 INFO:teuthology.orchestra.run.smithi114.stdout: "repo_digests": [ 2024-04-22T23:12:34.335 INFO:teuthology.orchestra.run.smithi114.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:12:34.335 INFO:teuthology.orchestra.run.smithi114.stdout: ] 2024-04-22T23:12:34.336 INFO:teuthology.orchestra.run.smithi114.stdout:} 2024-04-22T23:12:34.382 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2024-04-22T23:12:34.398 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /etc/ceph 2024-04-22T23:12:34.410 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2024-04-22T23:12:34.452 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 777 /etc/ceph 2024-04-22T23:12:34.465 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:12:34.466 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:12:34.467 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-22T23:12:34.468 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:12:34.468 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:12:34.502 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 = a05e6dd6-00fd-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:12:34.502 DEBUG:teuthology.orchestra.run.smithi027:mon.smithi027> sudo journalctl -f -n 0 -u ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027.service 2024-04-22T23:12:34.546 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:12:34.546 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid a05e6dd6-00fd-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.27 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:12:34.754 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:12:34.754 INFO:teuthology.orchestra.run.smithi027.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'a05e6dd6-00fd-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.27', '--skip-admin-label'] 2024-04-22T23:12:34.754 INFO:teuthology.orchestra.run.smithi027.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:12:34.755 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying podman|docker is present... 2024-04-22T23:12:34.755 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying lvm2 is present... 2024-04-22T23:12:34.755 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying time synchronization is in place... 2024-04-22T23:12:34.761 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:12:34.761 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:12:34.765 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:12:34.765 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.769 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:12:34.769 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:12:34.773 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:12:34.773 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.777 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:12:34.777 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout masked 2024-04-22T23:12:34.781 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:12:34.781 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.784 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:12:34.784 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:12:34.788 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:12:34.788 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.792 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout enabled 2024-04-22T23:12:34.796 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout active 2024-04-22T23:12:34.796 INFO:teuthology.orchestra.run.smithi027.stdout:Unit ntp.service is enabled and running 2024-04-22T23:12:34.796 INFO:teuthology.orchestra.run.smithi027.stdout:Repeating the final host check... 2024-04-22T23:12:34.796 INFO:teuthology.orchestra.run.smithi027.stdout:docker (/usr/bin/docker) is present 2024-04-22T23:12:34.796 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl is present 2024-04-22T23:12:34.796 INFO:teuthology.orchestra.run.smithi027.stdout:lvcreate is present 2024-04-22T23:12:34.799 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:12:34.799 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:12:34.802 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:12:34.803 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.806 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:12:34.806 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:12:34.810 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:12:34.810 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.813 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:12:34.814 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout masked 2024-04-22T23:12:34.817 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:12:34.817 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.821 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:12:34.821 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:12:34.824 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:12:34.824 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout inactive 2024-04-22T23:12:34.828 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout enabled 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stdout active 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Unit ntp.service is enabled and running 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Host looks OK 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Cluster fsid: a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Acquiring lock 140073417091360 on /run/cephadm/a05e6dd6-00fd-11ef-bc93-c7b262605968.lock 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Lock 140073417091360 acquired on /run/cephadm/a05e6dd6-00fd-11ef-bc93-c7b262605968.lock 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying IP 172.21.15.27 port 3300 ... 2024-04-22T23:12:34.832 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying IP 172.21.15.27 port 6789 ... 2024-04-22T23:12:34.833 INFO:teuthology.orchestra.run.smithi027.stdout:Base mon IP(s) is [172.21.15.27:3300, 172.21.15.27:6789], mon addrv is [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2024-04-22T23:12:34.835 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-22T23:12:34.835 INFO:teuthology.orchestra.run.smithi027.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:12:34.835 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 2024-04-22T23:12:34.837 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:12:34.837 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-22T23:12:34.838 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-04-22T23:12:34.840 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:12:34.840 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:12:34.840 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:12:34.840 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T23:12:34.840 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:395a/64 scope link 2024-04-22T23:12:34.840 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:12:34.841 INFO:teuthology.orchestra.run.smithi027.stdout:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2024-04-22T23:12:34.841 INFO:teuthology.orchestra.run.smithi027.stdout:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2024-04-22T23:12:34.841 INFO:teuthology.orchestra.run.smithi027.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:12:34.841 INFO:teuthology.orchestra.run.smithi027.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:12:34.841 INFO:teuthology.orchestra.run.smithi027.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:12:35.628 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/docker: stdout 43be020184947e53516056c9931e1ac5bdbbb1a5: Pulling from ceph-ci/ceph 2024-04-22T23:12:35.628 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/docker: stdout Digest: sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:12:35.628 INFO:teuthology.orchestra.run.smithi027.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:12:35.628 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:12:37.091 INFO:teuthology.orchestra.run.smithi027.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:12:37.091 INFO:teuthology.orchestra.run.smithi027.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:12:37.091 INFO:teuthology.orchestra.run.smithi027.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:12:38.371 INFO:teuthology.orchestra.run.smithi027.stdout:stat: stdout 167 167 2024-04-22T23:12:38.371 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial keys... 2024-04-22T23:12:39.634 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQDn7iZm+NpXBRAA5hcJlXt+7acNWJLIOq6U5Q== 2024-04-22T23:12:40.896 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQDo7iZmtC/zFxAA39Gxh8L5FmzM3tvuhbMb2A== 2024-04-22T23:12:42.142 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-authtool: stdout AQDp7iZmosopJhAAwq+MZ7Km/Tm/+TGcPaFblw== 2024-04-22T23:12:42.143 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial monmap... 2024-04-22T23:12:43.431 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:12:43.432 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:12:43.432 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:43.432 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:12:43.433 INFO:teuthology.orchestra.run.smithi027.stdout:monmaptool for smithi027 [v2:172.21.15.27:3300,v1:172.21.15.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:12:43.433 INFO:teuthology.orchestra.run.smithi027.stdout:setting min_mon_release = quincy 2024-04-22T23:12:43.433 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: set fsid to a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:43.433 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:12:43.433 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:12:43.433 INFO:teuthology.orchestra.run.smithi027.stdout:Creating mon... 2024-04-22T23:12:44.767 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.146+0000 7fdb797b0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:12:44.767 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.146+0000 7fdb797b0c80 1 imported monmap: 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.146+0000 7fdb797b0c80 0 /usr/bin/ceph-mon: set fsid to a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Git sha 0 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:12:44.768 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: DB SUMMARY 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: DB Session ID: EKV3R5K0LC5BW2FCAV33 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi027/store.db dir, Total Num: 0, files: 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi027/store.db: 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.create_if_missing: 1 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:12:44.769 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.env: 0x55deabc5fcc0 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.info_log: 0x55deaccbad60 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:12:44.770 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:12:44.771 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.write_buffer_manager: 0x55deacc4eaa0 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:12:44.772 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:12:44.773 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:12:44.774 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:12:44.775 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.150+0000 7fdb797b0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000001 2024-04-22T23:12:44.776 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55deaccbaf20) 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-22T23:12:44.777 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55deacc811f0 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-22T23:12:44.778 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-22T23:12:44.779 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:12:44.780 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:12:44.781 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:12:44.782 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:12:44.783 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:12:44.784 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:12:44.785 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi027/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:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e4b8835c-3b16-4416-8a81-891505ef3501 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.786 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55deacd70000 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.154+0000 7fdb797b0c80 4 rocksdb: DB pointer 0x55deacd60000 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.158+0000 7fdb69912700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.158+0000 7fdb69912700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.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:12:44.787 INFO:teuthology.orchestra.run.smithi027.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:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.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:12:44.787 INFO:teuthology.orchestra.run.smithi027.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:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:12:44.787 INFO:teuthology.orchestra.run.smithi027.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:12:44.787 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.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:12:44.788 INFO:teuthology.orchestra.run.smithi027.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:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.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:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.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:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:12:44.788 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.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:12:44.789 INFO:teuthology.orchestra.run.smithi027.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:12:44.789 INFO:teuthology.orchestra.run.smithi027.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:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55deacc811f0#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:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.158+0000 7fdb797b0c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.158+0000 7fdb797b0c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:12:44.158+0000 7fdb797b0c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi027 for mon.smithi027 2024-04-22T23:12:44.789 INFO:teuthology.orchestra.run.smithi027.stdout:create mon.smithi027 on 2024-04-22T23:12:45.216 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-22T23:12:45.460 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968.target. 2024-04-22T23:12:45.460 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968.target. 2024-04-22T23:12:45.715 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027 2024-04-22T23:12:45.716 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027.service: Unit ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027.service not loaded. 2024-04-22T23:12:45.925 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968.target.wants/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027.service -> /etc/systemd/system/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@.service. 2024-04-22T23:12:45.933 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld does not appear to be present 2024-04-22T23:12:45.933 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:12:45.933 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mon to start... 2024-04-22T23:12:45.933 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mon... 2024-04-22T23:12:47.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:47 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.166424+0000 mon.smithi027 (mon.0) 1 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-04-22T23:12:48.149 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout id: a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi027 (age 0.339357s) 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:12:48.150 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:12:48.151 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:12:48.151 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:12:48.151 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:48.151 INFO:teuthology.orchestra.run.smithi027.stdout:mon is available 2024-04-22T23:12:48.151 INFO:teuthology.orchestra.run.smithi027.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:12:48.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186328+0000 mon.smithi027 (mon.0) 2 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-04-22T23:12:48.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186328+0000 mon.smithi027 (mon.0) 2 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-04-22T23:12:48.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186540+0000 mon.smithi027 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:12:48.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186540+0000 mon.smithi027 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:12:48.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186551+0000 mon.smithi027 (mon.0) 4 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:48.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186551+0000 mon.smithi027 (mon.0) 4 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:48.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186559+0000 mon.smithi027 (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:48.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186559+0000 mon.smithi027 (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:48.542 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186566+0000 mon.smithi027 (mon.0) 6 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:48.542 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186566+0000 mon.smithi027 (mon.0) 6 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:48.542 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186574+0000 mon.smithi027 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:12:48.543 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186574+0000 mon.smithi027 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:12:48.543 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186582+0000 mon.smithi027 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:12:48.543 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186582+0000 mon.smithi027 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:12:48.543 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186590+0000 mon.smithi027 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:12:48.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.186590+0000 mon.smithi027 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:12:48.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.188877+0000 mon.smithi027 (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:12:48.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.188877+0000 mon.smithi027 (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:12:48.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.191101+0000 mon.smithi027 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:12:48.547 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.191101+0000 mon.smithi027 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:12:48.547 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.191549+0000 mon.smithi027 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:12:48.547 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: cluster 2024-04-22T23:12:47.191549+0000 mon.smithi027 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:12:48.547 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: audit 2024-04-22T23:12:47.525628+0000 mon.smithi027 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.27:0/1897064756' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:12:48.547 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:48 smithi027 bash[18171]: audit 2024-04-22T23:12:47.525628+0000 mon.smithi027 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.27:0/1897064756' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:12:49.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:49 smithi027 bash[18171]: audit 2024-04-22T23:12:49.169283+0000 mon.smithi027 (mon.0) 14 : audit [INF] from='client.? 172.21.15.27:0/3952157771' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:12:49.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:49 smithi027 bash[18171]: audit 2024-04-22T23:12:49.169283+0000 mon.smithi027 (mon.0) 14 : audit [INF] from='client.? 172.21.15.27:0/3952157771' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:12:49.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:49 smithi027 bash[18171]: audit 2024-04-22T23:12:49.173427+0000 mon.smithi027 (mon.0) 15 : audit [INF] from='client.? 172.21.15.27:0/3952157771' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:12:49.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:49 smithi027 bash[18171]: audit 2024-04-22T23:12:49.173427+0000 mon.smithi027 (mon.0) 15 : audit [INF] from='client.? 172.21.15.27:0/3952157771' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout fsid = a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:12:49.729 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:12:49.730 INFO:teuthology.orchestra.run.smithi027.stdout:Generating new minimal ceph.conf... 2024-04-22T23:12:51.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:50 smithi027 bash[18171]: audit 2024-04-22T23:12:50.713488+0000 mon.smithi027 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.27:0/1368889097' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:12:51.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:50 smithi027 bash[18171]: audit 2024-04-22T23:12:50.713488+0000 mon.smithi027 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.27:0/1368889097' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:12:51.282 INFO:teuthology.orchestra.run.smithi027.stdout:Restarting the monitor... 2024-04-22T23:12:51.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:51 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for a05e6dd6-00fd-11ef-bc93-c7b262605968... 2024-04-22T23:12:51.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:51 smithi027 bash[18171]: debug 2024-04-22T23:12:51.410+0000 7f293a162700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi027 -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:12:51.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:51 smithi027 bash[18171]: debug 2024-04-22T23:12:51.410+0000 7f293a162700 -1 mon.smithi027@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:12:52.243 INFO:teuthology.orchestra.run.smithi027.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:12:52.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:52 smithi027 bash[18555]: ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968-mon-smithi027 2024-04-22T23:12:52.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:52 smithi027 bash[18614]: Error response from daemon: No such container: ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968-mon-smithi027 2024-04-22T23:12:52.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:52 smithi027 systemd[1]: ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027.service: Deactivated successfully. 2024-04-22T23:12:52.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:52 smithi027 systemd[1]: Stopped Ceph mon.smithi027 for a05e6dd6-00fd-11ef-bc93-c7b262605968. 2024-04-22T23:12:52.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:52 smithi027 systemd[1]: Started Ceph mon.smithi027 for a05e6dd6-00fd-11ef-bc93-c7b262605968. 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.322+0000 7f464343dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.322+0000 7f464343dc80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.322+0000 7f464343dc80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 0 load: jerasure load: lrc 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Git sha 0 2024-04-22T23:12:53.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: DB SUMMARY 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: DB Session ID: 4A46FO26KKD169JH097M 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi027/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi027/store.db: 000009.log size: 88819 ; 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:12:53.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.env: 0x5586f64cecc0 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.info_log: 0x5586f795fae0 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:12:53.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.wal_dir: 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:12:53.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.write_buffer_manager: 0x5586f78f50e0 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:12:53.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:12:53.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.row_cache: None 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:12:53.555 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:12:53.556 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:12:53.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:12:53.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000010 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.merge_operator: 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586f795fcc0) 2024-04-22T23:12:53.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cache_index_and_filter_blocks: 1 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: pin_top_level_index_and_filter: 1 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: index_type: 0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: data_block_index_type: 0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: index_shortening: 1 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: checksum: 4 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: no_block_cache: 0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_cache: 0x5586f79251f0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_cache_name: BinnedLRUCache 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_cache_options: 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: capacity : 536870912 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: num_shard_bits : 4 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: strict_capacity_limit : 0 2024-04-22T23:12:53.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: high_pri_pool_ratio: 0.000 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_cache_compressed: (nil) 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: persistent_cache: (nil) 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_size: 4096 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_size_deviation: 10 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_restart_interval: 16 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: index_block_restart_interval: 1 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: metadata_block_size: 4096 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: partition_filters: 0 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: use_delta_encoding: 1 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: filter_policy: bloomfilter 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: whole_key_filtering: 1 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: verify_compression: 0 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: read_amp_bytes_per_bit: 0 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: format_version: 5 2024-04-22T23:12:53.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: enable_index_compression: 1 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: block_align: 0 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: max_auto_readahead_size: 262144 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: prepopulate_block_cache: 0 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: initial_auto_readahead_size: 8192 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:12:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:12:53.563 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:12:53.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:12:53.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:12:53.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:12:53.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.326+0000 7f464343dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi027/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:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e4b8835c-3b16-4416-8a81-891505ef3501 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827573334896, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827573335965, "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": 1713827573, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e4b8835c-3b16-4416-8a81-891505ef3501", "db_session_id": "4A46FO26KKD169JH097M", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827573336065, "job": 1, "event": "recovery_finished"} 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi027/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:12:53.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5586f7a3e000 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f464343dc80 4 rocksdb: DB pointer 0x5586f7a28000 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f4631b97700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.330+0000 7f4631b97700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: ** DB Stats ** 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:12:53.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: ** Compaction Stats [default] ** 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: ** Compaction Stats [default] ** 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:12:53.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Cumulative compaction: 0.00 GB write, 21.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Interval compaction: 0.00 GB write, 21.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: Block cache BinnedLRUCache@0x5586f79251f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 starting mon.smithi027 rank 0 at public addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] at bind addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi027 fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:53.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 1 mon.smithi027@-1(???) e1 preinit fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 mon.smithi027@-1(???).mds e1 new map 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 mon.smithi027@-1(???).mds e1 print_map 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: e1 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 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:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: legacy client fscid: -1 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: 2024-04-22T23:12:53.572 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: No filesystems configured 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 mon.smithi027@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 0 mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: debug 2024-04-22T23:12:53.334+0000 7f464343dc80 1 mon.smithi027@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362554+0000 mon.smithi027 (mon.0) 1 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362554+0000 mon.smithi027 (mon.0) 1 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362640+0000 mon.smithi027 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362640+0000 mon.smithi027 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362657+0000 mon.smithi027 (mon.0) 3 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362657+0000 mon.smithi027 (mon.0) 3 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362681+0000 mon.smithi027 (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:53.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362681+0000 mon.smithi027 (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362696+0000 mon.smithi027 (mon.0) 5 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362696+0000 mon.smithi027 (mon.0) 5 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362713+0000 mon.smithi027 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362713+0000 mon.smithi027 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362728+0000 mon.smithi027 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362728+0000 mon.smithi027 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362750+0000 mon.smithi027 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.362750+0000 mon.smithi027 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.363207+0000 mon.smithi027 (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.363207+0000 mon.smithi027 (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.363248+0000 mon.smithi027 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.363248+0000 mon.smithi027 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.363690+0000 mon.smithi027 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:12:53.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:53 smithi027 bash[18655]: cluster 2024-04-22T23:12:53.363690+0000 mon.smithi027 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:12:54.093 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:12:54.119 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:12:54.119 INFO:teuthology.orchestra.run.smithi027.stdout:Creating mgr... 2024-04-22T23:12:54.120 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:12:54.120 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:12:54.120 INFO:teuthology.orchestra.run.smithi027.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-22T23:12:54.467 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mgr.smithi027.xpwwjc 2024-04-22T23:12:54.467 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mgr.smithi027.xpwwjc.service: Unit ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mgr.smithi027.xpwwjc.service not loaded. 2024-04-22T23:12:54.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:54 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:12:54.680 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968.target.wants/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mgr.smithi027.xpwwjc.service -> /etc/systemd/system/ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@.service. 2024-04-22T23:12:54.690 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld does not appear to be present 2024-04-22T23:12:54.690 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:12:54.690 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld does not appear to be present 2024-04-22T23:12:54.691 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-22T23:12:54.691 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr to start... 2024-04-22T23:12:54.691 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr... 2024-04-22T23:12:54.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:54 smithi027 bash[18655]: audit 2024-04-22T23:12:53.535145+0000 mon.smithi027 (mon.0) 12 : audit [INF] from='client.? 172.21.15.27:0/1559154811' entity='client.admin' 2024-04-22T23:12:54.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:54 smithi027 bash[18655]: audit 2024-04-22T23:12:53.535145+0000 mon.smithi027 (mon.0) 12 : audit [INF] from='client.? 172.21.15.27:0/1559154811' entity='client.admin' 2024-04-22T23:12:54.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:54 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:12:56.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:56 smithi027 bash[18655]: audit 2024-04-22T23:12:56.217128+0000 mon.smithi027 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.27:0/1209849101' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:12:56.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:56 smithi027 bash[18655]: audit 2024-04-22T23:12:56.217128+0000 mon.smithi027 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.27:0/1209849101' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:12:56.825 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:12:56.825 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:12:56.825 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "a05e6dd6-00fd-11ef-bc93-c7b262605968", 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "smithi027" 2024-04-22T23:12:56.826 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:12:56.827 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:12:56.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:12:56.829 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:12:47.187778+0000", 2024-04-22T23:12:56.830 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:12:56.830 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:12:56.830 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:12:56.830 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:12:56.830 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:13:00.364 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:59 smithi027 bash[18655]: audit 2024-04-22T23:12:59.913915+0000 mon.smithi027 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.27:0/3051513544' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:13:00.364 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:12:59 smithi027 bash[18655]: audit 2024-04-22T23:12:59.913915+0000 mon.smithi027 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.27:0/3051513544' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:13:00.444 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:13:00.444 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:13:00.444 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "a05e6dd6-00fd-11ef-bc93-c7b262605968", 2024-04-22T23:13:00.444 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:13:00.444 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:13:00.444 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "smithi027" 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:13:00.445 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:13:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:13:00.450 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:13:00.451 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:00.454 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:13:00.454 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.454 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:13:00.454 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:00.455 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:12:47.187778+0000", 2024-04-22T23:13:00.455 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:13:00.455 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:00.455 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:13:00.455 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:13:00.455 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:13:03.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:03 smithi027 bash[18655]: audit 2024-04-22T23:13:03.409454+0000 mon.smithi027 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.27:0/3531746586' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:13:03.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:03 smithi027 bash[18655]: audit 2024-04-22T23:13:03.409454+0000 mon.smithi027 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.27:0/3531746586' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:13:04.043 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "a05e6dd6-00fd-11ef-bc93-c7b262605968", 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:04.044 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "smithi027" 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:13:04.045 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:13:04.046 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.046 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:13:04.046 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:13:04.046 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:13:04.049 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:13:04.049 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:13:04.049 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:13:04.050 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:12:47.187778+0000", 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:13:04.051 INFO:teuthology.orchestra.run.smithi027.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:13:04.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: cluster 2024-04-22T23:13:04.284162+0000 mon.smithi027 (mon.0) 16 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:13:04.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: cluster 2024-04-22T23:13:04.284162+0000 mon.smithi027 (mon.0) 16 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: cluster 2024-04-22T23:13:04.291842+0000 mon.smithi027 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi027.xpwwjc(active, starting, since 0.00821958s) 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: cluster 2024-04-22T23:13:04.291842+0000 mon.smithi027 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi027.xpwwjc(active, starting, since 0.00821958s) 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.294787+0000 mon.smithi027 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.294787+0000 mon.smithi027 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.295412+0000 mon.smithi027 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.295412+0000 mon.smithi027 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.295949+0000 mon.smithi027 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.295949+0000 mon.smithi027 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.296312+0000 mon.smithi027 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.296312+0000 mon.smithi027 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.296748+0000 mon.smithi027 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.296748+0000 mon.smithi027 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:13:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: cluster 2024-04-22T23:13:04.320147+0000 mon.smithi027 (mon.0) 23 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: cluster 2024-04-22T23:13:04.320147+0000 mon.smithi027 (mon.0) 23 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.333552+0000 mon.smithi027 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.333552+0000 mon.smithi027 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.336359+0000 mon.smithi027 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.336359+0000 mon.smithi027 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.339787+0000 mon.smithi027 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.339787+0000 mon.smithi027 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.345212+0000 mon.smithi027 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.345212+0000 mon.smithi027 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.350256+0000 mon.smithi027 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:04.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:04 smithi027 bash[18655]: audit 2024-04-22T23:13:04.350256+0000 mon.smithi027 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.27:0/1140498309' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:06.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:06 smithi027 bash[18655]: cluster 2024-04-22T23:13:05.297554+0000 mon.smithi027 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi027.xpwwjc(active, since 1.01393s) 2024-04-22T23:13:06.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:06 smithi027 bash[18655]: cluster 2024-04-22T23:13:05.297554+0000 mon.smithi027 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi027.xpwwjc(active, since 1.01393s) 2024-04-22T23:13:08.072 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsid": "a05e6dd6-00fd-11ef-bc93-c7b262605968", 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:13:08.073 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "smithi027" 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:13:08.074 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.075 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:13:08.075 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:08.075 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:13:08.075 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:13:08.075 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:13:08.079 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:13:08.080 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:12:47.187778+0000", 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:13:08.081 INFO:teuthology.orchestra.run.smithi027.stdout:mgr is available 2024-04-22T23:13:08.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:08 smithi027 bash[18655]: cluster 2024-04-22T23:13:07.297465+0000 mon.smithi027 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi027.xpwwjc(active, since 3s) 2024-04-22T23:13:08.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:08 smithi027 bash[18655]: cluster 2024-04-22T23:13:07.297465+0000 mon.smithi027 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi027.xpwwjc(active, since 3s) 2024-04-22T23:13:08.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:08 smithi027 bash[18655]: audit 2024-04-22T23:13:07.474696+0000 mon.smithi027 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.27:0/266604438' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:13:08.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:08 smithi027 bash[18655]: audit 2024-04-22T23:13:07.474696+0000 mon.smithi027 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.27:0/266604438' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:13:09.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:09 smithi027 bash[18655]: audit 2024-04-22T23:13:09.319364+0000 mon.smithi027 (mon.0) 32 : audit [INF] from='client.? 172.21.15.27:0/2922690496' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:13:09.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:09 smithi027 bash[18655]: audit 2024-04-22T23:13:09.319364+0000 mon.smithi027 (mon.0) 32 : audit [INF] from='client.? 172.21.15.27:0/2922690496' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:13:09.893 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:13:09.893 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:13:09.893 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout fsid = a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:13:09.894 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling cephadm module... 2024-04-22T23:13:11.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:11 smithi027 bash[18655]: audit 2024-04-22T23:13:11.172721+0000 mon.smithi027 (mon.0) 33 : audit [INF] from='client.? 172.21.15.27:0/2221812591' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:13:11.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:11 smithi027 bash[18655]: audit 2024-04-22T23:13:11.172721+0000 mon.smithi027 (mon.0) 33 : audit [INF] from='client.? 172.21.15.27:0/2221812591' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:13:12.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:12 smithi027 bash[18655]: audit 2024-04-22T23:13:11.224393+0000 mon.smithi027 (mon.0) 34 : audit [INF] from='client.? 172.21.15.27:0/2221812591' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:13:12.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:12 smithi027 bash[18655]: audit 2024-04-22T23:13:11.224393+0000 mon.smithi027 (mon.0) 34 : audit [INF] from='client.? 172.21.15.27:0/2221812591' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:13:12.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:12 smithi027 bash[18655]: cluster 2024-04-22T23:13:11.229298+0000 mon.smithi027 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi027.xpwwjc(active, since 6s) 2024-04-22T23:13:12.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:12 smithi027 bash[18655]: cluster 2024-04-22T23:13:11.229298+0000 mon.smithi027 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi027.xpwwjc(active, since 6s) 2024-04-22T23:13:13.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:13 smithi027 bash[18655]: audit 2024-04-22T23:13:13.071350+0000 mon.smithi027 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.27:0/3627072247' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:13:13.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:13 smithi027 bash[18655]: audit 2024-04-22T23:13:13.071350+0000 mon.smithi027 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.27:0/3627072247' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:13:13.670 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:13:13.670 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:13:13.670 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:13:13.670 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "active_name": "smithi027.xpwwjc", 2024-04-22T23:13:13.671 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:13:13.671 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:13:13.671 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for the mgr to restart... 2024-04-22T23:13:13.671 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr epoch 5... 2024-04-22T23:13:19.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.611889+0000 mon.smithi027 (mon.0) 37 : cluster [INF] Active manager daemon smithi027.xpwwjc restarted 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.611889+0000 mon.smithi027 (mon.0) 37 : cluster [INF] Active manager daemon smithi027.xpwwjc restarted 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.612167+0000 mon.smithi027 (mon.0) 38 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.612167+0000 mon.smithi027 (mon.0) 38 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.618960+0000 mon.smithi027 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.618960+0000 mon.smithi027 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.619194+0000 mon.smithi027 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi027.xpwwjc(active, starting, since 0.00713293s) 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.619194+0000 mon.smithi027 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi027.xpwwjc(active, starting, since 0.00713293s) 2024-04-22T23:13:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.621320+0000 mon.smithi027 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.621320+0000 mon.smithi027 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.623204+0000 mon.smithi027 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.623204+0000 mon.smithi027 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.624519+0000 mon.smithi027 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.624519+0000 mon.smithi027 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.624653+0000 mon.smithi027 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.624653+0000 mon.smithi027 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.624784+0000 mon.smithi027 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: audit 2024-04-22T23:13:19.624784+0000 mon.smithi027 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.651995+0000 mon.smithi027 (mon.0) 46 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:13:19.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:19 smithi027 bash[18655]: cluster 2024-04-22T23:13:19.651995+0000 mon.smithi027 (mon.0) 46 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: cephadm 2024-04-22T23:13:19.670976+0000 mgr.smithi027.xpwwjc (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: cephadm 2024-04-22T23:13:19.670976+0000 mgr.smithi027.xpwwjc (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.675608+0000 mon.smithi027 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.675608+0000 mon.smithi027 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.678288+0000 mon.smithi027 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.678288+0000 mon.smithi027 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.682337+0000 mon.smithi027 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.682337+0000 mon.smithi027 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.686378+0000 mon.smithi027 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.686378+0000 mon.smithi027 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.698429+0000 mon.smithi027 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:13:20.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.698429+0000 mon.smithi027 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.701273+0000 mon.smithi027 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:19.701273+0000 mon.smithi027 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:20.063194+0000 mon.smithi027 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:20.063194+0000 mon.smithi027 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:20.068840+0000 mon.smithi027 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: audit 2024-04-22T23:13:20.068840+0000 mon.smithi027 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: cluster 2024-04-22T23:13:20.624861+0000 mon.smithi027 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi027.xpwwjc(active, since 1.0128s) 2024-04-22T23:13:20.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:20 smithi027 bash[18655]: cluster 2024-04-22T23:13:20.624861+0000 mon.smithi027 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi027.xpwwjc(active, since 1.0128s) 2024-04-22T23:13:21.309 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:13:21.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:13:21.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:13:21.310 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:13:21.310 INFO:teuthology.orchestra.run.smithi027.stdout:mgr epoch 5 is available 2024-04-22T23:13:21.310 INFO:teuthology.orchestra.run.smithi027.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:13:21.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: audit 2024-04-22T23:13:20.621070+0000 mgr.smithi027.xpwwjc (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: audit 2024-04-22T23:13:20.621070+0000 mgr.smithi027.xpwwjc (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: audit 2024-04-22T23:13:20.635099+0000 mgr.smithi027.xpwwjc (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: audit 2024-04-22T23:13:20.635099+0000 mgr.smithi027.xpwwjc (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.727611+0000 mgr.smithi027.xpwwjc (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Bus STARTING 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.727611+0000 mgr.smithi027.xpwwjc (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Bus STARTING 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.846421+0000 mgr.smithi027.xpwwjc (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Serving on https://172.21.15.27:7150 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.846421+0000 mgr.smithi027.xpwwjc (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Serving on https://172.21.15.27:7150 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.947754+0000 mgr.smithi027.xpwwjc (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Serving on http://172.21.15.27:8765 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.947754+0000 mgr.smithi027.xpwwjc (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Serving on http://172.21.15.27:8765 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.947932+0000 mgr.smithi027.xpwwjc (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Bus STARTED 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: cephadm 2024-04-22T23:13:20.947932+0000 mgr.smithi027.xpwwjc (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:13:20] ENGINE Bus STARTED 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: audit 2024-04-22T23:13:20.957024+0000 mon.smithi027 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:21.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:21 smithi027 bash[18655]: audit 2024-04-22T23:13:20.957024+0000 mon.smithi027 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:22.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:22 smithi027 bash[18655]: cluster 2024-04-22T23:13:21.688402+0000 mon.smithi027 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi027.xpwwjc(active, since 2s) 2024-04-22T23:13:22.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:22 smithi027 bash[18655]: cluster 2024-04-22T23:13:21.688402+0000 mon.smithi027 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi027.xpwwjc(active, since 2s) 2024-04-22T23:13:22.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:22 smithi027 bash[18655]: audit 2024-04-22T23:13:22.553597+0000 mon.smithi027 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:22.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:22 smithi027 bash[18655]: audit 2024-04-22T23:13:22.553597+0000 mon.smithi027 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:22.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:22 smithi027 bash[18655]: audit 2024-04-22T23:13:22.577324+0000 mon.smithi027 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:22.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:22 smithi027 bash[18655]: audit 2024-04-22T23:13:22.577324+0000 mon.smithi027 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:24.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:23 smithi027 bash[18655]: audit 2024-04-22T23:13:22.544322+0000 mgr.smithi027.xpwwjc (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:13:24.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:23 smithi027 bash[18655]: audit 2024-04-22T23:13:22.544322+0000 mgr.smithi027.xpwwjc (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:13:24.828 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:13:24.828 INFO:teuthology.orchestra.run.smithi027.stdout:Generating ssh key... 2024-04-22T23:13:25.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:25 smithi027 bash[18655]: audit 2024-04-22T23:13:24.324047+0000 mgr.smithi027.xpwwjc (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:13:25.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:25 smithi027 bash[18655]: audit 2024-04-22T23:13:24.324047+0000 mgr.smithi027.xpwwjc (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:13:26.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: audit 2024-04-22T23:13:26.030458+0000 mgr.smithi027.xpwwjc (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: audit 2024-04-22T23:13:26.030458+0000 mgr.smithi027.xpwwjc (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: cephadm 2024-04-22T23:13:26.030740+0000 mgr.smithi027.xpwwjc (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: cephadm 2024-04-22T23:13:26.030740+0000 mgr.smithi027.xpwwjc (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: audit 2024-04-22T23:13:26.309634+0000 mon.smithi027 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: audit 2024-04-22T23:13:26.309634+0000 mon.smithi027 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: audit 2024-04-22T23:13:26.314706+0000 mon.smithi027 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:26.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:26 smithi027 bash[18655]: audit 2024-04-22T23:13:26.314706+0000 mon.smithi027 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:28.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:28 smithi027 bash[18655]: audit 2024-04-22T23:13:28.089050+0000 mgr.smithi027.xpwwjc (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:28.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:28 smithi027 bash[18655]: audit 2024-04-22T23:13:28.089050+0000 mgr.smithi027.xpwwjc (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:28.681 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB4HZ3OQFwTZT/B0eRZ7gwmouCXdTGAPMMH1s3mhEGOcLZHGFlKWxTRK6syTFnJtTXADAWvZw63M375V082vFpwZPk8eFEgtCttbvlrhWg7y0Fh9poN/JXf6glRXOAbHGWh//T9Smn+S1WrxhYaFY3bgEL8JKcoonyuw8z/WaRUCp+ZZuY5Ldev1uNCTK9k3+3jslgeKz4STrV2r3uT5Zi7nzYpPwestq6Ms4klhD3KSKPqF7GRdf2FPvRpdUNDBEA21pAZhxPrgQ9FiDhYmE8naBwwxuJr6Q55SNRcy6gdW1C19BDnY7UW4iFWLKapSldOJXJt3EJoDyYZR6WJcuC4E3+J6YUT5MCoX9hBwNn4YRDOyKUghVD+4QtLtpuVTQniZHK69bLy/SMtclzv6nNQcauMq4KcwB4GVA24xoXdKe0Xg4Dmlc+0oGpNM7wbKeguLupOHLFXYr5GyCxGG6PvJa3BOiaTh5LyBbUZNXKRUeME16CkVnkBQrVPHRP/sM= ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:13:28.681 INFO:teuthology.orchestra.run.smithi027.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:13:28.681 INFO:teuthology.orchestra.run.smithi027.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:13:28.681 INFO:teuthology.orchestra.run.smithi027.stdout:Adding host smithi027... 2024-04-22T23:13:30.587 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:30 smithi027 bash[18655]: audit 2024-04-22T23:13:29.983074+0000 mgr.smithi027.xpwwjc (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:30.588 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:30 smithi027 bash[18655]: audit 2024-04-22T23:13:29.983074+0000 mgr.smithi027.xpwwjc (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:31.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:31 smithi027 bash[18655]: cephadm 2024-04-22T23:13:30.679507+0000 mgr.smithi027.xpwwjc (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi027 2024-04-22T23:13:31.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:31 smithi027 bash[18655]: cephadm 2024-04-22T23:13:30.679507+0000 mgr.smithi027.xpwwjc (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi027 2024-04-22T23:13:36.487 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Added host 'smithi027' with addr '172.21.15.27' 2024-04-22T23:13:36.488 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying mon service with default placement... 2024-04-22T23:13:37.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:36 smithi027 bash[18655]: audit 2024-04-22T23:13:35.786683+0000 mon.smithi027 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:37.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:36 smithi027 bash[18655]: audit 2024-04-22T23:13:35.786683+0000 mon.smithi027 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:37.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:36 smithi027 bash[18655]: cephadm 2024-04-22T23:13:35.787185+0000 mgr.smithi027.xpwwjc (mgr.14120) 15 : cephadm [INF] Added host smithi027 2024-04-22T23:13:37.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:36 smithi027 bash[18655]: cephadm 2024-04-22T23:13:35.787185+0000 mgr.smithi027.xpwwjc (mgr.14120) 15 : cephadm [INF] Added host smithi027 2024-04-22T23:13:37.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:36 smithi027 bash[18655]: audit 2024-04-22T23:13:35.809598+0000 mon.smithi027 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:37.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:36 smithi027 bash[18655]: audit 2024-04-22T23:13:35.809598+0000 mon.smithi027 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:13:38.981 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:13:38.981 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying mgr service with default placement... 2024-04-22T23:13:39.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: audit 2024-04-22T23:13:38.211331+0000 mgr.smithi027.xpwwjc (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:13:39.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: audit 2024-04-22T23:13:38.211331+0000 mgr.smithi027.xpwwjc (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:13:39.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: cephadm 2024-04-22T23:13:38.214415+0000 mgr.smithi027.xpwwjc (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:13:39.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: cephadm 2024-04-22T23:13:38.214415+0000 mgr.smithi027.xpwwjc (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:13:39.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: audit 2024-04-22T23:13:38.219163+0000 mon.smithi027 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:39.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: audit 2024-04-22T23:13:38.219163+0000 mon.smithi027 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:39.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: audit 2024-04-22T23:13:38.735854+0000 mon.smithi027 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:39.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:39 smithi027 bash[18655]: audit 2024-04-22T23:13:38.735854+0000 mon.smithi027 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:40.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:40 smithi027 bash[18655]: audit 2024-04-22T23:13:39.279298+0000 mon.smithi027 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:40.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:40 smithi027 bash[18655]: audit 2024-04-22T23:13:39.279298+0000 mon.smithi027 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:40.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:40 smithi027 bash[18655]: audit 2024-04-22T23:13:40.186617+0000 mon.smithi027 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:40.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:40 smithi027 bash[18655]: audit 2024-04-22T23:13:40.186617+0000 mon.smithi027 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:40.704 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:13:40.704 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying crash service with default placement... 2024-04-22T23:13:41.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:41 smithi027 bash[18655]: cluster 2024-04-22T23:13:39.625883+0000 mgr.smithi027.xpwwjc (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:41.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:41 smithi027 bash[18655]: cluster 2024-04-22T23:13:39.625883+0000 mgr.smithi027.xpwwjc (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:41.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:41 smithi027 bash[18655]: audit 2024-04-22T23:13:40.181031+0000 mgr.smithi027.xpwwjc (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:13:41.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:41 smithi027 bash[18655]: audit 2024-04-22T23:13:40.181031+0000 mgr.smithi027.xpwwjc (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:13:41.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:41 smithi027 bash[18655]: cephadm 2024-04-22T23:13:40.182077+0000 mgr.smithi027.xpwwjc (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:13:41.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:41 smithi027 bash[18655]: cephadm 2024-04-22T23:13:40.182077+0000 mgr.smithi027.xpwwjc (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:13:42.477 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-22T23:13:42.477 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying ceph-exporter service with default placement... 2024-04-22T23:13:43.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: cluster 2024-04-22T23:13:41.626278+0000 mgr.smithi027.xpwwjc (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: cluster 2024-04-22T23:13:41.626278+0000 mgr.smithi027.xpwwjc (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: audit 2024-04-22T23:13:41.917841+0000 mgr.smithi027.xpwwjc (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: audit 2024-04-22T23:13:41.917841+0000 mgr.smithi027.xpwwjc (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: cephadm 2024-04-22T23:13:41.920141+0000 mgr.smithi027.xpwwjc (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: cephadm 2024-04-22T23:13:41.920141+0000 mgr.smithi027.xpwwjc (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: audit 2024-04-22T23:13:41.924620+0000 mon.smithi027 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:43.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:42 smithi027 bash[18655]: audit 2024-04-22T23:13:41.924620+0000 mon.smithi027 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:44.340 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-22T23:13:44.340 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying prometheus service with default placement... 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: cluster 2024-04-22T23:13:43.626701+0000 mgr.smithi027.xpwwjc (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: cluster 2024-04-22T23:13:43.626701+0000 mgr.smithi027.xpwwjc (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: audit 2024-04-22T23:13:43.740770+0000 mgr.smithi027.xpwwjc (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: audit 2024-04-22T23:13:43.740770+0000 mgr.smithi027.xpwwjc (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: cephadm 2024-04-22T23:13:43.743990+0000 mgr.smithi027.xpwwjc (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: cephadm 2024-04-22T23:13:43.743990+0000 mgr.smithi027.xpwwjc (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: audit 2024-04-22T23:13:43.749028+0000 mon.smithi027 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:45.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:44 smithi027 bash[18655]: audit 2024-04-22T23:13:43.749028+0000 mon.smithi027 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:46.237 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-22T23:13:46.237 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying grafana service with default placement... 2024-04-22T23:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: audit 2024-04-22T23:13:45.585102+0000 mgr.smithi027.xpwwjc (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:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: audit 2024-04-22T23:13:45.585102+0000 mgr.smithi027.xpwwjc (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:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: cephadm 2024-04-22T23:13:45.587566+0000 mgr.smithi027.xpwwjc (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-22T23:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: cephadm 2024-04-22T23:13:45.587566+0000 mgr.smithi027.xpwwjc (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-22T23:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: audit 2024-04-22T23:13:45.591253+0000 mon.smithi027 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: audit 2024-04-22T23:13:45.591253+0000 mon.smithi027 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: cluster 2024-04-22T23:13:45.627028+0000 mgr.smithi027.xpwwjc (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:46.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:46 smithi027 bash[18655]: cluster 2024-04-22T23:13:45.627028+0000 mgr.smithi027.xpwwjc (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:48.109 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-22T23:13:48.109 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying node-exporter service with default placement... 2024-04-22T23:13:48.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:47 smithi027 bash[18655]: audit 2024-04-22T23:13:46.965326+0000 mon.smithi027 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:48.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:47 smithi027 bash[18655]: audit 2024-04-22T23:13:46.965326+0000 mon.smithi027 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:48.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:47 smithi027 bash[18655]: audit 2024-04-22T23:13:47.475736+0000 mon.smithi027 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:48.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:47 smithi027 bash[18655]: audit 2024-04-22T23:13:47.475736+0000 mon.smithi027 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:48.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:47 smithi027 bash[18655]: audit 2024-04-22T23:13:47.950583+0000 mon.smithi027 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:48.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:47 smithi027 bash[18655]: audit 2024-04-22T23:13:47.950583+0000 mon.smithi027 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:49.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:48 smithi027 bash[18655]: audit 2024-04-22T23:13:47.458897+0000 mgr.smithi027.xpwwjc (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:13:49.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:48 smithi027 bash[18655]: audit 2024-04-22T23:13:47.458897+0000 mgr.smithi027.xpwwjc (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:13:49.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:48 smithi027 bash[18655]: cephadm 2024-04-22T23:13:47.472415+0000 mgr.smithi027.xpwwjc (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-22T23:13:49.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:48 smithi027 bash[18655]: cephadm 2024-04-22T23:13:47.472415+0000 mgr.smithi027.xpwwjc (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-22T23:13:49.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:48 smithi027 bash[18655]: cluster 2024-04-22T23:13:47.627305+0000 mgr.smithi027.xpwwjc (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:49.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:48 smithi027 bash[18655]: cluster 2024-04-22T23:13:47.627305+0000 mgr.smithi027.xpwwjc (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:49.899 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-22T23:13:49.899 INFO:teuthology.orchestra.run.smithi027.stdout:Deploying alertmanager service with default placement... 2024-04-22T23:13:50.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: audit 2024-04-22T23:13:49.350971+0000 mgr.smithi027.xpwwjc (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:13:50.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: audit 2024-04-22T23:13:49.350971+0000 mgr.smithi027.xpwwjc (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:13:50.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: cephadm 2024-04-22T23:13:49.352259+0000 mgr.smithi027.xpwwjc (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-22T23:13:50.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: cephadm 2024-04-22T23:13:49.352259+0000 mgr.smithi027.xpwwjc (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-22T23:13:50.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: audit 2024-04-22T23:13:49.357163+0000 mon.smithi027 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:50.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: audit 2024-04-22T23:13:49.357163+0000 mon.smithi027 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:50.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: cluster 2024-04-22T23:13:49.627690+0000 mgr.smithi027.xpwwjc (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:50.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:50 smithi027 bash[18655]: cluster 2024-04-22T23:13:49.627690+0000 mgr.smithi027.xpwwjc (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:51.688 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-22T23:13:52.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:52 smithi027 bash[18655]: audit 2024-04-22T23:13:51.103926+0000 mgr.smithi027.xpwwjc (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:13:52.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:52 smithi027 bash[18655]: audit 2024-04-22T23:13:51.103926+0000 mgr.smithi027.xpwwjc (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:13:52.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:52 smithi027 bash[18655]: cephadm 2024-04-22T23:13:51.106366+0000 mgr.smithi027.xpwwjc (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-22T23:13:52.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:52 smithi027 bash[18655]: cephadm 2024-04-22T23:13:51.106366+0000 mgr.smithi027.xpwwjc (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-22T23:13:52.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:52 smithi027 bash[18655]: audit 2024-04-22T23:13:51.111276+0000 mon.smithi027 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:52.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:52 smithi027 bash[18655]: audit 2024-04-22T23:13:51.111276+0000 mon.smithi027 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.27:0/2398503956' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:13:53.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:53 smithi027 bash[18655]: cluster 2024-04-22T23:13:51.628211+0000 mgr.smithi027.xpwwjc (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:53.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:53 smithi027 bash[18655]: cluster 2024-04-22T23:13:51.628211+0000 mgr.smithi027.xpwwjc (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:53.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:53 smithi027 bash[18655]: audit 2024-04-22T23:13:52.875200+0000 mon.smithi027 (mon.0) 76 : audit [INF] from='client.? 172.21.15.27:0/755596960' entity='client.admin' 2024-04-22T23:13:53.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:53 smithi027 bash[18655]: audit 2024-04-22T23:13:52.875200+0000 mon.smithi027 (mon.0) 76 : audit [INF] from='client.? 172.21.15.27:0/755596960' entity='client.admin' 2024-04-22T23:13:55.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:55 smithi027 bash[18655]: cluster 2024-04-22T23:13:53.628572+0000 mgr.smithi027.xpwwjc (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:55.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:55 smithi027 bash[18655]: cluster 2024-04-22T23:13:53.628572+0000 mgr.smithi027.xpwwjc (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:55.862 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling the dashboard module... 2024-04-22T23:13:56.499 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:56 smithi027 bash[18655]: audit 2024-04-22T23:13:55.224226+0000 mon.smithi027 (mon.0) 77 : audit [INF] from='client.? 172.21.15.27:0/4258112650' entity='client.admin' 2024-04-22T23:13:56.499 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:56 smithi027 bash[18655]: audit 2024-04-22T23:13:55.224226+0000 mon.smithi027 (mon.0) 77 : audit [INF] from='client.? 172.21.15.27:0/4258112650' entity='client.admin' 2024-04-22T23:13:57.482 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:57 smithi027 bash[18655]: cluster 2024-04-22T23:13:55.628900+0000 mgr.smithi027.xpwwjc (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:57.483 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:57 smithi027 bash[18655]: cluster 2024-04-22T23:13:55.628900+0000 mgr.smithi027.xpwwjc (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:13:58.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:58 smithi027 bash[18655]: audit 2024-04-22T23:13:57.229020+0000 mon.smithi027 (mon.0) 78 : audit [INF] from='client.? 172.21.15.27:0/306816720' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:13:58.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:58 smithi027 bash[18655]: audit 2024-04-22T23:13:57.229020+0000 mon.smithi027 (mon.0) 78 : audit [INF] from='client.? 172.21.15.27:0/306816720' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:13:58.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:58 smithi027 bash[18655]: audit 2024-04-22T23:13:57.281057+0000 mon.smithi027 (mon.0) 79 : audit [INF] from='client.? 172.21.15.27:0/306816720' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:13:58.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:58 smithi027 bash[18655]: audit 2024-04-22T23:13:57.281057+0000 mon.smithi027 (mon.0) 79 : audit [INF] from='client.? 172.21.15.27:0/306816720' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:13:58.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:58 smithi027 bash[18655]: cluster 2024-04-22T23:13:57.285098+0000 mon.smithi027 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi027.xpwwjc(active, since 37s) 2024-04-22T23:13:58.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:58 smithi027 bash[18655]: cluster 2024-04-22T23:13:57.285098+0000 mon.smithi027 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi027.xpwwjc(active, since 37s) 2024-04-22T23:13:59.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:59 smithi027 bash[18655]: audit 2024-04-22T23:13:59.221636+0000 mon.smithi027 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.27:0/2169178019' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:13:59.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:13:59 smithi027 bash[18655]: audit 2024-04-22T23:13:59.221636+0000 mon.smithi027 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.27:0/2169178019' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:13:59.807 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:13:59.807 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:13:59.808 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:13:59.808 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "active_name": "smithi027.xpwwjc", 2024-04-22T23:13:59.808 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:13:59.808 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:13:59.808 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for the mgr to restart... 2024-04-22T23:13:59.808 INFO:teuthology.orchestra.run.smithi027.stdout:Waiting for mgr epoch 9... 2024-04-22T23:14:05.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.748769+0000 mon.smithi027 (mon.0) 82 : cluster [INF] Active manager daemon smithi027.xpwwjc restarted 2024-04-22T23:14:05.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.748769+0000 mon.smithi027 (mon.0) 82 : cluster [INF] Active manager daemon smithi027.xpwwjc restarted 2024-04-22T23:14:05.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.749259+0000 mon.smithi027 (mon.0) 83 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:14:05.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.749259+0000 mon.smithi027 (mon.0) 83 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.755641+0000 mon.smithi027 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.755641+0000 mon.smithi027 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.755891+0000 mon.smithi027 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi027.xpwwjc(active, starting, since 0.0067875s) 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.755891+0000 mon.smithi027 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi027.xpwwjc(active, starting, since 0.0067875s) 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.757159+0000 mon.smithi027 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.757159+0000 mon.smithi027 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.758934+0000 mon.smithi027 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.758934+0000 mon.smithi027 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.759779+0000 mon.smithi027 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:14:05.860 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.759779+0000 mon.smithi027 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:14:05.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.760039+0000 mon.smithi027 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:14:05.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.760039+0000 mon.smithi027 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:14:05.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.760294+0000 mon.smithi027 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:14:05.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: audit 2024-04-22T23:14:05.760294+0000 mon.smithi027 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:14:05.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.784817+0000 mon.smithi027 (mon.0) 91 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:14:05.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:05 smithi027 bash[18655]: cluster 2024-04-22T23:14:05.784817+0000 mon.smithi027 (mon.0) 91 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:14:07.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: audit 2024-04-22T23:14:05.821100+0000 mon.smithi027 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:14:07.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: audit 2024-04-22T23:14:05.821100+0000 mon.smithi027 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:14:07.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: audit 2024-04-22T23:14:05.839705+0000 mon.smithi027 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:14:07.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: audit 2024-04-22T23:14:05.839705+0000 mon.smithi027 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:14:07.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: audit 2024-04-22T23:14:05.842926+0000 mon.smithi027 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:14:07.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: audit 2024-04-22T23:14:05.842926+0000 mon.smithi027 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:14:07.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.129181+0000 mgr.smithi027.xpwwjc (mgr.14164) 1 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Bus STARTING 2024-04-22T23:14:07.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.129181+0000 mgr.smithi027.xpwwjc (mgr.14164) 1 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Bus STARTING 2024-04-22T23:14:07.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.251201+0000 mgr.smithi027.xpwwjc (mgr.14164) 2 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Serving on https://172.21.15.27:7150 2024-04-22T23:14:07.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.251201+0000 mgr.smithi027.xpwwjc (mgr.14164) 2 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Serving on https://172.21.15.27:7150 2024-04-22T23:14:07.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: cluster 2024-04-22T23:14:06.762536+0000 mon.smithi027 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi027.xpwwjc(active, since 1.01343s) 2024-04-22T23:14:07.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:06 smithi027 bash[18655]: cluster 2024-04-22T23:14:06.762536+0000 mon.smithi027 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi027.xpwwjc(active, since 1.01343s) 2024-04-22T23:14:07.441 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:14:07.442 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:14:07.442 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:14:07.442 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:14:07.442 INFO:teuthology.orchestra.run.smithi027.stdout:mgr epoch 9 is available 2024-04-22T23:14:07.442 INFO:teuthology.orchestra.run.smithi027.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:14:08.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.352648+0000 mgr.smithi027.xpwwjc (mgr.14164) 3 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Serving on http://172.21.15.27:8765 2024-04-22T23:14:08.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.352648+0000 mgr.smithi027.xpwwjc (mgr.14164) 3 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Serving on http://172.21.15.27:8765 2024-04-22T23:14:08.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.352811+0000 mgr.smithi027.xpwwjc (mgr.14164) 4 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Bus STARTED 2024-04-22T23:14:08.123 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: cephadm 2024-04-22T23:14:06.352811+0000 mgr.smithi027.xpwwjc (mgr.14164) 4 : cephadm [INF] [22/Apr/2024:23:14:06] ENGINE Bus STARTED 2024-04-22T23:14:08.123 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: audit 2024-04-22T23:14:06.760906+0000 mgr.smithi027.xpwwjc (mgr.14164) 5 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:14:08.123 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: audit 2024-04-22T23:14:06.760906+0000 mgr.smithi027.xpwwjc (mgr.14164) 5 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:14:08.123 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: audit 2024-04-22T23:14:06.774268+0000 mgr.smithi027.xpwwjc (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:14:08.123 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:07 smithi027 bash[18655]: audit 2024-04-22T23:14:06.774268+0000 mgr.smithi027.xpwwjc (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:14:09.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:08 smithi027 bash[18655]: cluster 2024-04-22T23:14:07.808893+0000 mon.smithi027 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi027.xpwwjc(active, since 2s) 2024-04-22T23:14:09.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:08 smithi027 bash[18655]: cluster 2024-04-22T23:14:07.808893+0000 mon.smithi027 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi027.xpwwjc(active, since 2s) 2024-04-22T23:14:09.504 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:14:09.504 INFO:teuthology.orchestra.run.smithi027.stdout:Creating initial admin user... 2024-04-22T23:14:10.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:09 smithi027 bash[18655]: audit 2024-04-22T23:14:08.721150+0000 mgr.smithi027.xpwwjc (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:14:10.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:09 smithi027 bash[18655]: audit 2024-04-22T23:14:08.721150+0000 mgr.smithi027.xpwwjc (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:14:10.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:09 smithi027 bash[18655]: audit 2024-04-22T23:14:08.900205+0000 mon.smithi027 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:10.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:09 smithi027 bash[18655]: audit 2024-04-22T23:14:08.900205+0000 mon.smithi027 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:10.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:09 smithi027 bash[18655]: audit 2024-04-22T23:14:08.906199+0000 mon.smithi027 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:10.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:09 smithi027 bash[18655]: audit 2024-04-22T23:14:08.906199+0000 mon.smithi027 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:11.552 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$0XemMveqk.SfrwSvgWv.Femzq./jMadDVktUaVVUOrnvtF/5a88..", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713827650, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:14:11.553 INFO:teuthology.orchestra.run.smithi027.stdout:Fetching dashboard port number... 2024-04-22T23:14:12.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:11 smithi027 bash[18655]: audit 2024-04-22T23:14:10.734225+0000 mgr.smithi027.xpwwjc (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:14:12.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:11 smithi027 bash[18655]: audit 2024-04-22T23:14:10.734225+0000 mgr.smithi027.xpwwjc (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:14:12.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:11 smithi027 bash[18655]: audit 2024-04-22T23:14:10.984486+0000 mon.smithi027 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:12.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:11 smithi027 bash[18655]: audit 2024-04-22T23:14:10.984486+0000 mon.smithi027 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:13.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:12 smithi027 bash[18655]: cluster 2024-04-22T23:14:11.989715+0000 mon.smithi027 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi027.xpwwjc(active, since 6s) 2024-04-22T23:14:13.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:12 smithi027 bash[18655]: cluster 2024-04-22T23:14:11.989715+0000 mon.smithi027 (mon.0) 100 : cluster [DBG] mgrmap e13: smithi027.xpwwjc(active, since 6s) 2024-04-22T23:14:13.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:12 smithi027 bash[18655]: audit 2024-04-22T23:14:12.285499+0000 mon.smithi027 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:13.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:12 smithi027 bash[18655]: audit 2024-04-22T23:14:12.285499+0000 mon.smithi027 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:13.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:12 smithi027 bash[18655]: audit 2024-04-22T23:14:12.773906+0000 mon.smithi027 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.27:0/707401150' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:14:13.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:12 smithi027 bash[18655]: audit 2024-04-22T23:14:12.773906+0000 mon.smithi027 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.27:0/707401150' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:14:13.406 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:14:13.406 INFO:teuthology.orchestra.run.smithi027.stdout:firewalld does not appear to be present 2024-04-22T23:14:13.407 INFO:teuthology.orchestra.run.smithi027.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:14:13.407 INFO:teuthology.orchestra.run.smithi027.stdout:Ceph Dashboard is now available at: 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout: URL: https://smithi027.front.sepia.ceph.com:8443/ 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout: User: admin 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout: Password: d3gu4yfq8a 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout:Saving cluster configuration to /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config directory 2024-04-22T23:14:13.408 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:14:14.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:14 smithi027 bash[18655]: audit 2024-04-22T23:14:13.273676+0000 mon.smithi027 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:14.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:14 smithi027 bash[18655]: audit 2024-04-22T23:14:13.273676+0000 mon.smithi027 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi027.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: ceph telemetry on 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout:For more information see: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:17.188 INFO:teuthology.orchestra.run.smithi027.stdout:Bootstrap complete. 2024-04-22T23:14:17.247 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:14:17.247 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:14:17.248 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:14:17.254 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:14:17.254 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:14:17.254 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:14:17.303 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:14:17.303 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:14:17.303 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/keyring of=/dev/stdout 2024-04-22T23:14:17.362 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:14:17.362 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:14:17.362 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:14:17.407 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:14:17.408 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB4HZ3OQFwTZT/B0eRZ7gwmouCXdTGAPMMH1s3mhEGOcLZHGFlKWxTRK6syTFnJtTXADAWvZw63M375V082vFpwZPk8eFEgtCttbvlrhWg7y0Fh9poN/JXf6glRXOAbHGWh//T9Smn+S1WrxhYaFY3bgEL8JKcoonyuw8z/WaRUCp+ZZuY5Ldev1uNCTK9k3+3jslgeKz4STrV2r3uT5Zi7nzYpPwestq6Ms4klhD3KSKPqF7GRdf2FPvRpdUNDBEA21pAZhxPrgQ9FiDhYmE8naBwwxuJr6Q55SNRcy6gdW1C19BDnY7UW4iFWLKapSldOJXJt3EJoDyYZR6WJcuC4E3+J6YUT5MCoX9hBwNn4YRDOyKUghVD+4QtLtpuVTQniZHK69bLy/SMtclzv6nNQcauMq4KcwB4GVA24xoXdKe0Xg4Dmlc+0oGpNM7wbKeguLupOHLFXYr5GyCxGG6PvJa3BOiaTh5LyBbUZNXKRUeME16CkVnkBQrVPHRP/sM= ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:14:17.476 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB4HZ3OQFwTZT/B0eRZ7gwmouCXdTGAPMMH1s3mhEGOcLZHGFlKWxTRK6syTFnJtTXADAWvZw63M375V082vFpwZPk8eFEgtCttbvlrhWg7y0Fh9poN/JXf6glRXOAbHGWh//T9Smn+S1WrxhYaFY3bgEL8JKcoonyuw8z/WaRUCp+ZZuY5Ldev1uNCTK9k3+3jslgeKz4STrV2r3uT5Zi7nzYpPwestq6Ms4klhD3KSKPqF7GRdf2FPvRpdUNDBEA21pAZhxPrgQ9FiDhYmE8naBwwxuJr6Q55SNRcy6gdW1C19BDnY7UW4iFWLKapSldOJXJt3EJoDyYZR6WJcuC4E3+J6YUT5MCoX9hBwNn4YRDOyKUghVD+4QtLtpuVTQniZHK69bLy/SMtclzv6nNQcauMq4KcwB4GVA24xoXdKe0Xg4Dmlc+0oGpNM7wbKeguLupOHLFXYr5GyCxGG6PvJa3BOiaTh5LyBbUZNXKRUeME16CkVnkBQrVPHRP/sM= ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:14:17.486 DEBUG:teuthology.orchestra.run.smithi114:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB4HZ3OQFwTZT/B0eRZ7gwmouCXdTGAPMMH1s3mhEGOcLZHGFlKWxTRK6syTFnJtTXADAWvZw63M375V082vFpwZPk8eFEgtCttbvlrhWg7y0Fh9poN/JXf6glRXOAbHGWh//T9Smn+S1WrxhYaFY3bgEL8JKcoonyuw8z/WaRUCp+ZZuY5Ldev1uNCTK9k3+3jslgeKz4STrV2r3uT5Zi7nzYpPwestq6Ms4klhD3KSKPqF7GRdf2FPvRpdUNDBEA21pAZhxPrgQ9FiDhYmE8naBwwxuJr6Q55SNRcy6gdW1C19BDnY7UW4iFWLKapSldOJXJt3EJoDyYZR6WJcuC4E3+J6YUT5MCoX9hBwNn4YRDOyKUghVD+4QtLtpuVTQniZHK69bLy/SMtclzv6nNQcauMq4KcwB4GVA24xoXdKe0Xg4Dmlc+0oGpNM7wbKeguLupOHLFXYr5GyCxGG6PvJa3BOiaTh5LyBbUZNXKRUeME16CkVnkBQrVPHRP/sM= ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:14:17.510 INFO:teuthology.orchestra.run.smithi114.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB4HZ3OQFwTZT/B0eRZ7gwmouCXdTGAPMMH1s3mhEGOcLZHGFlKWxTRK6syTFnJtTXADAWvZw63M375V082vFpwZPk8eFEgtCttbvlrhWg7y0Fh9poN/JXf6glRXOAbHGWh//T9Smn+S1WrxhYaFY3bgEL8JKcoonyuw8z/WaRUCp+ZZuY5Ldev1uNCTK9k3+3jslgeKz4STrV2r3uT5Zi7nzYpPwestq6Ms4klhD3KSKPqF7GRdf2FPvRpdUNDBEA21pAZhxPrgQ9FiDhYmE8naBwwxuJr6Q55SNRcy6gdW1C19BDnY7UW4iFWLKapSldOJXJt3EJoDyYZR6WJcuC4E3+J6YUT5MCoX9hBwNn4YRDOyKUghVD+4QtLtpuVTQniZHK69bLy/SMtclzv6nNQcauMq4KcwB4GVA24xoXdKe0Xg4Dmlc+0oGpNM7wbKeguLupOHLFXYr5GyCxGG6PvJa3BOiaTh5LyBbUZNXKRUeME16CkVnkBQrVPHRP/sM= ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:14:17.519 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:14:17.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:17 smithi027 bash[18655]: audit 2024-04-22T23:14:16.618733+0000 mon.smithi027 (mon.0) 104 : audit [INF] from='client.? 172.21.15.27:0/3571606902' entity='client.admin' 2024-04-22T23:14:17.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:17 smithi027 bash[18655]: audit 2024-04-22T23:14:16.618733+0000 mon.smithi027 (mon.0) 104 : audit [INF] from='client.? 172.21.15.27:0/3571606902' entity='client.admin' 2024-04-22T23:14:20.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.456335+0000 mon.smithi027 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:14:20.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.456335+0000 mon.smithi027 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:14:20.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.465636+0000 mon.smithi027 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.465636+0000 mon.smithi027 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.469318+0000 mon.smithi027 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.469318+0000 mon.smithi027 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.471127+0000 mon.smithi027 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.471127+0000 mon.smithi027 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.475685+0000 mon.smithi027 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:14:20.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:20 smithi027 bash[18655]: audit 2024-04-22T23:14:20.475685+0000 mon.smithi027 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:14:21.708 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:14:21.798 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:21 smithi027 bash[18655]: cephadm 2024-04-22T23:14:20.477864+0000 mgr.smithi027.xpwwjc (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi027 on smithi027 2024-04-22T23:14:21.798 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:21 smithi027 bash[18655]: cephadm 2024-04-22T23:14:20.477864+0000 mgr.smithi027.xpwwjc (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi027 on smithi027 2024-04-22T23:14:23.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:22 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:23.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:23 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:24.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.399880+0000 mon.smithi027 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:24.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.399880+0000 mon.smithi027 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:24.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.453013+0000 mon.smithi027 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:24.550 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.453013+0000 mon.smithi027 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.457625+0000 mon.smithi027 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.457625+0000 mon.smithi027 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.460057+0000 mon.smithi027 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.460057+0000 mon.smithi027 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.461231+0000 mon.smithi027 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.461231+0000 mon.smithi027 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.464013+0000 mon.smithi027 (mon.0) 115 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.464013+0000 mon.smithi027 (mon.0) 115 : audit [DBG] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: cephadm 2024-04-22T23:14:23.465268+0000 mgr.smithi027.xpwwjc (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi027 on smithi027 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: cephadm 2024-04-22T23:14:23.465268+0000 mgr.smithi027.xpwwjc (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi027 on smithi027 2024-04-22T23:14:24.551 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.511319+0000 mon.smithi027 (mon.0) 116 : audit [INF] from='client.? 172.21.15.27:0/1856503655' entity='client.admin' 2024-04-22T23:14:24.552 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:24 smithi027 bash[18655]: audit 2024-04-22T23:14:23.511319+0000 mon.smithi027 (mon.0) 116 : audit [INF] from='client.? 172.21.15.27:0/1856503655' entity='client.admin' 2024-04-22T23:14:24.552 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:14:24.553 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:14:26.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:25 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:26.300 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:27.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:25.838759+0000 mon.smithi027 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:25.838759+0000 mon.smithi027 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:26.297471+0000 mon.smithi027 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:26.297471+0000 mon.smithi027 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:26.338841+0000 mon.smithi027 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:26.338841+0000 mon.smithi027 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:26.341483+0000 mon.smithi027 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: audit 2024-04-22T23:14:26.341483+0000 mon.smithi027 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:27.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: cephadm 2024-04-22T23:14:26.343498+0000 mgr.smithi027.xpwwjc (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi027 on smithi027 2024-04-22T23:14:27.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:26 smithi027 bash[18655]: cephadm 2024-04-22T23:14:26.343498+0000 mgr.smithi027.xpwwjc (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi027 on smithi027 2024-04-22T23:14:27.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:27.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:28.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: cluster 2024-04-22T23:14:26.460080+0000 mgr.smithi027.xpwwjc (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:28.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: cluster 2024-04-22T23:14:26.460080+0000 mgr.smithi027.xpwwjc (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:28.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: cluster 2024-04-22T23:14:27.340558+0000 mon.smithi027 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:14:28.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: cluster 2024-04-22T23:14:27.340558+0000 mon.smithi027 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:14:28.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: audit 2024-04-22T23:14:27.536116+0000 mon.smithi027 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:28.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: audit 2024-04-22T23:14:27.536116+0000 mon.smithi027 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:28.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: audit 2024-04-22T23:14:27.561624+0000 mon.smithi027 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:28.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: audit 2024-04-22T23:14:27.561624+0000 mon.smithi027 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:28.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: audit 2024-04-22T23:14:27.563970+0000 mon.smithi027 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:28.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:27 smithi027 bash[18655]: audit 2024-04-22T23:14:27.563970+0000 mon.smithi027 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:29.155 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:28 smithi027 bash[18655]: cephadm 2024-04-22T23:14:27.575955+0000 mgr.smithi027.xpwwjc (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi027 on smithi027 2024-04-22T23:14:29.155 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:28 smithi027 bash[18655]: cephadm 2024-04-22T23:14:27.575955+0000 mgr.smithi027.xpwwjc (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi027 on smithi027 2024-04-22T23:14:29.278 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:14:30.175 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:29 smithi027 bash[18655]: cluster 2024-04-22T23:14:28.460804+0000 mgr.smithi027.xpwwjc (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:30.175 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:29 smithi027 bash[18655]: cluster 2024-04-22T23:14:28.460804+0000 mgr.smithi027.xpwwjc (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:32.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:31 smithi027 bash[18655]: cluster 2024-04-22T23:14:30.461587+0000 mgr.smithi027.xpwwjc (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:32.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:31 smithi027 bash[18655]: cluster 2024-04-22T23:14:30.461587+0000 mgr.smithi027.xpwwjc (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:32.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:31 smithi027 bash[18655]: audit 2024-04-22T23:14:30.845194+0000 mon.smithi027 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:32.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:31 smithi027 bash[18655]: audit 2024-04-22T23:14:30.845194+0000 mon.smithi027 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:33.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:33 smithi027 bash[18655]: audit 2024-04-22T23:14:32.399483+0000 mgr.smithi027.xpwwjc (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:14:33.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:33 smithi027 bash[18655]: audit 2024-04-22T23:14:32.399483+0000 mgr.smithi027.xpwwjc (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:14:33.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:33 smithi027 bash[18655]: audit 2024-04-22T23:14:32.402543+0000 mon.smithi027 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:33.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:33 smithi027 bash[18655]: audit 2024-04-22T23:14:32.402543+0000 mon.smithi027 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:33.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:33 smithi027 bash[18655]: cluster 2024-04-22T23:14:32.461997+0000 mgr.smithi027.xpwwjc (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:33.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:33 smithi027 bash[18655]: cluster 2024-04-22T23:14:32.461997+0000 mgr.smithi027.xpwwjc (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:33.686 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi114 2024-04-22T23:14:33.687 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:14:33.687 DEBUG:teuthology.orchestra.run.smithi114:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:14:33.694 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:14:33.694 DEBUG:teuthology.orchestra.run.smithi114:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:14:33.739 INFO:tasks.cephadm:Adding host smithi114 to orchestrator... 2024-04-22T23:14:33.739 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph orch host add smithi114 2024-04-22T23:14:35.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:35 smithi027 bash[18655]: cluster 2024-04-22T23:14:34.462741+0000 mgr.smithi027.xpwwjc (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:35.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:35 smithi027 bash[18655]: cluster 2024-04-22T23:14:34.462741+0000 mgr.smithi027.xpwwjc (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:37.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:37 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:37.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:37 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:37.903 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:37 smithi027 bash[18655]: cluster 2024-04-22T23:14:36.463262+0000 mgr.smithi027.xpwwjc (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:37.903 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:37 smithi027 bash[18655]: cluster 2024-04-22T23:14:36.463262+0000 mgr.smithi027.xpwwjc (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:38.480 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.526547+0000 mon.smithi027 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.526547+0000 mon.smithi027 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.562338+0000 mon.smithi027 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.562338+0000 mon.smithi027 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.564626+0000 mon.smithi027 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.564626+0000 mon.smithi027 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.567362+0000 mon.smithi027 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.567362+0000 mon.smithi027 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.569172+0000 mon.smithi027 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.569172+0000 mon.smithi027 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: cephadm 2024-04-22T23:14:37.580435+0000 mgr.smithi027.xpwwjc (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: cephadm 2024-04-22T23:14:37.580435+0000 mgr.smithi027.xpwwjc (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.705998+0000 mon.smithi027 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.705998+0000 mon.smithi027 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.710452+0000 mon.smithi027 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:37.710452+0000 mon.smithi027 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:38.005731+0000 mon.smithi027 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:38.005731+0000 mon.smithi027 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:38.006536+0000 mgr.smithi027.xpwwjc (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:38.006536+0000 mgr.smithi027.xpwwjc (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:38.010306+0000 mon.smithi027 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: audit 2024-04-22T23:14:38.010306+0000 mon.smithi027 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:38.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: cephadm 2024-04-22T23:14:38.037634+0000 mgr.smithi027.xpwwjc (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi027 on smithi027 2024-04-22T23:14:38.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:38 smithi027 bash[18655]: cephadm 2024-04-22T23:14:38.037634+0000 mgr.smithi027.xpwwjc (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi027 on smithi027 2024-04-22T23:14:40.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:40 smithi027 bash[18655]: cluster 2024-04-22T23:14:38.463706+0000 mgr.smithi027.xpwwjc (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:40.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:40 smithi027 bash[18655]: cluster 2024-04-22T23:14:38.463706+0000 mgr.smithi027.xpwwjc (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:41.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:41 smithi027 bash[18655]: audit 2024-04-22T23:14:40.152144+0000 mgr.smithi027.xpwwjc (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi114", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:14:41.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:41 smithi027 bash[18655]: audit 2024-04-22T23:14:40.152144+0000 mgr.smithi027.xpwwjc (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi114", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:14:41.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:41 smithi027 bash[18655]: audit 2024-04-22T23:14:40.850053+0000 mon.smithi027 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:41.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:41 smithi027 bash[18655]: audit 2024-04-22T23:14:40.850053+0000 mon.smithi027 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:42.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:42 smithi027 bash[18655]: cluster 2024-04-22T23:14:40.464049+0000 mgr.smithi027.xpwwjc (mgr.14164) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:42.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:42 smithi027 bash[18655]: cluster 2024-04-22T23:14:40.464049+0000 mgr.smithi027.xpwwjc (mgr.14164) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:42.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:42 smithi027 bash[18655]: cephadm 2024-04-22T23:14:41.024747+0000 mgr.smithi027.xpwwjc (mgr.14164) 26 : cephadm [INF] Deploying cephadm binary to smithi114 2024-04-22T23:14:42.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:42 smithi027 bash[18655]: cephadm 2024-04-22T23:14:41.024747+0000 mgr.smithi027.xpwwjc (mgr.14164) 26 : cephadm [INF] Deploying cephadm binary to smithi114 2024-04-22T23:14:44.358 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:44 smithi027 bash[18655]: cluster 2024-04-22T23:14:42.464405+0000 mgr.smithi027.xpwwjc (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:44.358 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:44 smithi027 bash[18655]: cluster 2024-04-22T23:14:42.464405+0000 mgr.smithi027.xpwwjc (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:46.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:46 smithi027 bash[18655]: cluster 2024-04-22T23:14:44.465030+0000 mgr.smithi027.xpwwjc (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:46.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:46 smithi027 bash[18655]: cluster 2024-04-22T23:14:44.465030+0000 mgr.smithi027.xpwwjc (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:46.493 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi114' with addr '172.21.15.114' 2024-04-22T23:14:47.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:47 smithi027 bash[18655]: cluster 2024-04-22T23:14:46.465717+0000 mgr.smithi027.xpwwjc (mgr.14164) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:47.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:47 smithi027 bash[18655]: cluster 2024-04-22T23:14:46.465717+0000 mgr.smithi027.xpwwjc (mgr.14164) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:47.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:47 smithi027 bash[18655]: audit 2024-04-22T23:14:46.494570+0000 mon.smithi027 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:47.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:47 smithi027 bash[18655]: audit 2024-04-22T23:14:46.494570+0000 mon.smithi027 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:47.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:47 smithi027 bash[18655]: cephadm 2024-04-22T23:14:46.495503+0000 mgr.smithi027.xpwwjc (mgr.14164) 30 : cephadm [INF] Added host smithi114 2024-04-22T23:14:47.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:47 smithi027 bash[18655]: cephadm 2024-04-22T23:14:46.495503+0000 mgr.smithi027.xpwwjc (mgr.14164) 30 : cephadm [INF] Added host smithi114 2024-04-22T23:14:48.067 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:14:49.749 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:49 smithi027 bash[18655]: cluster 2024-04-22T23:14:48.466510+0000 mgr.smithi027.xpwwjc (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:49.749 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:49 smithi027 bash[18655]: cluster 2024-04-22T23:14:48.466510+0000 mgr.smithi027.xpwwjc (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:50.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:50 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:50.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:50 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:14:52.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: cluster 2024-04-22T23:14:50.467213+0000 mgr.smithi027.xpwwjc (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: cluster 2024-04-22T23:14:50.467213+0000 mgr.smithi027.xpwwjc (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.966819+0000 mon.smithi027 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.966819+0000 mon.smithi027 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.973613+0000 mon.smithi027 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.973613+0000 mon.smithi027 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.975943+0000 mon.smithi027 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.975943+0000 mon.smithi027 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.979277+0000 mon.smithi027 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.979277+0000 mon.smithi027 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.982032+0000 mon.smithi027 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.982032+0000 mon.smithi027 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.985482+0000 mon.smithi027 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.985482+0000 mon.smithi027 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.987421+0000 mon.smithi027 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: audit 2024-04-22T23:14:50.987421+0000 mon.smithi027 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:52.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: cephadm 2024-04-22T23:14:51.248482+0000 mgr.smithi027.xpwwjc (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi027 on smithi027 2024-04-22T23:14:52.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:51 smithi027 bash[18655]: cephadm 2024-04-22T23:14:51.248482+0000 mgr.smithi027.xpwwjc (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi027 on smithi027 2024-04-22T23:14:53.820 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:14:54.377 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:53 smithi027 bash[18655]: cluster 2024-04-22T23:14:52.467889+0000 mgr.smithi027.xpwwjc (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:54.377 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:53 smithi027 bash[18655]: cluster 2024-04-22T23:14:52.467889+0000 mgr.smithi027.xpwwjc (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:56.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:55 smithi027 bash[18655]: cluster 2024-04-22T23:14:54.468323+0000 mgr.smithi027.xpwwjc (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:56.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:56 smithi027 bash[18655]: cluster 2024-04-22T23:14:54.468323+0000 mgr.smithi027.xpwwjc (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:56.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:56 smithi027 bash[18655]: audit 2024-04-22T23:14:55.856892+0000 mon.smithi027 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:56.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:56 smithi027 bash[18655]: audit 2024-04-22T23:14:55.856892+0000 mon.smithi027 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:14:57.593 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:14:57.593 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.114", "hostname": "smithi114", "labels": [], "status": ""}] 2024-04-22T23:14:58.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:57 smithi027 bash[18655]: cluster 2024-04-22T23:14:56.469019+0000 mgr.smithi027.xpwwjc (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:58.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:57 smithi027 bash[18655]: cluster 2024-04-22T23:14:56.469019+0000 mgr.smithi027.xpwwjc (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:14:59.340 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:58 smithi027 bash[18655]: audit 2024-04-22T23:14:57.594278+0000 mgr.smithi027.xpwwjc (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:14:59.341 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:58 smithi027 bash[18655]: audit 2024-04-22T23:14:57.594278+0000 mgr.smithi027.xpwwjc (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:14:59.561 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:14:59.561 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:15:00.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:59 smithi027 bash[18655]: cluster 2024-04-22T23:14:58.469737+0000 mgr.smithi027.xpwwjc (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:00.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:14:59 smithi027 bash[18655]: cluster 2024-04-22T23:14:58.469737+0000 mgr.smithi027.xpwwjc (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:02.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:01 smithi027 bash[18655]: cluster 2024-04-22T23:15:00.470403+0000 mgr.smithi027.xpwwjc (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:02.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:01 smithi027 bash[18655]: cluster 2024-04-22T23:15:00.470403+0000 mgr.smithi027.xpwwjc (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:04.297 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:03 smithi027 bash[18655]: cluster 2024-04-22T23:15:02.471092+0000 mgr.smithi027.xpwwjc (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:04.297 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:03 smithi027 bash[18655]: cluster 2024-04-22T23:15:02.471092+0000 mgr.smithi027.xpwwjc (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:04.611 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:15:06.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:05 smithi027 bash[18655]: cluster 2024-04-22T23:15:04.471805+0000 mgr.smithi027.xpwwjc (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:06.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:05 smithi027 bash[18655]: cluster 2024-04-22T23:15:04.471805+0000 mgr.smithi027.xpwwjc (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:06.998 INFO:teuthology.orchestra.run.smithi027.stderr:adjusted tunables profile to default 2024-04-22T23:15:07.029 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:06 smithi027 bash[18655]: audit 2024-04-22T23:15:06.626662+0000 mon.smithi027 (mon.0) 146 : audit [INF] from='client.? 172.21.15.27:0/3174705845' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:15:07.029 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:06 smithi027 bash[18655]: audit 2024-04-22T23:15:06.626662+0000 mon.smithi027 (mon.0) 146 : audit [INF] from='client.? 172.21.15.27:0/3174705845' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:15:08.002 INFO:tasks.cephadm:Adding mon.smithi027 on smithi027 2024-04-22T23:15:08.002 INFO:tasks.cephadm:Adding mon.smithi114 on smithi114 2024-04-22T23:15:08.003 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi027:172.21.15.27=smithi027;smithi114:172.21.15.114=smithi114' 2024-04-22T23:15:08.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:07 smithi027 bash[18655]: cluster 2024-04-22T23:15:06.472503+0000 mgr.smithi027.xpwwjc (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:08.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:07 smithi027 bash[18655]: cluster 2024-04-22T23:15:06.472503+0000 mgr.smithi027.xpwwjc (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:08.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:07 smithi027 bash[18655]: audit 2024-04-22T23:15:06.994965+0000 mon.smithi027 (mon.0) 147 : audit [INF] from='client.? 172.21.15.27:0/3174705845' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:15:08.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:07 smithi027 bash[18655]: audit 2024-04-22T23:15:06.994965+0000 mon.smithi027 (mon.0) 147 : audit [INF] from='client.? 172.21.15.27:0/3174705845' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:15:08.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:07 smithi027 bash[18655]: cluster 2024-04-22T23:15:06.998071+0000 mon.smithi027 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:15:08.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:07 smithi027 bash[18655]: cluster 2024-04-22T23:15:06.998071+0000 mon.smithi027 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:15:08.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:08 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:15:08.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:08 smithi027 systemd[1]: /etc/systemd/system/ceph-a05e6dd6-00fd-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:15:09.207 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:09.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: audit 2024-04-22T23:15:08.407115+0000 mon.smithi027 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: audit 2024-04-22T23:15:08.407115+0000 mon.smithi027 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: audit 2024-04-22T23:15:08.459953+0000 mon.smithi027 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: audit 2024-04-22T23:15:08.459953+0000 mon.smithi027 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: audit 2024-04-22T23:15:08.461970+0000 mon.smithi027 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: audit 2024-04-22T23:15:08.461970+0000 mon.smithi027 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: cluster 2024-04-22T23:15:08.473202+0000 mgr.smithi027.xpwwjc (mgr.14164) 43 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:09.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:09 smithi027 bash[18655]: cluster 2024-04-22T23:15:08.473202+0000 mgr.smithi027.xpwwjc (mgr.14164) 43 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:10.255 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:10.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:10 smithi027 bash[18655]: audit 2024-04-22T23:15:09.463612+0000 mon.smithi027 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T23:15:10.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:10 smithi027 bash[18655]: audit 2024-04-22T23:15:09.463612+0000 mon.smithi027 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.27:0/2120317813' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T23:15:10.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:10 smithi027 bash[18655]: cluster 2024-04-22T23:15:09.468582+0000 mon.smithi027 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi027.xpwwjc(active, since 63s) 2024-04-22T23:15:10.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:10 smithi027 bash[18655]: cluster 2024-04-22T23:15:09.468582+0000 mon.smithi027 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi027.xpwwjc(active, since 63s) 2024-04-22T23:15:18.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.051950+0000 mon.smithi027 (mon.0) 154 : cluster [INF] Active manager daemon smithi027.xpwwjc restarted 2024-04-22T23:15:18.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.051950+0000 mon.smithi027 (mon.0) 154 : cluster [INF] Active manager daemon smithi027.xpwwjc restarted 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.052257+0000 mon.smithi027 (mon.0) 155 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.052257+0000 mon.smithi027 (mon.0) 155 : cluster [INF] Activating manager daemon smithi027.xpwwjc 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.056164+0000 mon.smithi027 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.056164+0000 mon.smithi027 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.056282+0000 mon.smithi027 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi027.xpwwjc(active, starting, since 0.0041516s) 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.056282+0000 mon.smithi027 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi027.xpwwjc(active, starting, since 0.0041516s) 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.060726+0000 mon.smithi027 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.060726+0000 mon.smithi027 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.062971+0000 mon.smithi027 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:15:18.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.062971+0000 mon.smithi027 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.xpwwjc", "id": "smithi027.xpwwjc"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.064011+0000 mon.smithi027 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.064011+0000 mon.smithi027 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.064346+0000 mon.smithi027 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.064346+0000 mon.smithi027 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.064546+0000 mon.smithi027 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: audit 2024-04-22T23:15:18.064546+0000 mon.smithi027 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.088415+0000 mon.smithi027 (mon.0) 163 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:15:18.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:18 smithi027 bash[18655]: cluster 2024-04-22T23:15:18.088415+0000 mon.smithi027 (mon.0) 163 : cluster [INF] Manager daemon smithi027.xpwwjc is now available 2024-04-22T23:15:19.068 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled mon update... 2024-04-22T23:15:19.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.116785+0000 mon.smithi027 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:15:19.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.116785+0000 mon.smithi027 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:15:19.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.132895+0000 mon.smithi027 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.132895+0000 mon.smithi027 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.138751+0000 mon.smithi027 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.138751+0000 mon.smithi027 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.140573+0000 mon.smithi027 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.140573+0000 mon.smithi027 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.149002+0000 mon.smithi027 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.149002+0000 mon.smithi027 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.154488+0000 mon.smithi027 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:18.154488+0000 mon.smithi027 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.xpwwjc/trash_purge_schedule"}]: dispatch 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:19.026129+0000 mon.smithi027 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:19.026129+0000 mon.smithi027 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: cluster 2024-04-22T23:15:19.060432+0000 mon.smithi027 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi027.xpwwjc(active, since 1.0083s) 2024-04-22T23:15:19.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: cluster 2024-04-22T23:15:19.060432+0000 mon.smithi027 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi027.xpwwjc(active, since 1.0083s) 2024-04-22T23:15:19.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:19.067414+0000 mon.smithi027 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:19 smithi027 bash[18655]: audit 2024-04-22T23:15:19.067414+0000 mon.smithi027 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:19.674 DEBUG:teuthology.orchestra.run.smithi114:mon.smithi114> sudo journalctl -f -n 0 -u ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi114.service 2024-04-22T23:15:19.677 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:15:19.677 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:15:20.350 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:20 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.063763+0000 mgr.smithi027.xpwwjc (mgr.14197) 2 : cephadm [INF] Saving service mon spec with placement smithi027:172.21.15.27=smithi027;smithi114:172.21.15.114=smithi114;count:2 2024-04-22T23:15:20.350 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:20 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.063763+0000 mgr.smithi027.xpwwjc (mgr.14197) 2 : cephadm [INF] Saving service mon spec with placement smithi027:172.21.15.27=smithi027;smithi114:172.21.15.114=smithi114;count:2 2024-04-22T23:15:20.350 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:20 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.466803+0000 mgr.smithi027.xpwwjc (mgr.14197) 3 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Bus STARTING 2024-04-22T23:15:20.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:20 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.466803+0000 mgr.smithi027.xpwwjc (mgr.14197) 3 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Bus STARTING 2024-04-22T23:15:20.924 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:21.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.588526+0000 mgr.smithi027.xpwwjc (mgr.14197) 4 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Serving on https://172.21.15.27:7150 2024-04-22T23:15:21.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.588526+0000 mgr.smithi027.xpwwjc (mgr.14197) 4 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Serving on https://172.21.15.27:7150 2024-04-22T23:15:21.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.690165+0000 mgr.smithi027.xpwwjc (mgr.14197) 5 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Serving on http://172.21.15.27:8765 2024-04-22T23:15:21.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.690165+0000 mgr.smithi027.xpwwjc (mgr.14197) 5 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Serving on http://172.21.15.27:8765 2024-04-22T23:15:21.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.690406+0000 mgr.smithi027.xpwwjc (mgr.14197) 6 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Bus STARTED 2024-04-22T23:15:21.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cephadm 2024-04-22T23:15:19.690406+0000 mgr.smithi027.xpwwjc (mgr.14197) 6 : cephadm [INF] [22/Apr/2024:23:15:19] ENGINE Bus STARTED 2024-04-22T23:15:21.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cluster 2024-04-22T23:15:20.117008+0000 mon.smithi027 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi027.xpwwjc(active, since 2s) 2024-04-22T23:15:21.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: cluster 2024-04-22T23:15:20.117008+0000 mon.smithi027 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi027.xpwwjc(active, since 2s) 2024-04-22T23:15:21.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: audit 2024-04-22T23:15:20.754090+0000 mon.smithi027 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:21.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:21 smithi027 bash[18655]: audit 2024-04-22T23:15:20.754090+0000 mon.smithi027 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:21.967 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:23.128 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-04-22T23:15:23.128 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":1,"fsid":"a05e6dd6-00fd-11ef-bc93-c7b262605968","modified":"2024-04-22T23:12:42.872938Z","created":"2024-04-22T23:12:42.872938Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:15:23.130 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 1 2024-04-22T23:15:23.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:22 smithi027 bash[18655]: audit 2024-04-22T23:15:21.952227+0000 mon.smithi027 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:23.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:22 smithi027 bash[18655]: audit 2024-04-22T23:15:21.952227+0000 mon.smithi027 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:24.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:23 smithi027 bash[18655]: audit 2024-04-22T23:15:23.128588+0000 mon.smithi027 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.114:0/811527287' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:24.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:23 smithi027 bash[18655]: audit 2024-04-22T23:15:23.128588+0000 mon.smithi027 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.114:0/811527287' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:24.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:15:24.728 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:15:25.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:25 smithi027 bash[18655]: audit 2024-04-22T23:15:24.444848+0000 mon.smithi027 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:25.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:25 smithi027 bash[18655]: audit 2024-04-22T23:15:24.444848+0000 mon.smithi027 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:26.432 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:26.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:26 smithi027 bash[18655]: audit 2024-04-22T23:15:25.543680+0000 mon.smithi027 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:26.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:26 smithi027 bash[18655]: audit 2024-04-22T23:15:25.543680+0000 mon.smithi027 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:26.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:26 smithi027 bash[18655]: audit 2024-04-22T23:15:25.895860+0000 mon.smithi027 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:26.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:26 smithi027 bash[18655]: audit 2024-04-22T23:15:25.895860+0000 mon.smithi027 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:26.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:26 smithi027 bash[18655]: audit 2024-04-22T23:15:25.897747+0000 mon.smithi027 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:15:26.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:26 smithi027 bash[18655]: audit 2024-04-22T23:15:25.897747+0000 mon.smithi027 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:15:27.476 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:28.526 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-04-22T23:15:28.527 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":1,"fsid":"a05e6dd6-00fd-11ef-bc93-c7b262605968","modified":"2024-04-22T23:12:42.872938Z","created":"2024-04-22T23:12:42.872938Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:15:28.529 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 1 2024-04-22T23:15:28.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:28 smithi027 bash[18655]: audit 2024-04-22T23:15:28.527268+0000 mon.smithi027 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.114:0/667679386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:28.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:28 smithi027 bash[18655]: audit 2024-04-22T23:15:28.527268+0000 mon.smithi027 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.114:0/667679386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:30.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:15:30.060 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:15:31.262 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:32.309 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-22T23:15:32.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:32 smithi027 bash[18655]: audit 2024-04-22T23:15:32.328426+0000 mon.smithi027 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:15:32.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:32 smithi027 bash[18655]: audit 2024-04-22T23:15:32.328426+0000 mon.smithi027 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:15:32.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:32 smithi027 bash[18655]: audit 2024-04-22T23:15:32.330642+0000 mon.smithi027 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:32.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:32 smithi027 bash[18655]: audit 2024-04-22T23:15:32.330642+0000 mon.smithi027 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:32.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:32 smithi027 bash[18655]: audit 2024-04-22T23:15:32.332498+0000 mon.smithi027 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:15:32.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:32 smithi027 bash[18655]: audit 2024-04-22T23:15:32.332498+0000 mon.smithi027 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:15:33.466 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-04-22T23:15:33.466 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":1,"fsid":"a05e6dd6-00fd-11ef-bc93-c7b262605968","modified":"2024-04-22T23:12:42.872938Z","created":"2024-04-22T23:12:42.872938Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:15:33.469 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 1 2024-04-22T23:15:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:33 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.335361+0000 mgr.smithi027.xpwwjc (mgr.14197) 7 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-04-22T23:15:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:33 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.335361+0000 mgr.smithi027.xpwwjc (mgr.14197) 7 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-04-22T23:15:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:33 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.335828+0000 mgr.smithi027.xpwwjc (mgr.14197) 8 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.conf 2024-04-22T23:15:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:33 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.335828+0000 mgr.smithi027.xpwwjc (mgr.14197) 8 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.conf 2024-04-22T23:15:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:33 smithi027 bash[18655]: audit 2024-04-22T23:15:33.136504+0000 mon.smithi027 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:33 smithi027 bash[18655]: audit 2024-04-22T23:15:33.136504+0000 mon.smithi027 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:34.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.895856+0000 mgr.smithi027.xpwwjc (mgr.14197) 9 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.895856+0000 mgr.smithi027.xpwwjc (mgr.14197) 9 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.896443+0000 mgr.smithi027.xpwwjc (mgr.14197) 10 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:32.896443+0000 mgr.smithi027.xpwwjc (mgr.14197) 10 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.061046+0000 mgr.smithi027.xpwwjc (mgr.14197) 11 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.061046+0000 mgr.smithi027.xpwwjc (mgr.14197) 11 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.061860+0000 mgr.smithi027.xpwwjc (mgr.14197) 12 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.061860+0000 mgr.smithi027.xpwwjc (mgr.14197) 12 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.226000+0000 mgr.smithi027.xpwwjc (mgr.14197) 13 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.226000+0000 mgr.smithi027.xpwwjc (mgr.14197) 13 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:15:34.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.226923+0000 mgr.smithi027.xpwwjc (mgr.14197) 14 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.226923+0000 mgr.smithi027.xpwwjc (mgr.14197) 14 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.399979+0000 mon.smithi027 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.399979+0000 mon.smithi027 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.404500+0000 mon.smithi027 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.404500+0000 mon.smithi027 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.409897+0000 mon.smithi027 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.409897+0000 mon.smithi027 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.412281+0000 mon.smithi027 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.412281+0000 mon.smithi027 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.413374+0000 mon.smithi027 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.413374+0000 mon.smithi027 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.417177+0000 mon.smithi027 (mon.0) 191 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.417177+0000 mon.smithi027 (mon.0) 191 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.418307+0000 mgr.smithi027.xpwwjc (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi114 on smithi114 2024-04-22T23:15:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: cephadm 2024-04-22T23:15:33.418307+0000 mgr.smithi027.xpwwjc (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi114 on smithi114 2024-04-22T23:15:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.466983+0000 mon.smithi027 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.114:0/1628994580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:34 smithi027 bash[18655]: audit 2024-04-22T23:15:33.466983+0000 mon.smithi027 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.114:0/1628994580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:35.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:15:35.262 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:15:36.472 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:15:37.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.400401+0000 mon.smithi027 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:37.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.400401+0000 mon.smithi027 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.448037+0000 mon.smithi027 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.448037+0000 mon.smithi027 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.456470+0000 mon.smithi027 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.456470+0000 mon.smithi027 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.460040+0000 mon.smithi027 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.460040+0000 mon.smithi027 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.464207+0000 mon.smithi027 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.464207+0000 mon.smithi027 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.468796+0000 mon.smithi027 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: audit 2024-04-22T23:15:36.468796+0000 mon.smithi027 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: cephadm 2024-04-22T23:15:36.471050+0000 mgr.smithi027.xpwwjc (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi114 on smithi114 2024-04-22T23:15:37.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:37 smithi027 bash[18655]: cephadm 2024-04-22T23:15:36.471050+0000 mgr.smithi027.xpwwjc (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi114 on smithi114 2024-04-22T23:15:38.292 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-04-22T23:15:38.292 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":1,"fsid":"a05e6dd6-00fd-11ef-bc93-c7b262605968","modified":"2024-04-22T23:12:42.872938Z","created":"2024-04-22T23:12:42.872938Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:15:38.294 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 1 2024-04-22T23:15:39.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:39 smithi027 bash[18655]: audit 2024-04-22T23:15:38.138699+0000 mon.smithi027 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:39.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:39 smithi027 bash[18655]: audit 2024-04-22T23:15:38.138699+0000 mon.smithi027 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:39.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:39 smithi027 bash[18655]: audit 2024-04-22T23:15:38.292724+0000 mon.smithi027 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.114:0/79890995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:39.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:39 smithi027 bash[18655]: audit 2024-04-22T23:15:38.292724+0000 mon.smithi027 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.114:0/79890995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:40.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-22T23:15:40.108 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:15:40.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: cluster 2024-04-22T23:15:39.406872+0000 mgr.smithi027.xpwwjc (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:40.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: cluster 2024-04-22T23:15:39.406872+0000 mgr.smithi027.xpwwjc (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:40.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: audit 2024-04-22T23:15:39.591221+0000 mon.smithi027 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:40.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: audit 2024-04-22T23:15:39.591221+0000 mon.smithi027 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:40.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: audit 2024-04-22T23:15:39.599979+0000 mon.smithi027 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:40.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: audit 2024-04-22T23:15:39.599979+0000 mon.smithi027 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:40.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: audit 2024-04-22T23:15:39.606432+0000 mon.smithi027 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:40.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:40 smithi027 bash[18655]: audit 2024-04-22T23:15:39.606432+0000 mon.smithi027 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: cephadm 2024-04-22T23:15:39.609677+0000 mgr.smithi027.xpwwjc (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi114 on smithi114 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: cephadm 2024-04-22T23:15:39.609677+0000 mgr.smithi027.xpwwjc (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi114 on smithi114 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.610931+0000 mon.smithi027 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.610931+0000 mon.smithi027 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.634273+0000 mon.smithi027 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.634273+0000 mon.smithi027 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.640892+0000 mon.smithi027 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.640892+0000 mon.smithi027 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.646079+0000 mon.smithi027 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.646079+0000 mon.smithi027 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.648565+0000 mon.smithi027 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.648565+0000 mon.smithi027 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:15:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.653305+0000 mon.smithi027 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:15:41.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.653305+0000 mon.smithi027 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:15:41.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.655319+0000 mon.smithi027 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:41.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:41 smithi027 bash[18655]: audit 2024-04-22T23:15:40.655319+0000 mon.smithi027 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:42.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:42 smithi027 bash[18655]: cephadm 2024-04-22T23:15:40.657380+0000 mgr.smithi027.xpwwjc (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi114.jlmbpc on smithi114 2024-04-22T23:15:42.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:42 smithi027 bash[18655]: cephadm 2024-04-22T23:15:40.657380+0000 mgr.smithi027.xpwwjc (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi114.jlmbpc on smithi114 2024-04-22T23:15:42.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:42 smithi027 bash[18655]: cluster 2024-04-22T23:15:41.408010+0000 mgr.smithi027.xpwwjc (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:42.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:42 smithi027 bash[18655]: cluster 2024-04-22T23:15:41.408010+0000 mgr.smithi027.xpwwjc (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.145678+0000 mon.smithi027 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.145678+0000 mon.smithi027 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: cluster 2024-04-22T23:15:43.409109+0000 mgr.smithi027.xpwwjc (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: cluster 2024-04-22T23:15:43.409109+0000 mgr.smithi027.xpwwjc (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.797534+0000 mon.smithi027 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.797534+0000 mon.smithi027 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.834697+0000 mon.smithi027 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.834697+0000 mon.smithi027 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.840401+0000 mon.smithi027 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.840401+0000 mon.smithi027 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:44.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.844058+0000 mon.smithi027 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:15:44.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.844058+0000 mon.smithi027 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:15:44.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.846063+0000 mon.smithi027 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:44.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:44 smithi027 bash[18655]: audit 2024-04-22T23:15:43.846063+0000 mon.smithi027 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:45.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:45 smithi027 bash[18655]: cephadm 2024-04-22T23:15:43.848233+0000 mgr.smithi027.xpwwjc (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi114 on smithi114 2024-04-22T23:15:45.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:45 smithi027 bash[18655]: cephadm 2024-04-22T23:15:43.848233+0000 mgr.smithi027.xpwwjc (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi114 on smithi114 2024-04-22T23:15:46.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:46 smithi027 bash[18655]: cluster 2024-04-22T23:15:45.410203+0000 mgr.smithi027.xpwwjc (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:46.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:46 smithi027 bash[18655]: cluster 2024-04-22T23:15:45.410203+0000 mgr.smithi027.xpwwjc (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:48.193 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:48 smithi114 systemd[1]: Started Ceph mon.smithi114 for a05e6dd6-00fd-11ef-bc93-c7b262605968. 2024-04-22T23:15:48.219 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi114/config 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: cluster 2024-04-22T23:15:47.411192+0000 mgr.smithi027.xpwwjc (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: cluster 2024-04-22T23:15:47.411192+0000 mgr.smithi027.xpwwjc (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.137913+0000 mon.smithi027 (mon.0) 217 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.137913+0000 mon.smithi027 (mon.0) 217 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.156347+0000 mon.smithi027 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.156347+0000 mon.smithi027 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.194420+0000 mon.smithi027 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.194420+0000 mon.smithi027 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.228781+0000 mon.smithi027 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.228781+0000 mon.smithi027 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.234770+0000 mon.smithi027 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.234770+0000 mon.smithi027 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.244922+0000 mon.smithi027 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.244922+0000 mon.smithi027 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.311870+0000 mon.smithi027 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:15:48.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:48 smithi027 bash[18655]: audit 2024-04-22T23:15:48.311870+0000 mon.smithi027 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.307+0000 7f2ce7a02c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.307+0000 7f2ce7a02c80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.307+0000 7f2ce7a02c80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 0 load: jerasure load: lrc 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Git sha 0 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: DB SUMMARY 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: DB Session ID: EXTGI56HH6WJU38SV675 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:15:49.326 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi114/store.db dir, Total Num: 0, files: 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi114/store.db: 000004.log size: 511 ; 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.env: 0x559e4bf98cc0 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.info_log: 0x559e4cb59ae0 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:15:49.327 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:15:49.328 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:15:49.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:15:49.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.write_buffer_manager: 0x559e4caef0e0 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:15:49.331 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:15:49.332 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:15:49.333 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:15:49.334 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:15:49.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi114/store.db/MANIFEST-000005 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559e4cb59cc0) 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cache_index_and_filter_blocks: 1 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: pin_top_level_index_and_filter: 1 2024-04-22T23:15:49.336 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: index_type: 0 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: data_block_index_type: 0 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: index_shortening: 1 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: checksum: 4 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: no_block_cache: 0 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_cache: 0x559e4cb1f1f0 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_cache_name: BinnedLRUCache 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_cache_options: 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: capacity : 536870912 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: num_shard_bits : 4 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: strict_capacity_limit : 0 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: high_pri_pool_ratio: 0.000 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_cache_compressed: (nil) 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: persistent_cache: (nil) 2024-04-22T23:15:49.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_size: 4096 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_size_deviation: 10 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_restart_interval: 16 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: index_block_restart_interval: 1 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: metadata_block_size: 4096 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: partition_filters: 0 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: use_delta_encoding: 1 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: filter_policy: bloomfilter 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: whole_key_filtering: 1 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: verify_compression: 0 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: read_amp_bytes_per_bit: 0 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: format_version: 5 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: enable_index_compression: 1 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: block_align: 0 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: max_auto_readahead_size: 262144 2024-04-22T23:15:49.338 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: prepopulate_block_cache: 0 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: initial_auto_readahead_size: 8192 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:15:49.339 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:15:49.340 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:15:49.341 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:15:49.342 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:15:49.342 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:15:49.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:15:49.344 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:15:49.345 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:15:49.346 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.311+0000 7f2ce7a02c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi114/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:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a64ed9a6-efe2-4cab-9ea7-30350e622f1a 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827749317755, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827749318205, "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": 1713827749, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a64ed9a6-efe2-4cab-9ea7-30350e622f1a", "db_session_id": "EXTGI56HH6WJU38SV675", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827749318287, "job": 1, "event": "recovery_finished"} 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:15:49.347 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi114/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559e4cc38000 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 4 rocksdb: DB pointer 0x559e4cc22000 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2cd615c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2cd615c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: ** DB Stats ** 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: ** Compaction Stats [default] ** 2024-04-22T23:15:49.348 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: ** Compaction Stats [default] ** 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:15:49.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Cumulative compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Interval compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: Block cache BinnedLRUCache@0x559e4cb1f1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 0 mon.smithi114 does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 0 using public_addr v2:172.21.15.114:0/0 -> [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 0 starting mon.smithi114 rank -1 at public addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] at bind addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi114 fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:15:49.350 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.315+0000 7f2ce7a02c80 1 mon.smithi114@-1(???) e0 preinit fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:15:49.493 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 0 mon.smithi114@-1(synchronizing).mds e1 new map 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 0 mon.smithi114@-1(synchronizing).mds e1 print_map 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: e1 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 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:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: legacy client fscid: -1 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: No filesystems configured 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-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:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:15:49.494 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 0 mon.smithi114@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 0 mon.smithi114@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 0 mon.smithi114@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.347+0000 7f2cd9162700 0 mon.smithi114@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.145678+0000 mon.smithi027 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.145678+0000 mon.smithi027 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cluster 2024-04-22T23:15:43.409109+0000 mgr.smithi027.xpwwjc (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cluster 2024-04-22T23:15:43.409109+0000 mgr.smithi027.xpwwjc (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.797534+0000 mon.smithi027 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.797534+0000 mon.smithi027 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.834697+0000 mon.smithi027 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.834697+0000 mon.smithi027 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.840401+0000 mon.smithi027 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.840401+0000 mon.smithi027 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.844058+0000 mon.smithi027 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.844058+0000 mon.smithi027 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.846063+0000 mon.smithi027 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:43.846063+0000 mon.smithi027 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cephadm 2024-04-22T23:15:43.848233+0000 mgr.smithi027.xpwwjc (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi114 on smithi114 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cephadm 2024-04-22T23:15:43.848233+0000 mgr.smithi027.xpwwjc (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi114 on smithi114 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cluster 2024-04-22T23:15:45.410203+0000 mgr.smithi027.xpwwjc (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cluster 2024-04-22T23:15:45.410203+0000 mgr.smithi027.xpwwjc (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cluster 2024-04-22T23:15:47.411192+0000 mgr.smithi027.xpwwjc (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: cluster 2024-04-22T23:15:47.411192+0000 mgr.smithi027.xpwwjc (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.137913+0000 mon.smithi027 (mon.0) 217 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:49.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.137913+0000 mon.smithi027 (mon.0) 217 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.156347+0000 mon.smithi027 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.156347+0000 mon.smithi027 (mon.0) 218 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.194420+0000 mon.smithi027 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.194420+0000 mon.smithi027 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.228781+0000 mon.smithi027 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.228781+0000 mon.smithi027 (mon.0) 220 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.234770+0000 mon.smithi027 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.234770+0000 mon.smithi027 (mon.0) 221 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.244922+0000 mon.smithi027 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.244922+0000 mon.smithi027 (mon.0) 222 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.311870+0000 mon.smithi027 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: audit 2024-04-22T23:15:48.311870+0000 mon.smithi027 (mon.0) 223 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:15:49.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:49 smithi114 bash[20134]: debug 2024-04-22T23:15:49.351+0000 7f2cd9162700 1 mon.smithi114@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:49.368048+0000 mon.smithi027 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:49.368048+0000 mon.smithi027 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:49.368462+0000 mon.smithi027 (mon.0) 226 : cluster [INF] mon.smithi027 calling monitor election 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:49.368462+0000 mon.smithi027 (mon.0) 226 : cluster [INF] mon.smithi027 calling monitor election 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:49.387248+0000 mon.smithi027 (mon.0) 227 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:49.387248+0000 mon.smithi027 (mon.0) 227 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:49.412120+0000 mgr.smithi027.xpwwjc (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:49.412120+0000 mgr.smithi027.xpwwjc (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:50.361513+0000 mon.smithi027 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:50.361513+0000 mon.smithi027 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:51.360724+0000 mon.smithi027 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:51.360724+0000 mon.smithi027 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:51.363423+0000 mon.smithi114 (mon.1) 1 : cluster [INF] mon.smithi114 calling monitor election 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:51.363423+0000 mon.smithi114 (mon.1) 1 : cluster [INF] mon.smithi114 calling monitor election 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:51.412810+0000 mgr.smithi027.xpwwjc (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:51.412810+0000 mgr.smithi027.xpwwjc (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:52.361863+0000 mon.smithi027 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:52.361863+0000 mon.smithi027 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:53.361315+0000 mon.smithi027 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:53.361315+0000 mon.smithi027 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:53.413558+0000 mgr.smithi027.xpwwjc (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:53.413558+0000 mgr.smithi027.xpwwjc (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:53.962484+0000 mon.smithi027 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/crt"}]: dispatch 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:53.962484+0000 mon.smithi027 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/crt"}]: dispatch 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.361519+0000 mon.smithi027 (mon.0) 233 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.361519+0000 mon.smithi027 (mon.0) 233 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.406958+0000 mon.smithi027 (mon.0) 234 : cluster [INF] mon.smithi027 is new leader, mons smithi027,smithi114 in quorum (ranks 0,1) 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.406958+0000 mon.smithi027 (mon.0) 234 : cluster [INF] mon.smithi027 is new leader, mons smithi027,smithi114 in quorum (ranks 0,1) 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.411981+0000 mon.smithi027 (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.411981+0000 mon.smithi027 (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412000+0000 mon.smithi027 (mon.0) 236 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412000+0000 mon.smithi027 (mon.0) 236 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:15:54.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412010+0000 mon.smithi027 (mon.0) 237 : cluster [DBG] last_changed 2024-04-22T23:15:49.362330+0000 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412010+0000 mon.smithi027 (mon.0) 237 : cluster [DBG] last_changed 2024-04-22T23:15:49.362330+0000 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412021+0000 mon.smithi027 (mon.0) 238 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412021+0000 mon.smithi027 (mon.0) 238 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412030+0000 mon.smithi027 (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412030+0000 mon.smithi027 (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412038+0000 mon.smithi027 (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412038+0000 mon.smithi027 (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412047+0000 mon.smithi027 (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412047+0000 mon.smithi027 (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412058+0000 mon.smithi027 (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.smithi114 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.412058+0000 mon.smithi027 (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.smithi114 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.430884+0000 mon.smithi027 (mon.0) 243 : cluster [DBG] fsmap 2024-04-22T23:15:54.820 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.430884+0000 mon.smithi027 (mon.0) 243 : cluster [DBG] fsmap 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.430958+0000 mon.smithi027 (mon.0) 244 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.430958+0000 mon.smithi027 (mon.0) 244 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431255+0000 mon.smithi027 (mon.0) 245 : cluster [DBG] mgrmap e17: smithi027.xpwwjc(active, since 36s) 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431255+0000 mon.smithi027 (mon.0) 245 : cluster [DBG] mgrmap e17: smithi027.xpwwjc(active, since 36s) 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431548+0000 mon.smithi027 (mon.0) 246 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431548+0000 mon.smithi027 (mon.0) 246 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431588+0000 mon.smithi027 (mon.0) 247 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431588+0000 mon.smithi027 (mon.0) 247 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:15:54.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431614+0000 mon.smithi027 (mon.0) 248 : cluster [WRN] host smithi114 `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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431614+0000 mon.smithi027 (mon.0) 248 : cluster [WRN] host smithi114 `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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431638+0000 mon.smithi027 (mon.0) 249 : 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:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431638+0000 mon.smithi027 (mon.0) 249 : 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:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431665+0000 mon.smithi027 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431665+0000 mon.smithi027 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431692+0000 mon.smithi027 (mon.0) 251 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431692+0000 mon.smithi027 (mon.0) 251 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431719+0000 mon.smithi027 (mon.0) 252 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431719+0000 mon.smithi027 (mon.0) 252 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431745+0000 mon.smithi027 (mon.0) 253 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431745+0000 mon.smithi027 (mon.0) 253 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431771+0000 mon.smithi027 (mon.0) 254 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431771+0000 mon.smithi027 (mon.0) 254 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431797+0000 mon.smithi027 (mon.0) 255 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431797+0000 mon.smithi027 (mon.0) 255 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431829+0000 mon.smithi027 (mon.0) 256 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431829+0000 mon.smithi027 (mon.0) 256 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431856+0000 mon.smithi027 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431856+0000 mon.smithi027 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431880+0000 mon.smithi027 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431880+0000 mon.smithi027 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431906+0000 mon.smithi027 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431906+0000 mon.smithi027 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431932+0000 mon.smithi027 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431932+0000 mon.smithi027 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431962+0000 mon.smithi027 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431962+0000 mon.smithi027 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431988+0000 mon.smithi027 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.431988+0000 mon.smithi027 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432014+0000 mon.smithi027 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432014+0000 mon.smithi027 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432043+0000 mon.smithi027 (mon.0) 264 : 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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432043+0000 mon.smithi027 (mon.0) 264 : 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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432074+0000 mon.smithi027 (mon.0) 265 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432074+0000 mon.smithi027 (mon.0) 265 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432100+0000 mon.smithi027 (mon.0) 266 : cluster [WRN] host smithi027 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432100+0000 mon.smithi027 (mon.0) 266 : cluster [WRN] host smithi027 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:15:54.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432126+0000 mon.smithi027 (mon.0) 267 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432126+0000 mon.smithi027 (mon.0) 267 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432170+0000 mon.smithi027 (mon.0) 268 : 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:15:54.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432170+0000 mon.smithi027 (mon.0) 268 : 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:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432197+0000 mon.smithi027 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432197+0000 mon.smithi027 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432223+0000 mon.smithi027 (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432223+0000 mon.smithi027 (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432247+0000 mon.smithi027 (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432247+0000 mon.smithi027 (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432274+0000 mon.smithi027 (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432274+0000 mon.smithi027 (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432301+0000 mon.smithi027 (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432301+0000 mon.smithi027 (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432330+0000 mon.smithi027 (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432330+0000 mon.smithi027 (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432363+0000 mon.smithi027 (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432363+0000 mon.smithi027 (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432391+0000 mon.smithi027 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432391+0000 mon.smithi027 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432419+0000 mon.smithi027 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432419+0000 mon.smithi027 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432447+0000 mon.smithi027 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432447+0000 mon.smithi027 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432481+0000 mon.smithi027 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432481+0000 mon.smithi027 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432507+0000 mon.smithi027 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432507+0000 mon.smithi027 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432531+0000 mon.smithi027 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432531+0000 mon.smithi027 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432563+0000 mon.smithi027 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432563+0000 mon.smithi027 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432595+0000 mon.smithi027 (mon.0) 283 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432595+0000 mon.smithi027 (mon.0) 283 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432624+0000 mon.smithi027 (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.432624+0000 mon.smithi027 (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.437217+0000 mon.smithi027 (mon.0) 285 : cluster [DBG] Standby manager daemon smithi114.jlmbpc started 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.437217+0000 mon.smithi027 (mon.0) 285 : cluster [DBG] Standby manager daemon smithi114.jlmbpc started 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.442993+0000 mon.smithi027 (mon.0) 286 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.442993+0000 mon.smithi027 (mon.0) 286 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.450444+0000 mon.smithi027 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.450444+0000 mon.smithi027 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.830 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.454595+0000 mon.smithi027 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:15:54.830 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.454595+0000 mon.smithi027 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:15:54.830 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.457214+0000 mon.smithi027 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/key"}]: dispatch 2024-04-22T23:15:54.830 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.457214+0000 mon.smithi027 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/key"}]: dispatch 2024-04-22T23:15:54.830 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.458028+0000 mon.smithi027 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:15:54.830 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:54 smithi114 bash[20134]: audit 2024-04-22T23:15:54.458028+0000 mon.smithi027 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:15:54.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:49.368048+0000 mon.smithi027 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:15:54.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:49.368048+0000 mon.smithi027 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-04-22T23:15:54.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:49.368462+0000 mon.smithi027 (mon.0) 226 : cluster [INF] mon.smithi027 calling monitor election 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:49.368462+0000 mon.smithi027 (mon.0) 226 : cluster [INF] mon.smithi027 calling monitor election 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:49.387248+0000 mon.smithi027 (mon.0) 227 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:49.387248+0000 mon.smithi027 (mon.0) 227 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:49.412120+0000 mgr.smithi027.xpwwjc (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:49.412120+0000 mgr.smithi027.xpwwjc (mgr.14197) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:50.361513+0000 mon.smithi027 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:50.361513+0000 mon.smithi027 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:51.360724+0000 mon.smithi027 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:51.360724+0000 mon.smithi027 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:51.363423+0000 mon.smithi114 (mon.1) 1 : cluster [INF] mon.smithi114 calling monitor election 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:51.363423+0000 mon.smithi114 (mon.1) 1 : cluster [INF] mon.smithi114 calling monitor election 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:51.412810+0000 mgr.smithi027.xpwwjc (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:51.412810+0000 mgr.smithi027.xpwwjc (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:52.361863+0000 mon.smithi027 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:52.361863+0000 mon.smithi027 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:53.361315+0000 mon.smithi027 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:53.361315+0000 mon.smithi027 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:53.413558+0000 mgr.smithi027.xpwwjc (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:53.413558+0000 mgr.smithi027.xpwwjc (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:53.962484+0000 mon.smithi027 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/crt"}]: dispatch 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:53.962484+0000 mon.smithi027 (mon.0) 232 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/crt"}]: dispatch 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.361519+0000 mon.smithi027 (mon.0) 233 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.361519+0000 mon.smithi027 (mon.0) 233 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.406958+0000 mon.smithi027 (mon.0) 234 : cluster [INF] mon.smithi027 is new leader, mons smithi027,smithi114 in quorum (ranks 0,1) 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.406958+0000 mon.smithi027 (mon.0) 234 : cluster [INF] mon.smithi027 is new leader, mons smithi027,smithi114 in quorum (ranks 0,1) 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.411981+0000 mon.smithi027 (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.411981+0000 mon.smithi027 (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412000+0000 mon.smithi027 (mon.0) 236 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412000+0000 mon.smithi027 (mon.0) 236 : cluster [DBG] fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:15:54.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412010+0000 mon.smithi027 (mon.0) 237 : cluster [DBG] last_changed 2024-04-22T23:15:49.362330+0000 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412010+0000 mon.smithi027 (mon.0) 237 : cluster [DBG] last_changed 2024-04-22T23:15:49.362330+0000 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412021+0000 mon.smithi027 (mon.0) 238 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412021+0000 mon.smithi027 (mon.0) 238 : cluster [DBG] created 2024-04-22T23:12:42.872938+0000 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412030+0000 mon.smithi027 (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412030+0000 mon.smithi027 (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412038+0000 mon.smithi027 (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412038+0000 mon.smithi027 (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412047+0000 mon.smithi027 (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412047+0000 mon.smithi027 (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-04-22T23:15:54.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412058+0000 mon.smithi027 (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.smithi114 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.412058+0000 mon.smithi027 (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon.smithi114 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.430884+0000 mon.smithi027 (mon.0) 243 : cluster [DBG] fsmap 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.430884+0000 mon.smithi027 (mon.0) 243 : cluster [DBG] fsmap 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.430958+0000 mon.smithi027 (mon.0) 244 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.430958+0000 mon.smithi027 (mon.0) 244 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431255+0000 mon.smithi027 (mon.0) 245 : cluster [DBG] mgrmap e17: smithi027.xpwwjc(active, since 36s) 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431255+0000 mon.smithi027 (mon.0) 245 : cluster [DBG] mgrmap e17: smithi027.xpwwjc(active, since 36s) 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431548+0000 mon.smithi027 (mon.0) 246 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431548+0000 mon.smithi027 (mon.0) 246 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431588+0000 mon.smithi027 (mon.0) 247 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431588+0000 mon.smithi027 (mon.0) 247 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-22T23:15:54.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431614+0000 mon.smithi027 (mon.0) 248 : cluster [WRN] host smithi114 `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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431614+0000 mon.smithi027 (mon.0) 248 : cluster [WRN] host smithi114 `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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431638+0000 mon.smithi027 (mon.0) 249 : 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:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431638+0000 mon.smithi027 (mon.0) 249 : 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:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431665+0000 mon.smithi027 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431665+0000 mon.smithi027 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431692+0000 mon.smithi027 (mon.0) 251 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431692+0000 mon.smithi027 (mon.0) 251 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431719+0000 mon.smithi027 (mon.0) 252 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431719+0000 mon.smithi027 (mon.0) 252 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431745+0000 mon.smithi027 (mon.0) 253 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431745+0000 mon.smithi027 (mon.0) 253 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431771+0000 mon.smithi027 (mon.0) 254 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431771+0000 mon.smithi027 (mon.0) 254 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431797+0000 mon.smithi027 (mon.0) 255 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431797+0000 mon.smithi027 (mon.0) 255 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431829+0000 mon.smithi027 (mon.0) 256 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431829+0000 mon.smithi027 (mon.0) 256 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.930 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431856+0000 mon.smithi027 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.931 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431856+0000 mon.smithi027 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431880+0000 mon.smithi027 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431880+0000 mon.smithi027 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431906+0000 mon.smithi027 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431906+0000 mon.smithi027 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431932+0000 mon.smithi027 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431932+0000 mon.smithi027 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431962+0000 mon.smithi027 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431962+0000 mon.smithi027 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431988+0000 mon.smithi027 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.431988+0000 mon.smithi027 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432014+0000 mon.smithi027 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432014+0000 mon.smithi027 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.932 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432043+0000 mon.smithi027 (mon.0) 264 : 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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432043+0000 mon.smithi027 (mon.0) 264 : 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=smithi114 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/a05e6dd6-00fd-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-tmpoc0bnmnz:/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:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432074+0000 mon.smithi027 (mon.0) 265 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432074+0000 mon.smithi027 (mon.0) 265 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432100+0000 mon.smithi027 (mon.0) 266 : cluster [WRN] host smithi027 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432100+0000 mon.smithi027 (mon.0) 266 : cluster [WRN] host smithi027 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432126+0000 mon.smithi027 (mon.0) 267 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432126+0000 mon.smithi027 (mon.0) 267 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432170+0000 mon.smithi027 (mon.0) 268 : 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:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432170+0000 mon.smithi027 (mon.0) 268 : 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:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432197+0000 mon.smithi027 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432197+0000 mon.smithi027 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432223+0000 mon.smithi027 (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432223+0000 mon.smithi027 (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-22T23:15:54.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432247+0000 mon.smithi027 (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432247+0000 mon.smithi027 (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432274+0000 mon.smithi027 (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432274+0000 mon.smithi027 (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432301+0000 mon.smithi027 (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432301+0000 mon.smithi027 (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432330+0000 mon.smithi027 (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432330+0000 mon.smithi027 (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432363+0000 mon.smithi027 (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432363+0000 mon.smithi027 (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5642, in 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432391+0000 mon.smithi027 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432391+0000 mon.smithi027 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 5630, in main 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432419+0000 mon.smithi027 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432419+0000 mon.smithi027 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 408, in _infer_config 2024-04-22T23:15:54.934 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432447+0000 mon.smithi027 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432447+0000 mon.smithi027 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 323, in _infer_fsid 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432481+0000 mon.smithi027 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432481+0000 mon.smithi027 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 436, in _infer_image 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432507+0000 mon.smithi027 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432507+0000 mon.smithi027 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 310, in _validate_fsid 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432531+0000 mon.smithi027 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432531+0000 mon.smithi027 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/__main__.py", line 3380, in command_ceph_volume 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432563+0000 mon.smithi027 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432563+0000 mon.smithi027 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/cephadm.94efd715a2c841750499b7d3d025171327475e2d4fc96b8d6f7706d699c4cedb/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432595+0000 mon.smithi027 (mon.0) 283 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432595+0000 mon.smithi027 (mon.0) 283 : 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=smithi027 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/a05e6dd6-00fd-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-tmp8sq1okt9:/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:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432624+0000 mon.smithi027 (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.432624+0000 mon.smithi027 (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-22T23:15:54.935 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.437217+0000 mon.smithi027 (mon.0) 285 : cluster [DBG] Standby manager daemon smithi114.jlmbpc started 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.437217+0000 mon.smithi027 (mon.0) 285 : cluster [DBG] Standby manager daemon smithi114.jlmbpc started 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.442993+0000 mon.smithi027 (mon.0) 286 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.442993+0000 mon.smithi027 (mon.0) 286 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.450444+0000 mon.smithi027 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.450444+0000 mon.smithi027 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.454595+0000 mon.smithi027 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.454595+0000 mon.smithi027 (mon.0) 288 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.457214+0000 mon.smithi027 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/key"}]: dispatch 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.457214+0000 mon.smithi027 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.jlmbpc/key"}]: dispatch 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.458028+0000 mon.smithi027 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:15:54.936 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:54 smithi027 bash[18655]: audit 2024-04-22T23:15:54.458028+0000 mon.smithi027 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.114:0/3814621302' entity='mgr.smithi114.jlmbpc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T23:15:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:55 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.523881+0000 mon.smithi027 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi027.xpwwjc(active, since 36s), standbys: smithi114.jlmbpc 2024-04-22T23:15:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:55 smithi114 bash[20134]: cluster 2024-04-22T23:15:54.523881+0000 mon.smithi027 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi027.xpwwjc(active, since 36s), standbys: smithi114.jlmbpc 2024-04-22T23:15:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:55 smithi114 bash[20134]: audit 2024-04-22T23:15:54.524145+0000 mon.smithi027 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi114.jlmbpc", "id": "smithi114.jlmbpc"}]: dispatch 2024-04-22T23:15:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:55 smithi114 bash[20134]: audit 2024-04-22T23:15:54.524145+0000 mon.smithi027 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi114.jlmbpc", "id": "smithi114.jlmbpc"}]: dispatch 2024-04-22T23:15:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:55 smithi114 bash[20134]: audit 2024-04-22T23:15:55.362180+0000 mon.smithi027 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:55 smithi114 bash[20134]: audit 2024-04-22T23:15:55.362180+0000 mon.smithi027 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:55.817 INFO:teuthology.orchestra.run.smithi114.stdout: 2024-04-22T23:15:55.817 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":2,"fsid":"a05e6dd6-00fd-11ef-bc93-c7b262605968","modified":"2024-04-22T23:15:49.362330Z","created":"2024-04-22T23:12:42.872938Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:15:55.819 INFO:teuthology.orchestra.run.smithi114.stderr:dumped monmap epoch 2 2024-04-22T23:15:55.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:55 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.523881+0000 mon.smithi027 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi027.xpwwjc(active, since 36s), standbys: smithi114.jlmbpc 2024-04-22T23:15:55.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:55 smithi027 bash[18655]: cluster 2024-04-22T23:15:54.523881+0000 mon.smithi027 (mon.0) 291 : cluster [DBG] mgrmap e18: smithi027.xpwwjc(active, since 36s), standbys: smithi114.jlmbpc 2024-04-22T23:15:55.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:55 smithi027 bash[18655]: audit 2024-04-22T23:15:54.524145+0000 mon.smithi027 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi114.jlmbpc", "id": "smithi114.jlmbpc"}]: dispatch 2024-04-22T23:15:55.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:55 smithi027 bash[18655]: audit 2024-04-22T23:15:54.524145+0000 mon.smithi027 (mon.0) 292 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr metadata", "who": "smithi114.jlmbpc", "id": "smithi114.jlmbpc"}]: dispatch 2024-04-22T23:15:55.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:55 smithi027 bash[18655]: audit 2024-04-22T23:15:55.362180+0000 mon.smithi027 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:55.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:55 smithi027 bash[18655]: audit 2024-04-22T23:15:55.362180+0000 mon.smithi027 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2024-04-22T23:15:56.562 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:15:56.562 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:15:56.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:56 smithi027 bash[18655]: cluster 2024-04-22T23:15:55.414602+0000 mgr.smithi027.xpwwjc (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:56.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:56 smithi027 bash[18655]: cluster 2024-04-22T23:15:55.414602+0000 mgr.smithi027.xpwwjc (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:56.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:56 smithi027 bash[18655]: audit 2024-04-22T23:15:55.815638+0000 mon.smithi027 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.114:0/3759330851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:56.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:56 smithi027 bash[18655]: audit 2024-04-22T23:15:55.815638+0000 mon.smithi027 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.114:0/3759330851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:56 smithi114 bash[20134]: cluster 2024-04-22T23:15:55.414602+0000 mgr.smithi027.xpwwjc (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:56 smithi114 bash[20134]: cluster 2024-04-22T23:15:55.414602+0000 mgr.smithi027.xpwwjc (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:56 smithi114 bash[20134]: audit 2024-04-22T23:15:55.815638+0000 mon.smithi027 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.114:0/3759330851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:56 smithi114 bash[20134]: audit 2024-04-22T23:15:55.815638+0000 mon.smithi027 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.114:0/3759330851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:15:58.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:58 smithi114 bash[20134]: cluster 2024-04-22T23:15:57.415556+0000 mgr.smithi027.xpwwjc (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:58.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:15:58 smithi114 bash[20134]: cluster 2024-04-22T23:15:57.415556+0000 mgr.smithi027.xpwwjc (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:58.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:58 smithi027 bash[18655]: cluster 2024-04-22T23:15:57.415556+0000 mgr.smithi027.xpwwjc (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:15:58.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:15:58 smithi027 bash[18655]: cluster 2024-04-22T23:15:57.415556+0000 mgr.smithi027.xpwwjc (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:00.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:00 smithi114 bash[20134]: cluster 2024-04-22T23:15:59.416554+0000 mgr.smithi027.xpwwjc (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:00.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:00 smithi114 bash[20134]: cluster 2024-04-22T23:15:59.416554+0000 mgr.smithi027.xpwwjc (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:00.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:00 smithi027 bash[18655]: cluster 2024-04-22T23:15:59.416554+0000 mgr.smithi027.xpwwjc (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:00.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:00 smithi027 bash[18655]: cluster 2024-04-22T23:15:59.416554+0000 mgr.smithi027.xpwwjc (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:01.341 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:02.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: cluster 2024-04-22T23:16:01.417424+0000 mgr.smithi027.xpwwjc (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:02.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: cluster 2024-04-22T23:16:01.417424+0000 mgr.smithi027.xpwwjc (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:02.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:01.886002+0000 mon.smithi027 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:01.886002+0000 mon.smithi027 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:01.888229+0000 mon.smithi027 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:01.888229+0000 mon.smithi027 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.329588+0000 mon.smithi027 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.329588+0000 mon.smithi027 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.379683+0000 mon.smithi027 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.379683+0000 mon.smithi027 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.387260+0000 mon.smithi027 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.387260+0000 mon.smithi027 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.455637+0000 mon.smithi027 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.455637+0000 mon.smithi027 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.456474+0000 mon.smithi027 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:02.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.456474+0000 mon.smithi027 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:02.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.457349+0000 mon.smithi027 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:02 smithi027 bash[18655]: audit 2024-04-22T23:16:02.457349+0000 mon.smithi027 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.722 INFO:teuthology.orchestra.run.smithi027.stdout:# minimal ceph.conf for a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:16:02.722 INFO:teuthology.orchestra.run.smithi027.stdout:[global] 2024-04-22T23:16:02.722 INFO:teuthology.orchestra.run.smithi027.stdout: fsid = a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:16:02.722 INFO:teuthology.orchestra.run.smithi027.stdout: mon_host = [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: cluster 2024-04-22T23:16:01.417424+0000 mgr.smithi027.xpwwjc (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: cluster 2024-04-22T23:16:01.417424+0000 mgr.smithi027.xpwwjc (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:01.886002+0000 mon.smithi027 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:01.886002+0000 mon.smithi027 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:01.888229+0000 mon.smithi027 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:01.888229+0000 mon.smithi027 (mon.0) 296 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.329588+0000 mon.smithi027 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.329588+0000 mon.smithi027 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.379683+0000 mon.smithi027 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.379683+0000 mon.smithi027 (mon.0) 298 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.387260+0000 mon.smithi027 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.387260+0000 mon.smithi027 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.455637+0000 mon.smithi027 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.455637+0000 mon.smithi027 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.456474+0000 mon.smithi027 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.456474+0000 mon.smithi027 (mon.0) 301 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.457349+0000 mon.smithi027 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:02.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:02 smithi114 bash[20134]: audit 2024-04-22T23:16:02.457349+0000 mon.smithi027 (mon.0) 302 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:03.665 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:16:03.666 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:16:03.666 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:16:03.679 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:16:03.679 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:16:03.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:01.891281+0000 mgr.smithi027.xpwwjc (mgr.14197) 32 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-04-22T23:16:03.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:01.891281+0000 mgr.smithi027.xpwwjc (mgr.14197) 32 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-04-22T23:16:03.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:01.891670+0000 mgr.smithi027.xpwwjc (mgr.14197) 33 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.conf 2024-04-22T23:16:03.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:01.891670+0000 mgr.smithi027.xpwwjc (mgr.14197) 33 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.conf 2024-04-22T23:16:03.731 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.157471+0000 mgr.smithi027.xpwwjc (mgr.14197) 34 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.157471+0000 mgr.smithi027.xpwwjc (mgr.14197) 34 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.157782+0000 mgr.smithi027.xpwwjc (mgr.14197) 35 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.157782+0000 mgr.smithi027.xpwwjc (mgr.14197) 35 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cluster 2024-04-22T23:16:02.380453+0000 mgr.smithi027.xpwwjc (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cluster 2024-04-22T23:16:02.380453+0000 mgr.smithi027.xpwwjc (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cluster 2024-04-22T23:16:02.380875+0000 mgr.smithi027.xpwwjc (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cluster 2024-04-22T23:16:02.380875+0000 mgr.smithi027.xpwwjc (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.455228+0000 mgr.smithi027.xpwwjc (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi027 (unknown last config time)... 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.455228+0000 mgr.smithi027.xpwwjc (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi027 (unknown last config time)... 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.458307+0000 mgr.smithi027.xpwwjc (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi027 on smithi027 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: cephadm 2024-04-22T23:16:02.458307+0000 mgr.smithi027.xpwwjc (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi027 on smithi027 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: audit 2024-04-22T23:16:02.721689+0000 mon.smithi027 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.27:0/2687845768' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:03.732 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: audit 2024-04-22T23:16:02.721689+0000 mon.smithi027 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.27:0/2687845768' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:03.733 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: audit 2024-04-22T23:16:03.138210+0000 mon.smithi027 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:03.733 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:03 smithi027 bash[18655]: audit 2024-04-22T23:16:03.138210+0000 mon.smithi027 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:03.734 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:16:03.734 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:01.891281+0000 mgr.smithi027.xpwwjc (mgr.14197) 32 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:01.891281+0000 mgr.smithi027.xpwwjc (mgr.14197) 32 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:01.891670+0000 mgr.smithi027.xpwwjc (mgr.14197) 33 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:01.891670+0000 mgr.smithi027.xpwwjc (mgr.14197) 33 : cephadm [INF] Updating smithi114:/etc/ceph/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.157471+0000 mgr.smithi027.xpwwjc (mgr.14197) 34 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.157471+0000 mgr.smithi027.xpwwjc (mgr.14197) 34 : cephadm [INF] Updating smithi114:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.157782+0000 mgr.smithi027.xpwwjc (mgr.14197) 35 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.746 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.157782+0000 mgr.smithi027.xpwwjc (mgr.14197) 35 : cephadm [INF] Updating smithi027:/var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cluster 2024-04-22T23:16:02.380453+0000 mgr.smithi027.xpwwjc (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cluster 2024-04-22T23:16:02.380453+0000 mgr.smithi027.xpwwjc (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cluster 2024-04-22T23:16:02.380875+0000 mgr.smithi027.xpwwjc (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cluster 2024-04-22T23:16:02.380875+0000 mgr.smithi027.xpwwjc (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.455228+0000 mgr.smithi027.xpwwjc (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi027 (unknown last config time)... 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.455228+0000 mgr.smithi027.xpwwjc (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi027 (unknown last config time)... 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.458307+0000 mgr.smithi027.xpwwjc (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi027 on smithi027 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: cephadm 2024-04-22T23:16:02.458307+0000 mgr.smithi027.xpwwjc (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi027 on smithi027 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: audit 2024-04-22T23:16:02.721689+0000 mon.smithi027 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.27:0/2687845768' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: audit 2024-04-22T23:16:02.721689+0000 mon.smithi027 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.27:0/2687845768' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: audit 2024-04-22T23:16:03.138210+0000 mon.smithi027 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:03.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:03 smithi114 bash[20134]: audit 2024-04-22T23:16:03.138210+0000 mon.smithi027 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:03.748 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:16:03.748 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:16:03.805 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:16:03.805 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:16:03.805 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:16:03.811 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:16:03.811 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme1n1 2024-04-22T23:16:03.859 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme1n1 2024-04-22T23:16:03.859 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:03.859 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 961 Links: 1 Device type: 103,2 2024-04-22T23:16:03.860 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:03.860 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:11:17.108052461 +0000 2024-04-22T23:16:03.860 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:11:17.108052461 +0000 2024-04-22T23:16:03.860 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:11:17.108052461 +0000 2024-04-22T23:16:03.860 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:16:03.860 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-22T23:16:03.913 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:16:03.913 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:16:03.913 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000522478 s, 980 kB/s 2024-04-22T23:16:03.914 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-22T23:16:03.967 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme2n1 2024-04-22T23:16:04.017 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme2n1 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 970 Links: 1 Device type: 103,4 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:11:17.204009460 +0000 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:11:17.204009460 +0000 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:11:17.204009460 +0000 2024-04-22T23:16:04.018 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:16:04.018 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-22T23:16:04.074 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:16:04.075 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:16:04.075 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000297584 s, 1.7 MB/s 2024-04-22T23:16:04.076 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-22T23:16:04.122 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme3n1 2024-04-22T23:16:04.173 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme3n1 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 979 Links: 1 Device type: 103,6 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:11:17.303964666 +0000 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:11:17.303964666 +0000 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:11:17.303964666 +0000 2024-04-22T23:16:04.174 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:16:04.174 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-22T23:16:04.232 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:16:04.232 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:16:04.232 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000340238 s, 1.5 MB/s 2024-04-22T23:16:04.234 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-22T23:16:04.283 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme4n1 2024-04-22T23:16:04.330 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme4n1 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 988 Links: 1 Device type: 103,8 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-04-22 23:11:17.399921665 +0000 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-04-22 23:11:17.399921665 +0000 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-04-22 23:11:17.399921665 +0000 2024-04-22T23:16:04.331 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-04-22T23:16:04.331 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-22T23:16:04.389 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-04-22T23:16:04.389 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-04-22T23:16:04.389 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.0003272 s, 1.6 MB/s 2024-04-22T23:16:04.390 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-22T23:16:04.440 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:16:04.440 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:16:04.446 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T23:16:04.447 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/nvme1n1 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/nvme1n1 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:11:18.356541617 +0000 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:11:18.356541617 +0000 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:11:18.356541617 +0000 2024-04-22T23:16:04.494 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:16:04.495 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-22T23:16:04.548 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:16:04.548 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:16:04.548 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000496741 s, 1.0 MB/s 2024-04-22T23:16:04.550 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-22T23:16:04.600 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/nvme2n1 2024-04-22T23:16:04.645 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/nvme2n1 2024-04-22T23:16:04.645 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.645 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-04-22T23:16:04.645 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.645 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:11:18.452492760 +0000 2024-04-22T23:16:04.645 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:11:18.452492760 +0000 2024-04-22T23:16:04.646 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:11:18.452492760 +0000 2024-04-22T23:16:04.646 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:16:04.646 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-22T23:16:04.701 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:16:04.701 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:16:04.701 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.00052232 s, 980 kB/s 2024-04-22T23:16:04.702 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-22T23:16:04.752 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/nvme3n1 2024-04-22T23:16:04.801 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/nvme3n1 2024-04-22T23:16:04.801 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.801 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-04-22T23:16:04.801 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.801 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:11:18.544445937 +0000 2024-04-22T23:16:04.801 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:11:18.544445937 +0000 2024-04-22T23:16:04.802 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:11:18.544445937 +0000 2024-04-22T23:16:04.802 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:16:04.802 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-22T23:16:04.856 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:16:04.856 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:16:04.856 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000467341 s, 1.1 MB/s 2024-04-22T23:16:04.857 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-22T23:16:04.906 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/nvme4n1 2024-04-22T23:16:04.953 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/nvme4n1 2024-04-22T23:16:04.953 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-22T23:16:04.953 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-04-22T23:16:04.953 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-22T23:16:04.953 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 23:11:18.640397080 +0000 2024-04-22T23:16:04.953 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 23:11:18.640397080 +0000 2024-04-22T23:16:04.954 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 23:11:18.640397080 +0000 2024-04-22T23:16:04.954 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T23:16:04.954 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-22T23:16:05.007 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T23:16:05.007 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T23:16:05.007 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000451324 s, 1.1 MB/s 2024-04-22T23:16:05.008 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-22T23:16:05.059 DEBUG:teuthology.orchestra.run.smithi114:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-22T23:16:05.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: cluster 2024-04-22T23:16:04.381835+0000 mgr.smithi027.xpwwjc (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: cluster 2024-04-22T23:16:04.381835+0000 mgr.smithi027.xpwwjc (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.839183+0000 mon.smithi027 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.839183+0000 mon.smithi027 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.878202+0000 mon.smithi027 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.xpwwjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.878202+0000 mon.smithi027 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.xpwwjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.880069+0000 mon.smithi027 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.880069+0000 mon.smithi027 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.881700+0000 mon.smithi027 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:05.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:05 smithi114 bash[20134]: audit 2024-04-22T23:16:04.881700+0000 mon.smithi027 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:05.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: cluster 2024-04-22T23:16:04.381835+0000 mgr.smithi027.xpwwjc (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:05.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: cluster 2024-04-22T23:16:04.381835+0000 mgr.smithi027.xpwwjc (mgr.14197) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:05.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.839183+0000 mon.smithi027 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.839183+0000 mon.smithi027 (mon.0) 305 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.878202+0000 mon.smithi027 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.xpwwjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.878202+0000 mon.smithi027 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.xpwwjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.880069+0000 mon.smithi027 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.880069+0000 mon.smithi027 (mon.0) 307 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.881700+0000 mon.smithi027 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:05.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:05 smithi027 bash[18655]: audit 2024-04-22T23:16:04.881700+0000 mon.smithi027 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:06.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:06 smithi114 bash[20134]: cephadm 2024-04-22T23:16:04.877386+0000 mgr.smithi027.xpwwjc (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi027.xpwwjc (unknown last config time)... 2024-04-22T23:16:06.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:06 smithi114 bash[20134]: cephadm 2024-04-22T23:16:04.877386+0000 mgr.smithi027.xpwwjc (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi027.xpwwjc (unknown last config time)... 2024-04-22T23:16:06.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:06 smithi114 bash[20134]: cephadm 2024-04-22T23:16:04.883810+0000 mgr.smithi027.xpwwjc (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi027.xpwwjc on smithi027 2024-04-22T23:16:06.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:06 smithi114 bash[20134]: cephadm 2024-04-22T23:16:04.883810+0000 mgr.smithi027.xpwwjc (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi027.xpwwjc on smithi027 2024-04-22T23:16:06.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:06 smithi027 bash[18655]: cephadm 2024-04-22T23:16:04.877386+0000 mgr.smithi027.xpwwjc (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi027.xpwwjc (unknown last config time)... 2024-04-22T23:16:06.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:06 smithi027 bash[18655]: cephadm 2024-04-22T23:16:04.877386+0000 mgr.smithi027.xpwwjc (mgr.14197) 41 : cephadm [INF] Reconfiguring mgr.smithi027.xpwwjc (unknown last config time)... 2024-04-22T23:16:06.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:06 smithi027 bash[18655]: cephadm 2024-04-22T23:16:04.883810+0000 mgr.smithi027.xpwwjc (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi027.xpwwjc on smithi027 2024-04-22T23:16:06.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:06 smithi027 bash[18655]: cephadm 2024-04-22T23:16:04.883810+0000 mgr.smithi027.xpwwjc (mgr.14197) 42 : cephadm [INF] Reconfiguring daemon mgr.smithi027.xpwwjc on smithi027 2024-04-22T23:16:07.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: cluster 2024-04-22T23:16:06.382395+0000 mgr.smithi027.xpwwjc (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:07.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: cluster 2024-04-22T23:16:06.382395+0000 mgr.smithi027.xpwwjc (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:07.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: audit 2024-04-22T23:16:06.909634+0000 mon.smithi027 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:07.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: audit 2024-04-22T23:16:06.909634+0000 mon.smithi027 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:07.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: audit 2024-04-22T23:16:06.954515+0000 mon.smithi027 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:07.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: audit 2024-04-22T23:16:06.954515+0000 mon.smithi027 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:07.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: audit 2024-04-22T23:16:06.956622+0000 mon.smithi027 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:07.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:07 smithi027 bash[18655]: audit 2024-04-22T23:16:06.956622+0000 mon.smithi027 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: cluster 2024-04-22T23:16:06.382395+0000 mgr.smithi027.xpwwjc (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: cluster 2024-04-22T23:16:06.382395+0000 mgr.smithi027.xpwwjc (mgr.14197) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: audit 2024-04-22T23:16:06.909634+0000 mon.smithi027 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: audit 2024-04-22T23:16:06.909634+0000 mon.smithi027 (mon.0) 309 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: audit 2024-04-22T23:16:06.954515+0000 mon.smithi027 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: audit 2024-04-22T23:16:06.954515+0000 mon.smithi027 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi027", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: audit 2024-04-22T23:16:06.956622+0000 mon.smithi027 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:07.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:07 smithi114 bash[20134]: audit 2024-04-22T23:16:06.956622+0000 mon.smithi027 (mon.0) 311 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:08.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:08 smithi114 bash[20134]: cephadm 2024-04-22T23:16:06.953704+0000 mgr.smithi027.xpwwjc (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi027 (monmap changed)... 2024-04-22T23:16:08.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:08 smithi114 bash[20134]: cephadm 2024-04-22T23:16:06.953704+0000 mgr.smithi027.xpwwjc (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi027 (monmap changed)... 2024-04-22T23:16:08.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:08 smithi114 bash[20134]: cephadm 2024-04-22T23:16:06.958525+0000 mgr.smithi027.xpwwjc (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi027 on smithi027 2024-04-22T23:16:08.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:08 smithi114 bash[20134]: cephadm 2024-04-22T23:16:06.958525+0000 mgr.smithi027.xpwwjc (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi027 on smithi027 2024-04-22T23:16:08.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:08 smithi027 bash[18655]: cephadm 2024-04-22T23:16:06.953704+0000 mgr.smithi027.xpwwjc (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi027 (monmap changed)... 2024-04-22T23:16:08.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:08 smithi027 bash[18655]: cephadm 2024-04-22T23:16:06.953704+0000 mgr.smithi027.xpwwjc (mgr.14197) 44 : cephadm [INF] Reconfiguring ceph-exporter.smithi027 (monmap changed)... 2024-04-22T23:16:08.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:08 smithi027 bash[18655]: cephadm 2024-04-22T23:16:06.958525+0000 mgr.smithi027.xpwwjc (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi027 on smithi027 2024-04-22T23:16:08.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:08 smithi027 bash[18655]: cephadm 2024-04-22T23:16:06.958525+0000 mgr.smithi027.xpwwjc (mgr.14197) 45 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi027 on smithi027 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: cluster 2024-04-22T23:16:08.382869+0000 mgr.smithi027.xpwwjc (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: cluster 2024-04-22T23:16:08.382869+0000 mgr.smithi027.xpwwjc (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: audit 2024-04-22T23:16:08.953825+0000 mon.smithi027 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: audit 2024-04-22T23:16:08.953825+0000 mon.smithi027 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: audit 2024-04-22T23:16:08.978815+0000 mon.smithi027 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: audit 2024-04-22T23:16:08.978815+0000 mon.smithi027 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: audit 2024-04-22T23:16:08.980856+0000 mon.smithi027 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:09.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:09 smithi114 bash[20134]: audit 2024-04-22T23:16:08.980856+0000 mon.smithi027 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:09.836 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi114/config 2024-04-22T23:16:09.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: cluster 2024-04-22T23:16:08.382869+0000 mgr.smithi027.xpwwjc (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:09.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: cluster 2024-04-22T23:16:08.382869+0000 mgr.smithi027.xpwwjc (mgr.14197) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:09.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: audit 2024-04-22T23:16:08.953825+0000 mon.smithi027 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:09.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: audit 2024-04-22T23:16:08.953825+0000 mon.smithi027 (mon.0) 312 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:09.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: audit 2024-04-22T23:16:08.978815+0000 mon.smithi027 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:09.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: audit 2024-04-22T23:16:08.978815+0000 mon.smithi027 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:09.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: audit 2024-04-22T23:16:08.980856+0000 mon.smithi027 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:09.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:09 smithi027 bash[18655]: audit 2024-04-22T23:16:08.980856+0000 mon.smithi027 (mon.0) 314 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:10.740 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:10 smithi114 bash[20134]: cephadm 2024-04-22T23:16:08.978142+0000 mgr.smithi027.xpwwjc (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi027 (monmap changed)... 2024-04-22T23:16:10.740 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:10 smithi114 bash[20134]: cephadm 2024-04-22T23:16:08.978142+0000 mgr.smithi027.xpwwjc (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi027 (monmap changed)... 2024-04-22T23:16:10.740 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:10 smithi114 bash[20134]: cephadm 2024-04-22T23:16:08.982926+0000 mgr.smithi027.xpwwjc (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi027 on smithi027 2024-04-22T23:16:10.740 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:10 smithi114 bash[20134]: cephadm 2024-04-22T23:16:08.982926+0000 mgr.smithi027.xpwwjc (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi027 on smithi027 2024-04-22T23:16:10.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:10 smithi027 bash[18655]: cephadm 2024-04-22T23:16:08.978142+0000 mgr.smithi027.xpwwjc (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi027 (monmap changed)... 2024-04-22T23:16:10.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:10 smithi027 bash[18655]: cephadm 2024-04-22T23:16:08.978142+0000 mgr.smithi027.xpwwjc (mgr.14197) 47 : cephadm [INF] Reconfiguring crash.smithi027 (monmap changed)... 2024-04-22T23:16:10.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:10 smithi027 bash[18655]: cephadm 2024-04-22T23:16:08.982926+0000 mgr.smithi027.xpwwjc (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi027 on smithi027 2024-04-22T23:16:10.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:10 smithi027 bash[18655]: cephadm 2024-04-22T23:16:08.982926+0000 mgr.smithi027.xpwwjc (mgr.14197) 48 : cephadm [INF] Reconfiguring daemon crash.smithi027 on smithi027 2024-04-22T23:16:11.144 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled osd.all-available-devices update... 2024-04-22T23:16:11.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:11 smithi027 bash[18655]: cluster 2024-04-22T23:16:10.383879+0000 mgr.smithi027.xpwwjc (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:11.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:11 smithi027 bash[18655]: cluster 2024-04-22T23:16:10.383879+0000 mgr.smithi027.xpwwjc (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:11.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:11 smithi027 bash[18655]: audit 2024-04-22T23:16:10.902825+0000 mon.smithi027 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:11 smithi027 bash[18655]: audit 2024-04-22T23:16:10.902825+0000 mon.smithi027 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:11 smithi027 bash[18655]: audit 2024-04-22T23:16:11.142756+0000 mon.smithi027 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:11 smithi027 bash[18655]: audit 2024-04-22T23:16:11.142756+0000 mon.smithi027 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:11 smithi114 bash[20134]: cluster 2024-04-22T23:16:10.383879+0000 mgr.smithi027.xpwwjc (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:11.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:11 smithi114 bash[20134]: cluster 2024-04-22T23:16:10.383879+0000 mgr.smithi027.xpwwjc (mgr.14197) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:11.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:11 smithi114 bash[20134]: audit 2024-04-22T23:16:10.902825+0000 mon.smithi027 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:11 smithi114 bash[20134]: audit 2024-04-22T23:16:10.902825+0000 mon.smithi027 (mon.0) 315 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:11 smithi114 bash[20134]: audit 2024-04-22T23:16:11.142756+0000 mon.smithi027 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:11 smithi114 bash[20134]: audit 2024-04-22T23:16:11.142756+0000 mon.smithi027 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:11.825 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-22T23:16:11.825 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:16:12.605 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:10.954570+0000 mgr.smithi027.xpwwjc (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi027 (dependencies changed)... 2024-04-22T23:16:12.605 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:10.954570+0000 mgr.smithi027.xpwwjc (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi027 (dependencies changed)... 2024-04-22T23:16:12.605 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:10.990579+0000 mgr.smithi027.xpwwjc (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi027 on smithi027 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:10.990579+0000 mgr.smithi027.xpwwjc (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi027 on smithi027 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: audit 2024-04-22T23:16:11.130250+0000 mgr.smithi027.xpwwjc (mgr.14197) 52 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: audit 2024-04-22T23:16:11.130250+0000 mgr.smithi027.xpwwjc (mgr.14197) 52 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:11.134737+0000 mgr.smithi027.xpwwjc (mgr.14197) 53 : cephadm [INF] Marking host: smithi027 for OSDSpec preview refresh. 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:11.134737+0000 mgr.smithi027.xpwwjc (mgr.14197) 53 : cephadm [INF] Marking host: smithi027 for OSDSpec preview refresh. 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:11.135201+0000 mgr.smithi027.xpwwjc (mgr.14197) 54 : cephadm [INF] Marking host: smithi114 for OSDSpec preview refresh. 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:11.135201+0000 mgr.smithi027.xpwwjc (mgr.14197) 54 : cephadm [INF] Marking host: smithi114 for OSDSpec preview refresh. 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:11.135972+0000 mgr.smithi027.xpwwjc (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:16:12.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:12 smithi027 bash[18655]: cephadm 2024-04-22T23:16:11.135972+0000 mgr.smithi027.xpwwjc (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:10.954570+0000 mgr.smithi027.xpwwjc (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi027 (dependencies changed)... 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:10.954570+0000 mgr.smithi027.xpwwjc (mgr.14197) 50 : cephadm [INF] Reconfiguring alertmanager.smithi027 (dependencies changed)... 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:10.990579+0000 mgr.smithi027.xpwwjc (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi027 on smithi027 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:10.990579+0000 mgr.smithi027.xpwwjc (mgr.14197) 51 : cephadm [INF] Reconfiguring daemon alertmanager.smithi027 on smithi027 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: audit 2024-04-22T23:16:11.130250+0000 mgr.smithi027.xpwwjc (mgr.14197) 52 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: audit 2024-04-22T23:16:11.130250+0000 mgr.smithi027.xpwwjc (mgr.14197) 52 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:11.134737+0000 mgr.smithi027.xpwwjc (mgr.14197) 53 : cephadm [INF] Marking host: smithi027 for OSDSpec preview refresh. 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:11.134737+0000 mgr.smithi027.xpwwjc (mgr.14197) 53 : cephadm [INF] Marking host: smithi027 for OSDSpec preview refresh. 2024-04-22T23:16:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:11.135201+0000 mgr.smithi027.xpwwjc (mgr.14197) 54 : cephadm [INF] Marking host: smithi114 for OSDSpec preview refresh. 2024-04-22T23:16:12.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:11.135201+0000 mgr.smithi027.xpwwjc (mgr.14197) 54 : cephadm [INF] Marking host: smithi114 for OSDSpec preview refresh. 2024-04-22T23:16:12.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:11.135972+0000 mgr.smithi027.xpwwjc (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:16:12.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:12 smithi114 bash[20134]: cephadm 2024-04-22T23:16:11.135972+0000 mgr.smithi027.xpwwjc (mgr.14197) 55 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-22T23:16:13.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:13 smithi114 bash[20134]: cluster 2024-04-22T23:16:12.384396+0000 mgr.smithi027.xpwwjc (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:13.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:13 smithi114 bash[20134]: cluster 2024-04-22T23:16:12.384396+0000 mgr.smithi027.xpwwjc (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:13.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:13 smithi027 bash[18655]: cluster 2024-04-22T23:16:12.384396+0000 mgr.smithi027.xpwwjc (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:13.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:13 smithi027 bash[18655]: cluster 2024-04-22T23:16:12.384396+0000 mgr.smithi027.xpwwjc (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:15.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:15 smithi114 bash[20134]: cluster 2024-04-22T23:16:14.385334+0000 mgr.smithi027.xpwwjc (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:15.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:15 smithi114 bash[20134]: cluster 2024-04-22T23:16:14.385334+0000 mgr.smithi027.xpwwjc (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:15.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:15 smithi114 bash[20134]: audit 2024-04-22T23:16:15.230226+0000 mon.smithi027 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:15.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:15 smithi114 bash[20134]: audit 2024-04-22T23:16:15.230226+0000 mon.smithi027 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:15.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:15 smithi027 bash[18655]: cluster 2024-04-22T23:16:14.385334+0000 mgr.smithi027.xpwwjc (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:15.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:15 smithi027 bash[18655]: cluster 2024-04-22T23:16:14.385334+0000 mgr.smithi027.xpwwjc (mgr.14197) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:15.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:15 smithi027 bash[18655]: audit 2024-04-22T23:16:15.230226+0000 mon.smithi027 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:15.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:15 smithi027 bash[18655]: audit 2024-04-22T23:16:15.230226+0000 mon.smithi027 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:16.575 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:16.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:16 smithi027 bash[18655]: cephadm 2024-04-22T23:16:15.263560+0000 mgr.smithi027.xpwwjc (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi027 (dependencies changed)... 2024-04-22T23:16:16.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:16 smithi027 bash[18655]: cephadm 2024-04-22T23:16:15.263560+0000 mgr.smithi027.xpwwjc (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi027 (dependencies changed)... 2024-04-22T23:16:16.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:16 smithi027 bash[18655]: cephadm 2024-04-22T23:16:15.280343+0000 mgr.smithi027.xpwwjc (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi027 on smithi027 2024-04-22T23:16:16.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:16 smithi027 bash[18655]: cephadm 2024-04-22T23:16:15.280343+0000 mgr.smithi027.xpwwjc (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi027 on smithi027 2024-04-22T23:16:16.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:16 smithi114 bash[20134]: cephadm 2024-04-22T23:16:15.263560+0000 mgr.smithi027.xpwwjc (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi027 (dependencies changed)... 2024-04-22T23:16:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:16 smithi114 bash[20134]: cephadm 2024-04-22T23:16:15.263560+0000 mgr.smithi027.xpwwjc (mgr.14197) 58 : cephadm [INF] Reconfiguring grafana.smithi027 (dependencies changed)... 2024-04-22T23:16:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:16 smithi114 bash[20134]: cephadm 2024-04-22T23:16:15.280343+0000 mgr.smithi027.xpwwjc (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi027 on smithi027 2024-04-22T23:16:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:16 smithi114 bash[20134]: cephadm 2024-04-22T23:16:15.280343+0000 mgr.smithi027.xpwwjc (mgr.14197) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi027 on smithi027 2024-04-22T23:16:17.607 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:17 smithi027 bash[18655]: cluster 2024-04-22T23:16:16.386098+0000 mgr.smithi027.xpwwjc (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:17.607 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:17 smithi027 bash[18655]: cluster 2024-04-22T23:16:16.386098+0000 mgr.smithi027.xpwwjc (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:17.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:17 smithi114 bash[20134]: cluster 2024-04-22T23:16:16.386098+0000 mgr.smithi027.xpwwjc (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:17.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:17 smithi114 bash[20134]: cluster 2024-04-22T23:16:16.386098+0000 mgr.smithi027.xpwwjc (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:17.996 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:16:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:18 smithi114 bash[20134]: audit 2024-04-22T23:16:17.996252+0000 mon.smithi027 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.27:0/1235990954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:18 smithi114 bash[20134]: audit 2024-04-22T23:16:17.996252+0000 mon.smithi027 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.27:0/1235990954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:18.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:18 smithi114 bash[20134]: audit 2024-04-22T23:16:18.138666+0000 mon.smithi027 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:18.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:18 smithi114 bash[20134]: audit 2024-04-22T23:16:18.138666+0000 mon.smithi027 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:18.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:18 smithi027 bash[18655]: audit 2024-04-22T23:16:17.996252+0000 mon.smithi027 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.27:0/1235990954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:18.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:18 smithi027 bash[18655]: audit 2024-04-22T23:16:17.996252+0000 mon.smithi027 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.27:0/1235990954' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:18.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:18 smithi027 bash[18655]: audit 2024-04-22T23:16:18.138666+0000 mon.smithi027 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:18.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:18 smithi027 bash[18655]: audit 2024-04-22T23:16:18.138666+0000 mon.smithi027 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:19.181 INFO:teuthology.orchestra.run.smithi027.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:16:19.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:19 smithi114 bash[20134]: cluster 2024-04-22T23:16:18.387023+0000 mgr.smithi027.xpwwjc (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:19.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:19 smithi114 bash[20134]: cluster 2024-04-22T23:16:18.387023+0000 mgr.smithi027.xpwwjc (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:19.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:19 smithi027 bash[18655]: cluster 2024-04-22T23:16:18.387023+0000 mgr.smithi027.xpwwjc (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:19.847 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:19 smithi027 bash[18655]: cluster 2024-04-22T23:16:18.387023+0000 mgr.smithi027.xpwwjc (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:20.183 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:16:20.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:20 smithi114 bash[20134]: cluster 2024-04-22T23:16:20.387509+0000 mgr.smithi027.xpwwjc (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:20.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:20 smithi114 bash[20134]: cluster 2024-04-22T23:16:20.387509+0000 mgr.smithi027.xpwwjc (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:20.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:20 smithi027 bash[18655]: cluster 2024-04-22T23:16:20.387509+0000 mgr.smithi027.xpwwjc (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:20.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:20 smithi027 bash[18655]: cluster 2024-04-22T23:16:20.387509+0000 mgr.smithi027.xpwwjc (mgr.14197) 62 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:22.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:22 smithi027 bash[18655]: audit 2024-04-22T23:16:21.337786+0000 mon.smithi027 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:22.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:22 smithi027 bash[18655]: audit 2024-04-22T23:16:21.337786+0000 mon.smithi027 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:22.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:22 smithi027 bash[18655]: cephadm 2024-04-22T23:16:21.372421+0000 mgr.smithi027.xpwwjc (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi027 (dependencies changed)... 2024-04-22T23:16:22.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:22 smithi027 bash[18655]: cephadm 2024-04-22T23:16:21.372421+0000 mgr.smithi027.xpwwjc (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi027 (dependencies changed)... 2024-04-22T23:16:22.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:22 smithi114 bash[20134]: audit 2024-04-22T23:16:21.337786+0000 mon.smithi027 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:22.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:22 smithi114 bash[20134]: audit 2024-04-22T23:16:21.337786+0000 mon.smithi027 (mon.0) 320 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:22.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:22 smithi114 bash[20134]: cephadm 2024-04-22T23:16:21.372421+0000 mgr.smithi027.xpwwjc (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi027 (dependencies changed)... 2024-04-22T23:16:22.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:22 smithi114 bash[20134]: cephadm 2024-04-22T23:16:21.372421+0000 mgr.smithi027.xpwwjc (mgr.14197) 63 : cephadm [INF] Reconfiguring prometheus.smithi027 (dependencies changed)... 2024-04-22T23:16:23.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:23 smithi027 bash[18655]: cephadm 2024-04-22T23:16:21.637161+0000 mgr.smithi027.xpwwjc (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi027 on smithi027 2024-04-22T23:16:23.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:23 smithi027 bash[18655]: cephadm 2024-04-22T23:16:21.637161+0000 mgr.smithi027.xpwwjc (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi027 on smithi027 2024-04-22T23:16:23.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:23 smithi027 bash[18655]: cluster 2024-04-22T23:16:22.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:23.397 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:23 smithi027 bash[18655]: cluster 2024-04-22T23:16:22.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:23.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:23 smithi114 bash[20134]: cephadm 2024-04-22T23:16:21.637161+0000 mgr.smithi027.xpwwjc (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi027 on smithi027 2024-04-22T23:16:23.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:23 smithi114 bash[20134]: cephadm 2024-04-22T23:16:21.637161+0000 mgr.smithi027.xpwwjc (mgr.14197) 64 : cephadm [INF] Reconfiguring daemon prometheus.smithi027 on smithi027 2024-04-22T23:16:23.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:23 smithi114 bash[20134]: cluster 2024-04-22T23:16:22.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:23.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:23 smithi114 bash[20134]: cluster 2024-04-22T23:16:22.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:25.805 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:25 smithi027 bash[18655]: cluster 2024-04-22T23:16:24.389433+0000 mgr.smithi027.xpwwjc (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:25.805 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:25 smithi027 bash[18655]: cluster 2024-04-22T23:16:24.389433+0000 mgr.smithi027.xpwwjc (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:25 smithi114 bash[20134]: cluster 2024-04-22T23:16:24.389433+0000 mgr.smithi027.xpwwjc (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:25 smithi114 bash[20134]: cluster 2024-04-22T23:16:24.389433+0000 mgr.smithi027.xpwwjc (mgr.14197) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:25.957 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: cluster 2024-04-22T23:16:26.390395+0000 mgr.smithi027.xpwwjc (mgr.14197) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: cluster 2024-04-22T23:16:26.390395+0000 mgr.smithi027.xpwwjc (mgr.14197) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: audit 2024-04-22T23:16:26.799633+0000 mon.smithi027 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: audit 2024-04-22T23:16:26.799633+0000 mon.smithi027 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: audit 2024-04-22T23:16:26.818892+0000 mon.smithi027 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: audit 2024-04-22T23:16:26.818892+0000 mon.smithi027 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: audit 2024-04-22T23:16:26.819755+0000 mon.smithi027 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:27.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:27 smithi114 bash[20134]: audit 2024-04-22T23:16:26.819755+0000 mon.smithi027 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: cluster 2024-04-22T23:16:26.390395+0000 mgr.smithi027.xpwwjc (mgr.14197) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: cluster 2024-04-22T23:16:26.390395+0000 mgr.smithi027.xpwwjc (mgr.14197) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: audit 2024-04-22T23:16:26.799633+0000 mon.smithi027 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: audit 2024-04-22T23:16:26.799633+0000 mon.smithi027 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: audit 2024-04-22T23:16:26.818892+0000 mon.smithi027 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: audit 2024-04-22T23:16:26.818892+0000 mon.smithi027 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi114", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: audit 2024-04-22T23:16:26.819755+0000 mon.smithi027 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:27.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:27 smithi027 bash[18655]: audit 2024-04-22T23:16:26.819755+0000 mon.smithi027 (mon.0) 323 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:28.016 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:16:28.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:28 smithi114 bash[20134]: cephadm 2024-04-22T23:16:26.818510+0000 mgr.smithi027.xpwwjc (mgr.14197) 68 : cephadm [INF] Reconfiguring ceph-exporter.smithi114 (monmap changed)... 2024-04-22T23:16:28.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:28 smithi114 bash[20134]: cephadm 2024-04-22T23:16:26.818510+0000 mgr.smithi027.xpwwjc (mgr.14197) 68 : cephadm [INF] Reconfiguring ceph-exporter.smithi114 (monmap changed)... 2024-04-22T23:16:28.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:28 smithi114 bash[20134]: cephadm 2024-04-22T23:16:26.820628+0000 mgr.smithi027.xpwwjc (mgr.14197) 69 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi114 on smithi114 2024-04-22T23:16:28.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:28 smithi114 bash[20134]: cephadm 2024-04-22T23:16:26.820628+0000 mgr.smithi027.xpwwjc (mgr.14197) 69 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi114 on smithi114 2024-04-22T23:16:28.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:28 smithi114 bash[20134]: audit 2024-04-22T23:16:28.015811+0000 mon.smithi027 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.27:0/2781695095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:28.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:28 smithi114 bash[20134]: audit 2024-04-22T23:16:28.015811+0000 mon.smithi027 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.27:0/2781695095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:28.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:28 smithi027 bash[18655]: cephadm 2024-04-22T23:16:26.818510+0000 mgr.smithi027.xpwwjc (mgr.14197) 68 : cephadm [INF] Reconfiguring ceph-exporter.smithi114 (monmap changed)... 2024-04-22T23:16:28.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:28 smithi027 bash[18655]: cephadm 2024-04-22T23:16:26.818510+0000 mgr.smithi027.xpwwjc (mgr.14197) 68 : cephadm [INF] Reconfiguring ceph-exporter.smithi114 (monmap changed)... 2024-04-22T23:16:28.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:28 smithi027 bash[18655]: cephadm 2024-04-22T23:16:26.820628+0000 mgr.smithi027.xpwwjc (mgr.14197) 69 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi114 on smithi114 2024-04-22T23:16:28.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:28 smithi027 bash[18655]: cephadm 2024-04-22T23:16:26.820628+0000 mgr.smithi027.xpwwjc (mgr.14197) 69 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi114 on smithi114 2024-04-22T23:16:28.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:28 smithi027 bash[18655]: audit 2024-04-22T23:16:28.015811+0000 mon.smithi027 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.27:0/2781695095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:28.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:28 smithi027 bash[18655]: audit 2024-04-22T23:16:28.015811+0000 mon.smithi027 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.27:0/2781695095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:28.721 INFO:teuthology.orchestra.run.smithi027.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:16:29.722 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:16:29.733 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: cluster 2024-04-22T23:16:28.391350+0000 mgr.smithi027.xpwwjc (mgr.14197) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:29.733 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: cluster 2024-04-22T23:16:28.391350+0000 mgr.smithi027.xpwwjc (mgr.14197) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:29.733 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: audit 2024-04-22T23:16:28.722972+0000 mon.smithi027 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:29.733 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: audit 2024-04-22T23:16:28.722972+0000 mon.smithi027 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:29.734 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: audit 2024-04-22T23:16:28.739696+0000 mon.smithi027 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:29.734 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: audit 2024-04-22T23:16:28.739696+0000 mon.smithi027 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:29.734 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: audit 2024-04-22T23:16:28.741273+0000 mon.smithi027 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:29.734 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:29 smithi027 bash[18655]: audit 2024-04-22T23:16:28.741273+0000 mon.smithi027 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: cluster 2024-04-22T23:16:28.391350+0000 mgr.smithi027.xpwwjc (mgr.14197) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: cluster 2024-04-22T23:16:28.391350+0000 mgr.smithi027.xpwwjc (mgr.14197) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: audit 2024-04-22T23:16:28.722972+0000 mon.smithi027 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: audit 2024-04-22T23:16:28.722972+0000 mon.smithi027 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: audit 2024-04-22T23:16:28.739696+0000 mon.smithi027 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: audit 2024-04-22T23:16:28.739696+0000 mon.smithi027 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: audit 2024-04-22T23:16:28.741273+0000 mon.smithi027 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:29 smithi114 bash[20134]: audit 2024-04-22T23:16:28.741273+0000 mon.smithi027 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:30.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:30 smithi114 bash[20134]: cephadm 2024-04-22T23:16:28.738999+0000 mgr.smithi027.xpwwjc (mgr.14197) 71 : cephadm [INF] Reconfiguring crash.smithi114 (monmap changed)... 2024-04-22T23:16:30.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:30 smithi114 bash[20134]: cephadm 2024-04-22T23:16:28.738999+0000 mgr.smithi027.xpwwjc (mgr.14197) 71 : cephadm [INF] Reconfiguring crash.smithi114 (monmap changed)... 2024-04-22T23:16:30.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:30 smithi114 bash[20134]: cephadm 2024-04-22T23:16:28.742779+0000 mgr.smithi027.xpwwjc (mgr.14197) 72 : cephadm [INF] Reconfiguring daemon crash.smithi114 on smithi114 2024-04-22T23:16:30.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:30 smithi114 bash[20134]: cephadm 2024-04-22T23:16:28.742779+0000 mgr.smithi027.xpwwjc (mgr.14197) 72 : cephadm [INF] Reconfiguring daemon crash.smithi114 on smithi114 2024-04-22T23:16:30.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:30 smithi027 bash[18655]: cephadm 2024-04-22T23:16:28.738999+0000 mgr.smithi027.xpwwjc (mgr.14197) 71 : cephadm [INF] Reconfiguring crash.smithi114 (monmap changed)... 2024-04-22T23:16:30.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:30 smithi027 bash[18655]: cephadm 2024-04-22T23:16:28.738999+0000 mgr.smithi027.xpwwjc (mgr.14197) 71 : cephadm [INF] Reconfiguring crash.smithi114 (monmap changed)... 2024-04-22T23:16:30.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:30 smithi027 bash[18655]: cephadm 2024-04-22T23:16:28.742779+0000 mgr.smithi027.xpwwjc (mgr.14197) 72 : cephadm [INF] Reconfiguring daemon crash.smithi114 on smithi114 2024-04-22T23:16:30.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:30 smithi027 bash[18655]: cephadm 2024-04-22T23:16:28.742779+0000 mgr.smithi027.xpwwjc (mgr.14197) 72 : cephadm [INF] Reconfiguring daemon crash.smithi114 on smithi114 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: cluster 2024-04-22T23:16:30.392330+0000 mgr.smithi027.xpwwjc (mgr.14197) 73 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: cluster 2024-04-22T23:16:30.392330+0000 mgr.smithi027.xpwwjc (mgr.14197) 73 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.645780+0000 mon.smithi027 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.645780+0000 mon.smithi027 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.663017+0000 mon.smithi027 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.663017+0000 mon.smithi027 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.665171+0000 mon.smithi027 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.665171+0000 mon.smithi027 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.666901+0000 mon.smithi027 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:31.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:31 smithi114 bash[20134]: audit 2024-04-22T23:16:30.666901+0000 mon.smithi027 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:31.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: cluster 2024-04-22T23:16:30.392330+0000 mgr.smithi027.xpwwjc (mgr.14197) 73 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: cluster 2024-04-22T23:16:30.392330+0000 mgr.smithi027.xpwwjc (mgr.14197) 73 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.645780+0000 mon.smithi027 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.645780+0000 mon.smithi027 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.663017+0000 mon.smithi027 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.663017+0000 mon.smithi027 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.jlmbpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.665171+0000 mon.smithi027 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.665171+0000 mon.smithi027 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.666901+0000 mon.smithi027 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:31.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:31 smithi027 bash[18655]: audit 2024-04-22T23:16:30.666901+0000 mon.smithi027 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:32.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:32 smithi114 bash[20134]: cephadm 2024-04-22T23:16:30.662306+0000 mgr.smithi027.xpwwjc (mgr.14197) 74 : cephadm [INF] Reconfiguring mgr.smithi114.jlmbpc (monmap changed)... 2024-04-22T23:16:32.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:32 smithi114 bash[20134]: cephadm 2024-04-22T23:16:30.662306+0000 mgr.smithi027.xpwwjc (mgr.14197) 74 : cephadm [INF] Reconfiguring mgr.smithi114.jlmbpc (monmap changed)... 2024-04-22T23:16:32.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:32 smithi114 bash[20134]: cephadm 2024-04-22T23:16:30.669147+0000 mgr.smithi027.xpwwjc (mgr.14197) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi114.jlmbpc on smithi114 2024-04-22T23:16:32.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:32 smithi114 bash[20134]: cephadm 2024-04-22T23:16:30.669147+0000 mgr.smithi027.xpwwjc (mgr.14197) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi114.jlmbpc on smithi114 2024-04-22T23:16:32.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:32 smithi027 bash[18655]: cephadm 2024-04-22T23:16:30.662306+0000 mgr.smithi027.xpwwjc (mgr.14197) 74 : cephadm [INF] Reconfiguring mgr.smithi114.jlmbpc (monmap changed)... 2024-04-22T23:16:32.926 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:32 smithi027 bash[18655]: cephadm 2024-04-22T23:16:30.662306+0000 mgr.smithi027.xpwwjc (mgr.14197) 74 : cephadm [INF] Reconfiguring mgr.smithi114.jlmbpc (monmap changed)... 2024-04-22T23:16:32.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:32 smithi027 bash[18655]: cephadm 2024-04-22T23:16:30.669147+0000 mgr.smithi027.xpwwjc (mgr.14197) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi114.jlmbpc on smithi114 2024-04-22T23:16:32.927 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:32 smithi027 bash[18655]: cephadm 2024-04-22T23:16:30.669147+0000 mgr.smithi027.xpwwjc (mgr.14197) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi114.jlmbpc on smithi114 2024-04-22T23:16:33.785 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: cluster 2024-04-22T23:16:32.393318+0000 mgr.smithi027.xpwwjc (mgr.14197) 76 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: cluster 2024-04-22T23:16:32.393318+0000 mgr.smithi027.xpwwjc (mgr.14197) 76 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.594800+0000 mon.smithi027 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.594800+0000 mon.smithi027 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.639885+0000 mon.smithi027 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.639885+0000 mon.smithi027 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.641763+0000 mon.smithi027 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.641763+0000 mon.smithi027 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.643566+0000 mon.smithi027 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:32.643566+0000 mon.smithi027 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:33.786 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:33.139156+0000 mon.smithi027 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:33.787 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:33 smithi114 bash[20134]: audit 2024-04-22T23:16:33.139156+0000 mon.smithi027 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: cluster 2024-04-22T23:16:32.393318+0000 mgr.smithi027.xpwwjc (mgr.14197) 76 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: cluster 2024-04-22T23:16:32.393318+0000 mgr.smithi027.xpwwjc (mgr.14197) 76 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.594800+0000 mon.smithi027 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.594800+0000 mon.smithi027 (mon.0) 332 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.639885+0000 mon.smithi027 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.639885+0000 mon.smithi027 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.641763+0000 mon.smithi027 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.641763+0000 mon.smithi027 (mon.0) 334 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.643566+0000 mon.smithi027 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:32.643566+0000 mon.smithi027 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:33.139156+0000 mon.smithi027 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:33.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:33 smithi027 bash[18655]: audit 2024-04-22T23:16:33.139156+0000 mon.smithi027 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:34.497 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:34.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:34 smithi114 bash[20134]: cephadm 2024-04-22T23:16:32.639217+0000 mgr.smithi027.xpwwjc (mgr.14197) 77 : cephadm [INF] Reconfiguring mon.smithi114 (monmap changed)... 2024-04-22T23:16:34.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:34 smithi114 bash[20134]: cephadm 2024-04-22T23:16:32.639217+0000 mgr.smithi027.xpwwjc (mgr.14197) 77 : cephadm [INF] Reconfiguring mon.smithi114 (monmap changed)... 2024-04-22T23:16:34.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:34 smithi114 bash[20134]: cephadm 2024-04-22T23:16:32.645661+0000 mgr.smithi027.xpwwjc (mgr.14197) 78 : cephadm [INF] Reconfiguring daemon mon.smithi114 on smithi114 2024-04-22T23:16:34.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:34 smithi114 bash[20134]: cephadm 2024-04-22T23:16:32.645661+0000 mgr.smithi027.xpwwjc (mgr.14197) 78 : cephadm [INF] Reconfiguring daemon mon.smithi114 on smithi114 2024-04-22T23:16:34.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:34 smithi027 bash[18655]: cephadm 2024-04-22T23:16:32.639217+0000 mgr.smithi027.xpwwjc (mgr.14197) 77 : cephadm [INF] Reconfiguring mon.smithi114 (monmap changed)... 2024-04-22T23:16:34.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:34 smithi027 bash[18655]: cephadm 2024-04-22T23:16:32.639217+0000 mgr.smithi027.xpwwjc (mgr.14197) 77 : cephadm [INF] Reconfiguring mon.smithi114 (monmap changed)... 2024-04-22T23:16:34.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:34 smithi027 bash[18655]: cephadm 2024-04-22T23:16:32.645661+0000 mgr.smithi027.xpwwjc (mgr.14197) 78 : cephadm [INF] Reconfiguring daemon mon.smithi114 on smithi114 2024-04-22T23:16:34.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:34 smithi027 bash[18655]: cephadm 2024-04-22T23:16:32.645661+0000 mgr.smithi027.xpwwjc (mgr.14197) 78 : cephadm [INF] Reconfiguring daemon mon.smithi114 on smithi114 2024-04-22T23:16:35.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: cluster 2024-04-22T23:16:34.394301+0000 mgr.smithi027.xpwwjc (mgr.14197) 79 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: cluster 2024-04-22T23:16:34.394301+0000 mgr.smithi027.xpwwjc (mgr.14197) 79 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.563501+0000 mon.smithi027 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.563501+0000 mon.smithi027 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.571851+0000 mon.smithi027 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.571851+0000 mon.smithi027 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.574382+0000 mon.smithi027 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.574382+0000 mon.smithi027 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.582640+0000 mon.smithi027 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.582640+0000 mon.smithi027 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.605771+0000 mon.smithi027 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.605771+0000 mon.smithi027 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:35.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.612502+0000 mon.smithi027 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.612502+0000 mon.smithi027 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.623121+0000 mon.smithi027 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.623121+0000 mon.smithi027 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.636985+0000 mon.smithi027 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.636985+0000 mon.smithi027 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.645420+0000 mon.smithi027 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.645420+0000 mon.smithi027 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.653377+0000 mon.smithi027 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.653377+0000 mon.smithi027 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.678340+0000 mon.smithi027 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:16:35.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:35 smithi027 bash[18655]: audit 2024-04-22T23:16:34.678340+0000 mon.smithi027 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:16:35.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: cluster 2024-04-22T23:16:34.394301+0000 mgr.smithi027.xpwwjc (mgr.14197) 79 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:35.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: cluster 2024-04-22T23:16:34.394301+0000 mgr.smithi027.xpwwjc (mgr.14197) 79 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:35.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.563501+0000 mon.smithi027 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.563501+0000 mon.smithi027 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.571851+0000 mon.smithi027 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.571851+0000 mon.smithi027 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.574382+0000 mon.smithi027 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.574382+0000 mon.smithi027 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.582640+0000 mon.smithi027 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.582640+0000 mon.smithi027 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.605771+0000 mon.smithi027 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.605771+0000 mon.smithi027 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.612502+0000 mon.smithi027 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.612502+0000 mon.smithi027 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.623121+0000 mon.smithi027 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.623121+0000 mon.smithi027 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.636985+0000 mon.smithi027 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.636985+0000 mon.smithi027 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:35.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.645420+0000 mon.smithi027 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:35.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.645420+0000 mon.smithi027 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:35.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.653377+0000 mon.smithi027 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.653377+0000 mon.smithi027 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:35.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.678340+0000 mon.smithi027 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:16:35.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:35 smithi114 bash[20134]: audit 2024-04-22T23:16:34.678340+0000 mon.smithi027 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:16:35.882 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:16:36.570 INFO:teuthology.orchestra.run.smithi027.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:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.572449+0000 mgr.smithi027.xpwwjc (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.572449+0000 mgr.smithi027.xpwwjc (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.574806+0000 mgr.smithi027.xpwwjc (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.574806+0000 mgr.smithi027.xpwwjc (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.606339+0000 mgr.smithi027.xpwwjc (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.606339+0000 mgr.smithi027.xpwwjc (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.613069+0000 mgr.smithi027.xpwwjc (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:36.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.613069+0000 mgr.smithi027.xpwwjc (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:36.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.637498+0000 mgr.smithi027.xpwwjc (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:36.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.637498+0000 mgr.smithi027.xpwwjc (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:36.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.645892+0000 mgr.smithi027.xpwwjc (mgr.14197) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:36.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:34.645892+0000 mgr.smithi027.xpwwjc (mgr.14197) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:36.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:35.881709+0000 mon.smithi027 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.27:0/542090766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:36.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:36 smithi114 bash[20134]: audit 2024-04-22T23:16:35.881709+0000 mon.smithi027 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.27:0/542090766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:36.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.572449+0000 mgr.smithi027.xpwwjc (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:36.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.572449+0000 mgr.smithi027.xpwwjc (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.574806+0000 mgr.smithi027.xpwwjc (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.574806+0000 mgr.smithi027.xpwwjc (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.606339+0000 mgr.smithi027.xpwwjc (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.606339+0000 mgr.smithi027.xpwwjc (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.613069+0000 mgr.smithi027.xpwwjc (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.613069+0000 mgr.smithi027.xpwwjc (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.637498+0000 mgr.smithi027.xpwwjc (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.637498+0000 mgr.smithi027.xpwwjc (mgr.14197) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.645892+0000 mgr.smithi027.xpwwjc (mgr.14197) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:34.645892+0000 mgr.smithi027.xpwwjc (mgr.14197) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:35.881709+0000 mon.smithi027 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.27:0/542090766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:36.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:36 smithi027 bash[18655]: audit 2024-04-22T23:16:35.881709+0000 mon.smithi027 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.27:0/542090766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:37.571 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:16:37.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:37 smithi114 bash[20134]: cluster 2024-04-22T23:16:36.395271+0000 mgr.smithi027.xpwwjc (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:37.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:37 smithi114 bash[20134]: cluster 2024-04-22T23:16:36.395271+0000 mgr.smithi027.xpwwjc (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:37.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:37 smithi027 bash[18655]: cluster 2024-04-22T23:16:36.395271+0000 mgr.smithi027.xpwwjc (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:37.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:37 smithi027 bash[18655]: cluster 2024-04-22T23:16:36.395271+0000 mgr.smithi027.xpwwjc (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:39.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:39 smithi114 bash[20134]: cluster 2024-04-22T23:16:38.396229+0000 mgr.smithi027.xpwwjc (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:39.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:39 smithi114 bash[20134]: cluster 2024-04-22T23:16:38.396229+0000 mgr.smithi027.xpwwjc (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:39.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:39 smithi027 bash[18655]: cluster 2024-04-22T23:16:38.396229+0000 mgr.smithi027.xpwwjc (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:39.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:39 smithi027 bash[18655]: cluster 2024-04-22T23:16:38.396229+0000 mgr.smithi027.xpwwjc (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:41 smithi027 bash[18655]: audit 2024-04-22T23:16:40.113483+0000 mon.smithi027 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:41 smithi027 bash[18655]: audit 2024-04-22T23:16:40.113483+0000 mon.smithi027 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:41 smithi027 bash[18655]: cluster 2024-04-22T23:16:40.396784+0000 mgr.smithi027.xpwwjc (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:41 smithi027 bash[18655]: cluster 2024-04-22T23:16:40.396784+0000 mgr.smithi027.xpwwjc (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:41.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:41 smithi027 bash[18655]: audit 2024-04-22T23:16:41.014855+0000 mon.smithi027 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:41 smithi027 bash[18655]: audit 2024-04-22T23:16:41.014855+0000 mon.smithi027 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:41 smithi114 bash[20134]: audit 2024-04-22T23:16:40.113483+0000 mon.smithi027 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:41 smithi114 bash[20134]: audit 2024-04-22T23:16:40.113483+0000 mon.smithi027 (mon.0) 349 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:41 smithi114 bash[20134]: cluster 2024-04-22T23:16:40.396784+0000 mgr.smithi027.xpwwjc (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:41.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:41 smithi114 bash[20134]: cluster 2024-04-22T23:16:40.396784+0000 mgr.smithi027.xpwwjc (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:41.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:41 smithi114 bash[20134]: audit 2024-04-22T23:16:41.014855+0000 mon.smithi027 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:41.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:41 smithi114 bash[20134]: audit 2024-04-22T23:16:41.014855+0000 mon.smithi027 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:42.116 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:43.366 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:16:43.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:43 smithi027 bash[18655]: cluster 2024-04-22T23:16:42.398072+0000 mgr.smithi027.xpwwjc (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:43.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:43 smithi027 bash[18655]: cluster 2024-04-22T23:16:42.398072+0000 mgr.smithi027.xpwwjc (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:43.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:43 smithi027 bash[18655]: audit 2024-04-22T23:16:43.365413+0000 mon.smithi027 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.27:0/87179784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:43.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:43 smithi027 bash[18655]: audit 2024-04-22T23:16:43.365413+0000 mon.smithi027 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.27:0/87179784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:43.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:43 smithi114 bash[20134]: cluster 2024-04-22T23:16:42.398072+0000 mgr.smithi027.xpwwjc (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:43.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:43 smithi114 bash[20134]: cluster 2024-04-22T23:16:42.398072+0000 mgr.smithi027.xpwwjc (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:43.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:43 smithi114 bash[20134]: audit 2024-04-22T23:16:43.365413+0000 mon.smithi027 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.27:0/87179784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:43.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:43 smithi114 bash[20134]: audit 2024-04-22T23:16:43.365413+0000 mon.smithi027 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.27:0/87179784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:44.096 INFO:teuthology.orchestra.run.smithi027.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:16:45.097 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:16:45.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:45 smithi027 bash[18655]: cluster 2024-04-22T23:16:44.399059+0000 mgr.smithi027.xpwwjc (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:45.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:45 smithi027 bash[18655]: cluster 2024-04-22T23:16:44.399059+0000 mgr.smithi027.xpwwjc (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:45.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:45 smithi114 bash[20134]: cluster 2024-04-22T23:16:44.399059+0000 mgr.smithi027.xpwwjc (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:45.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:45 smithi114 bash[20134]: cluster 2024-04-22T23:16:44.399059+0000 mgr.smithi027.xpwwjc (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:47.785 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:47 smithi027 bash[18655]: cluster 2024-04-22T23:16:46.400040+0000 mgr.smithi027.xpwwjc (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:47.785 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:47 smithi027 bash[18655]: cluster 2024-04-22T23:16:46.400040+0000 mgr.smithi027.xpwwjc (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:47.785 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:47 smithi027 bash[18655]: audit 2024-04-22T23:16:47.383895+0000 mon.smithi027 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:47.785 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:47 smithi027 bash[18655]: audit 2024-04-22T23:16:47.383895+0000 mon.smithi027 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:47.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:47 smithi114 bash[20134]: cluster 2024-04-22T23:16:46.400040+0000 mgr.smithi027.xpwwjc (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:47.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:47 smithi114 bash[20134]: cluster 2024-04-22T23:16:46.400040+0000 mgr.smithi027.xpwwjc (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:47.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:47 smithi114 bash[20134]: audit 2024-04-22T23:16:47.383895+0000 mon.smithi027 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:47.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:47 smithi114 bash[20134]: audit 2024-04-22T23:16:47.383895+0000 mon.smithi027 (mon.0) 352 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:48.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:48 smithi027 bash[18655]: audit 2024-04-22T23:16:48.139877+0000 mon.smithi027 (mon.0) 353 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:48.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:48 smithi027 bash[18655]: audit 2024-04-22T23:16:48.139877+0000 mon.smithi027 (mon.0) 353 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:48 smithi114 bash[20134]: audit 2024-04-22T23:16:48.139877+0000 mon.smithi027 (mon.0) 353 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:48 smithi114 bash[20134]: audit 2024-04-22T23:16:48.139877+0000 mon.smithi027 (mon.0) 353 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:16:49.665 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: cluster 2024-04-22T23:16:48.401023+0000 mgr.smithi027.xpwwjc (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: cluster 2024-04-22T23:16:48.401023+0000 mgr.smithi027.xpwwjc (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.578038+0000 mon.smithi027 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.578038+0000 mon.smithi027 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.580430+0000 mon.smithi027 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.580430+0000 mon.smithi027 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.582204+0000 mon.smithi027 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.582204+0000 mon.smithi027 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.594119+0000 mon.smithi027 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.594119+0000 mon.smithi027 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.602223+0000 mon.smithi027 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:16:49.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:49 smithi114 bash[20134]: audit 2024-04-22T23:16:48.602223+0000 mon.smithi027 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: cluster 2024-04-22T23:16:48.401023+0000 mgr.smithi027.xpwwjc (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: cluster 2024-04-22T23:16:48.401023+0000 mgr.smithi027.xpwwjc (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.578038+0000 mon.smithi027 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.578038+0000 mon.smithi027 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.580430+0000 mon.smithi027 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.580430+0000 mon.smithi027 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.582204+0000 mon.smithi027 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.582204+0000 mon.smithi027 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.594119+0000 mon.smithi027 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.594119+0000 mon.smithi027 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.602223+0000 mon.smithi027 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:16:49.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:49 smithi027 bash[18655]: audit 2024-04-22T23:16:48.602223+0000 mon.smithi027 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:16:50.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:50 smithi027 bash[18655]: cluster 2024-04-22T23:16:48.585153+0000 mgr.smithi027.xpwwjc (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:50 smithi027 bash[18655]: cluster 2024-04-22T23:16:48.585153+0000 mgr.smithi027.xpwwjc (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:50 smithi027 bash[18655]: cluster 2024-04-22T23:16:48.586739+0000 mgr.smithi027.xpwwjc (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:50 smithi027 bash[18655]: cluster 2024-04-22T23:16:48.586739+0000 mgr.smithi027.xpwwjc (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:50 smithi114 bash[20134]: cluster 2024-04-22T23:16:48.585153+0000 mgr.smithi027.xpwwjc (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:50 smithi114 bash[20134]: cluster 2024-04-22T23:16:48.585153+0000 mgr.smithi027.xpwwjc (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:50 smithi114 bash[20134]: cluster 2024-04-22T23:16:48.586739+0000 mgr.smithi027.xpwwjc (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:50 smithi114 bash[20134]: cluster 2024-04-22T23:16:48.586739+0000 mgr.smithi027.xpwwjc (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:50.849 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:16:51.538 INFO:teuthology.orchestra.run.smithi027.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:16:51.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:51 smithi114 bash[20134]: audit 2024-04-22T23:16:50.848446+0000 mon.smithi027 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.27:0/2118011025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:51.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:51 smithi114 bash[20134]: audit 2024-04-22T23:16:50.848446+0000 mon.smithi027 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.27:0/2118011025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:51.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:51 smithi027 bash[18655]: audit 2024-04-22T23:16:50.848446+0000 mon.smithi027 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.27:0/2118011025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:51.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:51 smithi027 bash[18655]: audit 2024-04-22T23:16:50.848446+0000 mon.smithi027 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.27:0/2118011025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:52.540 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:16:52.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:52 smithi114 bash[20134]: cluster 2024-04-22T23:16:50.587769+0000 mgr.smithi027.xpwwjc (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:52.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:52 smithi114 bash[20134]: cluster 2024-04-22T23:16:50.587769+0000 mgr.smithi027.xpwwjc (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:52.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:52 smithi027 bash[18655]: cluster 2024-04-22T23:16:50.587769+0000 mgr.smithi027.xpwwjc (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:52.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:52 smithi027 bash[18655]: cluster 2024-04-22T23:16:50.587769+0000 mgr.smithi027.xpwwjc (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:54 smithi114 bash[20134]: cluster 2024-04-22T23:16:52.588782+0000 mgr.smithi027.xpwwjc (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:54.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:54 smithi114 bash[20134]: cluster 2024-04-22T23:16:52.588782+0000 mgr.smithi027.xpwwjc (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:54.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:54 smithi027 bash[18655]: cluster 2024-04-22T23:16:52.588782+0000 mgr.smithi027.xpwwjc (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:54.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:54 smithi027 bash[18655]: cluster 2024-04-22T23:16:52.588782+0000 mgr.smithi027.xpwwjc (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:56 smithi114 bash[20134]: cluster 2024-04-22T23:16:54.589700+0000 mgr.smithi027.xpwwjc (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:56 smithi114 bash[20134]: cluster 2024-04-22T23:16:54.589700+0000 mgr.smithi027.xpwwjc (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:56.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:56 smithi027 bash[18655]: cluster 2024-04-22T23:16:54.589700+0000 mgr.smithi027.xpwwjc (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:56.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:56 smithi027 bash[18655]: cluster 2024-04-22T23:16:54.589700+0000 mgr.smithi027.xpwwjc (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:57.312 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:16:58.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:58 smithi027 bash[18655]: cluster 2024-04-22T23:16:56.590668+0000 mgr.smithi027.xpwwjc (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:58.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:58 smithi027 bash[18655]: cluster 2024-04-22T23:16:56.590668+0000 mgr.smithi027.xpwwjc (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:58.720 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:16:58.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:58 smithi114 bash[20134]: cluster 2024-04-22T23:16:56.590668+0000 mgr.smithi027.xpwwjc (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:58.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:58 smithi114 bash[20134]: cluster 2024-04-22T23:16:56.590668+0000 mgr.smithi027.xpwwjc (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:16:59.378 INFO:teuthology.orchestra.run.smithi027.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:16:59.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:59 smithi027 bash[18655]: audit 2024-04-22T23:16:58.720026+0000 mon.smithi027 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.27:0/581296580' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:59.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:16:59 smithi027 bash[18655]: audit 2024-04-22T23:16:58.720026+0000 mon.smithi027 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.27:0/581296580' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:59.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:59 smithi114 bash[20134]: audit 2024-04-22T23:16:58.720026+0000 mon.smithi027 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.27:0/581296580' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:16:59.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:16:59 smithi114 bash[20134]: audit 2024-04-22T23:16:58.720026+0000 mon.smithi027 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.27:0/581296580' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:00.379 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:00.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:00 smithi027 bash[18655]: cluster 2024-04-22T23:16:58.591618+0000 mgr.smithi027.xpwwjc (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:00.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:00 smithi027 bash[18655]: cluster 2024-04-22T23:16:58.591618+0000 mgr.smithi027.xpwwjc (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:00.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:00 smithi114 bash[20134]: cluster 2024-04-22T23:16:58.591618+0000 mgr.smithi027.xpwwjc (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:00.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:00 smithi114 bash[20134]: cluster 2024-04-22T23:16:58.591618+0000 mgr.smithi027.xpwwjc (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:02.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:02 smithi114 bash[20134]: cluster 2024-04-22T23:17:00.592371+0000 mgr.smithi027.xpwwjc (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:02.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:02 smithi114 bash[20134]: cluster 2024-04-22T23:17:00.592371+0000 mgr.smithi027.xpwwjc (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:02.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:02 smithi027 bash[18655]: cluster 2024-04-22T23:17:00.592371+0000 mgr.smithi027.xpwwjc (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:02.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:02 smithi027 bash[18655]: cluster 2024-04-22T23:17:00.592371+0000 mgr.smithi027.xpwwjc (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:03 smithi114 bash[20134]: audit 2024-04-22T23:17:03.139259+0000 mon.smithi027 (mon.0) 361 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:03.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:03 smithi114 bash[20134]: audit 2024-04-22T23:17:03.139259+0000 mon.smithi027 (mon.0) 361 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:03.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:03 smithi027 bash[18655]: audit 2024-04-22T23:17:03.139259+0000 mon.smithi027 (mon.0) 361 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:03.925 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:03 smithi027 bash[18655]: audit 2024-04-22T23:17:03.139259+0000 mon.smithi027 (mon.0) 361 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:04.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:04 smithi114 bash[20134]: cluster 2024-04-22T23:17:02.593278+0000 mgr.smithi027.xpwwjc (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:04.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:04 smithi114 bash[20134]: cluster 2024-04-22T23:17:02.593278+0000 mgr.smithi027.xpwwjc (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:04 smithi027 bash[18655]: cluster 2024-04-22T23:17:02.593278+0000 mgr.smithi027.xpwwjc (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:04.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:04 smithi027 bash[18655]: cluster 2024-04-22T23:17:02.593278+0000 mgr.smithi027.xpwwjc (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:05.157 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:06.457 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:06.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:06 smithi114 bash[20134]: cluster 2024-04-22T23:17:04.594358+0000 mgr.smithi027.xpwwjc (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:06.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:06 smithi114 bash[20134]: cluster 2024-04-22T23:17:04.594358+0000 mgr.smithi027.xpwwjc (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:06.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:06 smithi114 bash[20134]: audit 2024-04-22T23:17:06.457263+0000 mon.smithi027 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.27:0/1402070292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:06.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:06 smithi114 bash[20134]: audit 2024-04-22T23:17:06.457263+0000 mon.smithi027 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.27:0/1402070292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:06.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:06 smithi027 bash[18655]: cluster 2024-04-22T23:17:04.594358+0000 mgr.smithi027.xpwwjc (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:06.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:06 smithi027 bash[18655]: cluster 2024-04-22T23:17:04.594358+0000 mgr.smithi027.xpwwjc (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:06.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:06 smithi027 bash[18655]: audit 2024-04-22T23:17:06.457263+0000 mon.smithi027 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.27:0/1402070292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:06.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:06 smithi027 bash[18655]: audit 2024-04-22T23:17:06.457263+0000 mon.smithi027 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.27:0/1402070292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:07.112 INFO:teuthology.orchestra.run.smithi027.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:17:08.113 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:08.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:08 smithi114 bash[20134]: cluster 2024-04-22T23:17:06.595295+0000 mgr.smithi027.xpwwjc (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:08.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:08 smithi114 bash[20134]: cluster 2024-04-22T23:17:06.595295+0000 mgr.smithi027.xpwwjc (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:08.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:08 smithi027 bash[18655]: cluster 2024-04-22T23:17:06.595295+0000 mgr.smithi027.xpwwjc (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:08.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:08 smithi027 bash[18655]: cluster 2024-04-22T23:17:06.595295+0000 mgr.smithi027.xpwwjc (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:10.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:10 smithi027 bash[18655]: cluster 2024-04-22T23:17:08.596274+0000 mgr.smithi027.xpwwjc (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:10.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:10 smithi027 bash[18655]: cluster 2024-04-22T23:17:08.596274+0000 mgr.smithi027.xpwwjc (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:10.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:10 smithi114 bash[20134]: cluster 2024-04-22T23:17:08.596274+0000 mgr.smithi027.xpwwjc (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:10.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:10 smithi114 bash[20134]: cluster 2024-04-22T23:17:08.596274+0000 mgr.smithi027.xpwwjc (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:12.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:12 smithi114 bash[20134]: cluster 2024-04-22T23:17:10.597262+0000 mgr.smithi027.xpwwjc (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:12.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:12 smithi114 bash[20134]: cluster 2024-04-22T23:17:10.597262+0000 mgr.smithi027.xpwwjc (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:12.886 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:12.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:12 smithi027 bash[18655]: cluster 2024-04-22T23:17:10.597262+0000 mgr.smithi027.xpwwjc (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:12.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:12 smithi027 bash[18655]: cluster 2024-04-22T23:17:10.597262+0000 mgr.smithi027.xpwwjc (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:14.053 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:14.681 INFO:teuthology.orchestra.run.smithi027.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:17:14.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:14 smithi114 bash[20134]: cluster 2024-04-22T23:17:12.598301+0000 mgr.smithi027.xpwwjc (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:14.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:14 smithi114 bash[20134]: cluster 2024-04-22T23:17:12.598301+0000 mgr.smithi027.xpwwjc (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:14.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:14 smithi114 bash[20134]: audit 2024-04-22T23:17:14.053163+0000 mon.smithi027 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.27:0/3339381920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:14.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:14 smithi114 bash[20134]: audit 2024-04-22T23:17:14.053163+0000 mon.smithi027 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.27:0/3339381920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:14.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:14 smithi027 bash[18655]: cluster 2024-04-22T23:17:12.598301+0000 mgr.smithi027.xpwwjc (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:14.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:14 smithi027 bash[18655]: cluster 2024-04-22T23:17:12.598301+0000 mgr.smithi027.xpwwjc (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:14.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:14 smithi027 bash[18655]: audit 2024-04-22T23:17:14.053163+0000 mon.smithi027 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.27:0/3339381920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:14.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:14 smithi027 bash[18655]: audit 2024-04-22T23:17:14.053163+0000 mon.smithi027 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.27:0/3339381920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:15.682 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:16.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:16 smithi114 bash[20134]: cluster 2024-04-22T23:17:14.599227+0000 mgr.smithi027.xpwwjc (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:16 smithi114 bash[20134]: cluster 2024-04-22T23:17:14.599227+0000 mgr.smithi027.xpwwjc (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:16.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:16 smithi027 bash[18655]: cluster 2024-04-22T23:17:14.599227+0000 mgr.smithi027.xpwwjc (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:16.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:16 smithi027 bash[18655]: cluster 2024-04-22T23:17:14.599227+0000 mgr.smithi027.xpwwjc (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:18 smithi114 bash[20134]: cluster 2024-04-22T23:17:16.600208+0000 mgr.smithi027.xpwwjc (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:18.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:18 smithi114 bash[20134]: cluster 2024-04-22T23:17:16.600208+0000 mgr.smithi027.xpwwjc (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:18.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:18 smithi114 bash[20134]: audit 2024-04-22T23:17:18.140803+0000 mon.smithi027 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:18.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:18 smithi114 bash[20134]: audit 2024-04-22T23:17:18.140803+0000 mon.smithi027 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:18.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:18 smithi027 bash[18655]: cluster 2024-04-22T23:17:16.600208+0000 mgr.smithi027.xpwwjc (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:18.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:18 smithi027 bash[18655]: cluster 2024-04-22T23:17:16.600208+0000 mgr.smithi027.xpwwjc (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:18.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:18 smithi027 bash[18655]: audit 2024-04-22T23:17:18.140803+0000 mon.smithi027 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:18.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:18 smithi027 bash[18655]: audit 2024-04-22T23:17:18.140803+0000 mon.smithi027 (mon.0) 364 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:19.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:19 smithi114 bash[20134]: cluster 2024-04-22T23:17:18.601206+0000 mgr.smithi027.xpwwjc (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:19.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:19 smithi114 bash[20134]: cluster 2024-04-22T23:17:18.601206+0000 mgr.smithi027.xpwwjc (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:19 smithi027 bash[18655]: cluster 2024-04-22T23:17:18.601206+0000 mgr.smithi027.xpwwjc (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:19.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:19 smithi027 bash[18655]: cluster 2024-04-22T23:17:18.601206+0000 mgr.smithi027.xpwwjc (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:20.463 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:21.688 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:21.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:21 smithi027 bash[18655]: cluster 2024-04-22T23:17:20.602240+0000 mgr.smithi027.xpwwjc (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:21.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:21 smithi027 bash[18655]: cluster 2024-04-22T23:17:20.602240+0000 mgr.smithi027.xpwwjc (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:22.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:21 smithi114 bash[20134]: cluster 2024-04-22T23:17:20.602240+0000 mgr.smithi027.xpwwjc (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:22.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:21 smithi114 bash[20134]: cluster 2024-04-22T23:17:20.602240+0000 mgr.smithi027.xpwwjc (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:22.260 INFO:teuthology.orchestra.run.smithi027.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:17:22.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:22 smithi027 bash[18655]: audit 2024-04-22T23:17:21.687933+0000 mon.smithi027 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.27:0/2433356944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:22.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:22 smithi027 bash[18655]: audit 2024-04-22T23:17:21.687933+0000 mon.smithi027 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.27:0/2433356944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:23.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:22 smithi114 bash[20134]: audit 2024-04-22T23:17:21.687933+0000 mon.smithi027 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.27:0/2433356944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:23.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:22 smithi114 bash[20134]: audit 2024-04-22T23:17:21.687933+0000 mon.smithi027 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.27:0/2433356944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:23.261 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:23.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:23 smithi027 bash[18655]: cluster 2024-04-22T23:17:22.603218+0000 mgr.smithi027.xpwwjc (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:23.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:23 smithi027 bash[18655]: cluster 2024-04-22T23:17:22.603218+0000 mgr.smithi027.xpwwjc (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:24.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:23 smithi114 bash[20134]: cluster 2024-04-22T23:17:22.603218+0000 mgr.smithi027.xpwwjc (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:24.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:23 smithi114 bash[20134]: cluster 2024-04-22T23:17:22.603218+0000 mgr.smithi027.xpwwjc (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:25.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:25 smithi027 bash[18655]: cluster 2024-04-22T23:17:24.604205+0000 mgr.smithi027.xpwwjc (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:25.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:25 smithi027 bash[18655]: cluster 2024-04-22T23:17:24.604205+0000 mgr.smithi027.xpwwjc (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:26.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:25 smithi114 bash[20134]: cluster 2024-04-22T23:17:24.604205+0000 mgr.smithi027.xpwwjc (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:26.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:25 smithi114 bash[20134]: cluster 2024-04-22T23:17:24.604205+0000 mgr.smithi027.xpwwjc (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:27.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:27 smithi027 bash[18655]: cluster 2024-04-22T23:17:26.605161+0000 mgr.smithi027.xpwwjc (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:27.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:27 smithi027 bash[18655]: cluster 2024-04-22T23:17:26.605161+0000 mgr.smithi027.xpwwjc (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:28.030 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:28.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:27 smithi114 bash[20134]: cluster 2024-04-22T23:17:26.605161+0000 mgr.smithi027.xpwwjc (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:28.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:27 smithi114 bash[20134]: cluster 2024-04-22T23:17:26.605161+0000 mgr.smithi027.xpwwjc (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:29.170 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:29.779 INFO:teuthology.orchestra.run.smithi027.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:17:30.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:29 smithi114 bash[20134]: cluster 2024-04-22T23:17:28.606170+0000 mgr.smithi027.xpwwjc (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:30.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:29 smithi114 bash[20134]: cluster 2024-04-22T23:17:28.606170+0000 mgr.smithi027.xpwwjc (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:30.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:29 smithi114 bash[20134]: audit 2024-04-22T23:17:29.169859+0000 mon.smithi027 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.27:0/2009945316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:30.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:29 smithi114 bash[20134]: audit 2024-04-22T23:17:29.169859+0000 mon.smithi027 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.27:0/2009945316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:30.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:29 smithi027 bash[18655]: cluster 2024-04-22T23:17:28.606170+0000 mgr.smithi027.xpwwjc (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:30.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:29 smithi027 bash[18655]: cluster 2024-04-22T23:17:28.606170+0000 mgr.smithi027.xpwwjc (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:30.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:29 smithi027 bash[18655]: audit 2024-04-22T23:17:29.169859+0000 mon.smithi027 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.27:0/2009945316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:30.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:29 smithi027 bash[18655]: audit 2024-04-22T23:17:29.169859+0000 mon.smithi027 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.27:0/2009945316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:30.781 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:32.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:31 smithi114 bash[20134]: cluster 2024-04-22T23:17:30.607093+0000 mgr.smithi027.xpwwjc (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:32.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:31 smithi114 bash[20134]: cluster 2024-04-22T23:17:30.607093+0000 mgr.smithi027.xpwwjc (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:32.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:31 smithi027 bash[18655]: cluster 2024-04-22T23:17:30.607093+0000 mgr.smithi027.xpwwjc (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:32.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:31 smithi027 bash[18655]: cluster 2024-04-22T23:17:30.607093+0000 mgr.smithi027.xpwwjc (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:33.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:33 smithi027 bash[18655]: cluster 2024-04-22T23:17:32.608087+0000 mgr.smithi027.xpwwjc (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:33.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:33 smithi027 bash[18655]: cluster 2024-04-22T23:17:32.608087+0000 mgr.smithi027.xpwwjc (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:33.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:33 smithi027 bash[18655]: audit 2024-04-22T23:17:33.140897+0000 mon.smithi027 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:33.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:33 smithi027 bash[18655]: audit 2024-04-22T23:17:33.140897+0000 mon.smithi027 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:34.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:33 smithi114 bash[20134]: cluster 2024-04-22T23:17:32.608087+0000 mgr.smithi027.xpwwjc (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:34.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:33 smithi114 bash[20134]: cluster 2024-04-22T23:17:32.608087+0000 mgr.smithi027.xpwwjc (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:34.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:33 smithi114 bash[20134]: audit 2024-04-22T23:17:33.140897+0000 mon.smithi027 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:34.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:33 smithi114 bash[20134]: audit 2024-04-22T23:17:33.140897+0000 mon.smithi027 (mon.0) 367 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:35.558 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:35.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:35 smithi027 bash[18655]: cluster 2024-04-22T23:17:34.609037+0000 mgr.smithi027.xpwwjc (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:35.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:35 smithi027 bash[18655]: cluster 2024-04-22T23:17:34.609037+0000 mgr.smithi027.xpwwjc (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:36.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:35 smithi114 bash[20134]: cluster 2024-04-22T23:17:34.609037+0000 mgr.smithi027.xpwwjc (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:36.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:35 smithi114 bash[20134]: cluster 2024-04-22T23:17:34.609037+0000 mgr.smithi027.xpwwjc (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:36.750 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:37.315 INFO:teuthology.orchestra.run.smithi027.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:17:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:37 smithi114 bash[20134]: cluster 2024-04-22T23:17:36.610035+0000 mgr.smithi027.xpwwjc (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:37 smithi114 bash[20134]: cluster 2024-04-22T23:17:36.610035+0000 mgr.smithi027.xpwwjc (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:38.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:37 smithi114 bash[20134]: audit 2024-04-22T23:17:36.749923+0000 mon.smithi027 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.27:0/3029297765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:38.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:37 smithi114 bash[20134]: audit 2024-04-22T23:17:36.749923+0000 mon.smithi027 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.27:0/3029297765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:38.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:37 smithi027 bash[18655]: cluster 2024-04-22T23:17:36.610035+0000 mgr.smithi027.xpwwjc (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:38.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:37 smithi027 bash[18655]: cluster 2024-04-22T23:17:36.610035+0000 mgr.smithi027.xpwwjc (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:38.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:37 smithi027 bash[18655]: audit 2024-04-22T23:17:36.749923+0000 mon.smithi027 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.27:0/3029297765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:38.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:37 smithi027 bash[18655]: audit 2024-04-22T23:17:36.749923+0000 mon.smithi027 (mon.0) 368 : audit [DBG] from='client.? 172.21.15.27:0/3029297765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:38.316 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:40.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:39 smithi114 bash[20134]: cluster 2024-04-22T23:17:38.610954+0000 mgr.smithi027.xpwwjc (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:40.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:39 smithi114 bash[20134]: cluster 2024-04-22T23:17:38.610954+0000 mgr.smithi027.xpwwjc (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:40.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:39 smithi027 bash[18655]: cluster 2024-04-22T23:17:38.610954+0000 mgr.smithi027.xpwwjc (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:40.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:39 smithi027 bash[18655]: cluster 2024-04-22T23:17:38.610954+0000 mgr.smithi027.xpwwjc (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:42.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:41 smithi114 bash[20134]: cluster 2024-04-22T23:17:40.611941+0000 mgr.smithi027.xpwwjc (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:42.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:41 smithi114 bash[20134]: cluster 2024-04-22T23:17:40.611941+0000 mgr.smithi027.xpwwjc (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:42.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:41 smithi027 bash[18655]: cluster 2024-04-22T23:17:40.611941+0000 mgr.smithi027.xpwwjc (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:42.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:41 smithi027 bash[18655]: cluster 2024-04-22T23:17:40.611941+0000 mgr.smithi027.xpwwjc (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:43.078 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:43.863 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:43 smithi027 bash[18655]: cluster 2024-04-22T23:17:42.612949+0000 mgr.smithi027.xpwwjc (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:43.863 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:43 smithi027 bash[18655]: cluster 2024-04-22T23:17:42.612949+0000 mgr.smithi027.xpwwjc (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:44.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:43 smithi114 bash[20134]: cluster 2024-04-22T23:17:42.612949+0000 mgr.smithi027.xpwwjc (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:44.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:43 smithi114 bash[20134]: cluster 2024-04-22T23:17:42.612949+0000 mgr.smithi027.xpwwjc (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:44.241 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:44.896 INFO:teuthology.orchestra.run.smithi027.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:17:45.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:44 smithi114 bash[20134]: audit 2024-04-22T23:17:44.241516+0000 mon.smithi027 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.27:0/2589165815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:45.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:44 smithi114 bash[20134]: audit 2024-04-22T23:17:44.241516+0000 mon.smithi027 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.27:0/2589165815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:45.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:44 smithi027 bash[18655]: audit 2024-04-22T23:17:44.241516+0000 mon.smithi027 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.27:0/2589165815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:45.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:44 smithi027 bash[18655]: audit 2024-04-22T23:17:44.241516+0000 mon.smithi027 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.27:0/2589165815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:45.898 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:45.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:45 smithi027 bash[18655]: cluster 2024-04-22T23:17:44.613918+0000 mgr.smithi027.xpwwjc (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:45.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:45 smithi027 bash[18655]: cluster 2024-04-22T23:17:44.613918+0000 mgr.smithi027.xpwwjc (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:46.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:45 smithi114 bash[20134]: cluster 2024-04-22T23:17:44.613918+0000 mgr.smithi027.xpwwjc (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:46.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:45 smithi114 bash[20134]: cluster 2024-04-22T23:17:44.613918+0000 mgr.smithi027.xpwwjc (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:48.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:47 smithi114 bash[20134]: cluster 2024-04-22T23:17:46.614867+0000 mgr.smithi027.xpwwjc (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:48.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:47 smithi114 bash[20134]: cluster 2024-04-22T23:17:46.614867+0000 mgr.smithi027.xpwwjc (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:48.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:47 smithi027 bash[18655]: cluster 2024-04-22T23:17:46.614867+0000 mgr.smithi027.xpwwjc (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:48.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:47 smithi027 bash[18655]: cluster 2024-04-22T23:17:46.614867+0000 mgr.smithi027.xpwwjc (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:49.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:48 smithi114 bash[20134]: audit 2024-04-22T23:17:48.141036+0000 mon.smithi027 (mon.0) 370 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:49.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:48 smithi114 bash[20134]: audit 2024-04-22T23:17:48.141036+0000 mon.smithi027 (mon.0) 370 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:49.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:48 smithi114 bash[20134]: audit 2024-04-22T23:17:48.701155+0000 mon.smithi027 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:49.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:48 smithi114 bash[20134]: audit 2024-04-22T23:17:48.701155+0000 mon.smithi027 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:49.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:48 smithi027 bash[18655]: audit 2024-04-22T23:17:48.141036+0000 mon.smithi027 (mon.0) 370 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:49.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:48 smithi027 bash[18655]: audit 2024-04-22T23:17:48.141036+0000 mon.smithi027 (mon.0) 370 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:17:49.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:48 smithi027 bash[18655]: audit 2024-04-22T23:17:48.701155+0000 mon.smithi027 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:49.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:48 smithi027 bash[18655]: audit 2024-04-22T23:17:48.701155+0000 mon.smithi027 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:50.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:49 smithi114 bash[20134]: cluster 2024-04-22T23:17:48.615827+0000 mgr.smithi027.xpwwjc (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:50.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:49 smithi114 bash[20134]: cluster 2024-04-22T23:17:48.615827+0000 mgr.smithi027.xpwwjc (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:50.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:49 smithi027 bash[18655]: cluster 2024-04-22T23:17:48.615827+0000 mgr.smithi027.xpwwjc (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:50.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:49 smithi027 bash[18655]: cluster 2024-04-22T23:17:48.615827+0000 mgr.smithi027.xpwwjc (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:50.669 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:51.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:51 smithi027 bash[18655]: cluster 2024-04-22T23:17:50.616814+0000 mgr.smithi027.xpwwjc (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:51.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:51 smithi027 bash[18655]: cluster 2024-04-22T23:17:50.616814+0000 mgr.smithi027.xpwwjc (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:51.943 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:17:52.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:51 smithi114 bash[20134]: cluster 2024-04-22T23:17:50.616814+0000 mgr.smithi027.xpwwjc (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:52.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:51 smithi114 bash[20134]: cluster 2024-04-22T23:17:50.616814+0000 mgr.smithi027.xpwwjc (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:52.630 INFO:teuthology.orchestra.run.smithi027.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:17:52.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:52 smithi027 bash[18655]: audit 2024-04-22T23:17:51.943266+0000 mon.smithi027 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.27:0/1830238824' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:52.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:52 smithi027 bash[18655]: audit 2024-04-22T23:17:51.943266+0000 mon.smithi027 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.27:0/1830238824' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:53.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:52 smithi114 bash[20134]: audit 2024-04-22T23:17:51.943266+0000 mon.smithi027 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.27:0/1830238824' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:53.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:52 smithi114 bash[20134]: audit 2024-04-22T23:17:51.943266+0000 mon.smithi027 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.27:0/1830238824' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:17:53.631 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:17:53.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:53 smithi027 bash[18655]: cluster 2024-04-22T23:17:52.617700+0000 mgr.smithi027.xpwwjc (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:53.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:53 smithi027 bash[18655]: cluster 2024-04-22T23:17:52.617700+0000 mgr.smithi027.xpwwjc (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:54.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:53 smithi114 bash[20134]: cluster 2024-04-22T23:17:52.617700+0000 mgr.smithi027.xpwwjc (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:54.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:53 smithi114 bash[20134]: cluster 2024-04-22T23:17:52.617700+0000 mgr.smithi027.xpwwjc (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:55.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:55 smithi027 bash[18655]: audit 2024-04-22T23:17:54.140817+0000 mon.smithi027 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:55 smithi027 bash[18655]: audit 2024-04-22T23:17:54.140817+0000 mon.smithi027 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:55 smithi027 bash[18655]: audit 2024-04-22T23:17:55.050827+0000 mon.smithi027 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:55 smithi027 bash[18655]: audit 2024-04-22T23:17:55.050827+0000 mon.smithi027 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:55 smithi114 bash[20134]: audit 2024-04-22T23:17:54.140817+0000 mon.smithi027 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:55 smithi114 bash[20134]: audit 2024-04-22T23:17:54.140817+0000 mon.smithi027 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:55 smithi114 bash[20134]: audit 2024-04-22T23:17:55.050827+0000 mon.smithi027 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:55.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:55 smithi114 bash[20134]: audit 2024-04-22T23:17:55.050827+0000 mon.smithi027 (mon.0) 374 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:17:56.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:56 smithi027 bash[18655]: cluster 2024-04-22T23:17:54.618264+0000 mgr.smithi027.xpwwjc (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:56.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:56 smithi027 bash[18655]: cluster 2024-04-22T23:17:54.618264+0000 mgr.smithi027.xpwwjc (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:56.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:56 smithi114 bash[20134]: cluster 2024-04-22T23:17:54.618264+0000 mgr.smithi027.xpwwjc (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:56.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:56 smithi114 bash[20134]: cluster 2024-04-22T23:17:54.618264+0000 mgr.smithi027.xpwwjc (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:58.172 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:17:58.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:58 smithi027 bash[18655]: cluster 2024-04-22T23:17:56.619145+0000 mgr.smithi027.xpwwjc (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:58.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:17:58 smithi027 bash[18655]: cluster 2024-04-22T23:17:56.619145+0000 mgr.smithi027.xpwwjc (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:58.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:58 smithi114 bash[20134]: cluster 2024-04-22T23:17:56.619145+0000 mgr.smithi027.xpwwjc (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:58.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:17:58 smithi114 bash[20134]: cluster 2024-04-22T23:17:56.619145+0000 mgr.smithi027.xpwwjc (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:59.455 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:00.116 INFO:teuthology.orchestra.run.smithi027.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:18:00.418 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:00 smithi114 bash[20134]: cluster 2024-04-22T23:17:58.620140+0000 mgr.smithi027.xpwwjc (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:00.418 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:00 smithi114 bash[20134]: cluster 2024-04-22T23:17:58.620140+0000 mgr.smithi027.xpwwjc (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:00.418 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:00 smithi114 bash[20134]: audit 2024-04-22T23:17:59.455179+0000 mon.smithi027 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.27:0/3704552751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:00.418 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:00 smithi114 bash[20134]: audit 2024-04-22T23:17:59.455179+0000 mon.smithi027 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.27:0/3704552751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:00.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:00 smithi027 bash[18655]: cluster 2024-04-22T23:17:58.620140+0000 mgr.smithi027.xpwwjc (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:00.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:00 smithi027 bash[18655]: cluster 2024-04-22T23:17:58.620140+0000 mgr.smithi027.xpwwjc (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:00.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:00 smithi027 bash[18655]: audit 2024-04-22T23:17:59.455179+0000 mon.smithi027 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.27:0/3704552751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:00.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:00 smithi027 bash[18655]: audit 2024-04-22T23:17:59.455179+0000 mon.smithi027 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.27:0/3704552751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:01.118 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:02.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:02 smithi027 bash[18655]: cluster 2024-04-22T23:18:00.621153+0000 mgr.smithi027.xpwwjc (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:02.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:02 smithi027 bash[18655]: cluster 2024-04-22T23:18:00.621153+0000 mgr.smithi027.xpwwjc (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:02.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:02 smithi114 bash[20134]: cluster 2024-04-22T23:18:00.621153+0000 mgr.smithi027.xpwwjc (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:02.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:02 smithi114 bash[20134]: cluster 2024-04-22T23:18:00.621153+0000 mgr.smithi027.xpwwjc (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.498674+0000 mon.smithi027 (mon.0) 376 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.498674+0000 mon.smithi027 (mon.0) 376 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.500557+0000 mon.smithi027 (mon.0) 377 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.500557+0000 mon.smithi027 (mon.0) 377 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: cluster 2024-04-22T23:18:02.503513+0000 mgr.smithi027.xpwwjc (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: cluster 2024-04-22T23:18:02.503513+0000 mgr.smithi027.xpwwjc (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: cluster 2024-04-22T23:18:02.504750+0000 mgr.smithi027.xpwwjc (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: cluster 2024-04-22T23:18:02.504750+0000 mgr.smithi027.xpwwjc (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.511905+0000 mon.smithi027 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:18:03.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.511905+0000 mon.smithi027 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:18:03.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.520328+0000 mon.smithi027 (mon.0) 379 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:18:03.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:02.520328+0000 mon.smithi027 (mon.0) 379 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:18:03.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:03.141815+0000 mon.smithi027 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:03.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:03 smithi027 bash[18655]: audit 2024-04-22T23:18:03.141815+0000 mon.smithi027 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.498674+0000 mon.smithi027 (mon.0) 376 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.498674+0000 mon.smithi027 (mon.0) 376 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.500557+0000 mon.smithi027 (mon.0) 377 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.500557+0000 mon.smithi027 (mon.0) 377 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: cluster 2024-04-22T23:18:02.503513+0000 mgr.smithi027.xpwwjc (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: cluster 2024-04-22T23:18:02.503513+0000 mgr.smithi027.xpwwjc (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: cluster 2024-04-22T23:18:02.504750+0000 mgr.smithi027.xpwwjc (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: cluster 2024-04-22T23:18:02.504750+0000 mgr.smithi027.xpwwjc (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.511905+0000 mon.smithi027 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:18:03.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.511905+0000 mon.smithi027 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:18:03.567 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.520328+0000 mon.smithi027 (mon.0) 379 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:18:03.567 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:02.520328+0000 mon.smithi027 (mon.0) 379 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:18:03.567 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:03.141815+0000 mon.smithi027 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:03.567 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:03 smithi114 bash[20134]: audit 2024-04-22T23:18:03.141815+0000 mon.smithi027 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:05.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:05 smithi114 bash[20134]: cluster 2024-04-22T23:18:04.505803+0000 mgr.smithi027.xpwwjc (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:05.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:05 smithi114 bash[20134]: cluster 2024-04-22T23:18:04.505803+0000 mgr.smithi027.xpwwjc (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:05.892 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:05.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:05 smithi027 bash[18655]: cluster 2024-04-22T23:18:04.505803+0000 mgr.smithi027.xpwwjc (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:05.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:05 smithi027 bash[18655]: cluster 2024-04-22T23:18:04.505803+0000 mgr.smithi027.xpwwjc (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:06.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:06 smithi027 bash[18655]: cluster 2024-04-22T23:18:06.506830+0000 mgr.smithi027.xpwwjc (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:06.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:06 smithi027 bash[18655]: cluster 2024-04-22T23:18:06.506830+0000 mgr.smithi027.xpwwjc (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:07.058 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:07.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:06 smithi114 bash[20134]: cluster 2024-04-22T23:18:06.506830+0000 mgr.smithi027.xpwwjc (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:07.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:06 smithi114 bash[20134]: cluster 2024-04-22T23:18:06.506830+0000 mgr.smithi027.xpwwjc (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:07.721 INFO:teuthology.orchestra.run.smithi027.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:18:07.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:07 smithi027 bash[18655]: audit 2024-04-22T23:18:07.058207+0000 mon.smithi027 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.27:0/2287111242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:07.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:07 smithi027 bash[18655]: audit 2024-04-22T23:18:07.058207+0000 mon.smithi027 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.27:0/2287111242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:08.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:07 smithi114 bash[20134]: audit 2024-04-22T23:18:07.058207+0000 mon.smithi027 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.27:0/2287111242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:08.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:07 smithi114 bash[20134]: audit 2024-04-22T23:18:07.058207+0000 mon.smithi027 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.27:0/2287111242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:08.722 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:08.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:08 smithi027 bash[18655]: cluster 2024-04-22T23:18:08.507812+0000 mgr.smithi027.xpwwjc (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:08.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:08 smithi027 bash[18655]: cluster 2024-04-22T23:18:08.507812+0000 mgr.smithi027.xpwwjc (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:09.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:08 smithi114 bash[20134]: cluster 2024-04-22T23:18:08.507812+0000 mgr.smithi027.xpwwjc (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:09.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:08 smithi114 bash[20134]: cluster 2024-04-22T23:18:08.507812+0000 mgr.smithi027.xpwwjc (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:11.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:11 smithi114 bash[20134]: cluster 2024-04-22T23:18:10.508892+0000 mgr.smithi027.xpwwjc (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:11.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:11 smithi114 bash[20134]: cluster 2024-04-22T23:18:10.508892+0000 mgr.smithi027.xpwwjc (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:11.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:11 smithi027 bash[18655]: cluster 2024-04-22T23:18:10.508892+0000 mgr.smithi027.xpwwjc (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:11.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:11 smithi027 bash[18655]: cluster 2024-04-22T23:18:10.508892+0000 mgr.smithi027.xpwwjc (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:12.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:12 smithi027 bash[18655]: cluster 2024-04-22T23:18:12.510023+0000 mgr.smithi027.xpwwjc (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:12.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:12 smithi027 bash[18655]: cluster 2024-04-22T23:18:12.510023+0000 mgr.smithi027.xpwwjc (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:13.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:12 smithi114 bash[20134]: cluster 2024-04-22T23:18:12.510023+0000 mgr.smithi027.xpwwjc (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:13.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:12 smithi114 bash[20134]: cluster 2024-04-22T23:18:12.510023+0000 mgr.smithi027.xpwwjc (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:13.499 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:14.749 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:15.392 INFO:teuthology.orchestra.run.smithi027.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:18:15.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:15 smithi027 bash[18655]: cluster 2024-04-22T23:18:14.511081+0000 mgr.smithi027.xpwwjc (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:15.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:15 smithi027 bash[18655]: cluster 2024-04-22T23:18:14.511081+0000 mgr.smithi027.xpwwjc (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:15.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:15 smithi027 bash[18655]: audit 2024-04-22T23:18:14.749799+0000 mon.smithi027 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.27:0/2638830237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:15.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:15 smithi027 bash[18655]: audit 2024-04-22T23:18:14.749799+0000 mon.smithi027 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.27:0/2638830237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:16.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:15 smithi114 bash[20134]: cluster 2024-04-22T23:18:14.511081+0000 mgr.smithi027.xpwwjc (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:16.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:15 smithi114 bash[20134]: cluster 2024-04-22T23:18:14.511081+0000 mgr.smithi027.xpwwjc (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:16.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:15 smithi114 bash[20134]: audit 2024-04-22T23:18:14.749799+0000 mon.smithi027 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.27:0/2638830237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:16.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:15 smithi114 bash[20134]: audit 2024-04-22T23:18:14.749799+0000 mon.smithi027 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.27:0/2638830237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:16.394 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:16.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:16 smithi027 bash[18655]: cluster 2024-04-22T23:18:16.512106+0000 mgr.smithi027.xpwwjc (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:16.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:16 smithi027 bash[18655]: cluster 2024-04-22T23:18:16.512106+0000 mgr.smithi027.xpwwjc (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:17.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:16 smithi114 bash[20134]: cluster 2024-04-22T23:18:16.512106+0000 mgr.smithi027.xpwwjc (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:17.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:16 smithi114 bash[20134]: cluster 2024-04-22T23:18:16.512106+0000 mgr.smithi027.xpwwjc (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:18.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:18 smithi114 bash[20134]: audit 2024-04-22T23:18:18.142071+0000 mon.smithi027 (mon.0) 383 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:18.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:18 smithi114 bash[20134]: audit 2024-04-22T23:18:18.142071+0000 mon.smithi027 (mon.0) 383 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:18.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:18 smithi027 bash[18655]: audit 2024-04-22T23:18:18.142071+0000 mon.smithi027 (mon.0) 383 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:18.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:18 smithi027 bash[18655]: audit 2024-04-22T23:18:18.142071+0000 mon.smithi027 (mon.0) 383 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:19.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:19 smithi114 bash[20134]: cluster 2024-04-22T23:18:18.513105+0000 mgr.smithi027.xpwwjc (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:19.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:19 smithi114 bash[20134]: cluster 2024-04-22T23:18:18.513105+0000 mgr.smithi027.xpwwjc (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:19.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:19 smithi027 bash[18655]: cluster 2024-04-22T23:18:18.513105+0000 mgr.smithi027.xpwwjc (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:19.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:19 smithi027 bash[18655]: cluster 2024-04-22T23:18:18.513105+0000 mgr.smithi027.xpwwjc (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:20.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:20 smithi027 bash[18655]: cluster 2024-04-22T23:18:20.514121+0000 mgr.smithi027.xpwwjc (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:20.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:20 smithi027 bash[18655]: cluster 2024-04-22T23:18:20.514121+0000 mgr.smithi027.xpwwjc (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:21.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:20 smithi114 bash[20134]: cluster 2024-04-22T23:18:20.514121+0000 mgr.smithi027.xpwwjc (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:21.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:20 smithi114 bash[20134]: cluster 2024-04-22T23:18:20.514121+0000 mgr.smithi027.xpwwjc (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:21.177 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:22.367 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:22.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:22 smithi027 bash[18655]: audit 2024-04-22T23:18:22.367628+0000 mon.smithi027 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.27:0/2463913568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:22.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:22 smithi027 bash[18655]: audit 2024-04-22T23:18:22.367628+0000 mon.smithi027 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.27:0/2463913568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:22.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:22 smithi114 bash[20134]: audit 2024-04-22T23:18:22.367628+0000 mon.smithi027 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.27:0/2463913568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:22.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:22 smithi114 bash[20134]: audit 2024-04-22T23:18:22.367628+0000 mon.smithi027 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.27:0/2463913568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:22.991 INFO:teuthology.orchestra.run.smithi027.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:18:23.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:23 smithi114 bash[20134]: cluster 2024-04-22T23:18:22.515044+0000 mgr.smithi027.xpwwjc (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:23.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:23 smithi114 bash[20134]: cluster 2024-04-22T23:18:22.515044+0000 mgr.smithi027.xpwwjc (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:23.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:23 smithi027 bash[18655]: cluster 2024-04-22T23:18:22.515044+0000 mgr.smithi027.xpwwjc (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:23.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:23 smithi027 bash[18655]: cluster 2024-04-22T23:18:22.515044+0000 mgr.smithi027.xpwwjc (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:23.992 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:24.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:24 smithi027 bash[18655]: cluster 2024-04-22T23:18:24.516046+0000 mgr.smithi027.xpwwjc (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:24.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:24 smithi027 bash[18655]: cluster 2024-04-22T23:18:24.516046+0000 mgr.smithi027.xpwwjc (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:25.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:24 smithi114 bash[20134]: cluster 2024-04-22T23:18:24.516046+0000 mgr.smithi027.xpwwjc (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:25.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:24 smithi114 bash[20134]: cluster 2024-04-22T23:18:24.516046+0000 mgr.smithi027.xpwwjc (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:26.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:26 smithi027 bash[18655]: cluster 2024-04-22T23:18:26.517017+0000 mgr.smithi027.xpwwjc (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:26.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:26 smithi027 bash[18655]: cluster 2024-04-22T23:18:26.517017+0000 mgr.smithi027.xpwwjc (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:27.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:26 smithi114 bash[20134]: cluster 2024-04-22T23:18:26.517017+0000 mgr.smithi027.xpwwjc (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:27.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:26 smithi114 bash[20134]: cluster 2024-04-22T23:18:26.517017+0000 mgr.smithi027.xpwwjc (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:28.778 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:28.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:28 smithi027 bash[18655]: cluster 2024-04-22T23:18:28.518057+0000 mgr.smithi027.xpwwjc (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:28.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:28 smithi027 bash[18655]: cluster 2024-04-22T23:18:28.518057+0000 mgr.smithi027.xpwwjc (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:29.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:28 smithi114 bash[20134]: cluster 2024-04-22T23:18:28.518057+0000 mgr.smithi027.xpwwjc (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:29.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:28 smithi114 bash[20134]: cluster 2024-04-22T23:18:28.518057+0000 mgr.smithi027.xpwwjc (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:30.069 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:30.364 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:30 smithi027 bash[18655]: audit 2024-04-22T23:18:30.069892+0000 mon.smithi027 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.27:0/831243211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:30.364 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:30 smithi027 bash[18655]: audit 2024-04-22T23:18:30.069892+0000 mon.smithi027 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.27:0/831243211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:30.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:30 smithi114 bash[20134]: audit 2024-04-22T23:18:30.069892+0000 mon.smithi027 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.27:0/831243211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:30.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:30 smithi114 bash[20134]: audit 2024-04-22T23:18:30.069892+0000 mon.smithi027 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.27:0/831243211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:30.772 INFO:teuthology.orchestra.run.smithi027.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:18:31.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:31 smithi027 bash[18655]: cluster 2024-04-22T23:18:30.519050+0000 mgr.smithi027.xpwwjc (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:31.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:31 smithi027 bash[18655]: cluster 2024-04-22T23:18:30.519050+0000 mgr.smithi027.xpwwjc (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:31.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:31 smithi114 bash[20134]: cluster 2024-04-22T23:18:30.519050+0000 mgr.smithi027.xpwwjc (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:31.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:31 smithi114 bash[20134]: cluster 2024-04-22T23:18:30.519050+0000 mgr.smithi027.xpwwjc (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:31.773 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:32.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:32 smithi027 bash[18655]: cluster 2024-04-22T23:18:32.520058+0000 mgr.smithi027.xpwwjc (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:32.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:32 smithi027 bash[18655]: cluster 2024-04-22T23:18:32.520058+0000 mgr.smithi027.xpwwjc (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:33.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:32 smithi114 bash[20134]: cluster 2024-04-22T23:18:32.520058+0000 mgr.smithi027.xpwwjc (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:33.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:32 smithi114 bash[20134]: cluster 2024-04-22T23:18:32.520058+0000 mgr.smithi027.xpwwjc (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:33.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:33 smithi027 bash[18655]: audit 2024-04-22T23:18:33.142506+0000 mon.smithi027 (mon.0) 386 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:33.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:33 smithi027 bash[18655]: audit 2024-04-22T23:18:33.142506+0000 mon.smithi027 (mon.0) 386 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:34.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:33 smithi114 bash[20134]: audit 2024-04-22T23:18:33.142506+0000 mon.smithi027 (mon.0) 386 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:34.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:33 smithi114 bash[20134]: audit 2024-04-22T23:18:33.142506+0000 mon.smithi027 (mon.0) 386 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:34.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:34 smithi027 bash[18655]: cluster 2024-04-22T23:18:34.520596+0000 mgr.smithi027.xpwwjc (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:34.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:34 smithi027 bash[18655]: cluster 2024-04-22T23:18:34.520596+0000 mgr.smithi027.xpwwjc (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:35.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:34 smithi114 bash[20134]: cluster 2024-04-22T23:18:34.520596+0000 mgr.smithi027.xpwwjc (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:35.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:34 smithi114 bash[20134]: cluster 2024-04-22T23:18:34.520596+0000 mgr.smithi027.xpwwjc (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:36.549 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:36.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:36 smithi027 bash[18655]: cluster 2024-04-22T23:18:36.521567+0000 mgr.smithi027.xpwwjc (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:36.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:36 smithi027 bash[18655]: cluster 2024-04-22T23:18:36.521567+0000 mgr.smithi027.xpwwjc (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:37.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:36 smithi114 bash[20134]: cluster 2024-04-22T23:18:36.521567+0000 mgr.smithi027.xpwwjc (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:37.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:36 smithi114 bash[20134]: cluster 2024-04-22T23:18:36.521567+0000 mgr.smithi027.xpwwjc (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:37.824 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:38.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:37 smithi027 bash[18655]: audit 2024-04-22T23:18:37.825188+0000 mon.smithi027 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.27:0/3846854376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:38.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:37 smithi027 bash[18655]: audit 2024-04-22T23:18:37.825188+0000 mon.smithi027 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.27:0/3846854376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:38.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:37 smithi114 bash[20134]: audit 2024-04-22T23:18:37.825188+0000 mon.smithi027 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.27:0/3846854376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:38.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:37 smithi114 bash[20134]: audit 2024-04-22T23:18:37.825188+0000 mon.smithi027 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.27:0/3846854376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:38.477 INFO:teuthology.orchestra.run.smithi027.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:18:39.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:38 smithi027 bash[18655]: cluster 2024-04-22T23:18:38.522619+0000 mgr.smithi027.xpwwjc (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:39.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:38 smithi027 bash[18655]: cluster 2024-04-22T23:18:38.522619+0000 mgr.smithi027.xpwwjc (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:39.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:38 smithi114 bash[20134]: cluster 2024-04-22T23:18:38.522619+0000 mgr.smithi027.xpwwjc (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:39.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:38 smithi114 bash[20134]: cluster 2024-04-22T23:18:38.522619+0000 mgr.smithi027.xpwwjc (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:39.478 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:40.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:40 smithi027 bash[18655]: cluster 2024-04-22T23:18:40.523651+0000 mgr.smithi027.xpwwjc (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:40.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:40 smithi027 bash[18655]: cluster 2024-04-22T23:18:40.523651+0000 mgr.smithi027.xpwwjc (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:41.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:40 smithi114 bash[20134]: cluster 2024-04-22T23:18:40.523651+0000 mgr.smithi027.xpwwjc (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:41.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:40 smithi114 bash[20134]: cluster 2024-04-22T23:18:40.523651+0000 mgr.smithi027.xpwwjc (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:42.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:42 smithi027 bash[18655]: cluster 2024-04-22T23:18:42.524719+0000 mgr.smithi027.xpwwjc (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:42.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:42 smithi027 bash[18655]: cluster 2024-04-22T23:18:42.524719+0000 mgr.smithi027.xpwwjc (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:43.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:42 smithi114 bash[20134]: cluster 2024-04-22T23:18:42.524719+0000 mgr.smithi027.xpwwjc (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:43.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:42 smithi114 bash[20134]: cluster 2024-04-22T23:18:42.524719+0000 mgr.smithi027.xpwwjc (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:44.257 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:44.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:44 smithi027 bash[18655]: cluster 2024-04-22T23:18:44.525740+0000 mgr.smithi027.xpwwjc (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:44.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:44 smithi027 bash[18655]: cluster 2024-04-22T23:18:44.525740+0000 mgr.smithi027.xpwwjc (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:45.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:44 smithi114 bash[20134]: cluster 2024-04-22T23:18:44.525740+0000 mgr.smithi027.xpwwjc (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:45.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:44 smithi114 bash[20134]: cluster 2024-04-22T23:18:44.525740+0000 mgr.smithi027.xpwwjc (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:45.454 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:45.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:45 smithi027 bash[18655]: audit 2024-04-22T23:18:45.454743+0000 mon.smithi027 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.27:0/1362738428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:45.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:45 smithi027 bash[18655]: audit 2024-04-22T23:18:45.454743+0000 mon.smithi027 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.27:0/1362738428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:46.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:45 smithi114 bash[20134]: audit 2024-04-22T23:18:45.454743+0000 mon.smithi027 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.27:0/1362738428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:46.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:45 smithi114 bash[20134]: audit 2024-04-22T23:18:45.454743+0000 mon.smithi027 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.27:0/1362738428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:46.184 INFO:teuthology.orchestra.run.smithi027.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:18:46.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:46 smithi027 bash[18655]: cluster 2024-04-22T23:18:46.526759+0000 mgr.smithi027.xpwwjc (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:46.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:46 smithi027 bash[18655]: cluster 2024-04-22T23:18:46.526759+0000 mgr.smithi027.xpwwjc (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:47.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:46 smithi114 bash[20134]: cluster 2024-04-22T23:18:46.526759+0000 mgr.smithi027.xpwwjc (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:47.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:46 smithi114 bash[20134]: cluster 2024-04-22T23:18:46.526759+0000 mgr.smithi027.xpwwjc (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:47.185 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:48.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:48 smithi114 bash[20134]: audit 2024-04-22T23:18:48.143142+0000 mon.smithi027 (mon.0) 389 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:48.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:48 smithi114 bash[20134]: audit 2024-04-22T23:18:48.143142+0000 mon.smithi027 (mon.0) 389 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:48.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:48 smithi027 bash[18655]: audit 2024-04-22T23:18:48.143142+0000 mon.smithi027 (mon.0) 389 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:48.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:48 smithi027 bash[18655]: audit 2024-04-22T23:18:48.143142+0000 mon.smithi027 (mon.0) 389 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:18:49.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:49 smithi114 bash[20134]: cluster 2024-04-22T23:18:48.527770+0000 mgr.smithi027.xpwwjc (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:49.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:49 smithi114 bash[20134]: cluster 2024-04-22T23:18:48.527770+0000 mgr.smithi027.xpwwjc (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:49.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:49 smithi027 bash[18655]: cluster 2024-04-22T23:18:48.527770+0000 mgr.smithi027.xpwwjc (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:49.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:49 smithi027 bash[18655]: cluster 2024-04-22T23:18:48.527770+0000 mgr.smithi027.xpwwjc (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:50.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:50 smithi027 bash[18655]: cluster 2024-04-22T23:18:50.528779+0000 mgr.smithi027.xpwwjc (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:50.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:50 smithi027 bash[18655]: cluster 2024-04-22T23:18:50.528779+0000 mgr.smithi027.xpwwjc (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:51.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:50 smithi114 bash[20134]: cluster 2024-04-22T23:18:50.528779+0000 mgr.smithi027.xpwwjc (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:51.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:50 smithi114 bash[20134]: cluster 2024-04-22T23:18:50.528779+0000 mgr.smithi027.xpwwjc (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:51.971 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:18:52.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:52 smithi027 bash[18655]: cluster 2024-04-22T23:18:52.529771+0000 mgr.smithi027.xpwwjc (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:52.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:52 smithi027 bash[18655]: cluster 2024-04-22T23:18:52.529771+0000 mgr.smithi027.xpwwjc (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:53.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:52 smithi114 bash[20134]: cluster 2024-04-22T23:18:52.529771+0000 mgr.smithi027.xpwwjc (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:53.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:52 smithi114 bash[20134]: cluster 2024-04-22T23:18:52.529771+0000 mgr.smithi027.xpwwjc (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:53.139 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:18:53.796 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:53 smithi027 bash[18655]: audit 2024-04-22T23:18:53.139867+0000 mon.smithi027 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.27:0/2948070149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:53.796 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:53 smithi027 bash[18655]: audit 2024-04-22T23:18:53.139867+0000 mon.smithi027 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.27:0/2948070149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:53.797 INFO:teuthology.orchestra.run.smithi027.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:18:54.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:53 smithi114 bash[20134]: audit 2024-04-22T23:18:53.139867+0000 mon.smithi027 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.27:0/2948070149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:54.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:53 smithi114 bash[20134]: audit 2024-04-22T23:18:53.139867+0000 mon.smithi027 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.27:0/2948070149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:18:54.798 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:18:54.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:54 smithi027 bash[18655]: cluster 2024-04-22T23:18:54.530794+0000 mgr.smithi027.xpwwjc (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:54.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:54 smithi027 bash[18655]: cluster 2024-04-22T23:18:54.530794+0000 mgr.smithi027.xpwwjc (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:55.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:54 smithi114 bash[20134]: cluster 2024-04-22T23:18:54.530794+0000 mgr.smithi027.xpwwjc (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:55.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:54 smithi114 bash[20134]: cluster 2024-04-22T23:18:54.530794+0000 mgr.smithi027.xpwwjc (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:56.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:56 smithi027 bash[18655]: cluster 2024-04-22T23:18:56.531802+0000 mgr.smithi027.xpwwjc (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:56.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:56 smithi027 bash[18655]: cluster 2024-04-22T23:18:56.531802+0000 mgr.smithi027.xpwwjc (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:57.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:56 smithi114 bash[20134]: cluster 2024-04-22T23:18:56.531802+0000 mgr.smithi027.xpwwjc (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:57.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:56 smithi114 bash[20134]: cluster 2024-04-22T23:18:56.531802+0000 mgr.smithi027.xpwwjc (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:58.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:58 smithi027 bash[18655]: cluster 2024-04-22T23:18:58.532801+0000 mgr.smithi027.xpwwjc (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:58.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:18:58 smithi027 bash[18655]: cluster 2024-04-22T23:18:58.532801+0000 mgr.smithi027.xpwwjc (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:59.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:58 smithi114 bash[20134]: cluster 2024-04-22T23:18:58.532801+0000 mgr.smithi027.xpwwjc (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:59.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:18:58 smithi114 bash[20134]: cluster 2024-04-22T23:18:58.532801+0000 mgr.smithi027.xpwwjc (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:59.578 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:00.760 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:00.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:00 smithi027 bash[18655]: cluster 2024-04-22T23:19:00.533313+0000 mgr.smithi027.xpwwjc (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:00.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:00 smithi027 bash[18655]: cluster 2024-04-22T23:19:00.533313+0000 mgr.smithi027.xpwwjc (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:01.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:00 smithi114 bash[20134]: cluster 2024-04-22T23:19:00.533313+0000 mgr.smithi027.xpwwjc (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:01.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:00 smithi114 bash[20134]: cluster 2024-04-22T23:19:00.533313+0000 mgr.smithi027.xpwwjc (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:01.462 INFO:teuthology.orchestra.run.smithi027.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:19:01.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:01 smithi027 bash[18655]: audit 2024-04-22T23:19:00.760902+0000 mon.smithi027 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.27:0/3852692176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:01.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:01 smithi027 bash[18655]: audit 2024-04-22T23:19:00.760902+0000 mon.smithi027 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.27:0/3852692176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:02.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:01 smithi114 bash[20134]: audit 2024-04-22T23:19:00.760902+0000 mon.smithi027 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.27:0/3852692176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:02.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:01 smithi114 bash[20134]: audit 2024-04-22T23:19:00.760902+0000 mon.smithi027 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.27:0/3852692176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:02.464 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:02.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:02 smithi027 bash[18655]: cluster 2024-04-22T23:19:02.533893+0000 mgr.smithi027.xpwwjc (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:02.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:02 smithi027 bash[18655]: cluster 2024-04-22T23:19:02.533893+0000 mgr.smithi027.xpwwjc (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:02.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:02 smithi027 bash[18655]: audit 2024-04-22T23:19:02.614827+0000 mon.smithi027 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:02.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:02 smithi027 bash[18655]: audit 2024-04-22T23:19:02.614827+0000 mon.smithi027 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:03.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:02 smithi114 bash[20134]: cluster 2024-04-22T23:19:02.533893+0000 mgr.smithi027.xpwwjc (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:03.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:02 smithi114 bash[20134]: cluster 2024-04-22T23:19:02.533893+0000 mgr.smithi027.xpwwjc (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:03.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:02 smithi114 bash[20134]: audit 2024-04-22T23:19:02.614827+0000 mon.smithi027 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:03.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:02 smithi114 bash[20134]: audit 2024-04-22T23:19:02.614827+0000 mon.smithi027 (mon.0) 392 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:03.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:03 smithi027 bash[18655]: audit 2024-04-22T23:19:03.143552+0000 mon.smithi027 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:03.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:03 smithi027 bash[18655]: audit 2024-04-22T23:19:03.143552+0000 mon.smithi027 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:04.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:03 smithi114 bash[20134]: audit 2024-04-22T23:19:03.143552+0000 mon.smithi027 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:04.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:03 smithi114 bash[20134]: audit 2024-04-22T23:19:03.143552+0000 mon.smithi027 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:04.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:04 smithi027 bash[18655]: cluster 2024-04-22T23:19:04.534863+0000 mgr.smithi027.xpwwjc (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:04.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:04 smithi027 bash[18655]: cluster 2024-04-22T23:19:04.534863+0000 mgr.smithi027.xpwwjc (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:05.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:04 smithi114 bash[20134]: cluster 2024-04-22T23:19:04.534863+0000 mgr.smithi027.xpwwjc (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:05.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:04 smithi114 bash[20134]: cluster 2024-04-22T23:19:04.534863+0000 mgr.smithi027.xpwwjc (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:06.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:06 smithi027 bash[18655]: cluster 2024-04-22T23:19:06.535845+0000 mgr.smithi027.xpwwjc (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:06.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:06 smithi027 bash[18655]: cluster 2024-04-22T23:19:06.535845+0000 mgr.smithi027.xpwwjc (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:07.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:06 smithi114 bash[20134]: cluster 2024-04-22T23:19:06.535845+0000 mgr.smithi027.xpwwjc (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:07.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:06 smithi114 bash[20134]: cluster 2024-04-22T23:19:06.535845+0000 mgr.smithi027.xpwwjc (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:07.249 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:08.595 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:09.237 INFO:teuthology.orchestra.run.smithi027.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:19:09.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: audit 2024-04-22T23:19:08.002445+0000 mon.smithi027 (mon.0) 394 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: audit 2024-04-22T23:19:08.002445+0000 mon.smithi027 (mon.0) 394 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: audit 2024-04-22T23:19:08.104666+0000 mon.smithi027 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: audit 2024-04-22T23:19:08.104666+0000 mon.smithi027 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: cluster 2024-04-22T23:19:08.536304+0000 mgr.smithi027.xpwwjc (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: cluster 2024-04-22T23:19:08.536304+0000 mgr.smithi027.xpwwjc (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: audit 2024-04-22T23:19:08.596425+0000 mon.smithi027 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.27:0/2693515863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:09.316 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:09 smithi114 bash[20134]: audit 2024-04-22T23:19:08.596425+0000 mon.smithi027 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.27:0/2693515863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:09.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: audit 2024-04-22T23:19:08.002445+0000 mon.smithi027 (mon.0) 394 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: audit 2024-04-22T23:19:08.002445+0000 mon.smithi027 (mon.0) 394 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: audit 2024-04-22T23:19:08.104666+0000 mon.smithi027 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: audit 2024-04-22T23:19:08.104666+0000 mon.smithi027 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:09.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: cluster 2024-04-22T23:19:08.536304+0000 mgr.smithi027.xpwwjc (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:09.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: cluster 2024-04-22T23:19:08.536304+0000 mgr.smithi027.xpwwjc (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:09.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: audit 2024-04-22T23:19:08.596425+0000 mon.smithi027 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.27:0/2693515863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:09.423 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:09 smithi027 bash[18655]: audit 2024-04-22T23:19:08.596425+0000 mon.smithi027 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.27:0/2693515863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:10.238 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:10.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:10 smithi027 bash[18655]: cluster 2024-04-22T23:19:10.537250+0000 mgr.smithi027.xpwwjc (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:10.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:10 smithi027 bash[18655]: cluster 2024-04-22T23:19:10.537250+0000 mgr.smithi027.xpwwjc (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:11.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:10 smithi114 bash[20134]: cluster 2024-04-22T23:19:10.537250+0000 mgr.smithi027.xpwwjc (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:11.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:10 smithi114 bash[20134]: cluster 2024-04-22T23:19:10.537250+0000 mgr.smithi027.xpwwjc (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:12.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:12 smithi027 bash[18655]: cluster 2024-04-22T23:19:12.538267+0000 mgr.smithi027.xpwwjc (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:12.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:12 smithi027 bash[18655]: cluster 2024-04-22T23:19:12.538267+0000 mgr.smithi027.xpwwjc (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:13.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:12 smithi114 bash[20134]: cluster 2024-04-22T23:19:12.538267+0000 mgr.smithi027.xpwwjc (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:13.066 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:12 smithi114 bash[20134]: cluster 2024-04-22T23:19:12.538267+0000 mgr.smithi027.xpwwjc (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:14.740 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:14.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:14 smithi114 bash[20134]: cluster 2024-04-22T23:19:14.539074+0000 mgr.smithi027.xpwwjc (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:14.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:14 smithi114 bash[20134]: cluster 2024-04-22T23:19:14.539074+0000 mgr.smithi027.xpwwjc (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:14.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:14 smithi027 bash[18655]: cluster 2024-04-22T23:19:14.539074+0000 mgr.smithi027.xpwwjc (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:14.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:14 smithi027 bash[18655]: cluster 2024-04-22T23:19:14.539074+0000 mgr.smithi027.xpwwjc (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:16.606 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:16.621 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.325332+0000 mon.smithi027 (mon.0) 397 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.325332+0000 mon.smithi027 (mon.0) 397 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.326483+0000 mon.smithi027 (mon.0) 398 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.326483+0000 mon.smithi027 (mon.0) 398 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.334330+0000 mon.smithi027 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.334330+0000 mon.smithi027 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.338026+0000 mon.smithi027 (mon.0) 400 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:19:16.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:16 smithi027 bash[18655]: audit 2024-04-22T23:19:16.338026+0000 mon.smithi027 (mon.0) 400 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.325332+0000 mon.smithi027 (mon.0) 397 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.325332+0000 mon.smithi027 (mon.0) 397 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.326483+0000 mon.smithi027 (mon.0) 398 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.326483+0000 mon.smithi027 (mon.0) 398 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.334330+0000 mon.smithi027 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.334330+0000 mon.smithi027 (mon.0) 399 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.338026+0000 mon.smithi027 (mon.0) 400 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:19:16.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:16 smithi114 bash[20134]: audit 2024-04-22T23:19:16.338026+0000 mon.smithi027 (mon.0) 400 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:19:17.356 INFO:teuthology.orchestra.run.smithi027.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:19:17.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:17 smithi027 bash[18655]: cluster 2024-04-22T23:19:16.328083+0000 mgr.smithi027.xpwwjc (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:17 smithi027 bash[18655]: cluster 2024-04-22T23:19:16.328083+0000 mgr.smithi027.xpwwjc (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:17 smithi027 bash[18655]: cluster 2024-04-22T23:19:16.328594+0000 mgr.smithi027.xpwwjc (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:17 smithi027 bash[18655]: cluster 2024-04-22T23:19:16.328594+0000 mgr.smithi027.xpwwjc (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:17 smithi027 bash[18655]: audit 2024-04-22T23:19:16.607141+0000 mon.smithi027 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.27:0/4282336222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:17.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:17 smithi027 bash[18655]: audit 2024-04-22T23:19:16.607141+0000 mon.smithi027 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.27:0/4282336222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:17.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:17 smithi114 bash[20134]: cluster 2024-04-22T23:19:16.328083+0000 mgr.smithi027.xpwwjc (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:17 smithi114 bash[20134]: cluster 2024-04-22T23:19:16.328083+0000 mgr.smithi027.xpwwjc (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:17 smithi114 bash[20134]: cluster 2024-04-22T23:19:16.328594+0000 mgr.smithi027.xpwwjc (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:17 smithi114 bash[20134]: cluster 2024-04-22T23:19:16.328594+0000 mgr.smithi027.xpwwjc (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:17 smithi114 bash[20134]: audit 2024-04-22T23:19:16.607141+0000 mon.smithi027 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.27:0/4282336222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:17.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:17 smithi114 bash[20134]: audit 2024-04-22T23:19:16.607141+0000 mon.smithi027 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.27:0/4282336222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:18.358 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:18.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:18 smithi027 bash[18655]: audit 2024-04-22T23:19:18.143811+0000 mon.smithi027 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:18.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:18 smithi027 bash[18655]: audit 2024-04-22T23:19:18.143811+0000 mon.smithi027 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:18 smithi114 bash[20134]: audit 2024-04-22T23:19:18.143811+0000 mon.smithi027 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:18 smithi114 bash[20134]: audit 2024-04-22T23:19:18.143811+0000 mon.smithi027 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:19.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:19 smithi027 bash[18655]: cluster 2024-04-22T23:19:18.329582+0000 mgr.smithi027.xpwwjc (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:19.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:19 smithi027 bash[18655]: cluster 2024-04-22T23:19:18.329582+0000 mgr.smithi027.xpwwjc (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:19.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:19 smithi114 bash[20134]: cluster 2024-04-22T23:19:18.329582+0000 mgr.smithi027.xpwwjc (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:19.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:19 smithi114 bash[20134]: cluster 2024-04-22T23:19:18.329582+0000 mgr.smithi027.xpwwjc (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:21.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:21 smithi027 bash[18655]: cluster 2024-04-22T23:19:20.330717+0000 mgr.smithi027.xpwwjc (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:21.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:21 smithi027 bash[18655]: cluster 2024-04-22T23:19:20.330717+0000 mgr.smithi027.xpwwjc (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:21.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:21 smithi114 bash[20134]: cluster 2024-04-22T23:19:20.330717+0000 mgr.smithi027.xpwwjc (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:21.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:21 smithi114 bash[20134]: cluster 2024-04-22T23:19:20.330717+0000 mgr.smithi027.xpwwjc (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:23.134 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:23.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:23 smithi027 bash[18655]: cluster 2024-04-22T23:19:22.331800+0000 mgr.smithi027.xpwwjc (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:23.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:23 smithi027 bash[18655]: cluster 2024-04-22T23:19:22.331800+0000 mgr.smithi027.xpwwjc (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:23.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:23 smithi114 bash[20134]: cluster 2024-04-22T23:19:22.331800+0000 mgr.smithi027.xpwwjc (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:23.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:23 smithi114 bash[20134]: cluster 2024-04-22T23:19:22.331800+0000 mgr.smithi027.xpwwjc (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.488 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:25.203 INFO:teuthology.orchestra.run.smithi027.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:19:25.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:25 smithi027 bash[18655]: cluster 2024-04-22T23:19:24.332827+0000 mgr.smithi027.xpwwjc (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:25.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:25 smithi027 bash[18655]: cluster 2024-04-22T23:19:24.332827+0000 mgr.smithi027.xpwwjc (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:25.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:25 smithi027 bash[18655]: audit 2024-04-22T23:19:24.488223+0000 mon.smithi027 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.27:0/3762879275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:25.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:25 smithi027 bash[18655]: audit 2024-04-22T23:19:24.488223+0000 mon.smithi027 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.27:0/3762879275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:25 smithi114 bash[20134]: cluster 2024-04-22T23:19:24.332827+0000 mgr.smithi027.xpwwjc (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:25.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:25 smithi114 bash[20134]: cluster 2024-04-22T23:19:24.332827+0000 mgr.smithi027.xpwwjc (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:25.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:25 smithi114 bash[20134]: audit 2024-04-22T23:19:24.488223+0000 mon.smithi027 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.27:0/3762879275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:25.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:25 smithi114 bash[20134]: audit 2024-04-22T23:19:24.488223+0000 mon.smithi027 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.27:0/3762879275' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:26.204 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:27.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:27 smithi027 bash[18655]: cluster 2024-04-22T23:19:26.333824+0000 mgr.smithi027.xpwwjc (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:27.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:27 smithi027 bash[18655]: cluster 2024-04-22T23:19:26.333824+0000 mgr.smithi027.xpwwjc (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:27.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:27 smithi114 bash[20134]: cluster 2024-04-22T23:19:26.333824+0000 mgr.smithi027.xpwwjc (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:27.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:27 smithi114 bash[20134]: cluster 2024-04-22T23:19:26.333824+0000 mgr.smithi027.xpwwjc (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:29 smithi027 bash[18655]: cluster 2024-04-22T23:19:28.334802+0000 mgr.smithi027.xpwwjc (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:29 smithi027 bash[18655]: cluster 2024-04-22T23:19:28.334802+0000 mgr.smithi027.xpwwjc (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:29 smithi114 bash[20134]: cluster 2024-04-22T23:19:28.334802+0000 mgr.smithi027.xpwwjc (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:29 smithi114 bash[20134]: cluster 2024-04-22T23:19:28.334802+0000 mgr.smithi027.xpwwjc (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.975 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:31.749 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:31 smithi027 bash[18655]: cluster 2024-04-22T23:19:30.335861+0000 mgr.smithi027.xpwwjc (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:31.749 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:31 smithi027 bash[18655]: cluster 2024-04-22T23:19:30.335861+0000 mgr.smithi027.xpwwjc (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:31.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:31 smithi114 bash[20134]: cluster 2024-04-22T23:19:30.335861+0000 mgr.smithi027.xpwwjc (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:31.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:31 smithi114 bash[20134]: cluster 2024-04-22T23:19:30.335861+0000 mgr.smithi027.xpwwjc (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:32.133 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:32.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:32 smithi114 bash[20134]: audit 2024-04-22T23:19:32.133338+0000 mon.smithi027 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.27:0/2677150026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:32.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:32 smithi114 bash[20134]: audit 2024-04-22T23:19:32.133338+0000 mon.smithi027 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.27:0/2677150026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:32.824 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:32 smithi027 bash[18655]: audit 2024-04-22T23:19:32.133338+0000 mon.smithi027 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.27:0/2677150026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:32.825 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:32 smithi027 bash[18655]: audit 2024-04-22T23:19:32.133338+0000 mon.smithi027 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.27:0/2677150026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:32.825 INFO:teuthology.orchestra.run.smithi027.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:19:33.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:33 smithi114 bash[20134]: cluster 2024-04-22T23:19:32.336921+0000 mgr.smithi027.xpwwjc (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:33.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:33 smithi114 bash[20134]: cluster 2024-04-22T23:19:32.336921+0000 mgr.smithi027.xpwwjc (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:33.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:33 smithi114 bash[20134]: audit 2024-04-22T23:19:33.144257+0000 mon.smithi027 (mon.0) 405 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:33.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:33 smithi114 bash[20134]: audit 2024-04-22T23:19:33.144257+0000 mon.smithi027 (mon.0) 405 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:33.826 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:33.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:33 smithi027 bash[18655]: cluster 2024-04-22T23:19:32.336921+0000 mgr.smithi027.xpwwjc (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:33.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:33 smithi027 bash[18655]: cluster 2024-04-22T23:19:32.336921+0000 mgr.smithi027.xpwwjc (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:33.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:33 smithi027 bash[18655]: audit 2024-04-22T23:19:33.144257+0000 mon.smithi027 (mon.0) 405 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:33.838 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:33 smithi027 bash[18655]: audit 2024-04-22T23:19:33.144257+0000 mon.smithi027 (mon.0) 405 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:35.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:35 smithi114 bash[20134]: cluster 2024-04-22T23:19:34.337984+0000 mgr.smithi027.xpwwjc (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:35 smithi114 bash[20134]: cluster 2024-04-22T23:19:34.337984+0000 mgr.smithi027.xpwwjc (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:35 smithi027 bash[18655]: cluster 2024-04-22T23:19:34.337984+0000 mgr.smithi027.xpwwjc (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:35 smithi027 bash[18655]: cluster 2024-04-22T23:19:34.337984+0000 mgr.smithi027.xpwwjc (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:37.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:37 smithi114 bash[20134]: cluster 2024-04-22T23:19:36.338982+0000 mgr.smithi027.xpwwjc (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:37.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:37 smithi114 bash[20134]: cluster 2024-04-22T23:19:36.338982+0000 mgr.smithi027.xpwwjc (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:37.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:37 smithi027 bash[18655]: cluster 2024-04-22T23:19:36.338982+0000 mgr.smithi027.xpwwjc (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:37.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:37 smithi027 bash[18655]: cluster 2024-04-22T23:19:36.338982+0000 mgr.smithi027.xpwwjc (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.599 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:39.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:39 smithi027 bash[18655]: cluster 2024-04-22T23:19:38.339956+0000 mgr.smithi027.xpwwjc (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:39.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:39 smithi027 bash[18655]: cluster 2024-04-22T23:19:38.339956+0000 mgr.smithi027.xpwwjc (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:39.728 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:39.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:39 smithi114 bash[20134]: cluster 2024-04-22T23:19:38.339956+0000 mgr.smithi027.xpwwjc (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:39.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:39 smithi114 bash[20134]: cluster 2024-04-22T23:19:38.339956+0000 mgr.smithi027.xpwwjc (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.390 INFO:teuthology.orchestra.run.smithi027.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:19:40.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:40 smithi027 bash[18655]: audit 2024-04-22T23:19:39.728969+0000 mon.smithi027 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.27:0/3658821870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:40.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:40 smithi027 bash[18655]: audit 2024-04-22T23:19:39.728969+0000 mon.smithi027 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.27:0/3658821870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:40.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:40 smithi114 bash[20134]: audit 2024-04-22T23:19:39.728969+0000 mon.smithi027 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.27:0/3658821870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:40.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:40 smithi114 bash[20134]: audit 2024-04-22T23:19:39.728969+0000 mon.smithi027 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.27:0/3658821870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:41.391 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:41.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:41 smithi027 bash[18655]: cluster 2024-04-22T23:19:40.340889+0000 mgr.smithi027.xpwwjc (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:41.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:41 smithi027 bash[18655]: cluster 2024-04-22T23:19:40.340889+0000 mgr.smithi027.xpwwjc (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:41.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:41 smithi114 bash[20134]: cluster 2024-04-22T23:19:40.340889+0000 mgr.smithi027.xpwwjc (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:41.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:41 smithi114 bash[20134]: cluster 2024-04-22T23:19:40.340889+0000 mgr.smithi027.xpwwjc (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:43 smithi114 bash[20134]: cluster 2024-04-22T23:19:42.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:43 smithi114 bash[20134]: cluster 2024-04-22T23:19:42.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:43 smithi027 bash[18655]: cluster 2024-04-22T23:19:42.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:43 smithi027 bash[18655]: cluster 2024-04-22T23:19:42.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:45 smithi114 bash[20134]: cluster 2024-04-22T23:19:44.342824+0000 mgr.smithi027.xpwwjc (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:45 smithi114 bash[20134]: cluster 2024-04-22T23:19:44.342824+0000 mgr.smithi027.xpwwjc (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:45 smithi027 bash[18655]: cluster 2024-04-22T23:19:44.342824+0000 mgr.smithi027.xpwwjc (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:45 smithi027 bash[18655]: cluster 2024-04-22T23:19:44.342824+0000 mgr.smithi027.xpwwjc (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:46.170 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:47.368 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:47.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:47 smithi027 bash[18655]: cluster 2024-04-22T23:19:46.343742+0000 mgr.smithi027.xpwwjc (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:47 smithi027 bash[18655]: cluster 2024-04-22T23:19:46.343742+0000 mgr.smithi027.xpwwjc (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:47 smithi027 bash[18655]: audit 2024-04-22T23:19:47.369439+0000 mon.smithi027 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.27:0/240277387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:47.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:47 smithi027 bash[18655]: audit 2024-04-22T23:19:47.369439+0000 mon.smithi027 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.27:0/240277387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:47.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:47 smithi114 bash[20134]: cluster 2024-04-22T23:19:46.343742+0000 mgr.smithi027.xpwwjc (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:47 smithi114 bash[20134]: cluster 2024-04-22T23:19:46.343742+0000 mgr.smithi027.xpwwjc (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:47 smithi114 bash[20134]: audit 2024-04-22T23:19:47.369439+0000 mon.smithi027 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.27:0/240277387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:47.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:47 smithi114 bash[20134]: audit 2024-04-22T23:19:47.369439+0000 mon.smithi027 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.27:0/240277387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:48.061 INFO:teuthology.orchestra.run.smithi027.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:19:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:48 smithi114 bash[20134]: audit 2024-04-22T23:19:48.144667+0000 mon.smithi027 (mon.0) 408 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:48.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:48 smithi114 bash[20134]: audit 2024-04-22T23:19:48.144667+0000 mon.smithi027 (mon.0) 408 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:48.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:48 smithi027 bash[18655]: audit 2024-04-22T23:19:48.144667+0000 mon.smithi027 (mon.0) 408 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:48.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:48 smithi027 bash[18655]: audit 2024-04-22T23:19:48.144667+0000 mon.smithi027 (mon.0) 408 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:19:49.062 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:49.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:49 smithi114 bash[20134]: cluster 2024-04-22T23:19:48.344716+0000 mgr.smithi027.xpwwjc (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:49 smithi114 bash[20134]: cluster 2024-04-22T23:19:48.344716+0000 mgr.smithi027.xpwwjc (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:49 smithi027 bash[18655]: cluster 2024-04-22T23:19:48.344716+0000 mgr.smithi027.xpwwjc (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:49 smithi027 bash[18655]: cluster 2024-04-22T23:19:48.344716+0000 mgr.smithi027.xpwwjc (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:51 smithi114 bash[20134]: cluster 2024-04-22T23:19:50.345720+0000 mgr.smithi027.xpwwjc (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:51 smithi114 bash[20134]: cluster 2024-04-22T23:19:50.345720+0000 mgr.smithi027.xpwwjc (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:51 smithi027 bash[18655]: cluster 2024-04-22T23:19:50.345720+0000 mgr.smithi027.xpwwjc (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:51 smithi027 bash[18655]: cluster 2024-04-22T23:19:50.345720+0000 mgr.smithi027.xpwwjc (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:53 smithi114 bash[20134]: cluster 2024-04-22T23:19:52.346754+0000 mgr.smithi027.xpwwjc (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:53 smithi114 bash[20134]: cluster 2024-04-22T23:19:52.346754+0000 mgr.smithi027.xpwwjc (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.830 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:19:53.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:53 smithi027 bash[18655]: cluster 2024-04-22T23:19:52.346754+0000 mgr.smithi027.xpwwjc (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:53 smithi027 bash[18655]: cluster 2024-04-22T23:19:52.346754+0000 mgr.smithi027.xpwwjc (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:54.995 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:19:55.609 INFO:teuthology.orchestra.run.smithi027.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:19:55.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:55 smithi114 bash[20134]: cluster 2024-04-22T23:19:54.347427+0000 mgr.smithi027.xpwwjc (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:55 smithi114 bash[20134]: cluster 2024-04-22T23:19:54.347427+0000 mgr.smithi027.xpwwjc (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:55 smithi114 bash[20134]: audit 2024-04-22T23:19:54.996311+0000 mon.smithi027 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.27:0/3681501234' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:55.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:55 smithi114 bash[20134]: audit 2024-04-22T23:19:54.996311+0000 mon.smithi027 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.27:0/3681501234' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:55.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:55 smithi027 bash[18655]: cluster 2024-04-22T23:19:54.347427+0000 mgr.smithi027.xpwwjc (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:55 smithi027 bash[18655]: cluster 2024-04-22T23:19:54.347427+0000 mgr.smithi027.xpwwjc (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:55 smithi027 bash[18655]: audit 2024-04-22T23:19:54.996311+0000 mon.smithi027 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.27:0/3681501234' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:55.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:55 smithi027 bash[18655]: audit 2024-04-22T23:19:54.996311+0000 mon.smithi027 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.27:0/3681501234' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:19:56.610 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:19:57.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:57 smithi114 bash[20134]: cluster 2024-04-22T23:19:56.348491+0000 mgr.smithi027.xpwwjc (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:57 smithi114 bash[20134]: cluster 2024-04-22T23:19:56.348491+0000 mgr.smithi027.xpwwjc (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:57 smithi027 bash[18655]: cluster 2024-04-22T23:19:56.348491+0000 mgr.smithi027.xpwwjc (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:57 smithi027 bash[18655]: cluster 2024-04-22T23:19:56.348491+0000 mgr.smithi027.xpwwjc (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:59 smithi114 bash[20134]: cluster 2024-04-22T23:19:58.349503+0000 mgr.smithi027.xpwwjc (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:19:59 smithi114 bash[20134]: cluster 2024-04-22T23:19:58.349503+0000 mgr.smithi027.xpwwjc (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:59 smithi027 bash[18655]: cluster 2024-04-22T23:19:58.349503+0000 mgr.smithi027.xpwwjc (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:19:59 smithi027 bash[18655]: cluster 2024-04-22T23:19:58.349503+0000 mgr.smithi027.xpwwjc (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:00.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:00 smithi114 bash[20134]: cluster 2024-04-22T23:20:00.000175+0000 mon.smithi027 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:20:00.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:00 smithi114 bash[20134]: cluster 2024-04-22T23:20:00.000175+0000 mon.smithi027 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:20:00.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:00 smithi027 bash[18655]: cluster 2024-04-22T23:20:00.000175+0000 mon.smithi027 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:20:00.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:00 smithi027 bash[18655]: cluster 2024-04-22T23:20:00.000175+0000 mon.smithi027 (mon.0) 410 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:20:01.388 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:01.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:01 smithi027 bash[18655]: cluster 2024-04-22T23:20:00.350510+0000 mgr.smithi027.xpwwjc (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:01.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:01 smithi027 bash[18655]: cluster 2024-04-22T23:20:00.350510+0000 mgr.smithi027.xpwwjc (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:01.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:01 smithi114 bash[20134]: cluster 2024-04-22T23:20:00.350510+0000 mgr.smithi027.xpwwjc (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:01.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:01 smithi114 bash[20134]: cluster 2024-04-22T23:20:00.350510+0000 mgr.smithi027.xpwwjc (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:02.646 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:03.325 INFO:teuthology.orchestra.run.smithi027.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:20:03.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:03 smithi027 bash[18655]: cluster 2024-04-22T23:20:02.351021+0000 mgr.smithi027.xpwwjc (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:03.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:03 smithi027 bash[18655]: cluster 2024-04-22T23:20:02.351021+0000 mgr.smithi027.xpwwjc (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:03.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:03 smithi027 bash[18655]: audit 2024-04-22T23:20:02.647882+0000 mon.smithi027 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.27:0/1748130297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:03.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:03 smithi027 bash[18655]: audit 2024-04-22T23:20:02.647882+0000 mon.smithi027 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.27:0/1748130297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:03.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:03 smithi027 bash[18655]: audit 2024-04-22T23:20:03.152307+0000 mon.smithi027 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:03.673 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:03 smithi027 bash[18655]: audit 2024-04-22T23:20:03.152307+0000 mon.smithi027 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:03 smithi114 bash[20134]: cluster 2024-04-22T23:20:02.351021+0000 mgr.smithi027.xpwwjc (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:03 smithi114 bash[20134]: cluster 2024-04-22T23:20:02.351021+0000 mgr.smithi027.xpwwjc (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:03 smithi114 bash[20134]: audit 2024-04-22T23:20:02.647882+0000 mon.smithi027 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.27:0/1748130297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:03 smithi114 bash[20134]: audit 2024-04-22T23:20:02.647882+0000 mon.smithi027 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.27:0/1748130297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:03.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:03 smithi114 bash[20134]: audit 2024-04-22T23:20:03.152307+0000 mon.smithi027 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:03.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:03 smithi114 bash[20134]: audit 2024-04-22T23:20:03.152307+0000 mon.smithi027 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:04.326 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:05.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:05 smithi114 bash[20134]: cluster 2024-04-22T23:20:04.351992+0000 mgr.smithi027.xpwwjc (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:05.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:05 smithi114 bash[20134]: cluster 2024-04-22T23:20:04.351992+0000 mgr.smithi027.xpwwjc (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:05.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:05 smithi027 bash[18655]: cluster 2024-04-22T23:20:04.351992+0000 mgr.smithi027.xpwwjc (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:05.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:05 smithi027 bash[18655]: cluster 2024-04-22T23:20:04.351992+0000 mgr.smithi027.xpwwjc (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:07.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:07 smithi114 bash[20134]: cluster 2024-04-22T23:20:06.352993+0000 mgr.smithi027.xpwwjc (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:07.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:07 smithi114 bash[20134]: cluster 2024-04-22T23:20:06.352993+0000 mgr.smithi027.xpwwjc (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:07.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:07 smithi027 bash[18655]: cluster 2024-04-22T23:20:06.352993+0000 mgr.smithi027.xpwwjc (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:07.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:07 smithi027 bash[18655]: cluster 2024-04-22T23:20:06.352993+0000 mgr.smithi027.xpwwjc (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:09.105 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:09.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:09 smithi027 bash[18655]: cluster 2024-04-22T23:20:08.354021+0000 mgr.smithi027.xpwwjc (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:09.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:09 smithi027 bash[18655]: cluster 2024-04-22T23:20:08.354021+0000 mgr.smithi027.xpwwjc (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:09.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:09 smithi114 bash[20134]: cluster 2024-04-22T23:20:08.354021+0000 mgr.smithi027.xpwwjc (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:09.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:09 smithi114 bash[20134]: cluster 2024-04-22T23:20:08.354021+0000 mgr.smithi027.xpwwjc (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:10.185 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:10.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:10 smithi114 bash[20134]: audit 2024-04-22T23:20:10.186641+0000 mon.smithi027 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.27:0/3854175829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:10.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:10 smithi114 bash[20134]: audit 2024-04-22T23:20:10.186641+0000 mon.smithi027 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.27:0/3854175829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:10.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:10 smithi027 bash[18655]: audit 2024-04-22T23:20:10.186641+0000 mon.smithi027 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.27:0/3854175829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:10.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:10 smithi027 bash[18655]: audit 2024-04-22T23:20:10.186641+0000 mon.smithi027 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.27:0/3854175829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:10.822 INFO:teuthology.orchestra.run.smithi027.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:20:11.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:11 smithi114 bash[20134]: cluster 2024-04-22T23:20:10.354948+0000 mgr.smithi027.xpwwjc (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:11.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:11 smithi114 bash[20134]: cluster 2024-04-22T23:20:10.354948+0000 mgr.smithi027.xpwwjc (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:11.824 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:11.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:11 smithi027 bash[18655]: cluster 2024-04-22T23:20:10.354948+0000 mgr.smithi027.xpwwjc (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:11.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:11 smithi027 bash[18655]: cluster 2024-04-22T23:20:10.354948+0000 mgr.smithi027.xpwwjc (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:13.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:13 smithi114 bash[20134]: cluster 2024-04-22T23:20:12.355944+0000 mgr.smithi027.xpwwjc (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:13.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:13 smithi114 bash[20134]: cluster 2024-04-22T23:20:12.355944+0000 mgr.smithi027.xpwwjc (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:13.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:13 smithi027 bash[18655]: cluster 2024-04-22T23:20:12.355944+0000 mgr.smithi027.xpwwjc (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:13.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:13 smithi027 bash[18655]: cluster 2024-04-22T23:20:12.355944+0000 mgr.smithi027.xpwwjc (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:15.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:15 smithi114 bash[20134]: cluster 2024-04-22T23:20:14.357004+0000 mgr.smithi027.xpwwjc (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:15.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:15 smithi114 bash[20134]: cluster 2024-04-22T23:20:14.357004+0000 mgr.smithi027.xpwwjc (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:15.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:15 smithi027 bash[18655]: cluster 2024-04-22T23:20:14.357004+0000 mgr.smithi027.xpwwjc (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:15.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:15 smithi027 bash[18655]: cluster 2024-04-22T23:20:14.357004+0000 mgr.smithi027.xpwwjc (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:16.599 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:16.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:16 smithi114 bash[20134]: audit 2024-04-22T23:20:16.407783+0000 mon.smithi027 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:20:16.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:16 smithi114 bash[20134]: audit 2024-04-22T23:20:16.407783+0000 mon.smithi027 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:20:16.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:16 smithi027 bash[18655]: audit 2024-04-22T23:20:16.407783+0000 mon.smithi027 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:20:16.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:16 smithi027 bash[18655]: audit 2024-04-22T23:20:16.407783+0000 mon.smithi027 (mon.0) 414 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:20:17.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:17 smithi027 bash[18655]: cluster 2024-04-22T23:20:16.358014+0000 mgr.smithi027.xpwwjc (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:17.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:17 smithi027 bash[18655]: cluster 2024-04-22T23:20:16.358014+0000 mgr.smithi027.xpwwjc (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:17.741 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:17.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:17 smithi114 bash[20134]: cluster 2024-04-22T23:20:16.358014+0000 mgr.smithi027.xpwwjc (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:17.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:17 smithi114 bash[20134]: cluster 2024-04-22T23:20:16.358014+0000 mgr.smithi027.xpwwjc (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:18.311 INFO:teuthology.orchestra.run.smithi027.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:20:18.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:18 smithi027 bash[18655]: audit 2024-04-22T23:20:17.741976+0000 mon.smithi027 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.27:0/3282008109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:18.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:18 smithi027 bash[18655]: audit 2024-04-22T23:20:17.741976+0000 mon.smithi027 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.27:0/3282008109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:18.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:18 smithi027 bash[18655]: audit 2024-04-22T23:20:18.152023+0000 mon.smithi027 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:18.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:18 smithi027 bash[18655]: audit 2024-04-22T23:20:18.152023+0000 mon.smithi027 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:19.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:18 smithi114 bash[20134]: audit 2024-04-22T23:20:17.741976+0000 mon.smithi027 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.27:0/3282008109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:19.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:18 smithi114 bash[20134]: audit 2024-04-22T23:20:17.741976+0000 mon.smithi027 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.27:0/3282008109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:19.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:18 smithi114 bash[20134]: audit 2024-04-22T23:20:18.152023+0000 mon.smithi027 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:19.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:18 smithi114 bash[20134]: audit 2024-04-22T23:20:18.152023+0000 mon.smithi027 (mon.0) 416 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:19.312 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:19.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:19 smithi027 bash[18655]: cluster 2024-04-22T23:20:18.358948+0000 mgr.smithi027.xpwwjc (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:19.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:19 smithi027 bash[18655]: cluster 2024-04-22T23:20:18.358948+0000 mgr.smithi027.xpwwjc (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:20.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:19 smithi114 bash[20134]: cluster 2024-04-22T23:20:18.358948+0000 mgr.smithi027.xpwwjc (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:20.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:19 smithi114 bash[20134]: cluster 2024-04-22T23:20:18.358948+0000 mgr.smithi027.xpwwjc (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:21.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:21 smithi027 bash[18655]: cluster 2024-04-22T23:20:20.359937+0000 mgr.smithi027.xpwwjc (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:21.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:21 smithi027 bash[18655]: cluster 2024-04-22T23:20:20.359937+0000 mgr.smithi027.xpwwjc (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:22.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:21 smithi114 bash[20134]: cluster 2024-04-22T23:20:20.359937+0000 mgr.smithi027.xpwwjc (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:22.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:21 smithi114 bash[20134]: cluster 2024-04-22T23:20:20.359937+0000 mgr.smithi027.xpwwjc (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:23.111 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:23.120 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:22 smithi114 bash[20134]: audit 2024-04-22T23:20:21.862020+0000 mon.smithi027 (mon.0) 417 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:23.121 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:22 smithi114 bash[20134]: audit 2024-04-22T23:20:21.862020+0000 mon.smithi027 (mon.0) 417 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:23.121 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:22 smithi114 bash[20134]: cluster 2024-04-22T23:20:22.360895+0000 mgr.smithi027.xpwwjc (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:23.121 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:22 smithi114 bash[20134]: cluster 2024-04-22T23:20:22.360895+0000 mgr.smithi027.xpwwjc (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:23.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:22 smithi027 bash[18655]: audit 2024-04-22T23:20:21.862020+0000 mon.smithi027 (mon.0) 417 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:23.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:22 smithi027 bash[18655]: audit 2024-04-22T23:20:21.862020+0000 mon.smithi027 (mon.0) 417 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:23.130 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:22 smithi027 bash[18655]: cluster 2024-04-22T23:20:22.360895+0000 mgr.smithi027.xpwwjc (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:23.130 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:22 smithi027 bash[18655]: cluster 2024-04-22T23:20:22.360895+0000 mgr.smithi027.xpwwjc (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:24.955 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:25.649 INFO:teuthology.orchestra.run.smithi027.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:20:25.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:25 smithi027 bash[18655]: cluster 2024-04-22T23:20:24.361906+0000 mgr.smithi027.xpwwjc (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:25.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:25 smithi027 bash[18655]: cluster 2024-04-22T23:20:24.361906+0000 mgr.smithi027.xpwwjc (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:25.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:25 smithi027 bash[18655]: audit 2024-04-22T23:20:24.956258+0000 mon.smithi027 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.27:0/878160384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:25.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:25 smithi027 bash[18655]: audit 2024-04-22T23:20:24.956258+0000 mon.smithi027 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.27:0/878160384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:25 smithi114 bash[20134]: cluster 2024-04-22T23:20:24.361906+0000 mgr.smithi027.xpwwjc (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:25 smithi114 bash[20134]: cluster 2024-04-22T23:20:24.361906+0000 mgr.smithi027.xpwwjc (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:25 smithi114 bash[20134]: audit 2024-04-22T23:20:24.956258+0000 mon.smithi027 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.27:0/878160384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:25.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:25 smithi114 bash[20134]: audit 2024-04-22T23:20:24.956258+0000 mon.smithi027 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.27:0/878160384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:26.650 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:27.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:27 smithi027 bash[18655]: cluster 2024-04-22T23:20:26.362949+0000 mgr.smithi027.xpwwjc (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:27.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:27 smithi027 bash[18655]: cluster 2024-04-22T23:20:26.362949+0000 mgr.smithi027.xpwwjc (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:27.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:27 smithi114 bash[20134]: cluster 2024-04-22T23:20:26.362949+0000 mgr.smithi027.xpwwjc (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:27.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:27 smithi114 bash[20134]: cluster 2024-04-22T23:20:26.362949+0000 mgr.smithi027.xpwwjc (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:29.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: cluster 2024-04-22T23:20:28.364063+0000 mgr.smithi027.xpwwjc (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:29.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: cluster 2024-04-22T23:20:28.364063+0000 mgr.smithi027.xpwwjc (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.369881+0000 mon.smithi027 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.369881+0000 mon.smithi027 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.371873+0000 mon.smithi027 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.371873+0000 mon.smithi027 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.383681+0000 mon.smithi027 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.383681+0000 mon.smithi027 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.392527+0000 mon.smithi027 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:20:29.816 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:29 smithi114 bash[20134]: audit 2024-04-22T23:20:29.392527+0000 mon.smithi027 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: cluster 2024-04-22T23:20:28.364063+0000 mgr.smithi027.xpwwjc (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: cluster 2024-04-22T23:20:28.364063+0000 mgr.smithi027.xpwwjc (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.369881+0000 mon.smithi027 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.369881+0000 mon.smithi027 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.371873+0000 mon.smithi027 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.371873+0000 mon.smithi027 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.383681+0000 mon.smithi027 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:29.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.383681+0000 mon.smithi027 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:20:29.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.392527+0000 mon.smithi027 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:20:29.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:29 smithi027 bash[18655]: audit 2024-04-22T23:20:29.392527+0000 mon.smithi027 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:20:30.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:30 smithi114 bash[20134]: cluster 2024-04-22T23:20:29.374962+0000 mgr.smithi027.xpwwjc (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:30 smithi114 bash[20134]: cluster 2024-04-22T23:20:29.374962+0000 mgr.smithi027.xpwwjc (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:30 smithi114 bash[20134]: cluster 2024-04-22T23:20:29.376277+0000 mgr.smithi027.xpwwjc (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:30 smithi114 bash[20134]: cluster 2024-04-22T23:20:29.376277+0000 mgr.smithi027.xpwwjc (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:30 smithi027 bash[18655]: cluster 2024-04-22T23:20:29.374962+0000 mgr.smithi027.xpwwjc (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:30 smithi027 bash[18655]: cluster 2024-04-22T23:20:29.374962+0000 mgr.smithi027.xpwwjc (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:30 smithi027 bash[18655]: cluster 2024-04-22T23:20:29.376277+0000 mgr.smithi027.xpwwjc (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:30.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:30 smithi027 bash[18655]: cluster 2024-04-22T23:20:29.376277+0000 mgr.smithi027.xpwwjc (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:31.423 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:32.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:32 smithi027 bash[18655]: cluster 2024-04-22T23:20:31.377284+0000 mgr.smithi027.xpwwjc (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:32.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:32 smithi027 bash[18655]: cluster 2024-04-22T23:20:31.377284+0000 mgr.smithi027.xpwwjc (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:32.676 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:32.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:32 smithi114 bash[20134]: cluster 2024-04-22T23:20:31.377284+0000 mgr.smithi027.xpwwjc (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:32.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:32 smithi114 bash[20134]: cluster 2024-04-22T23:20:31.377284+0000 mgr.smithi027.xpwwjc (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:33.349 INFO:teuthology.orchestra.run.smithi027.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:20:33.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:33 smithi027 bash[18655]: audit 2024-04-22T23:20:32.678030+0000 mon.smithi027 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.27:0/3041760147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:33 smithi027 bash[18655]: audit 2024-04-22T23:20:32.678030+0000 mon.smithi027 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.27:0/3041760147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:33 smithi027 bash[18655]: audit 2024-04-22T23:20:33.152666+0000 mon.smithi027 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:33.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:33 smithi027 bash[18655]: audit 2024-04-22T23:20:33.152666+0000 mon.smithi027 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:33.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:33 smithi114 bash[20134]: audit 2024-04-22T23:20:32.678030+0000 mon.smithi027 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.27:0/3041760147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:33.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:33 smithi114 bash[20134]: audit 2024-04-22T23:20:32.678030+0000 mon.smithi027 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.27:0/3041760147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:33.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:33 smithi114 bash[20134]: audit 2024-04-22T23:20:33.152666+0000 mon.smithi027 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:33.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:33 smithi114 bash[20134]: audit 2024-04-22T23:20:33.152666+0000 mon.smithi027 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:34.351 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:34.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:34 smithi027 bash[18655]: cluster 2024-04-22T23:20:33.377936+0000 mgr.smithi027.xpwwjc (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:34.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:34 smithi027 bash[18655]: cluster 2024-04-22T23:20:33.377936+0000 mgr.smithi027.xpwwjc (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:34.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:34 smithi114 bash[20134]: cluster 2024-04-22T23:20:33.377936+0000 mgr.smithi027.xpwwjc (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:34.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:34 smithi114 bash[20134]: cluster 2024-04-22T23:20:33.377936+0000 mgr.smithi027.xpwwjc (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:36.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:36 smithi114 bash[20134]: cluster 2024-04-22T23:20:35.378880+0000 mgr.smithi027.xpwwjc (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:36.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:36 smithi114 bash[20134]: cluster 2024-04-22T23:20:35.378880+0000 mgr.smithi027.xpwwjc (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:36.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:36 smithi027 bash[18655]: cluster 2024-04-22T23:20:35.378880+0000 mgr.smithi027.xpwwjc (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:36.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:36 smithi027 bash[18655]: cluster 2024-04-22T23:20:35.378880+0000 mgr.smithi027.xpwwjc (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:38.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:38 smithi114 bash[20134]: cluster 2024-04-22T23:20:37.379877+0000 mgr.smithi027.xpwwjc (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:38.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:38 smithi114 bash[20134]: cluster 2024-04-22T23:20:37.379877+0000 mgr.smithi027.xpwwjc (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:38.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:38 smithi027 bash[18655]: cluster 2024-04-22T23:20:37.379877+0000 mgr.smithi027.xpwwjc (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:38.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:38 smithi027 bash[18655]: cluster 2024-04-22T23:20:37.379877+0000 mgr.smithi027.xpwwjc (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:39.123 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:40.303 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:40.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:40 smithi027 bash[18655]: cluster 2024-04-22T23:20:39.380913+0000 mgr.smithi027.xpwwjc (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:40.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:40 smithi027 bash[18655]: cluster 2024-04-22T23:20:39.380913+0000 mgr.smithi027.xpwwjc (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:40.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:40 smithi027 bash[18655]: audit 2024-04-22T23:20:40.304678+0000 mon.smithi027 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.27:0/1024306400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:40.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:40 smithi027 bash[18655]: audit 2024-04-22T23:20:40.304678+0000 mon.smithi027 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.27:0/1024306400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:40.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:40 smithi114 bash[20134]: cluster 2024-04-22T23:20:39.380913+0000 mgr.smithi027.xpwwjc (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:40.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:40 smithi114 bash[20134]: cluster 2024-04-22T23:20:39.380913+0000 mgr.smithi027.xpwwjc (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:40.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:40 smithi114 bash[20134]: audit 2024-04-22T23:20:40.304678+0000 mon.smithi027 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.27:0/1024306400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:40.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:40 smithi114 bash[20134]: audit 2024-04-22T23:20:40.304678+0000 mon.smithi027 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.27:0/1024306400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:41.002 INFO:teuthology.orchestra.run.smithi027.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:20:42.004 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:42.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:42 smithi114 bash[20134]: cluster 2024-04-22T23:20:41.381904+0000 mgr.smithi027.xpwwjc (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:42.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:42 smithi114 bash[20134]: cluster 2024-04-22T23:20:41.381904+0000 mgr.smithi027.xpwwjc (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:42.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:42 smithi027 bash[18655]: cluster 2024-04-22T23:20:41.381904+0000 mgr.smithi027.xpwwjc (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:42.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:42 smithi027 bash[18655]: cluster 2024-04-22T23:20:41.381904+0000 mgr.smithi027.xpwwjc (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:44.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:44 smithi114 bash[20134]: cluster 2024-04-22T23:20:43.382913+0000 mgr.smithi027.xpwwjc (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:44.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:44 smithi114 bash[20134]: cluster 2024-04-22T23:20:43.382913+0000 mgr.smithi027.xpwwjc (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:44.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:44 smithi027 bash[18655]: cluster 2024-04-22T23:20:43.382913+0000 mgr.smithi027.xpwwjc (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:44.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:44 smithi027 bash[18655]: cluster 2024-04-22T23:20:43.382913+0000 mgr.smithi027.xpwwjc (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:46.786 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:46.803 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:46 smithi027 bash[18655]: cluster 2024-04-22T23:20:45.383930+0000 mgr.smithi027.xpwwjc (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:46.803 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:46 smithi027 bash[18655]: cluster 2024-04-22T23:20:45.383930+0000 mgr.smithi027.xpwwjc (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:46.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:46 smithi114 bash[20134]: cluster 2024-04-22T23:20:45.383930+0000 mgr.smithi027.xpwwjc (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:46.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:46 smithi114 bash[20134]: cluster 2024-04-22T23:20:45.383930+0000 mgr.smithi027.xpwwjc (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:48.069 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:48.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:48 smithi027 bash[18655]: cluster 2024-04-22T23:20:47.384955+0000 mgr.smithi027.xpwwjc (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:48.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:48 smithi027 bash[18655]: cluster 2024-04-22T23:20:47.384955+0000 mgr.smithi027.xpwwjc (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:48.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:48 smithi027 bash[18655]: audit 2024-04-22T23:20:48.070867+0000 mon.smithi027 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.27:0/482000184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:48.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:48 smithi027 bash[18655]: audit 2024-04-22T23:20:48.070867+0000 mon.smithi027 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.27:0/482000184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:48.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:48 smithi027 bash[18655]: audit 2024-04-22T23:20:48.151950+0000 mon.smithi027 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:48.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:48 smithi027 bash[18655]: audit 2024-04-22T23:20:48.151950+0000 mon.smithi027 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:48.775 INFO:teuthology.orchestra.run.smithi027.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:20:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:48 smithi114 bash[20134]: cluster 2024-04-22T23:20:47.384955+0000 mgr.smithi027.xpwwjc (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:48 smithi114 bash[20134]: cluster 2024-04-22T23:20:47.384955+0000 mgr.smithi027.xpwwjc (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:48 smithi114 bash[20134]: audit 2024-04-22T23:20:48.070867+0000 mon.smithi027 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.27:0/482000184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:48 smithi114 bash[20134]: audit 2024-04-22T23:20:48.070867+0000 mon.smithi027 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.27:0/482000184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:48 smithi114 bash[20134]: audit 2024-04-22T23:20:48.151950+0000 mon.smithi027 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:48.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:48 smithi114 bash[20134]: audit 2024-04-22T23:20:48.151950+0000 mon.smithi027 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:20:49.776 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:50.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:50 smithi114 bash[20134]: cluster 2024-04-22T23:20:49.385947+0000 mgr.smithi027.xpwwjc (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:50.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:50 smithi114 bash[20134]: cluster 2024-04-22T23:20:49.385947+0000 mgr.smithi027.xpwwjc (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:50.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:50 smithi027 bash[18655]: cluster 2024-04-22T23:20:49.385947+0000 mgr.smithi027.xpwwjc (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:50.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:50 smithi027 bash[18655]: cluster 2024-04-22T23:20:49.385947+0000 mgr.smithi027.xpwwjc (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:52.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:52 smithi114 bash[20134]: cluster 2024-04-22T23:20:51.386896+0000 mgr.smithi027.xpwwjc (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:52.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:52 smithi114 bash[20134]: cluster 2024-04-22T23:20:51.386896+0000 mgr.smithi027.xpwwjc (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:52.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:52 smithi027 bash[18655]: cluster 2024-04-22T23:20:51.386896+0000 mgr.smithi027.xpwwjc (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:52.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:52 smithi027 bash[18655]: cluster 2024-04-22T23:20:51.386896+0000 mgr.smithi027.xpwwjc (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:54.555 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:20:54.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:54 smithi114 bash[20134]: cluster 2024-04-22T23:20:53.387878+0000 mgr.smithi027.xpwwjc (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:54.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:54 smithi114 bash[20134]: cluster 2024-04-22T23:20:53.387878+0000 mgr.smithi027.xpwwjc (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:54.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:54 smithi027 bash[18655]: cluster 2024-04-22T23:20:53.387878+0000 mgr.smithi027.xpwwjc (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:54.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:54 smithi027 bash[18655]: cluster 2024-04-22T23:20:53.387878+0000 mgr.smithi027.xpwwjc (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:55.785 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:20:56.420 INFO:teuthology.orchestra.run.smithi027.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:20:56.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:56 smithi027 bash[18655]: cluster 2024-04-22T23:20:55.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:56.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:56 smithi027 bash[18655]: cluster 2024-04-22T23:20:55.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:56.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:56 smithi027 bash[18655]: audit 2024-04-22T23:20:55.787476+0000 mon.smithi027 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.27:0/1880258748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:56.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:56 smithi027 bash[18655]: audit 2024-04-22T23:20:55.787476+0000 mon.smithi027 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.27:0/1880258748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:56 smithi114 bash[20134]: cluster 2024-04-22T23:20:55.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:56 smithi114 bash[20134]: cluster 2024-04-22T23:20:55.388399+0000 mgr.smithi027.xpwwjc (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:56 smithi114 bash[20134]: audit 2024-04-22T23:20:55.787476+0000 mon.smithi027 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.27:0/1880258748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:56.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:56 smithi114 bash[20134]: audit 2024-04-22T23:20:55.787476+0000 mon.smithi027 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.27:0/1880258748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:20:57.421 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:20:58.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:58 smithi114 bash[20134]: cluster 2024-04-22T23:20:57.389389+0000 mgr.smithi027.xpwwjc (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:58.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:20:58 smithi114 bash[20134]: cluster 2024-04-22T23:20:57.389389+0000 mgr.smithi027.xpwwjc (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:58.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:58 smithi027 bash[18655]: cluster 2024-04-22T23:20:57.389389+0000 mgr.smithi027.xpwwjc (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:20:58.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:20:58 smithi027 bash[18655]: cluster 2024-04-22T23:20:57.389389+0000 mgr.smithi027.xpwwjc (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:00.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:00 smithi114 bash[20134]: cluster 2024-04-22T23:20:59.390374+0000 mgr.smithi027.xpwwjc (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:00.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:00 smithi114 bash[20134]: cluster 2024-04-22T23:20:59.390374+0000 mgr.smithi027.xpwwjc (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:00.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:00 smithi027 bash[18655]: cluster 2024-04-22T23:20:59.390374+0000 mgr.smithi027.xpwwjc (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:00.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:00 smithi027 bash[18655]: cluster 2024-04-22T23:20:59.390374+0000 mgr.smithi027.xpwwjc (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:02.194 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:02.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:02 smithi114 bash[20134]: cluster 2024-04-22T23:21:01.391331+0000 mgr.smithi027.xpwwjc (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:02.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:02 smithi114 bash[20134]: cluster 2024-04-22T23:21:01.391331+0000 mgr.smithi027.xpwwjc (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:02.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:02 smithi027 bash[18655]: cluster 2024-04-22T23:21:01.391331+0000 mgr.smithi027.xpwwjc (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:02.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:02 smithi027 bash[18655]: cluster 2024-04-22T23:21:01.391331+0000 mgr.smithi027.xpwwjc (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:03.452 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:03 smithi114 bash[20134]: audit 2024-04-22T23:21:03.152738+0000 mon.smithi027 (mon.0) 429 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:03 smithi114 bash[20134]: audit 2024-04-22T23:21:03.152738+0000 mon.smithi027 (mon.0) 429 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:03 smithi114 bash[20134]: audit 2024-04-22T23:21:03.454403+0000 mon.smithi027 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.27:0/3534796832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:03.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:03 smithi114 bash[20134]: audit 2024-04-22T23:21:03.454403+0000 mon.smithi027 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.27:0/3534796832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:03.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:03 smithi027 bash[18655]: audit 2024-04-22T23:21:03.152738+0000 mon.smithi027 (mon.0) 429 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:03.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:03 smithi027 bash[18655]: audit 2024-04-22T23:21:03.152738+0000 mon.smithi027 (mon.0) 429 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:03.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:03 smithi027 bash[18655]: audit 2024-04-22T23:21:03.454403+0000 mon.smithi027 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.27:0/3534796832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:03.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:03 smithi027 bash[18655]: audit 2024-04-22T23:21:03.454403+0000 mon.smithi027 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.27:0/3534796832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:04.093 INFO:teuthology.orchestra.run.smithi027.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:21:04.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:04 smithi114 bash[20134]: cluster 2024-04-22T23:21:03.392313+0000 mgr.smithi027.xpwwjc (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:04.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:04 smithi114 bash[20134]: cluster 2024-04-22T23:21:03.392313+0000 mgr.smithi027.xpwwjc (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:04.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:04 smithi027 bash[18655]: cluster 2024-04-22T23:21:03.392313+0000 mgr.smithi027.xpwwjc (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:04.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:04 smithi027 bash[18655]: cluster 2024-04-22T23:21:03.392313+0000 mgr.smithi027.xpwwjc (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:05.094 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:06 smithi114 bash[20134]: cluster 2024-04-22T23:21:05.393348+0000 mgr.smithi027.xpwwjc (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:06.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:06 smithi114 bash[20134]: cluster 2024-04-22T23:21:05.393348+0000 mgr.smithi027.xpwwjc (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:06.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:06 smithi027 bash[18655]: cluster 2024-04-22T23:21:05.393348+0000 mgr.smithi027.xpwwjc (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:06.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:06 smithi027 bash[18655]: cluster 2024-04-22T23:21:05.393348+0000 mgr.smithi027.xpwwjc (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:08.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:08 smithi114 bash[20134]: cluster 2024-04-22T23:21:07.394478+0000 mgr.smithi027.xpwwjc (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:08.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:08 smithi114 bash[20134]: cluster 2024-04-22T23:21:07.394478+0000 mgr.smithi027.xpwwjc (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:08.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:08 smithi027 bash[18655]: cluster 2024-04-22T23:21:07.394478+0000 mgr.smithi027.xpwwjc (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:08.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:08 smithi027 bash[18655]: cluster 2024-04-22T23:21:07.394478+0000 mgr.smithi027.xpwwjc (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:09.867 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:10.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:10 smithi114 bash[20134]: cluster 2024-04-22T23:21:09.395427+0000 mgr.smithi027.xpwwjc (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:10.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:10 smithi114 bash[20134]: cluster 2024-04-22T23:21:09.395427+0000 mgr.smithi027.xpwwjc (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:10.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:10 smithi027 bash[18655]: cluster 2024-04-22T23:21:09.395427+0000 mgr.smithi027.xpwwjc (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:10.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:10 smithi027 bash[18655]: cluster 2024-04-22T23:21:09.395427+0000 mgr.smithi027.xpwwjc (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:11.097 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:11.743 INFO:teuthology.orchestra.run.smithi027.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:21:11.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:11 smithi114 bash[20134]: audit 2024-04-22T23:21:11.099229+0000 mon.smithi027 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.27:0/3453209542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:11.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:11 smithi114 bash[20134]: audit 2024-04-22T23:21:11.099229+0000 mon.smithi027 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.27:0/3453209542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:11.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:11 smithi027 bash[18655]: audit 2024-04-22T23:21:11.099229+0000 mon.smithi027 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.27:0/3453209542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:11.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:11 smithi027 bash[18655]: audit 2024-04-22T23:21:11.099229+0000 mon.smithi027 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.27:0/3453209542' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:12.744 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:12.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:12 smithi114 bash[20134]: cluster 2024-04-22T23:21:11.396475+0000 mgr.smithi027.xpwwjc (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:12.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:12 smithi114 bash[20134]: cluster 2024-04-22T23:21:11.396475+0000 mgr.smithi027.xpwwjc (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:12.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:12 smithi027 bash[18655]: cluster 2024-04-22T23:21:11.396475+0000 mgr.smithi027.xpwwjc (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:12.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:12 smithi027 bash[18655]: cluster 2024-04-22T23:21:11.396475+0000 mgr.smithi027.xpwwjc (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:14.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:14 smithi114 bash[20134]: cluster 2024-04-22T23:21:13.397453+0000 mgr.smithi027.xpwwjc (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:14.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:14 smithi114 bash[20134]: cluster 2024-04-22T23:21:13.397453+0000 mgr.smithi027.xpwwjc (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:14.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:14 smithi027 bash[18655]: cluster 2024-04-22T23:21:13.397453+0000 mgr.smithi027.xpwwjc (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:14.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:14 smithi027 bash[18655]: cluster 2024-04-22T23:21:13.397453+0000 mgr.smithi027.xpwwjc (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:16.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:16 smithi114 bash[20134]: cluster 2024-04-22T23:21:15.398515+0000 mgr.smithi027.xpwwjc (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:16.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:16 smithi114 bash[20134]: cluster 2024-04-22T23:21:15.398515+0000 mgr.smithi027.xpwwjc (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:16.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:16 smithi027 bash[18655]: cluster 2024-04-22T23:21:15.398515+0000 mgr.smithi027.xpwwjc (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:16.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:16 smithi027 bash[18655]: cluster 2024-04-22T23:21:15.398515+0000 mgr.smithi027.xpwwjc (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:17.522 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:18.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:18 smithi027 bash[18655]: cluster 2024-04-22T23:21:17.399522+0000 mgr.smithi027.xpwwjc (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:18.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:18 smithi027 bash[18655]: cluster 2024-04-22T23:21:17.399522+0000 mgr.smithi027.xpwwjc (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:18.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:18 smithi027 bash[18655]: audit 2024-04-22T23:21:18.153431+0000 mon.smithi027 (mon.0) 432 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:18.671 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:18 smithi027 bash[18655]: audit 2024-04-22T23:21:18.153431+0000 mon.smithi027 (mon.0) 432 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:18.775 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:18.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:18 smithi114 bash[20134]: cluster 2024-04-22T23:21:17.399522+0000 mgr.smithi027.xpwwjc (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:18 smithi114 bash[20134]: cluster 2024-04-22T23:21:17.399522+0000 mgr.smithi027.xpwwjc (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:18 smithi114 bash[20134]: audit 2024-04-22T23:21:18.153431+0000 mon.smithi027 (mon.0) 432 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:18.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:18 smithi114 bash[20134]: audit 2024-04-22T23:21:18.153431+0000 mon.smithi027 (mon.0) 432 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:19.427 INFO:teuthology.orchestra.run.smithi027.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:21:19.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:19 smithi114 bash[20134]: audit 2024-04-22T23:21:18.777929+0000 mon.smithi027 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.27:0/2842396694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:19.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:19 smithi114 bash[20134]: audit 2024-04-22T23:21:18.777929+0000 mon.smithi027 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.27:0/2842396694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:19.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:19 smithi027 bash[18655]: audit 2024-04-22T23:21:18.777929+0000 mon.smithi027 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.27:0/2842396694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:19.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:19 smithi027 bash[18655]: audit 2024-04-22T23:21:18.777929+0000 mon.smithi027 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.27:0/2842396694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:20.428 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:20.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:20 smithi114 bash[20134]: cluster 2024-04-22T23:21:19.400552+0000 mgr.smithi027.xpwwjc (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:20.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:20 smithi114 bash[20134]: cluster 2024-04-22T23:21:19.400552+0000 mgr.smithi027.xpwwjc (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:20.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:20 smithi027 bash[18655]: cluster 2024-04-22T23:21:19.400552+0000 mgr.smithi027.xpwwjc (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:20.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:20 smithi027 bash[18655]: cluster 2024-04-22T23:21:19.400552+0000 mgr.smithi027.xpwwjc (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:22.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:22 smithi114 bash[20134]: cluster 2024-04-22T23:21:21.401486+0000 mgr.smithi027.xpwwjc (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:22.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:22 smithi114 bash[20134]: cluster 2024-04-22T23:21:21.401486+0000 mgr.smithi027.xpwwjc (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:22.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:22 smithi027 bash[18655]: cluster 2024-04-22T23:21:21.401486+0000 mgr.smithi027.xpwwjc (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:22.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:22 smithi027 bash[18655]: cluster 2024-04-22T23:21:21.401486+0000 mgr.smithi027.xpwwjc (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:24.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:24 smithi027 bash[18655]: cluster 2024-04-22T23:21:23.402506+0000 mgr.smithi027.xpwwjc (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:24.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:24 smithi027 bash[18655]: cluster 2024-04-22T23:21:23.402506+0000 mgr.smithi027.xpwwjc (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:25.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:24 smithi114 bash[20134]: cluster 2024-04-22T23:21:23.402506+0000 mgr.smithi027.xpwwjc (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:25.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:24 smithi114 bash[20134]: cluster 2024-04-22T23:21:23.402506+0000 mgr.smithi027.xpwwjc (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:25.208 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:26.416 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:26.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:26 smithi027 bash[18655]: cluster 2024-04-22T23:21:25.403548+0000 mgr.smithi027.xpwwjc (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:26.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:26 smithi027 bash[18655]: cluster 2024-04-22T23:21:25.403548+0000 mgr.smithi027.xpwwjc (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:26.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:26 smithi027 bash[18655]: audit 2024-04-22T23:21:26.418888+0000 mon.smithi027 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.27:0/2848695244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:26.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:26 smithi027 bash[18655]: audit 2024-04-22T23:21:26.418888+0000 mon.smithi027 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.27:0/2848695244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:27.057 INFO:teuthology.orchestra.run.smithi027.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:21:27.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:26 smithi114 bash[20134]: cluster 2024-04-22T23:21:25.403548+0000 mgr.smithi027.xpwwjc (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:27.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:26 smithi114 bash[20134]: cluster 2024-04-22T23:21:25.403548+0000 mgr.smithi027.xpwwjc (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:27.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:26 smithi114 bash[20134]: audit 2024-04-22T23:21:26.418888+0000 mon.smithi027 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.27:0/2848695244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:27.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:26 smithi114 bash[20134]: audit 2024-04-22T23:21:26.418888+0000 mon.smithi027 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.27:0/2848695244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:28.059 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:28.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:28 smithi027 bash[18655]: cluster 2024-04-22T23:21:27.404581+0000 mgr.smithi027.xpwwjc (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:28.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:28 smithi027 bash[18655]: cluster 2024-04-22T23:21:27.404581+0000 mgr.smithi027.xpwwjc (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:29.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:28 smithi114 bash[20134]: cluster 2024-04-22T23:21:27.404581+0000 mgr.smithi027.xpwwjc (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:29.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:28 smithi114 bash[20134]: cluster 2024-04-22T23:21:27.404581+0000 mgr.smithi027.xpwwjc (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:29.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:29 smithi027 bash[18655]: audit 2024-04-22T23:21:29.472776+0000 mon.smithi027 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:21:29.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:29 smithi027 bash[18655]: audit 2024-04-22T23:21:29.472776+0000 mon.smithi027 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:21:30.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:29 smithi114 bash[20134]: audit 2024-04-22T23:21:29.472776+0000 mon.smithi027 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:21:30.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:29 smithi114 bash[20134]: audit 2024-04-22T23:21:29.472776+0000 mon.smithi027 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:21:30.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:30 smithi027 bash[18655]: cluster 2024-04-22T23:21:29.405605+0000 mgr.smithi027.xpwwjc (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:30.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:30 smithi027 bash[18655]: cluster 2024-04-22T23:21:29.405605+0000 mgr.smithi027.xpwwjc (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:31.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:30 smithi114 bash[20134]: cluster 2024-04-22T23:21:29.405605+0000 mgr.smithi027.xpwwjc (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:31.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:30 smithi114 bash[20134]: cluster 2024-04-22T23:21:29.405605+0000 mgr.smithi027.xpwwjc (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:32.830 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:32.851 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:32 smithi027 bash[18655]: cluster 2024-04-22T23:21:31.406610+0000 mgr.smithi027.xpwwjc (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:32.851 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:32 smithi027 bash[18655]: cluster 2024-04-22T23:21:31.406610+0000 mgr.smithi027.xpwwjc (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:33.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:32 smithi114 bash[20134]: cluster 2024-04-22T23:21:31.406610+0000 mgr.smithi027.xpwwjc (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:33.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:32 smithi114 bash[20134]: cluster 2024-04-22T23:21:31.406610+0000 mgr.smithi027.xpwwjc (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:33.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:33 smithi027 bash[18655]: audit 2024-04-22T23:21:33.154071+0000 mon.smithi027 (mon.0) 436 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:33.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:33 smithi027 bash[18655]: audit 2024-04-22T23:21:33.154071+0000 mon.smithi027 (mon.0) 436 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:34.025 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:34.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:33 smithi114 bash[20134]: audit 2024-04-22T23:21:33.154071+0000 mon.smithi027 (mon.0) 436 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:34.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:33 smithi114 bash[20134]: audit 2024-04-22T23:21:33.154071+0000 mon.smithi027 (mon.0) 436 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:34.735 INFO:teuthology.orchestra.run.smithi027.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:21:34.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:34 smithi027 bash[18655]: cluster 2024-04-22T23:21:33.407624+0000 mgr.smithi027.xpwwjc (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:34.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:34 smithi027 bash[18655]: cluster 2024-04-22T23:21:33.407624+0000 mgr.smithi027.xpwwjc (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:34.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:34 smithi027 bash[18655]: audit 2024-04-22T23:21:34.027490+0000 mon.smithi027 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.27:0/3717418975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:34.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:34 smithi027 bash[18655]: audit 2024-04-22T23:21:34.027490+0000 mon.smithi027 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.27:0/3717418975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:35.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:34 smithi114 bash[20134]: cluster 2024-04-22T23:21:33.407624+0000 mgr.smithi027.xpwwjc (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:35.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:34 smithi114 bash[20134]: cluster 2024-04-22T23:21:33.407624+0000 mgr.smithi027.xpwwjc (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:35.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:34 smithi114 bash[20134]: audit 2024-04-22T23:21:34.027490+0000 mon.smithi027 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.27:0/3717418975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:35.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:34 smithi114 bash[20134]: audit 2024-04-22T23:21:34.027490+0000 mon.smithi027 (mon.0) 437 : audit [DBG] from='client.? 172.21.15.27:0/3717418975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:35.736 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:36.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:36 smithi027 bash[18655]: cluster 2024-04-22T23:21:35.408617+0000 mgr.smithi027.xpwwjc (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:36.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:36 smithi027 bash[18655]: cluster 2024-04-22T23:21:35.408617+0000 mgr.smithi027.xpwwjc (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:37.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:36 smithi114 bash[20134]: cluster 2024-04-22T23:21:35.408617+0000 mgr.smithi027.xpwwjc (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:37.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:36 smithi114 bash[20134]: cluster 2024-04-22T23:21:35.408617+0000 mgr.smithi027.xpwwjc (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:37.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.184231+0000 mon.smithi027 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:21:37.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.184231+0000 mon.smithi027 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:21:37.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.185696+0000 mon.smithi027 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:21:37.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.185696+0000 mon.smithi027 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:21:37.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.194551+0000 mon.smithi027 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:21:37.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.194551+0000 mon.smithi027 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:21:37.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.200046+0000 mon.smithi027 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:21:37.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:37 smithi027 bash[18655]: audit 2024-04-22T23:21:37.200046+0000 mon.smithi027 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:21:38.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.184231+0000 mon.smithi027 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.184231+0000 mon.smithi027 (mon.0) 438 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.185696+0000 mon.smithi027 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.185696+0000 mon.smithi027 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.194551+0000 mon.smithi027 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.194551+0000 mon.smithi027 (mon.0) 440 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.200046+0000 mon.smithi027 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:21:38.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:37 smithi114 bash[20134]: audit 2024-04-22T23:21:37.200046+0000 mon.smithi027 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:21:38.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:38 smithi027 bash[18655]: cluster 2024-04-22T23:21:37.188042+0000 mgr.smithi027.xpwwjc (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:38.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:38 smithi027 bash[18655]: cluster 2024-04-22T23:21:37.188042+0000 mgr.smithi027.xpwwjc (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:38.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:38 smithi027 bash[18655]: cluster 2024-04-22T23:21:37.188871+0000 mgr.smithi027.xpwwjc (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:38.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:38 smithi027 bash[18655]: cluster 2024-04-22T23:21:37.188871+0000 mgr.smithi027.xpwwjc (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:39.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:38 smithi114 bash[20134]: cluster 2024-04-22T23:21:37.188042+0000 mgr.smithi027.xpwwjc (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:39.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:38 smithi114 bash[20134]: cluster 2024-04-22T23:21:37.188042+0000 mgr.smithi027.xpwwjc (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:39.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:38 smithi114 bash[20134]: cluster 2024-04-22T23:21:37.188871+0000 mgr.smithi027.xpwwjc (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:39.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:38 smithi114 bash[20134]: cluster 2024-04-22T23:21:37.188871+0000 mgr.smithi027.xpwwjc (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:39.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:39 smithi027 bash[18655]: cluster 2024-04-22T23:21:39.189860+0000 mgr.smithi027.xpwwjc (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:39.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:39 smithi027 bash[18655]: cluster 2024-04-22T23:21:39.189860+0000 mgr.smithi027.xpwwjc (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:40.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:39 smithi114 bash[20134]: cluster 2024-04-22T23:21:39.189860+0000 mgr.smithi027.xpwwjc (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:40.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:39 smithi114 bash[20134]: cluster 2024-04-22T23:21:39.189860+0000 mgr.smithi027.xpwwjc (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:40.513 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:41.650 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:42.339 INFO:teuthology.orchestra.run.smithi027.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:21:42.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:42 smithi114 bash[20134]: cluster 2024-04-22T23:21:41.190810+0000 mgr.smithi027.xpwwjc (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:42.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:42 smithi114 bash[20134]: cluster 2024-04-22T23:21:41.190810+0000 mgr.smithi027.xpwwjc (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:42.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:42 smithi114 bash[20134]: audit 2024-04-22T23:21:41.652655+0000 mon.smithi027 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.27:0/4089960993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:42.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:42 smithi114 bash[20134]: audit 2024-04-22T23:21:41.652655+0000 mon.smithi027 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.27:0/4089960993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:42.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:42 smithi027 bash[18655]: cluster 2024-04-22T23:21:41.190810+0000 mgr.smithi027.xpwwjc (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:42.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:42 smithi027 bash[18655]: cluster 2024-04-22T23:21:41.190810+0000 mgr.smithi027.xpwwjc (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:42.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:42 smithi027 bash[18655]: audit 2024-04-22T23:21:41.652655+0000 mon.smithi027 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.27:0/4089960993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:42.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:42 smithi027 bash[18655]: audit 2024-04-22T23:21:41.652655+0000 mon.smithi027 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.27:0/4089960993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:43.340 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:44.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:44 smithi114 bash[20134]: cluster 2024-04-22T23:21:43.191829+0000 mgr.smithi027.xpwwjc (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:44.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:44 smithi114 bash[20134]: cluster 2024-04-22T23:21:43.191829+0000 mgr.smithi027.xpwwjc (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:44.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:44 smithi027 bash[18655]: cluster 2024-04-22T23:21:43.191829+0000 mgr.smithi027.xpwwjc (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:44.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:44 smithi027 bash[18655]: cluster 2024-04-22T23:21:43.191829+0000 mgr.smithi027.xpwwjc (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:46.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:46 smithi114 bash[20134]: cluster 2024-04-22T23:21:45.192848+0000 mgr.smithi027.xpwwjc (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:46.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:46 smithi114 bash[20134]: cluster 2024-04-22T23:21:45.192848+0000 mgr.smithi027.xpwwjc (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:46.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:46 smithi027 bash[18655]: cluster 2024-04-22T23:21:45.192848+0000 mgr.smithi027.xpwwjc (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:46.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:46 smithi027 bash[18655]: cluster 2024-04-22T23:21:45.192848+0000 mgr.smithi027.xpwwjc (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:48.119 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:48.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:48 smithi027 bash[18655]: cluster 2024-04-22T23:21:47.193876+0000 mgr.smithi027.xpwwjc (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:48.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:48 smithi027 bash[18655]: cluster 2024-04-22T23:21:47.193876+0000 mgr.smithi027.xpwwjc (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:48.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:48 smithi027 bash[18655]: audit 2024-04-22T23:21:48.154179+0000 mon.smithi027 (mon.0) 443 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:48.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:48 smithi027 bash[18655]: audit 2024-04-22T23:21:48.154179+0000 mon.smithi027 (mon.0) 443 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:48.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:48 smithi114 bash[20134]: cluster 2024-04-22T23:21:47.193876+0000 mgr.smithi027.xpwwjc (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:48.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:48 smithi114 bash[20134]: cluster 2024-04-22T23:21:47.193876+0000 mgr.smithi027.xpwwjc (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:48.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:48 smithi114 bash[20134]: audit 2024-04-22T23:21:48.154179+0000 mon.smithi027 (mon.0) 443 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:48.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:48 smithi114 bash[20134]: audit 2024-04-22T23:21:48.154179+0000 mon.smithi027 (mon.0) 443 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:21:49.274 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:49.944 INFO:teuthology.orchestra.run.smithi027.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:21:50.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:50 smithi114 bash[20134]: cluster 2024-04-22T23:21:49.194484+0000 mgr.smithi027.xpwwjc (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:50.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:50 smithi114 bash[20134]: cluster 2024-04-22T23:21:49.194484+0000 mgr.smithi027.xpwwjc (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:50.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:50 smithi114 bash[20134]: audit 2024-04-22T23:21:49.277126+0000 mon.smithi027 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.27:0/2044875943' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:50.565 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:50 smithi114 bash[20134]: audit 2024-04-22T23:21:49.277126+0000 mon.smithi027 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.27:0/2044875943' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:50.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:50 smithi027 bash[18655]: cluster 2024-04-22T23:21:49.194484+0000 mgr.smithi027.xpwwjc (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:50.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:50 smithi027 bash[18655]: cluster 2024-04-22T23:21:49.194484+0000 mgr.smithi027.xpwwjc (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:50.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:50 smithi027 bash[18655]: audit 2024-04-22T23:21:49.277126+0000 mon.smithi027 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.27:0/2044875943' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:50.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:50 smithi027 bash[18655]: audit 2024-04-22T23:21:49.277126+0000 mon.smithi027 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.27:0/2044875943' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:50.945 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:52.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:52 smithi114 bash[20134]: cluster 2024-04-22T23:21:51.195193+0000 mgr.smithi027.xpwwjc (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:52.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:52 smithi114 bash[20134]: cluster 2024-04-22T23:21:51.195193+0000 mgr.smithi027.xpwwjc (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:52.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:52 smithi027 bash[18655]: cluster 2024-04-22T23:21:51.195193+0000 mgr.smithi027.xpwwjc (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:52.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:52 smithi027 bash[18655]: cluster 2024-04-22T23:21:51.195193+0000 mgr.smithi027.xpwwjc (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:54.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:54 smithi114 bash[20134]: cluster 2024-04-22T23:21:53.196094+0000 mgr.smithi027.xpwwjc (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:54.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:54 smithi114 bash[20134]: cluster 2024-04-22T23:21:53.196094+0000 mgr.smithi027.xpwwjc (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:54.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:54 smithi027 bash[18655]: cluster 2024-04-22T23:21:53.196094+0000 mgr.smithi027.xpwwjc (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:54.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:54 smithi027 bash[18655]: cluster 2024-04-22T23:21:53.196094+0000 mgr.smithi027.xpwwjc (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:55.734 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:21:56.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:56 smithi027 bash[18655]: cluster 2024-04-22T23:21:55.197122+0000 mgr.smithi027.xpwwjc (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:56.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:56 smithi027 bash[18655]: cluster 2024-04-22T23:21:55.197122+0000 mgr.smithi027.xpwwjc (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:56.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:56 smithi114 bash[20134]: cluster 2024-04-22T23:21:55.197122+0000 mgr.smithi027.xpwwjc (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:56.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:56 smithi114 bash[20134]: cluster 2024-04-22T23:21:55.197122+0000 mgr.smithi027.xpwwjc (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:56.879 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:21:57.493 INFO:teuthology.orchestra.run.smithi027.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:21:57.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:57 smithi114 bash[20134]: audit 2024-04-22T23:21:56.882334+0000 mon.smithi027 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.27:0/945543348' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:57.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:57 smithi114 bash[20134]: audit 2024-04-22T23:21:56.882334+0000 mon.smithi027 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.27:0/945543348' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:57.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:57 smithi027 bash[18655]: audit 2024-04-22T23:21:56.882334+0000 mon.smithi027 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.27:0/945543348' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:57.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:57 smithi027 bash[18655]: audit 2024-04-22T23:21:56.882334+0000 mon.smithi027 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.27:0/945543348' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:21:58.494 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:21:58.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:58 smithi114 bash[20134]: cluster 2024-04-22T23:21:57.198156+0000 mgr.smithi027.xpwwjc (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:58.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:21:58 smithi114 bash[20134]: cluster 2024-04-22T23:21:57.198156+0000 mgr.smithi027.xpwwjc (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:58.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:58 smithi027 bash[18655]: cluster 2024-04-22T23:21:57.198156+0000 mgr.smithi027.xpwwjc (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:21:58.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:21:58 smithi027 bash[18655]: cluster 2024-04-22T23:21:57.198156+0000 mgr.smithi027.xpwwjc (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:00.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:00 smithi114 bash[20134]: cluster 2024-04-22T23:21:59.199247+0000 mgr.smithi027.xpwwjc (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:00.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:00 smithi114 bash[20134]: cluster 2024-04-22T23:21:59.199247+0000 mgr.smithi027.xpwwjc (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:00.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:00 smithi027 bash[18655]: cluster 2024-04-22T23:21:59.199247+0000 mgr.smithi027.xpwwjc (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:00.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:00 smithi027 bash[18655]: cluster 2024-04-22T23:21:59.199247+0000 mgr.smithi027.xpwwjc (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:02.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:02 smithi114 bash[20134]: cluster 2024-04-22T23:22:01.200222+0000 mgr.smithi027.xpwwjc (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:02.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:02 smithi114 bash[20134]: cluster 2024-04-22T23:22:01.200222+0000 mgr.smithi027.xpwwjc (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:02.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:02 smithi027 bash[18655]: cluster 2024-04-22T23:22:01.200222+0000 mgr.smithi027.xpwwjc (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:02.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:02 smithi027 bash[18655]: cluster 2024-04-22T23:22:01.200222+0000 mgr.smithi027.xpwwjc (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:03.273 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:03.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:03 smithi114 bash[20134]: audit 2024-04-22T23:22:03.154989+0000 mon.smithi027 (mon.0) 446 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:03.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:03 smithi114 bash[20134]: audit 2024-04-22T23:22:03.154989+0000 mon.smithi027 (mon.0) 446 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:03.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:03 smithi027 bash[18655]: audit 2024-04-22T23:22:03.154989+0000 mon.smithi027 (mon.0) 446 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:03.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:03 smithi027 bash[18655]: audit 2024-04-22T23:22:03.154989+0000 mon.smithi027 (mon.0) 446 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:04.421 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:04.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:04 smithi114 bash[20134]: cluster 2024-04-22T23:22:03.201211+0000 mgr.smithi027.xpwwjc (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:04.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:04 smithi114 bash[20134]: cluster 2024-04-22T23:22:03.201211+0000 mgr.smithi027.xpwwjc (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:04.636 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:04 smithi027 bash[18655]: cluster 2024-04-22T23:22:03.201211+0000 mgr.smithi027.xpwwjc (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:04.636 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:04 smithi027 bash[18655]: cluster 2024-04-22T23:22:03.201211+0000 mgr.smithi027.xpwwjc (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:05.048 INFO:teuthology.orchestra.run.smithi027.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:22:05.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:05 smithi114 bash[20134]: audit 2024-04-22T23:22:04.424316+0000 mon.smithi027 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.27:0/2396279256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:05.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:05 smithi114 bash[20134]: audit 2024-04-22T23:22:04.424316+0000 mon.smithi027 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.27:0/2396279256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:05.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:05 smithi027 bash[18655]: audit 2024-04-22T23:22:04.424316+0000 mon.smithi027 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.27:0/2396279256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:05.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:05 smithi027 bash[18655]: audit 2024-04-22T23:22:04.424316+0000 mon.smithi027 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.27:0/2396279256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:06.049 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:06.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:06 smithi027 bash[18655]: cluster 2024-04-22T23:22:05.202242+0000 mgr.smithi027.xpwwjc (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:06.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:06 smithi027 bash[18655]: cluster 2024-04-22T23:22:05.202242+0000 mgr.smithi027.xpwwjc (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:06 smithi114 bash[20134]: cluster 2024-04-22T23:22:05.202242+0000 mgr.smithi027.xpwwjc (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:06 smithi114 bash[20134]: cluster 2024-04-22T23:22:05.202242+0000 mgr.smithi027.xpwwjc (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:08.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:08 smithi114 bash[20134]: cluster 2024-04-22T23:22:07.203260+0000 mgr.smithi027.xpwwjc (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:08.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:08 smithi114 bash[20134]: cluster 2024-04-22T23:22:07.203260+0000 mgr.smithi027.xpwwjc (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:08.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:08 smithi027 bash[18655]: cluster 2024-04-22T23:22:07.203260+0000 mgr.smithi027.xpwwjc (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:08.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:08 smithi027 bash[18655]: cluster 2024-04-22T23:22:07.203260+0000 mgr.smithi027.xpwwjc (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:10.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:10 smithi027 bash[18655]: cluster 2024-04-22T23:22:09.204247+0000 mgr.smithi027.xpwwjc (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:10.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:10 smithi027 bash[18655]: cluster 2024-04-22T23:22:09.204247+0000 mgr.smithi027.xpwwjc (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:10.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:10 smithi114 bash[20134]: cluster 2024-04-22T23:22:09.204247+0000 mgr.smithi027.xpwwjc (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:10.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:10 smithi114 bash[20134]: cluster 2024-04-22T23:22:09.204247+0000 mgr.smithi027.xpwwjc (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:10.824 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:11.940 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:12.569 INFO:teuthology.orchestra.run.smithi027.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:22:12.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:12 smithi027 bash[18655]: cluster 2024-04-22T23:22:11.205240+0000 mgr.smithi027.xpwwjc (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:12.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:12 smithi027 bash[18655]: cluster 2024-04-22T23:22:11.205240+0000 mgr.smithi027.xpwwjc (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:12.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:12 smithi027 bash[18655]: audit 2024-04-22T23:22:11.943311+0000 mon.smithi027 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.27:0/2998988072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:12.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:12 smithi027 bash[18655]: audit 2024-04-22T23:22:11.943311+0000 mon.smithi027 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.27:0/2998988072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:12.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:12 smithi114 bash[20134]: cluster 2024-04-22T23:22:11.205240+0000 mgr.smithi027.xpwwjc (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:12.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:12 smithi114 bash[20134]: cluster 2024-04-22T23:22:11.205240+0000 mgr.smithi027.xpwwjc (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:12.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:12 smithi114 bash[20134]: audit 2024-04-22T23:22:11.943311+0000 mon.smithi027 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.27:0/2998988072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:12.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:12 smithi114 bash[20134]: audit 2024-04-22T23:22:11.943311+0000 mon.smithi027 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.27:0/2998988072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:13.570 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:14.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:14 smithi027 bash[18655]: cluster 2024-04-22T23:22:13.206261+0000 mgr.smithi027.xpwwjc (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:14.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:14 smithi027 bash[18655]: cluster 2024-04-22T23:22:13.206261+0000 mgr.smithi027.xpwwjc (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:14.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:14 smithi114 bash[20134]: cluster 2024-04-22T23:22:13.206261+0000 mgr.smithi027.xpwwjc (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:14.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:14 smithi114 bash[20134]: cluster 2024-04-22T23:22:13.206261+0000 mgr.smithi027.xpwwjc (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:16.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:16 smithi027 bash[18655]: cluster 2024-04-22T23:22:15.207247+0000 mgr.smithi027.xpwwjc (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:16.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:16 smithi027 bash[18655]: cluster 2024-04-22T23:22:15.207247+0000 mgr.smithi027.xpwwjc (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:16.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:16 smithi114 bash[20134]: cluster 2024-04-22T23:22:15.207247+0000 mgr.smithi027.xpwwjc (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:16.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:16 smithi114 bash[20134]: cluster 2024-04-22T23:22:15.207247+0000 mgr.smithi027.xpwwjc (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:18.343 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:18.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:18 smithi114 bash[20134]: cluster 2024-04-22T23:22:17.208243+0000 mgr.smithi027.xpwwjc (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:18.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:18 smithi114 bash[20134]: cluster 2024-04-22T23:22:17.208243+0000 mgr.smithi027.xpwwjc (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:18.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:18 smithi114 bash[20134]: audit 2024-04-22T23:22:18.155441+0000 mon.smithi027 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:18.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:18 smithi114 bash[20134]: audit 2024-04-22T23:22:18.155441+0000 mon.smithi027 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:18.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:18 smithi027 bash[18655]: cluster 2024-04-22T23:22:17.208243+0000 mgr.smithi027.xpwwjc (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:18.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:18 smithi027 bash[18655]: cluster 2024-04-22T23:22:17.208243+0000 mgr.smithi027.xpwwjc (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:18.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:18 smithi027 bash[18655]: audit 2024-04-22T23:22:18.155441+0000 mon.smithi027 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:18.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:18 smithi027 bash[18655]: audit 2024-04-22T23:22:18.155441+0000 mon.smithi027 (mon.0) 449 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:19.523 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:20.209 INFO:teuthology.orchestra.run.smithi027.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:22:20.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:20 smithi027 bash[18655]: cluster 2024-04-22T23:22:19.208776+0000 mgr.smithi027.xpwwjc (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:20.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:20 smithi027 bash[18655]: cluster 2024-04-22T23:22:19.208776+0000 mgr.smithi027.xpwwjc (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:20.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:20 smithi027 bash[18655]: audit 2024-04-22T23:22:19.526294+0000 mon.smithi027 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.27:0/803620916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:20.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:20 smithi027 bash[18655]: audit 2024-04-22T23:22:19.526294+0000 mon.smithi027 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.27:0/803620916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:20.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:20 smithi114 bash[20134]: cluster 2024-04-22T23:22:19.208776+0000 mgr.smithi027.xpwwjc (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:20.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:20 smithi114 bash[20134]: cluster 2024-04-22T23:22:19.208776+0000 mgr.smithi027.xpwwjc (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:20.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:20 smithi114 bash[20134]: audit 2024-04-22T23:22:19.526294+0000 mon.smithi027 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.27:0/803620916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:20.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:20 smithi114 bash[20134]: audit 2024-04-22T23:22:19.526294+0000 mon.smithi027 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.27:0/803620916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:21.211 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:22.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:22 smithi027 bash[18655]: cluster 2024-04-22T23:22:21.209869+0000 mgr.smithi027.xpwwjc (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:22.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:22 smithi027 bash[18655]: cluster 2024-04-22T23:22:21.209869+0000 mgr.smithi027.xpwwjc (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:22.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:22 smithi114 bash[20134]: cluster 2024-04-22T23:22:21.209869+0000 mgr.smithi027.xpwwjc (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:22.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:22 smithi114 bash[20134]: cluster 2024-04-22T23:22:21.209869+0000 mgr.smithi027.xpwwjc (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:24.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:24 smithi027 bash[18655]: cluster 2024-04-22T23:22:23.210873+0000 mgr.smithi027.xpwwjc (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:24.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:24 smithi027 bash[18655]: cluster 2024-04-22T23:22:23.210873+0000 mgr.smithi027.xpwwjc (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:24.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:24 smithi114 bash[20134]: cluster 2024-04-22T23:22:23.210873+0000 mgr.smithi027.xpwwjc (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:24.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:24 smithi114 bash[20134]: cluster 2024-04-22T23:22:23.210873+0000 mgr.smithi027.xpwwjc (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:25.984 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:26.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:26 smithi027 bash[18655]: cluster 2024-04-22T23:22:25.211936+0000 mgr.smithi027.xpwwjc (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:26.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:26 smithi027 bash[18655]: cluster 2024-04-22T23:22:25.211936+0000 mgr.smithi027.xpwwjc (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:26.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:26 smithi114 bash[20134]: cluster 2024-04-22T23:22:25.211936+0000 mgr.smithi027.xpwwjc (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:26.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:26 smithi114 bash[20134]: cluster 2024-04-22T23:22:25.211936+0000 mgr.smithi027.xpwwjc (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:27.100 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:27.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:27 smithi027 bash[18655]: audit 2024-04-22T23:22:27.103828+0000 mon.smithi027 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.27:0/891106130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:27.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:27 smithi027 bash[18655]: audit 2024-04-22T23:22:27.103828+0000 mon.smithi027 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.27:0/891106130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:27.766 INFO:teuthology.orchestra.run.smithi027.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:22:27.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:27 smithi114 bash[20134]: audit 2024-04-22T23:22:27.103828+0000 mon.smithi027 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.27:0/891106130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:27.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:27 smithi114 bash[20134]: audit 2024-04-22T23:22:27.103828+0000 mon.smithi027 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.27:0/891106130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:28.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:28 smithi114 bash[20134]: cluster 2024-04-22T23:22:27.212514+0000 mgr.smithi027.xpwwjc (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:28.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:28 smithi114 bash[20134]: cluster 2024-04-22T23:22:27.212514+0000 mgr.smithi027.xpwwjc (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:28.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:28 smithi027 bash[18655]: cluster 2024-04-22T23:22:27.212514+0000 mgr.smithi027.xpwwjc (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:28.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:28 smithi027 bash[18655]: cluster 2024-04-22T23:22:27.212514+0000 mgr.smithi027.xpwwjc (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:28.770 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:30.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:30 smithi027 bash[18655]: cluster 2024-04-22T23:22:29.213496+0000 mgr.smithi027.xpwwjc (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:30.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:30 smithi027 bash[18655]: cluster 2024-04-22T23:22:29.213496+0000 mgr.smithi027.xpwwjc (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:30.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:30 smithi114 bash[20134]: cluster 2024-04-22T23:22:29.213496+0000 mgr.smithi027.xpwwjc (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:30.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:30 smithi114 bash[20134]: cluster 2024-04-22T23:22:29.213496+0000 mgr.smithi027.xpwwjc (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:32.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:32 smithi027 bash[18655]: cluster 2024-04-22T23:22:31.214561+0000 mgr.smithi027.xpwwjc (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:32.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:32 smithi027 bash[18655]: cluster 2024-04-22T23:22:31.214561+0000 mgr.smithi027.xpwwjc (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:32.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:32 smithi114 bash[20134]: cluster 2024-04-22T23:22:31.214561+0000 mgr.smithi027.xpwwjc (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:32.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:32 smithi114 bash[20134]: cluster 2024-04-22T23:22:31.214561+0000 mgr.smithi027.xpwwjc (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:33.553 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:33.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:33 smithi027 bash[18655]: audit 2024-04-22T23:22:33.155893+0000 mon.smithi027 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:33.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:33 smithi027 bash[18655]: audit 2024-04-22T23:22:33.155893+0000 mon.smithi027 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:33.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:33 smithi114 bash[20134]: audit 2024-04-22T23:22:33.155893+0000 mon.smithi027 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:33.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:33 smithi114 bash[20134]: audit 2024-04-22T23:22:33.155893+0000 mon.smithi027 (mon.0) 452 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:34.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:34 smithi027 bash[18655]: cluster 2024-04-22T23:22:33.215562+0000 mgr.smithi027.xpwwjc (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:34.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:34 smithi027 bash[18655]: cluster 2024-04-22T23:22:33.215562+0000 mgr.smithi027.xpwwjc (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:34.763 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:34.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:34 smithi114 bash[20134]: cluster 2024-04-22T23:22:33.215562+0000 mgr.smithi027.xpwwjc (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:34.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:34 smithi114 bash[20134]: cluster 2024-04-22T23:22:33.215562+0000 mgr.smithi027.xpwwjc (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:35.315 INFO:teuthology.orchestra.run.smithi027.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:22:35.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:35 smithi027 bash[18655]: audit 2024-04-22T23:22:34.766816+0000 mon.smithi027 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.27:0/2630210346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:35.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:35 smithi027 bash[18655]: audit 2024-04-22T23:22:34.766816+0000 mon.smithi027 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.27:0/2630210346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:35.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:35 smithi114 bash[20134]: audit 2024-04-22T23:22:34.766816+0000 mon.smithi027 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.27:0/2630210346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:35.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:35 smithi114 bash[20134]: audit 2024-04-22T23:22:34.766816+0000 mon.smithi027 (mon.0) 453 : audit [DBG] from='client.? 172.21.15.27:0/2630210346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:36.317 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:36.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:36 smithi027 bash[18655]: cluster 2024-04-22T23:22:35.216550+0000 mgr.smithi027.xpwwjc (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:36.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:36 smithi027 bash[18655]: cluster 2024-04-22T23:22:35.216550+0000 mgr.smithi027.xpwwjc (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:36.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:36 smithi114 bash[20134]: cluster 2024-04-22T23:22:35.216550+0000 mgr.smithi027.xpwwjc (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:36.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:36 smithi114 bash[20134]: cluster 2024-04-22T23:22:35.216550+0000 mgr.smithi027.xpwwjc (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:37.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:37 smithi027 bash[18655]: audit 2024-04-22T23:22:37.290245+0000 mon.smithi027 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:37.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:37 smithi027 bash[18655]: audit 2024-04-22T23:22:37.290245+0000 mon.smithi027 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:37.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:37 smithi114 bash[20134]: audit 2024-04-22T23:22:37.290245+0000 mon.smithi027 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:37.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:37 smithi114 bash[20134]: audit 2024-04-22T23:22:37.290245+0000 mon.smithi027 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:22:38.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:38 smithi027 bash[18655]: cluster 2024-04-22T23:22:37.217567+0000 mgr.smithi027.xpwwjc (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:38.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:38 smithi027 bash[18655]: cluster 2024-04-22T23:22:37.217567+0000 mgr.smithi027.xpwwjc (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:38.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:38 smithi114 bash[20134]: cluster 2024-04-22T23:22:37.217567+0000 mgr.smithi027.xpwwjc (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:38.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:38 smithi114 bash[20134]: cluster 2024-04-22T23:22:37.217567+0000 mgr.smithi027.xpwwjc (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:40.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:40 smithi027 bash[18655]: cluster 2024-04-22T23:22:39.218687+0000 mgr.smithi027.xpwwjc (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:40.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:40 smithi027 bash[18655]: cluster 2024-04-22T23:22:39.218687+0000 mgr.smithi027.xpwwjc (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:40.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:40 smithi114 bash[20134]: cluster 2024-04-22T23:22:39.218687+0000 mgr.smithi027.xpwwjc (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:40.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:40 smithi114 bash[20134]: cluster 2024-04-22T23:22:39.218687+0000 mgr.smithi027.xpwwjc (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:41.089 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:42.319 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:42.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:42 smithi027 bash[18655]: cluster 2024-04-22T23:22:41.219800+0000 mgr.smithi027.xpwwjc (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:42.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:42 smithi027 bash[18655]: cluster 2024-04-22T23:22:41.219800+0000 mgr.smithi027.xpwwjc (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:42.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:42 smithi027 bash[18655]: audit 2024-04-22T23:22:42.323162+0000 mon.smithi027 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.27:0/791978389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:42.670 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:42 smithi027 bash[18655]: audit 2024-04-22T23:22:42.323162+0000 mon.smithi027 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.27:0/791978389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:42.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:42 smithi114 bash[20134]: cluster 2024-04-22T23:22:41.219800+0000 mgr.smithi027.xpwwjc (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:42.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:42 smithi114 bash[20134]: cluster 2024-04-22T23:22:41.219800+0000 mgr.smithi027.xpwwjc (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:42.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:42 smithi114 bash[20134]: audit 2024-04-22T23:22:42.323162+0000 mon.smithi027 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.27:0/791978389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:42.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:42 smithi114 bash[20134]: audit 2024-04-22T23:22:42.323162+0000 mon.smithi027 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.27:0/791978389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:43.364 INFO:teuthology.orchestra.run.smithi027.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:22:44.366 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:44.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:44 smithi027 bash[18655]: cluster 2024-04-22T23:22:43.220844+0000 mgr.smithi027.xpwwjc (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:44.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:44 smithi027 bash[18655]: cluster 2024-04-22T23:22:43.220844+0000 mgr.smithi027.xpwwjc (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:44.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:44 smithi114 bash[20134]: cluster 2024-04-22T23:22:43.220844+0000 mgr.smithi027.xpwwjc (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:44.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:44 smithi114 bash[20134]: cluster 2024-04-22T23:22:43.220844+0000 mgr.smithi027.xpwwjc (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.855976+0000 mon.smithi027 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.855976+0000 mon.smithi027 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.857886+0000 mon.smithi027 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.857886+0000 mon.smithi027 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.870143+0000 mon.smithi027 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.870143+0000 mon.smithi027 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:22:45.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.878370+0000 mon.smithi027 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:22:45.815 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:45 smithi114 bash[20134]: audit 2024-04-22T23:22:44.878370+0000 mon.smithi027 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:22:45.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.855976+0000 mon.smithi027 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.855976+0000 mon.smithi027 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.857886+0000 mon.smithi027 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.857886+0000 mon.smithi027 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.870143+0000 mon.smithi027 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.870143+0000 mon.smithi027 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.878370+0000 mon.smithi027 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:22:45.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:45 smithi027 bash[18655]: audit 2024-04-22T23:22:44.878370+0000 mon.smithi027 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:22:46.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:46 smithi114 bash[20134]: cluster 2024-04-22T23:22:44.860938+0000 mgr.smithi027.xpwwjc (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:46 smithi114 bash[20134]: cluster 2024-04-22T23:22:44.860938+0000 mgr.smithi027.xpwwjc (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:46 smithi114 bash[20134]: cluster 2024-04-22T23:22:44.862186+0000 mgr.smithi027.xpwwjc (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:46 smithi114 bash[20134]: cluster 2024-04-22T23:22:44.862186+0000 mgr.smithi027.xpwwjc (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:46 smithi027 bash[18655]: cluster 2024-04-22T23:22:44.860938+0000 mgr.smithi027.xpwwjc (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:46 smithi027 bash[18655]: cluster 2024-04-22T23:22:44.860938+0000 mgr.smithi027.xpwwjc (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:46 smithi027 bash[18655]: cluster 2024-04-22T23:22:44.862186+0000 mgr.smithi027.xpwwjc (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:46.921 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:46 smithi027 bash[18655]: cluster 2024-04-22T23:22:44.862186+0000 mgr.smithi027.xpwwjc (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:48.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:48 smithi114 bash[20134]: cluster 2024-04-22T23:22:46.863164+0000 mgr.smithi027.xpwwjc (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:48.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:48 smithi114 bash[20134]: cluster 2024-04-22T23:22:46.863164+0000 mgr.smithi027.xpwwjc (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:48.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:48 smithi114 bash[20134]: audit 2024-04-22T23:22:48.156224+0000 mon.smithi027 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:48.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:48 smithi114 bash[20134]: audit 2024-04-22T23:22:48.156224+0000 mon.smithi027 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:48.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:48 smithi027 bash[18655]: cluster 2024-04-22T23:22:46.863164+0000 mgr.smithi027.xpwwjc (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:48.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:48 smithi027 bash[18655]: cluster 2024-04-22T23:22:46.863164+0000 mgr.smithi027.xpwwjc (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:48.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:48 smithi027 bash[18655]: audit 2024-04-22T23:22:48.156224+0000 mon.smithi027 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:48.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:48 smithi027 bash[18655]: audit 2024-04-22T23:22:48.156224+0000 mon.smithi027 (mon.0) 460 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:22:49.136 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:50.310 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:50.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:50 smithi027 bash[18655]: cluster 2024-04-22T23:22:48.864200+0000 mgr.smithi027.xpwwjc (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:50.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:50 smithi027 bash[18655]: cluster 2024-04-22T23:22:48.864200+0000 mgr.smithi027.xpwwjc (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:50.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:50 smithi027 bash[18655]: audit 2024-04-22T23:22:50.313351+0000 mon.smithi027 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.27:0/4098567031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:50.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:50 smithi027 bash[18655]: audit 2024-04-22T23:22:50.313351+0000 mon.smithi027 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.27:0/4098567031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:50.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:50 smithi114 bash[20134]: cluster 2024-04-22T23:22:48.864200+0000 mgr.smithi027.xpwwjc (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:50.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:50 smithi114 bash[20134]: cluster 2024-04-22T23:22:48.864200+0000 mgr.smithi027.xpwwjc (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:50.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:50 smithi114 bash[20134]: audit 2024-04-22T23:22:50.313351+0000 mon.smithi027 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.27:0/4098567031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:50.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:50 smithi114 bash[20134]: audit 2024-04-22T23:22:50.313351+0000 mon.smithi027 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.27:0/4098567031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:50.949 INFO:teuthology.orchestra.run.smithi027.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:22:51.950 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:22:52.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:52 smithi114 bash[20134]: cluster 2024-04-22T23:22:50.865211+0000 mgr.smithi027.xpwwjc (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:52.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:52 smithi114 bash[20134]: cluster 2024-04-22T23:22:50.865211+0000 mgr.smithi027.xpwwjc (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:52.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:52 smithi027 bash[18655]: cluster 2024-04-22T23:22:50.865211+0000 mgr.smithi027.xpwwjc (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:52.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:52 smithi027 bash[18655]: cluster 2024-04-22T23:22:50.865211+0000 mgr.smithi027.xpwwjc (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:54.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:54 smithi114 bash[20134]: cluster 2024-04-22T23:22:52.866240+0000 mgr.smithi027.xpwwjc (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:54.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:54 smithi114 bash[20134]: cluster 2024-04-22T23:22:52.866240+0000 mgr.smithi027.xpwwjc (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:54 smithi027 bash[18655]: cluster 2024-04-22T23:22:52.866240+0000 mgr.smithi027.xpwwjc (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:54 smithi027 bash[18655]: cluster 2024-04-22T23:22:52.866240+0000 mgr.smithi027.xpwwjc (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:56.722 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:22:56.744 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:56 smithi027 bash[18655]: cluster 2024-04-22T23:22:54.867202+0000 mgr.smithi027.xpwwjc (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:56.744 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:56 smithi027 bash[18655]: cluster 2024-04-22T23:22:54.867202+0000 mgr.smithi027.xpwwjc (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:56.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:56 smithi114 bash[20134]: cluster 2024-04-22T23:22:54.867202+0000 mgr.smithi027.xpwwjc (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:56.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:56 smithi114 bash[20134]: cluster 2024-04-22T23:22:54.867202+0000 mgr.smithi027.xpwwjc (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:57.974 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:22:58.605 INFO:teuthology.orchestra.run.smithi027.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:22:58.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:58 smithi114 bash[20134]: cluster 2024-04-22T23:22:56.868247+0000 mgr.smithi027.xpwwjc (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:58.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:58 smithi114 bash[20134]: cluster 2024-04-22T23:22:56.868247+0000 mgr.smithi027.xpwwjc (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:58.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:58 smithi114 bash[20134]: audit 2024-04-22T23:22:57.977855+0000 mon.smithi027 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.27:0/692227928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:58.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:22:58 smithi114 bash[20134]: audit 2024-04-22T23:22:57.977855+0000 mon.smithi027 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.27:0/692227928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:58.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:58 smithi027 bash[18655]: cluster 2024-04-22T23:22:56.868247+0000 mgr.smithi027.xpwwjc (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:58.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:58 smithi027 bash[18655]: cluster 2024-04-22T23:22:56.868247+0000 mgr.smithi027.xpwwjc (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:22:58.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:58 smithi027 bash[18655]: audit 2024-04-22T23:22:57.977855+0000 mon.smithi027 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.27:0/692227928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:58.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:22:58 smithi027 bash[18655]: audit 2024-04-22T23:22:57.977855+0000 mon.smithi027 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.27:0/692227928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:22:59.606 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:00.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:00 smithi114 bash[20134]: cluster 2024-04-22T23:22:58.869266+0000 mgr.smithi027.xpwwjc (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:00.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:00 smithi114 bash[20134]: cluster 2024-04-22T23:22:58.869266+0000 mgr.smithi027.xpwwjc (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:00.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:00 smithi027 bash[18655]: cluster 2024-04-22T23:22:58.869266+0000 mgr.smithi027.xpwwjc (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:00.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:00 smithi027 bash[18655]: cluster 2024-04-22T23:22:58.869266+0000 mgr.smithi027.xpwwjc (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:02.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:02 smithi114 bash[20134]: cluster 2024-04-22T23:23:00.870301+0000 mgr.smithi027.xpwwjc (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:02.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:02 smithi114 bash[20134]: cluster 2024-04-22T23:23:00.870301+0000 mgr.smithi027.xpwwjc (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:02.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:02 smithi027 bash[18655]: cluster 2024-04-22T23:23:00.870301+0000 mgr.smithi027.xpwwjc (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:02.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:02 smithi027 bash[18655]: cluster 2024-04-22T23:23:00.870301+0000 mgr.smithi027.xpwwjc (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:03.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:03 smithi114 bash[20134]: audit 2024-04-22T23:23:03.156790+0000 mon.smithi027 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:03.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:03 smithi114 bash[20134]: audit 2024-04-22T23:23:03.156790+0000 mon.smithi027 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:03.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:03 smithi027 bash[18655]: audit 2024-04-22T23:23:03.156790+0000 mon.smithi027 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:03.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:03 smithi027 bash[18655]: audit 2024-04-22T23:23:03.156790+0000 mon.smithi027 (mon.0) 463 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:04.374 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:04.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:04 smithi027 bash[18655]: cluster 2024-04-22T23:23:02.871243+0000 mgr.smithi027.xpwwjc (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:04.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:04 smithi027 bash[18655]: cluster 2024-04-22T23:23:02.871243+0000 mgr.smithi027.xpwwjc (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:04.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:04 smithi114 bash[20134]: cluster 2024-04-22T23:23:02.871243+0000 mgr.smithi027.xpwwjc (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:04.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:04 smithi114 bash[20134]: cluster 2024-04-22T23:23:02.871243+0000 mgr.smithi027.xpwwjc (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:05.663 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:06.328 INFO:teuthology.orchestra.run.smithi027.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:23:06.579 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:06 smithi027 bash[18655]: cluster 2024-04-22T23:23:04.872235+0000 mgr.smithi027.xpwwjc (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:06.579 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:06 smithi027 bash[18655]: cluster 2024-04-22T23:23:04.872235+0000 mgr.smithi027.xpwwjc (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:06.579 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:06 smithi027 bash[18655]: audit 2024-04-22T23:23:05.667053+0000 mon.smithi027 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.27:0/3586636134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:06.579 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:06 smithi027 bash[18655]: audit 2024-04-22T23:23:05.667053+0000 mon.smithi027 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.27:0/3586636134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:06.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:06 smithi114 bash[20134]: cluster 2024-04-22T23:23:04.872235+0000 mgr.smithi027.xpwwjc (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:06 smithi114 bash[20134]: cluster 2024-04-22T23:23:04.872235+0000 mgr.smithi027.xpwwjc (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:06 smithi114 bash[20134]: audit 2024-04-22T23:23:05.667053+0000 mon.smithi027 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.27:0/3586636134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:06 smithi114 bash[20134]: audit 2024-04-22T23:23:05.667053+0000 mon.smithi027 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.27:0/3586636134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:07.328 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:08.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:08 smithi114 bash[20134]: cluster 2024-04-22T23:23:06.873273+0000 mgr.smithi027.xpwwjc (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:08.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:08 smithi114 bash[20134]: cluster 2024-04-22T23:23:06.873273+0000 mgr.smithi027.xpwwjc (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:08.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:08 smithi027 bash[18655]: cluster 2024-04-22T23:23:06.873273+0000 mgr.smithi027.xpwwjc (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:08.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:08 smithi027 bash[18655]: cluster 2024-04-22T23:23:06.873273+0000 mgr.smithi027.xpwwjc (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:10.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:10 smithi114 bash[20134]: cluster 2024-04-22T23:23:08.874295+0000 mgr.smithi027.xpwwjc (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:10.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:10 smithi114 bash[20134]: cluster 2024-04-22T23:23:08.874295+0000 mgr.smithi027.xpwwjc (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:10.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:10 smithi027 bash[18655]: cluster 2024-04-22T23:23:08.874295+0000 mgr.smithi027.xpwwjc (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:10.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:10 smithi027 bash[18655]: cluster 2024-04-22T23:23:08.874295+0000 mgr.smithi027.xpwwjc (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:12.096 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:12.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:12 smithi114 bash[20134]: cluster 2024-04-22T23:23:10.875303+0000 mgr.smithi027.xpwwjc (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:12.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:12 smithi114 bash[20134]: cluster 2024-04-22T23:23:10.875303+0000 mgr.smithi027.xpwwjc (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:12.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:12 smithi027 bash[18655]: cluster 2024-04-22T23:23:10.875303+0000 mgr.smithi027.xpwwjc (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:12.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:12 smithi027 bash[18655]: cluster 2024-04-22T23:23:10.875303+0000 mgr.smithi027.xpwwjc (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:13.240 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:13.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:13 smithi114 bash[20134]: audit 2024-04-22T23:23:13.243813+0000 mon.smithi027 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.27:0/4277359802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:13.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:13 smithi114 bash[20134]: audit 2024-04-22T23:23:13.243813+0000 mon.smithi027 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.27:0/4277359802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:13.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:13 smithi027 bash[18655]: audit 2024-04-22T23:23:13.243813+0000 mon.smithi027 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.27:0/4277359802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:13.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:13 smithi027 bash[18655]: audit 2024-04-22T23:23:13.243813+0000 mon.smithi027 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.27:0/4277359802' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:13.997 INFO:teuthology.orchestra.run.smithi027.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:23:14.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:14 smithi114 bash[20134]: cluster 2024-04-22T23:23:12.875917+0000 mgr.smithi027.xpwwjc (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:14.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:14 smithi114 bash[20134]: cluster 2024-04-22T23:23:12.875917+0000 mgr.smithi027.xpwwjc (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:14.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:14 smithi027 bash[18655]: cluster 2024-04-22T23:23:12.875917+0000 mgr.smithi027.xpwwjc (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:14.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:14 smithi027 bash[18655]: cluster 2024-04-22T23:23:12.875917+0000 mgr.smithi027.xpwwjc (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:14.998 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:16.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:16 smithi114 bash[20134]: cluster 2024-04-22T23:23:14.876900+0000 mgr.smithi027.xpwwjc (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:16.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:16 smithi114 bash[20134]: cluster 2024-04-22T23:23:14.876900+0000 mgr.smithi027.xpwwjc (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:16.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:16 smithi027 bash[18655]: cluster 2024-04-22T23:23:14.876900+0000 mgr.smithi027.xpwwjc (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:16.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:16 smithi027 bash[18655]: cluster 2024-04-22T23:23:14.876900+0000 mgr.smithi027.xpwwjc (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:18.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:18 smithi114 bash[20134]: cluster 2024-04-22T23:23:16.877838+0000 mgr.smithi027.xpwwjc (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:18.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:18 smithi114 bash[20134]: cluster 2024-04-22T23:23:16.877838+0000 mgr.smithi027.xpwwjc (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:18.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:18 smithi114 bash[20134]: audit 2024-04-22T23:23:18.157063+0000 mon.smithi027 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:18.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:18 smithi114 bash[20134]: audit 2024-04-22T23:23:18.157063+0000 mon.smithi027 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:18.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:18 smithi027 bash[18655]: cluster 2024-04-22T23:23:16.877838+0000 mgr.smithi027.xpwwjc (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:18.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:18 smithi027 bash[18655]: cluster 2024-04-22T23:23:16.877838+0000 mgr.smithi027.xpwwjc (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:18.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:18 smithi027 bash[18655]: audit 2024-04-22T23:23:18.157063+0000 mon.smithi027 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:18.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:18 smithi027 bash[18655]: audit 2024-04-22T23:23:18.157063+0000 mon.smithi027 (mon.0) 466 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:19.776 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:20.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:20 smithi114 bash[20134]: cluster 2024-04-22T23:23:18.878814+0000 mgr.smithi027.xpwwjc (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:20.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:20 smithi114 bash[20134]: cluster 2024-04-22T23:23:18.878814+0000 mgr.smithi027.xpwwjc (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:20.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:20 smithi027 bash[18655]: cluster 2024-04-22T23:23:18.878814+0000 mgr.smithi027.xpwwjc (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:20.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:20 smithi027 bash[18655]: cluster 2024-04-22T23:23:18.878814+0000 mgr.smithi027.xpwwjc (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:21.035 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:21.649 INFO:teuthology.orchestra.run.smithi027.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:23:21.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:21 smithi114 bash[20134]: audit 2024-04-22T23:23:21.039778+0000 mon.smithi027 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.27:0/831286433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:21.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:21 smithi114 bash[20134]: audit 2024-04-22T23:23:21.039778+0000 mon.smithi027 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.27:0/831286433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:21.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:21 smithi027 bash[18655]: audit 2024-04-22T23:23:21.039778+0000 mon.smithi027 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.27:0/831286433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:21.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:21 smithi027 bash[18655]: audit 2024-04-22T23:23:21.039778+0000 mon.smithi027 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.27:0/831286433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:22.651 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:22.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:22 smithi114 bash[20134]: cluster 2024-04-22T23:23:20.879796+0000 mgr.smithi027.xpwwjc (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:22.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:22 smithi114 bash[20134]: cluster 2024-04-22T23:23:20.879796+0000 mgr.smithi027.xpwwjc (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:22.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:22 smithi027 bash[18655]: cluster 2024-04-22T23:23:20.879796+0000 mgr.smithi027.xpwwjc (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:22.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:22 smithi027 bash[18655]: cluster 2024-04-22T23:23:20.879796+0000 mgr.smithi027.xpwwjc (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:24.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:24 smithi114 bash[20134]: cluster 2024-04-22T23:23:22.880503+0000 mgr.smithi027.xpwwjc (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:24.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:24 smithi114 bash[20134]: cluster 2024-04-22T23:23:22.880503+0000 mgr.smithi027.xpwwjc (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:24.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:24 smithi027 bash[18655]: cluster 2024-04-22T23:23:22.880503+0000 mgr.smithi027.xpwwjc (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:24.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:24 smithi027 bash[18655]: cluster 2024-04-22T23:23:22.880503+0000 mgr.smithi027.xpwwjc (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:26.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:26 smithi114 bash[20134]: cluster 2024-04-22T23:23:24.881448+0000 mgr.smithi027.xpwwjc (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:26.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:26 smithi114 bash[20134]: cluster 2024-04-22T23:23:24.881448+0000 mgr.smithi027.xpwwjc (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:26.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:26 smithi027 bash[18655]: cluster 2024-04-22T23:23:24.881448+0000 mgr.smithi027.xpwwjc (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:26.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:26 smithi027 bash[18655]: cluster 2024-04-22T23:23:24.881448+0000 mgr.smithi027.xpwwjc (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:27.432 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:28.673 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:28.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:28 smithi114 bash[20134]: cluster 2024-04-22T23:23:26.882462+0000 mgr.smithi027.xpwwjc (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:28.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:28 smithi114 bash[20134]: cluster 2024-04-22T23:23:26.882462+0000 mgr.smithi027.xpwwjc (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:28.893 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:28 smithi027 bash[18655]: cluster 2024-04-22T23:23:26.882462+0000 mgr.smithi027.xpwwjc (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:28.893 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:28 smithi027 bash[18655]: cluster 2024-04-22T23:23:26.882462+0000 mgr.smithi027.xpwwjc (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:29.295 INFO:teuthology.orchestra.run.smithi027.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:23:29.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:29 smithi114 bash[20134]: audit 2024-04-22T23:23:28.677523+0000 mon.smithi027 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.27:0/700679781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:29.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:29 smithi114 bash[20134]: audit 2024-04-22T23:23:28.677523+0000 mon.smithi027 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.27:0/700679781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:29.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:29 smithi027 bash[18655]: audit 2024-04-22T23:23:28.677523+0000 mon.smithi027 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.27:0/700679781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:29.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:29 smithi027 bash[18655]: audit 2024-04-22T23:23:28.677523+0000 mon.smithi027 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.27:0/700679781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:30.297 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:30.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:30 smithi027 bash[18655]: cluster 2024-04-22T23:23:28.883403+0000 mgr.smithi027.xpwwjc (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:30.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:30 smithi027 bash[18655]: cluster 2024-04-22T23:23:28.883403+0000 mgr.smithi027.xpwwjc (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:30.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:30 smithi114 bash[20134]: cluster 2024-04-22T23:23:28.883403+0000 mgr.smithi027.xpwwjc (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:30.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:30 smithi114 bash[20134]: cluster 2024-04-22T23:23:28.883403+0000 mgr.smithi027.xpwwjc (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:32.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:32 smithi114 bash[20134]: cluster 2024-04-22T23:23:30.884419+0000 mgr.smithi027.xpwwjc (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:32.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:32 smithi114 bash[20134]: cluster 2024-04-22T23:23:30.884419+0000 mgr.smithi027.xpwwjc (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:32.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:32 smithi027 bash[18655]: cluster 2024-04-22T23:23:30.884419+0000 mgr.smithi027.xpwwjc (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:32.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:32 smithi027 bash[18655]: cluster 2024-04-22T23:23:30.884419+0000 mgr.smithi027.xpwwjc (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:33.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:33 smithi027 bash[18655]: audit 2024-04-22T23:23:33.157066+0000 mon.smithi027 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:33.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:33 smithi027 bash[18655]: audit 2024-04-22T23:23:33.157066+0000 mon.smithi027 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:34.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:33 smithi114 bash[20134]: audit 2024-04-22T23:23:33.157066+0000 mon.smithi027 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:34.067 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:33 smithi114 bash[20134]: audit 2024-04-22T23:23:33.157066+0000 mon.smithi027 (mon.0) 469 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:34.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:34 smithi027 bash[18655]: cluster 2024-04-22T23:23:32.885390+0000 mgr.smithi027.xpwwjc (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:34.922 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:34 smithi027 bash[18655]: cluster 2024-04-22T23:23:32.885390+0000 mgr.smithi027.xpwwjc (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:35.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:34 smithi114 bash[20134]: cluster 2024-04-22T23:23:32.885390+0000 mgr.smithi027.xpwwjc (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:35.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:34 smithi114 bash[20134]: cluster 2024-04-22T23:23:32.885390+0000 mgr.smithi027.xpwwjc (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:35.075 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:36.303 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:36.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:36 smithi027 bash[18655]: cluster 2024-04-22T23:23:34.886464+0000 mgr.smithi027.xpwwjc (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:36.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:36 smithi027 bash[18655]: cluster 2024-04-22T23:23:34.886464+0000 mgr.smithi027.xpwwjc (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:36.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:36 smithi027 bash[18655]: audit 2024-04-22T23:23:36.307204+0000 mon.smithi027 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.27:0/4030474630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:36.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:36 smithi027 bash[18655]: audit 2024-04-22T23:23:36.307204+0000 mon.smithi027 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.27:0/4030474630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:36.985 INFO:teuthology.orchestra.run.smithi027.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:23:37.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:36 smithi114 bash[20134]: cluster 2024-04-22T23:23:34.886464+0000 mgr.smithi027.xpwwjc (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:36 smithi114 bash[20134]: cluster 2024-04-22T23:23:34.886464+0000 mgr.smithi027.xpwwjc (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:37.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:36 smithi114 bash[20134]: audit 2024-04-22T23:23:36.307204+0000 mon.smithi027 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.27:0/4030474630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:37.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:36 smithi114 bash[20134]: audit 2024-04-22T23:23:36.307204+0000 mon.smithi027 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.27:0/4030474630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:37.986 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:38.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:38 smithi027 bash[18655]: cluster 2024-04-22T23:23:36.887477+0000 mgr.smithi027.xpwwjc (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:38.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:38 smithi027 bash[18655]: cluster 2024-04-22T23:23:36.887477+0000 mgr.smithi027.xpwwjc (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:39.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:38 smithi114 bash[20134]: cluster 2024-04-22T23:23:36.887477+0000 mgr.smithi027.xpwwjc (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:39.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:38 smithi114 bash[20134]: cluster 2024-04-22T23:23:36.887477+0000 mgr.smithi027.xpwwjc (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:40.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:40 smithi027 bash[18655]: cluster 2024-04-22T23:23:38.888485+0000 mgr.smithi027.xpwwjc (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:40.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:40 smithi027 bash[18655]: cluster 2024-04-22T23:23:38.888485+0000 mgr.smithi027.xpwwjc (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:41.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:40 smithi114 bash[20134]: cluster 2024-04-22T23:23:38.888485+0000 mgr.smithi027.xpwwjc (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:41.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:40 smithi114 bash[20134]: cluster 2024-04-22T23:23:38.888485+0000 mgr.smithi027.xpwwjc (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:42.767 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:42.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:42 smithi027 bash[18655]: cluster 2024-04-22T23:23:40.889511+0000 mgr.smithi027.xpwwjc (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:42.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:42 smithi027 bash[18655]: cluster 2024-04-22T23:23:40.889511+0000 mgr.smithi027.xpwwjc (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:43.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:42 smithi114 bash[20134]: cluster 2024-04-22T23:23:40.889511+0000 mgr.smithi027.xpwwjc (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:43.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:42 smithi114 bash[20134]: cluster 2024-04-22T23:23:40.889511+0000 mgr.smithi027.xpwwjc (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:44.053 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:44.749 INFO:teuthology.orchestra.run.smithi027.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:23:44.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:44 smithi027 bash[18655]: cluster 2024-04-22T23:23:42.890578+0000 mgr.smithi027.xpwwjc (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:44.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:44 smithi027 bash[18655]: cluster 2024-04-22T23:23:42.890578+0000 mgr.smithi027.xpwwjc (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:44.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:44 smithi027 bash[18655]: audit 2024-04-22T23:23:44.057077+0000 mon.smithi027 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.27:0/2738979273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:44.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:44 smithi027 bash[18655]: audit 2024-04-22T23:23:44.057077+0000 mon.smithi027 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.27:0/2738979273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:45.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:44 smithi114 bash[20134]: cluster 2024-04-22T23:23:42.890578+0000 mgr.smithi027.xpwwjc (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:45.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:44 smithi114 bash[20134]: cluster 2024-04-22T23:23:42.890578+0000 mgr.smithi027.xpwwjc (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:45.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:44 smithi114 bash[20134]: audit 2024-04-22T23:23:44.057077+0000 mon.smithi027 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.27:0/2738979273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:45.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:44 smithi114 bash[20134]: audit 2024-04-22T23:23:44.057077+0000 mon.smithi027 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.27:0/2738979273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:45.750 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:45.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:45 smithi027 bash[18655]: audit 2024-04-22T23:23:44.976928+0000 mon.smithi027 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:45.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:45 smithi027 bash[18655]: audit 2024-04-22T23:23:44.976928+0000 mon.smithi027 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:45.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:45 smithi027 bash[18655]: audit 2024-04-22T23:23:45.557104+0000 mon.smithi027 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:45.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:45 smithi027 bash[18655]: audit 2024-04-22T23:23:45.557104+0000 mon.smithi027 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:46.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:45 smithi114 bash[20134]: audit 2024-04-22T23:23:44.976928+0000 mon.smithi027 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:46.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:45 smithi114 bash[20134]: audit 2024-04-22T23:23:44.976928+0000 mon.smithi027 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:23:46.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:45 smithi114 bash[20134]: audit 2024-04-22T23:23:45.557104+0000 mon.smithi027 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:46.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:45 smithi114 bash[20134]: audit 2024-04-22T23:23:45.557104+0000 mon.smithi027 (mon.0) 473 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:46.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:46 smithi027 bash[18655]: cluster 2024-04-22T23:23:44.891623+0000 mgr.smithi027.xpwwjc (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:46.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:46 smithi027 bash[18655]: cluster 2024-04-22T23:23:44.891623+0000 mgr.smithi027.xpwwjc (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:47.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:46 smithi114 bash[20134]: cluster 2024-04-22T23:23:44.891623+0000 mgr.smithi027.xpwwjc (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:47.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:46 smithi114 bash[20134]: cluster 2024-04-22T23:23:44.891623+0000 mgr.smithi027.xpwwjc (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:48.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:48 smithi027 bash[18655]: cluster 2024-04-22T23:23:46.892634+0000 mgr.smithi027.xpwwjc (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:48.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:48 smithi027 bash[18655]: cluster 2024-04-22T23:23:46.892634+0000 mgr.smithi027.xpwwjc (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:48.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:48 smithi027 bash[18655]: audit 2024-04-22T23:23:48.158257+0000 mon.smithi027 (mon.0) 474 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:48.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:48 smithi027 bash[18655]: audit 2024-04-22T23:23:48.158257+0000 mon.smithi027 (mon.0) 474 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:49.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:48 smithi114 bash[20134]: cluster 2024-04-22T23:23:46.892634+0000 mgr.smithi027.xpwwjc (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:49.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:48 smithi114 bash[20134]: cluster 2024-04-22T23:23:46.892634+0000 mgr.smithi027.xpwwjc (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:49.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:48 smithi114 bash[20134]: audit 2024-04-22T23:23:48.158257+0000 mon.smithi027 (mon.0) 474 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:49.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:48 smithi114 bash[20134]: audit 2024-04-22T23:23:48.158257+0000 mon.smithi027 (mon.0) 474 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:23:50.524 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:23:50.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:50 smithi027 bash[18655]: cluster 2024-04-22T23:23:48.893574+0000 mgr.smithi027.xpwwjc (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:50.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:50 smithi027 bash[18655]: cluster 2024-04-22T23:23:48.893574+0000 mgr.smithi027.xpwwjc (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:51.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:50 smithi114 bash[20134]: cluster 2024-04-22T23:23:48.893574+0000 mgr.smithi027.xpwwjc (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:51.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:50 smithi114 bash[20134]: cluster 2024-04-22T23:23:48.893574+0000 mgr.smithi027.xpwwjc (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:52.271 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:23:52.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:52 smithi027 bash[18655]: cluster 2024-04-22T23:23:50.894612+0000 mgr.smithi027.xpwwjc (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:52.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:52 smithi027 bash[18655]: cluster 2024-04-22T23:23:50.894612+0000 mgr.smithi027.xpwwjc (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:52.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:52 smithi027 bash[18655]: audit 2024-04-22T23:23:52.276257+0000 mon.smithi027 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.27:0/2121557248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:52.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:52 smithi027 bash[18655]: audit 2024-04-22T23:23:52.276257+0000 mon.smithi027 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.27:0/2121557248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:53.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:52 smithi114 bash[20134]: cluster 2024-04-22T23:23:50.894612+0000 mgr.smithi027.xpwwjc (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:53.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:52 smithi114 bash[20134]: cluster 2024-04-22T23:23:50.894612+0000 mgr.smithi027.xpwwjc (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:53.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:52 smithi114 bash[20134]: audit 2024-04-22T23:23:52.276257+0000 mon.smithi027 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.27:0/2121557248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:53.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:52 smithi114 bash[20134]: audit 2024-04-22T23:23:52.276257+0000 mon.smithi027 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.27:0/2121557248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:23:53.167 INFO:teuthology.orchestra.run.smithi027.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:23:53.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.143309+0000 mon.smithi027 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:53.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.143309+0000 mon.smithi027 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:53.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.144969+0000 mon.smithi027 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:53.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.144969+0000 mon.smithi027 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:53.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.155689+0000 mon.smithi027 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:53.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.155689+0000 mon.smithi027 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:53.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.164754+0000 mon.smithi027 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:23:53.920 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:53 smithi027 bash[18655]: audit 2024-04-22T23:23:53.164754+0000 mon.smithi027 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:23:54.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.143309+0000 mon.smithi027 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:54.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.143309+0000 mon.smithi027 (mon.0) 476 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:23:54.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.144969+0000 mon.smithi027 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:54.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.144969+0000 mon.smithi027 (mon.0) 477 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:23:54.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.155689+0000 mon.smithi027 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:54.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.155689+0000 mon.smithi027 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:23:54.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.164754+0000 mon.smithi027 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:23:54.065 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:53 smithi114 bash[20134]: audit 2024-04-22T23:23:53.164754+0000 mon.smithi027 (mon.0) 479 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:23:54.168 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:23:54.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:54 smithi027 bash[18655]: cluster 2024-04-22T23:23:52.895229+0000 mgr.smithi027.xpwwjc (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:54 smithi027 bash[18655]: cluster 2024-04-22T23:23:52.895229+0000 mgr.smithi027.xpwwjc (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:54 smithi027 bash[18655]: cluster 2024-04-22T23:23:53.147566+0000 mgr.smithi027.xpwwjc (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:54 smithi027 bash[18655]: cluster 2024-04-22T23:23:53.147566+0000 mgr.smithi027.xpwwjc (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:54 smithi027 bash[18655]: cluster 2024-04-22T23:23:53.148671+0000 mgr.smithi027.xpwwjc (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:54.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:54 smithi027 bash[18655]: cluster 2024-04-22T23:23:53.148671+0000 mgr.smithi027.xpwwjc (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:55.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:54 smithi114 bash[20134]: cluster 2024-04-22T23:23:52.895229+0000 mgr.smithi027.xpwwjc (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:55.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:54 smithi114 bash[20134]: cluster 2024-04-22T23:23:52.895229+0000 mgr.smithi027.xpwwjc (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:55.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:54 smithi114 bash[20134]: cluster 2024-04-22T23:23:53.147566+0000 mgr.smithi027.xpwwjc (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:55.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:54 smithi114 bash[20134]: cluster 2024-04-22T23:23:53.147566+0000 mgr.smithi027.xpwwjc (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:55.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:54 smithi114 bash[20134]: cluster 2024-04-22T23:23:53.148671+0000 mgr.smithi027.xpwwjc (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:55.064 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:54 smithi114 bash[20134]: cluster 2024-04-22T23:23:53.148671+0000 mgr.smithi027.xpwwjc (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:56.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:56 smithi027 bash[18655]: cluster 2024-04-22T23:23:55.149737+0000 mgr.smithi027.xpwwjc (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:56.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:56 smithi027 bash[18655]: cluster 2024-04-22T23:23:55.149737+0000 mgr.smithi027.xpwwjc (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:57.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:56 smithi114 bash[20134]: cluster 2024-04-22T23:23:55.149737+0000 mgr.smithi027.xpwwjc (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:57.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:56 smithi114 bash[20134]: cluster 2024-04-22T23:23:55.149737+0000 mgr.smithi027.xpwwjc (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:57.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:57 smithi027 bash[18655]: cluster 2024-04-22T23:23:57.150791+0000 mgr.smithi027.xpwwjc (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:57.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:23:57 smithi027 bash[18655]: cluster 2024-04-22T23:23:57.150791+0000 mgr.smithi027.xpwwjc (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:58.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:57 smithi114 bash[20134]: cluster 2024-04-22T23:23:57.150791+0000 mgr.smithi027.xpwwjc (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:58.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:23:57 smithi114 bash[20134]: cluster 2024-04-22T23:23:57.150791+0000 mgr.smithi027.xpwwjc (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:23:58.942 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:00.263 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:00.454 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:00 smithi027 bash[18655]: cluster 2024-04-22T23:23:59.151868+0000 mgr.smithi027.xpwwjc (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:00.455 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:00 smithi027 bash[18655]: cluster 2024-04-22T23:23:59.151868+0000 mgr.smithi027.xpwwjc (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:00.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:00 smithi114 bash[20134]: cluster 2024-04-22T23:23:59.151868+0000 mgr.smithi027.xpwwjc (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:00.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:00 smithi114 bash[20134]: cluster 2024-04-22T23:23:59.151868+0000 mgr.smithi027.xpwwjc (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:00.883 INFO:teuthology.orchestra.run.smithi027.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:24:01.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:01 smithi114 bash[20134]: audit 2024-04-22T23:24:00.268395+0000 mon.smithi027 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.27:0/4249253382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:01.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:01 smithi114 bash[20134]: audit 2024-04-22T23:24:00.268395+0000 mon.smithi027 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.27:0/4249253382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:01.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:01 smithi027 bash[18655]: audit 2024-04-22T23:24:00.268395+0000 mon.smithi027 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.27:0/4249253382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:01.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:01 smithi027 bash[18655]: audit 2024-04-22T23:24:00.268395+0000 mon.smithi027 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.27:0/4249253382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:01.884 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:02.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:02 smithi114 bash[20134]: cluster 2024-04-22T23:24:01.152892+0000 mgr.smithi027.xpwwjc (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:02.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:02 smithi114 bash[20134]: cluster 2024-04-22T23:24:01.152892+0000 mgr.smithi027.xpwwjc (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:02.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:02 smithi027 bash[18655]: cluster 2024-04-22T23:24:01.152892+0000 mgr.smithi027.xpwwjc (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:02.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:02 smithi027 bash[18655]: cluster 2024-04-22T23:24:01.152892+0000 mgr.smithi027.xpwwjc (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:03.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:03 smithi027 bash[18655]: audit 2024-04-22T23:24:03.158359+0000 mon.smithi027 (mon.0) 481 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:03.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:03 smithi027 bash[18655]: audit 2024-04-22T23:24:03.158359+0000 mon.smithi027 (mon.0) 481 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:03.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:03 smithi114 bash[20134]: audit 2024-04-22T23:24:03.158359+0000 mon.smithi027 (mon.0) 481 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:03.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:03 smithi114 bash[20134]: audit 2024-04-22T23:24:03.158359+0000 mon.smithi027 (mon.0) 481 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:04.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:04 smithi114 bash[20134]: cluster 2024-04-22T23:24:03.153909+0000 mgr.smithi027.xpwwjc (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:04.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:04 smithi114 bash[20134]: cluster 2024-04-22T23:24:03.153909+0000 mgr.smithi027.xpwwjc (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:04.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:04 smithi027 bash[18655]: cluster 2024-04-22T23:24:03.153909+0000 mgr.smithi027.xpwwjc (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:04.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:04 smithi027 bash[18655]: cluster 2024-04-22T23:24:03.153909+0000 mgr.smithi027.xpwwjc (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:06.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:06 smithi114 bash[20134]: cluster 2024-04-22T23:24:05.154921+0000 mgr.smithi027.xpwwjc (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:06.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:06 smithi114 bash[20134]: cluster 2024-04-22T23:24:05.154921+0000 mgr.smithi027.xpwwjc (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:06.664 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:06.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:06 smithi027 bash[18655]: cluster 2024-04-22T23:24:05.154921+0000 mgr.smithi027.xpwwjc (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:06.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:06 smithi027 bash[18655]: cluster 2024-04-22T23:24:05.154921+0000 mgr.smithi027.xpwwjc (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:07.977 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:08.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:08 smithi027 bash[18655]: cluster 2024-04-22T23:24:07.155923+0000 mgr.smithi027.xpwwjc (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:08.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:08 smithi027 bash[18655]: cluster 2024-04-22T23:24:07.155923+0000 mgr.smithi027.xpwwjc (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:08.419 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:08 smithi027 bash[18655]: audit 2024-04-22T23:24:07.981392+0000 mon.smithi027 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.27:0/1801880138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:08.419 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:08 smithi027 bash[18655]: audit 2024-04-22T23:24:07.981392+0000 mon.smithi027 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.27:0/1801880138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:08.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:08 smithi114 bash[20134]: cluster 2024-04-22T23:24:07.155923+0000 mgr.smithi027.xpwwjc (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:08.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:08 smithi114 bash[20134]: cluster 2024-04-22T23:24:07.155923+0000 mgr.smithi027.xpwwjc (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:08.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:08 smithi114 bash[20134]: audit 2024-04-22T23:24:07.981392+0000 mon.smithi027 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.27:0/1801880138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:08.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:08 smithi114 bash[20134]: audit 2024-04-22T23:24:07.981392+0000 mon.smithi027 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.27:0/1801880138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:08.605 INFO:teuthology.orchestra.run.smithi027.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:24:09.606 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:10.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:10 smithi114 bash[20134]: cluster 2024-04-22T23:24:09.157155+0000 mgr.smithi027.xpwwjc (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:10.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:10 smithi114 bash[20134]: cluster 2024-04-22T23:24:09.157155+0000 mgr.smithi027.xpwwjc (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:10.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:10 smithi027 bash[18655]: cluster 2024-04-22T23:24:09.157155+0000 mgr.smithi027.xpwwjc (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:10.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:10 smithi027 bash[18655]: cluster 2024-04-22T23:24:09.157155+0000 mgr.smithi027.xpwwjc (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:12.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:12 smithi114 bash[20134]: cluster 2024-04-22T23:24:11.158218+0000 mgr.smithi027.xpwwjc (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:12.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:12 smithi114 bash[20134]: cluster 2024-04-22T23:24:11.158218+0000 mgr.smithi027.xpwwjc (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:12.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:12 smithi027 bash[18655]: cluster 2024-04-22T23:24:11.158218+0000 mgr.smithi027.xpwwjc (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:12.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:12 smithi027 bash[18655]: cluster 2024-04-22T23:24:11.158218+0000 mgr.smithi027.xpwwjc (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:14.385 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:14.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:14 smithi114 bash[20134]: cluster 2024-04-22T23:24:13.159207+0000 mgr.smithi027.xpwwjc (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:14.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:14 smithi114 bash[20134]: cluster 2024-04-22T23:24:13.159207+0000 mgr.smithi027.xpwwjc (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:14.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:14 smithi027 bash[18655]: cluster 2024-04-22T23:24:13.159207+0000 mgr.smithi027.xpwwjc (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:14.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:14 smithi027 bash[18655]: cluster 2024-04-22T23:24:13.159207+0000 mgr.smithi027.xpwwjc (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:15.653 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:16.331 INFO:teuthology.orchestra.run.smithi027.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:24:16.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:16 smithi114 bash[20134]: cluster 2024-04-22T23:24:15.160241+0000 mgr.smithi027.xpwwjc (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:16.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:16 smithi114 bash[20134]: cluster 2024-04-22T23:24:15.160241+0000 mgr.smithi027.xpwwjc (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:16.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:16 smithi114 bash[20134]: audit 2024-04-22T23:24:15.657831+0000 mon.smithi027 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.27:0/787238071' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:16.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:16 smithi114 bash[20134]: audit 2024-04-22T23:24:15.657831+0000 mon.smithi027 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.27:0/787238071' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:16.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:16 smithi027 bash[18655]: cluster 2024-04-22T23:24:15.160241+0000 mgr.smithi027.xpwwjc (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:16.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:16 smithi027 bash[18655]: cluster 2024-04-22T23:24:15.160241+0000 mgr.smithi027.xpwwjc (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:16.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:16 smithi027 bash[18655]: audit 2024-04-22T23:24:15.657831+0000 mon.smithi027 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.27:0/787238071' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:16.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:16 smithi027 bash[18655]: audit 2024-04-22T23:24:15.657831+0000 mon.smithi027 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.27:0/787238071' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:17.332 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:18.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:18 smithi114 bash[20134]: cluster 2024-04-22T23:24:17.161264+0000 mgr.smithi027.xpwwjc (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:18.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:18 smithi114 bash[20134]: cluster 2024-04-22T23:24:17.161264+0000 mgr.smithi027.xpwwjc (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:18.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:18 smithi114 bash[20134]: audit 2024-04-22T23:24:18.158904+0000 mon.smithi027 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:18.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:18 smithi114 bash[20134]: audit 2024-04-22T23:24:18.158904+0000 mon.smithi027 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:18.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:18 smithi027 bash[18655]: cluster 2024-04-22T23:24:17.161264+0000 mgr.smithi027.xpwwjc (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:18.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:18 smithi027 bash[18655]: cluster 2024-04-22T23:24:17.161264+0000 mgr.smithi027.xpwwjc (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:18.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:18 smithi027 bash[18655]: audit 2024-04-22T23:24:18.158904+0000 mon.smithi027 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:18.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:18 smithi027 bash[18655]: audit 2024-04-22T23:24:18.158904+0000 mon.smithi027 (mon.0) 484 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:20.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:20 smithi114 bash[20134]: cluster 2024-04-22T23:24:19.162279+0000 mgr.smithi027.xpwwjc (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:20.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:20 smithi114 bash[20134]: cluster 2024-04-22T23:24:19.162279+0000 mgr.smithi027.xpwwjc (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:20.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:20 smithi027 bash[18655]: cluster 2024-04-22T23:24:19.162279+0000 mgr.smithi027.xpwwjc (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:20.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:20 smithi027 bash[18655]: cluster 2024-04-22T23:24:19.162279+0000 mgr.smithi027.xpwwjc (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:22.109 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:22.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:22 smithi027 bash[18655]: cluster 2024-04-22T23:24:21.163260+0000 mgr.smithi027.xpwwjc (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:22.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:22 smithi027 bash[18655]: cluster 2024-04-22T23:24:21.163260+0000 mgr.smithi027.xpwwjc (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:22.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:22 smithi114 bash[20134]: cluster 2024-04-22T23:24:21.163260+0000 mgr.smithi027.xpwwjc (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:22.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:22 smithi114 bash[20134]: cluster 2024-04-22T23:24:21.163260+0000 mgr.smithi027.xpwwjc (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:23.384 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:24.099 INFO:teuthology.orchestra.run.smithi027.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:24:24.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:24 smithi027 bash[18655]: cluster 2024-04-22T23:24:23.163787+0000 mgr.smithi027.xpwwjc (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:24.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:24 smithi027 bash[18655]: cluster 2024-04-22T23:24:23.163787+0000 mgr.smithi027.xpwwjc (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:24.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:24 smithi027 bash[18655]: audit 2024-04-22T23:24:23.389423+0000 mon.smithi027 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.27:0/3075223707' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:24.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:24 smithi027 bash[18655]: audit 2024-04-22T23:24:23.389423+0000 mon.smithi027 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.27:0/3075223707' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:24.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:24 smithi114 bash[20134]: cluster 2024-04-22T23:24:23.163787+0000 mgr.smithi027.xpwwjc (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:24.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:24 smithi114 bash[20134]: cluster 2024-04-22T23:24:23.163787+0000 mgr.smithi027.xpwwjc (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:24.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:24 smithi114 bash[20134]: audit 2024-04-22T23:24:23.389423+0000 mon.smithi027 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.27:0/3075223707' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:24.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:24 smithi114 bash[20134]: audit 2024-04-22T23:24:23.389423+0000 mon.smithi027 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.27:0/3075223707' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:25.101 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:26.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:26 smithi114 bash[20134]: cluster 2024-04-22T23:24:25.164740+0000 mgr.smithi027.xpwwjc (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:26.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:26 smithi114 bash[20134]: cluster 2024-04-22T23:24:25.164740+0000 mgr.smithi027.xpwwjc (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:26.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:26 smithi027 bash[18655]: cluster 2024-04-22T23:24:25.164740+0000 mgr.smithi027.xpwwjc (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:26.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:26 smithi027 bash[18655]: cluster 2024-04-22T23:24:25.164740+0000 mgr.smithi027.xpwwjc (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:28.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:28 smithi114 bash[20134]: cluster 2024-04-22T23:24:27.165705+0000 mgr.smithi027.xpwwjc (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:28.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:28 smithi114 bash[20134]: cluster 2024-04-22T23:24:27.165705+0000 mgr.smithi027.xpwwjc (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:28.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:28 smithi027 bash[18655]: cluster 2024-04-22T23:24:27.165705+0000 mgr.smithi027.xpwwjc (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:28.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:28 smithi027 bash[18655]: cluster 2024-04-22T23:24:27.165705+0000 mgr.smithi027.xpwwjc (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:29.881 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:30.562 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:30 smithi114 bash[20134]: cluster 2024-04-22T23:24:29.166699+0000 mgr.smithi027.xpwwjc (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:30.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:30 smithi114 bash[20134]: cluster 2024-04-22T23:24:29.166699+0000 mgr.smithi027.xpwwjc (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:30.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:30 smithi027 bash[18655]: cluster 2024-04-22T23:24:29.166699+0000 mgr.smithi027.xpwwjc (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:30.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:30 smithi027 bash[18655]: cluster 2024-04-22T23:24:29.166699+0000 mgr.smithi027.xpwwjc (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:31.050 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:31.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:31 smithi027 bash[18655]: audit 2024-04-22T23:24:31.055352+0000 mon.smithi027 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.27:0/72586444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:31.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:31 smithi027 bash[18655]: audit 2024-04-22T23:24:31.055352+0000 mon.smithi027 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.27:0/72586444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:31.562 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:31 smithi114 bash[20134]: audit 2024-04-22T23:24:31.055352+0000 mon.smithi027 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.27:0/72586444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:31.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:31 smithi114 bash[20134]: audit 2024-04-22T23:24:31.055352+0000 mon.smithi027 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.27:0/72586444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:31.648 INFO:teuthology.orchestra.run.smithi027.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:24:32.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:32 smithi114 bash[20134]: cluster 2024-04-22T23:24:31.167164+0000 mgr.smithi027.xpwwjc (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:32.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:32 smithi114 bash[20134]: cluster 2024-04-22T23:24:31.167164+0000 mgr.smithi027.xpwwjc (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:32.649 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:32.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:32 smithi027 bash[18655]: cluster 2024-04-22T23:24:31.167164+0000 mgr.smithi027.xpwwjc (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:32.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:32 smithi027 bash[18655]: cluster 2024-04-22T23:24:31.167164+0000 mgr.smithi027.xpwwjc (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:33.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:33 smithi114 bash[20134]: audit 2024-04-22T23:24:33.159342+0000 mon.smithi027 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:33.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:33 smithi114 bash[20134]: audit 2024-04-22T23:24:33.159342+0000 mon.smithi027 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:33.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:33 smithi027 bash[18655]: audit 2024-04-22T23:24:33.159342+0000 mon.smithi027 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:33.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:33 smithi027 bash[18655]: audit 2024-04-22T23:24:33.159342+0000 mon.smithi027 (mon.0) 487 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:34.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:34 smithi114 bash[20134]: cluster 2024-04-22T23:24:33.168699+0000 mgr.smithi027.xpwwjc (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:34.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:34 smithi114 bash[20134]: cluster 2024-04-22T23:24:33.168699+0000 mgr.smithi027.xpwwjc (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:34.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:34 smithi027 bash[18655]: cluster 2024-04-22T23:24:33.168699+0000 mgr.smithi027.xpwwjc (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:34.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:34 smithi027 bash[18655]: cluster 2024-04-22T23:24:33.168699+0000 mgr.smithi027.xpwwjc (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:36.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:36 smithi114 bash[20134]: cluster 2024-04-22T23:24:35.169865+0000 mgr.smithi027.xpwwjc (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:36.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:36 smithi114 bash[20134]: cluster 2024-04-22T23:24:35.169865+0000 mgr.smithi027.xpwwjc (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:36.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:36 smithi027 bash[18655]: cluster 2024-04-22T23:24:35.169865+0000 mgr.smithi027.xpwwjc (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:36.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:36 smithi027 bash[18655]: cluster 2024-04-22T23:24:35.169865+0000 mgr.smithi027.xpwwjc (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:37.424 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:38.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:38 smithi114 bash[20134]: cluster 2024-04-22T23:24:37.170853+0000 mgr.smithi027.xpwwjc (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:38.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:38 smithi114 bash[20134]: cluster 2024-04-22T23:24:37.170853+0000 mgr.smithi027.xpwwjc (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:38.591 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:38.604 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:38 smithi027 bash[18655]: cluster 2024-04-22T23:24:37.170853+0000 mgr.smithi027.xpwwjc (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:38.604 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:38 smithi027 bash[18655]: cluster 2024-04-22T23:24:37.170853+0000 mgr.smithi027.xpwwjc (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:39.295 INFO:teuthology.orchestra.run.smithi027.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:24:39.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:39 smithi027 bash[18655]: audit 2024-04-22T23:24:38.595953+0000 mon.smithi027 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.27:0/1009821546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:39.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:39 smithi027 bash[18655]: audit 2024-04-22T23:24:38.595953+0000 mon.smithi027 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.27:0/1009821546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:39.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:39 smithi114 bash[20134]: audit 2024-04-22T23:24:38.595953+0000 mon.smithi027 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.27:0/1009821546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:39.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:39 smithi114 bash[20134]: audit 2024-04-22T23:24:38.595953+0000 mon.smithi027 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.27:0/1009821546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:40.296 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:40.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:40 smithi027 bash[18655]: cluster 2024-04-22T23:24:39.171856+0000 mgr.smithi027.xpwwjc (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:40.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:40 smithi027 bash[18655]: cluster 2024-04-22T23:24:39.171856+0000 mgr.smithi027.xpwwjc (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:40.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:40 smithi114 bash[20134]: cluster 2024-04-22T23:24:39.171856+0000 mgr.smithi027.xpwwjc (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:40.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:40 smithi114 bash[20134]: cluster 2024-04-22T23:24:39.171856+0000 mgr.smithi027.xpwwjc (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:42.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:42 smithi027 bash[18655]: cluster 2024-04-22T23:24:41.172851+0000 mgr.smithi027.xpwwjc (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:42.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:42 smithi027 bash[18655]: cluster 2024-04-22T23:24:41.172851+0000 mgr.smithi027.xpwwjc (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:42.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:42 smithi114 bash[20134]: cluster 2024-04-22T23:24:41.172851+0000 mgr.smithi027.xpwwjc (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:42.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:42 smithi114 bash[20134]: cluster 2024-04-22T23:24:41.172851+0000 mgr.smithi027.xpwwjc (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:44.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:44 smithi027 bash[18655]: cluster 2024-04-22T23:24:43.173839+0000 mgr.smithi027.xpwwjc (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:44.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:44 smithi027 bash[18655]: cluster 2024-04-22T23:24:43.173839+0000 mgr.smithi027.xpwwjc (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:44.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:44 smithi114 bash[20134]: cluster 2024-04-22T23:24:43.173839+0000 mgr.smithi027.xpwwjc (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:44.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:44 smithi114 bash[20134]: cluster 2024-04-22T23:24:43.173839+0000 mgr.smithi027.xpwwjc (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:45.070 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:46.302 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:46.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:46 smithi027 bash[18655]: cluster 2024-04-22T23:24:45.174808+0000 mgr.smithi027.xpwwjc (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:46.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:46 smithi027 bash[18655]: cluster 2024-04-22T23:24:45.174808+0000 mgr.smithi027.xpwwjc (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:46.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:46 smithi027 bash[18655]: audit 2024-04-22T23:24:46.307284+0000 mon.smithi027 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.27:0/996324333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:46.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:46 smithi027 bash[18655]: audit 2024-04-22T23:24:46.307284+0000 mon.smithi027 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.27:0/996324333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:46.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:46 smithi114 bash[20134]: cluster 2024-04-22T23:24:45.174808+0000 mgr.smithi027.xpwwjc (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:46.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:46 smithi114 bash[20134]: cluster 2024-04-22T23:24:45.174808+0000 mgr.smithi027.xpwwjc (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:46.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:46 smithi114 bash[20134]: audit 2024-04-22T23:24:46.307284+0000 mon.smithi027 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.27:0/996324333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:46.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:46 smithi114 bash[20134]: audit 2024-04-22T23:24:46.307284+0000 mon.smithi027 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.27:0/996324333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:46.952 INFO:teuthology.orchestra.run.smithi027.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:24:47.953 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:48.562 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:48 smithi114 bash[20134]: cluster 2024-04-22T23:24:47.175832+0000 mgr.smithi027.xpwwjc (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:48.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:48 smithi114 bash[20134]: cluster 2024-04-22T23:24:47.175832+0000 mgr.smithi027.xpwwjc (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:48.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:48 smithi114 bash[20134]: audit 2024-04-22T23:24:48.159558+0000 mon.smithi027 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:48.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:48 smithi114 bash[20134]: audit 2024-04-22T23:24:48.159558+0000 mon.smithi027 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:48.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:48 smithi027 bash[18655]: cluster 2024-04-22T23:24:47.175832+0000 mgr.smithi027.xpwwjc (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:48.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:48 smithi027 bash[18655]: cluster 2024-04-22T23:24:47.175832+0000 mgr.smithi027.xpwwjc (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:48.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:48 smithi027 bash[18655]: audit 2024-04-22T23:24:48.159558+0000 mon.smithi027 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:48.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:48 smithi027 bash[18655]: audit 2024-04-22T23:24:48.159558+0000 mon.smithi027 (mon.0) 490 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:24:50.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:50 smithi114 bash[20134]: cluster 2024-04-22T23:24:49.176894+0000 mgr.smithi027.xpwwjc (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:50.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:50 smithi114 bash[20134]: cluster 2024-04-22T23:24:49.176894+0000 mgr.smithi027.xpwwjc (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:50.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:50 smithi027 bash[18655]: cluster 2024-04-22T23:24:49.176894+0000 mgr.smithi027.xpwwjc (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:50.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:50 smithi027 bash[18655]: cluster 2024-04-22T23:24:49.176894+0000 mgr.smithi027.xpwwjc (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:52.736 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:24:52.760 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:52 smithi027 bash[18655]: cluster 2024-04-22T23:24:51.177923+0000 mgr.smithi027.xpwwjc (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:52.760 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:52 smithi027 bash[18655]: cluster 2024-04-22T23:24:51.177923+0000 mgr.smithi027.xpwwjc (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:52.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:52 smithi114 bash[20134]: cluster 2024-04-22T23:24:51.177923+0000 mgr.smithi027.xpwwjc (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:52.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:52 smithi114 bash[20134]: cluster 2024-04-22T23:24:51.177923+0000 mgr.smithi027.xpwwjc (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:53.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:53 smithi114 bash[20134]: audit 2024-04-22T23:24:53.262467+0000 mon.smithi027 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:24:53.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:53 smithi114 bash[20134]: audit 2024-04-22T23:24:53.262467+0000 mon.smithi027 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:24:53.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:53 smithi027 bash[18655]: audit 2024-04-22T23:24:53.262467+0000 mon.smithi027 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:24:53.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:53 smithi027 bash[18655]: audit 2024-04-22T23:24:53.262467+0000 mon.smithi027 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:24:53.945 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:24:54.687 INFO:teuthology.orchestra.run.smithi027.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:24:54.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:54 smithi114 bash[20134]: cluster 2024-04-22T23:24:53.178469+0000 mgr.smithi027.xpwwjc (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:54.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:54 smithi114 bash[20134]: cluster 2024-04-22T23:24:53.178469+0000 mgr.smithi027.xpwwjc (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:54.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:54 smithi114 bash[20134]: audit 2024-04-22T23:24:53.950656+0000 mon.smithi027 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.27:0/893427006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:54.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:54 smithi114 bash[20134]: audit 2024-04-22T23:24:53.950656+0000 mon.smithi027 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.27:0/893427006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:54.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:54 smithi027 bash[18655]: cluster 2024-04-22T23:24:53.178469+0000 mgr.smithi027.xpwwjc (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:54.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:54 smithi027 bash[18655]: cluster 2024-04-22T23:24:53.178469+0000 mgr.smithi027.xpwwjc (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:54.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:54 smithi027 bash[18655]: audit 2024-04-22T23:24:53.950656+0000 mon.smithi027 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.27:0/893427006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:54.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:54 smithi027 bash[18655]: audit 2024-04-22T23:24:53.950656+0000 mon.smithi027 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.27:0/893427006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:24:55.688 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:24:56.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:56 smithi114 bash[20134]: cluster 2024-04-22T23:24:55.179428+0000 mgr.smithi027.xpwwjc (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:56.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:56 smithi114 bash[20134]: cluster 2024-04-22T23:24:55.179428+0000 mgr.smithi027.xpwwjc (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:56.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:56 smithi027 bash[18655]: cluster 2024-04-22T23:24:55.179428+0000 mgr.smithi027.xpwwjc (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:56.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:56 smithi027 bash[18655]: cluster 2024-04-22T23:24:55.179428+0000 mgr.smithi027.xpwwjc (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:58.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:58 smithi114 bash[20134]: cluster 2024-04-22T23:24:57.180434+0000 mgr.smithi027.xpwwjc (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:58.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:24:58 smithi114 bash[20134]: cluster 2024-04-22T23:24:57.180434+0000 mgr.smithi027.xpwwjc (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:58.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:58 smithi027 bash[18655]: cluster 2024-04-22T23:24:57.180434+0000 mgr.smithi027.xpwwjc (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:24:58.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:24:58 smithi027 bash[18655]: cluster 2024-04-22T23:24:57.180434+0000 mgr.smithi027.xpwwjc (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:00.014 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:00.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:00 smithi114 bash[20134]: cluster 2024-04-22T23:24:59.181465+0000 mgr.smithi027.xpwwjc (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:00.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:00 smithi114 bash[20134]: cluster 2024-04-22T23:24:59.181465+0000 mgr.smithi027.xpwwjc (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:00.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:00 smithi027 bash[18655]: cluster 2024-04-22T23:24:59.181465+0000 mgr.smithi027.xpwwjc (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:00.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:00 smithi027 bash[18655]: cluster 2024-04-22T23:24:59.181465+0000 mgr.smithi027.xpwwjc (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:01.504 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.329431+0000 mon.smithi027 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.329431+0000 mon.smithi027 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.330899+0000 mon.smithi027 (mon.0) 494 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.330899+0000 mon.smithi027 (mon.0) 494 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.340872+0000 mon.smithi027 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.340872+0000 mon.smithi027 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.344266+0000 mon.smithi027 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.344266+0000 mon.smithi027 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.509748+0000 mon.smithi027 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.27:0/3398350689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:01.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:01 smithi114 bash[20134]: audit 2024-04-22T23:25:01.509748+0000 mon.smithi027 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.27:0/3398350689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:01.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.329431+0000 mon.smithi027 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:25:01.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.329431+0000 mon.smithi027 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:25:01.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.330899+0000 mon.smithi027 (mon.0) 494 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:25:01.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.330899+0000 mon.smithi027 (mon.0) 494 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:25:01.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.340872+0000 mon.smithi027 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:25:01.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.340872+0000 mon.smithi027 (mon.0) 495 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:25:01.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.344266+0000 mon.smithi027 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:25:01.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.344266+0000 mon.smithi027 (mon.0) 496 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:25:01.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.509748+0000 mon.smithi027 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.27:0/3398350689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:01.919 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:01 smithi027 bash[18655]: audit 2024-04-22T23:25:01.509748+0000 mon.smithi027 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.27:0/3398350689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:02.204 INFO:teuthology.orchestra.run.smithi027.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:25:02.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:02 smithi114 bash[20134]: cluster 2024-04-22T23:25:01.182113+0000 mgr.smithi027.xpwwjc (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:02 smithi114 bash[20134]: cluster 2024-04-22T23:25:01.182113+0000 mgr.smithi027.xpwwjc (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:02 smithi114 bash[20134]: cluster 2024-04-22T23:25:01.333267+0000 mgr.smithi027.xpwwjc (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:02 smithi114 bash[20134]: cluster 2024-04-22T23:25:01.333267+0000 mgr.smithi027.xpwwjc (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:02 smithi114 bash[20134]: cluster 2024-04-22T23:25:01.334092+0000 mgr.smithi027.xpwwjc (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:02 smithi114 bash[20134]: cluster 2024-04-22T23:25:01.334092+0000 mgr.smithi027.xpwwjc (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:02 smithi027 bash[18655]: cluster 2024-04-22T23:25:01.182113+0000 mgr.smithi027.xpwwjc (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:02 smithi027 bash[18655]: cluster 2024-04-22T23:25:01.182113+0000 mgr.smithi027.xpwwjc (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:02 smithi027 bash[18655]: cluster 2024-04-22T23:25:01.333267+0000 mgr.smithi027.xpwwjc (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:02 smithi027 bash[18655]: cluster 2024-04-22T23:25:01.333267+0000 mgr.smithi027.xpwwjc (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:02 smithi027 bash[18655]: cluster 2024-04-22T23:25:01.334092+0000 mgr.smithi027.xpwwjc (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:02.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:02 smithi027 bash[18655]: cluster 2024-04-22T23:25:01.334092+0000 mgr.smithi027.xpwwjc (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:03.205 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:03.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:03 smithi114 bash[20134]: audit 2024-04-22T23:25:03.160132+0000 mon.smithi027 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:03.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:03 smithi114 bash[20134]: audit 2024-04-22T23:25:03.160132+0000 mon.smithi027 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:03.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:03 smithi027 bash[18655]: audit 2024-04-22T23:25:03.160132+0000 mon.smithi027 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:03.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:03 smithi027 bash[18655]: audit 2024-04-22T23:25:03.160132+0000 mon.smithi027 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:04.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:04 smithi114 bash[20134]: cluster 2024-04-22T23:25:03.335000+0000 mgr.smithi027.xpwwjc (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:04.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:04 smithi114 bash[20134]: cluster 2024-04-22T23:25:03.335000+0000 mgr.smithi027.xpwwjc (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:04.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:04 smithi027 bash[18655]: cluster 2024-04-22T23:25:03.335000+0000 mgr.smithi027.xpwwjc (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:04.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:04 smithi027 bash[18655]: cluster 2024-04-22T23:25:03.335000+0000 mgr.smithi027.xpwwjc (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:06 smithi114 bash[20134]: cluster 2024-04-22T23:25:05.335998+0000 mgr.smithi027.xpwwjc (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:06.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:06 smithi114 bash[20134]: cluster 2024-04-22T23:25:05.335998+0000 mgr.smithi027.xpwwjc (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:06.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:06 smithi027 bash[18655]: cluster 2024-04-22T23:25:05.335998+0000 mgr.smithi027.xpwwjc (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:06.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:06 smithi027 bash[18655]: cluster 2024-04-22T23:25:05.335998+0000 mgr.smithi027.xpwwjc (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:07.979 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:08.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:08 smithi114 bash[20134]: cluster 2024-04-22T23:25:07.336947+0000 mgr.smithi027.xpwwjc (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:08.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:08 smithi114 bash[20134]: cluster 2024-04-22T23:25:07.336947+0000 mgr.smithi027.xpwwjc (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:08.848 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:08 smithi027 bash[18655]: cluster 2024-04-22T23:25:07.336947+0000 mgr.smithi027.xpwwjc (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:08.848 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:08 smithi027 bash[18655]: cluster 2024-04-22T23:25:07.336947+0000 mgr.smithi027.xpwwjc (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:09.256 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:09.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:09 smithi027 bash[18655]: audit 2024-04-22T23:25:09.261434+0000 mon.smithi027 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.27:0/1041847465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:09.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:09 smithi027 bash[18655]: audit 2024-04-22T23:25:09.261434+0000 mon.smithi027 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.27:0/1041847465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:09.947 INFO:teuthology.orchestra.run.smithi027.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:25:10.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:09 smithi114 bash[20134]: audit 2024-04-22T23:25:09.261434+0000 mon.smithi027 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.27:0/1041847465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:10.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:09 smithi114 bash[20134]: audit 2024-04-22T23:25:09.261434+0000 mon.smithi027 (mon.0) 499 : audit [DBG] from='client.? 172.21.15.27:0/1041847465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:10.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:10 smithi027 bash[18655]: cluster 2024-04-22T23:25:09.337661+0000 mgr.smithi027.xpwwjc (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:10.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:10 smithi027 bash[18655]: cluster 2024-04-22T23:25:09.337661+0000 mgr.smithi027.xpwwjc (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:10.948 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:11.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:10 smithi114 bash[20134]: cluster 2024-04-22T23:25:09.337661+0000 mgr.smithi027.xpwwjc (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:11.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:10 smithi114 bash[20134]: cluster 2024-04-22T23:25:09.337661+0000 mgr.smithi027.xpwwjc (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:12.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:12 smithi027 bash[18655]: cluster 2024-04-22T23:25:11.338654+0000 mgr.smithi027.xpwwjc (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:12.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:12 smithi027 bash[18655]: cluster 2024-04-22T23:25:11.338654+0000 mgr.smithi027.xpwwjc (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:13.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:12 smithi114 bash[20134]: cluster 2024-04-22T23:25:11.338654+0000 mgr.smithi027.xpwwjc (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:13.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:12 smithi114 bash[20134]: cluster 2024-04-22T23:25:11.338654+0000 mgr.smithi027.xpwwjc (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:14.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:14 smithi027 bash[18655]: cluster 2024-04-22T23:25:13.339634+0000 mgr.smithi027.xpwwjc (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:14.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:14 smithi027 bash[18655]: cluster 2024-04-22T23:25:13.339634+0000 mgr.smithi027.xpwwjc (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:15.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:14 smithi114 bash[20134]: cluster 2024-04-22T23:25:13.339634+0000 mgr.smithi027.xpwwjc (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:15.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:14 smithi114 bash[20134]: cluster 2024-04-22T23:25:13.339634+0000 mgr.smithi027.xpwwjc (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:15.725 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:16.850 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:16.864 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:16 smithi027 bash[18655]: cluster 2024-04-22T23:25:15.340718+0000 mgr.smithi027.xpwwjc (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:16.864 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:16 smithi027 bash[18655]: cluster 2024-04-22T23:25:15.340718+0000 mgr.smithi027.xpwwjc (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:17.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:16 smithi114 bash[20134]: cluster 2024-04-22T23:25:15.340718+0000 mgr.smithi027.xpwwjc (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:17.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:16 smithi114 bash[20134]: cluster 2024-04-22T23:25:15.340718+0000 mgr.smithi027.xpwwjc (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:17.500 INFO:teuthology.orchestra.run.smithi027.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:25:17.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:17 smithi027 bash[18655]: audit 2024-04-22T23:25:16.855786+0000 mon.smithi027 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.27:0/3972986830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:17.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:17 smithi027 bash[18655]: audit 2024-04-22T23:25:16.855786+0000 mon.smithi027 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.27:0/3972986830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:18.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:17 smithi114 bash[20134]: audit 2024-04-22T23:25:16.855786+0000 mon.smithi027 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.27:0/3972986830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:18.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:17 smithi114 bash[20134]: audit 2024-04-22T23:25:16.855786+0000 mon.smithi027 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.27:0/3972986830' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:18.502 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:18.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:18 smithi027 bash[18655]: cluster 2024-04-22T23:25:17.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:18.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:18 smithi027 bash[18655]: cluster 2024-04-22T23:25:17.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:18.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:18 smithi027 bash[18655]: audit 2024-04-22T23:25:18.160476+0000 mon.smithi027 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:18.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:18 smithi027 bash[18655]: audit 2024-04-22T23:25:18.160476+0000 mon.smithi027 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:19.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:18 smithi114 bash[20134]: cluster 2024-04-22T23:25:17.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:19.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:18 smithi114 bash[20134]: cluster 2024-04-22T23:25:17.341863+0000 mgr.smithi027.xpwwjc (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:19.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:18 smithi114 bash[20134]: audit 2024-04-22T23:25:18.160476+0000 mon.smithi027 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:19.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:18 smithi114 bash[20134]: audit 2024-04-22T23:25:18.160476+0000 mon.smithi027 (mon.0) 501 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:20.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:20 smithi027 bash[18655]: cluster 2024-04-22T23:25:19.342940+0000 mgr.smithi027.xpwwjc (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:20.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:20 smithi027 bash[18655]: cluster 2024-04-22T23:25:19.342940+0000 mgr.smithi027.xpwwjc (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:21.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:20 smithi114 bash[20134]: cluster 2024-04-22T23:25:19.342940+0000 mgr.smithi027.xpwwjc (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:21.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:20 smithi114 bash[20134]: cluster 2024-04-22T23:25:19.342940+0000 mgr.smithi027.xpwwjc (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:22.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:22 smithi027 bash[18655]: cluster 2024-04-22T23:25:21.344082+0000 mgr.smithi027.xpwwjc (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:22.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:22 smithi027 bash[18655]: cluster 2024-04-22T23:25:21.344082+0000 mgr.smithi027.xpwwjc (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:23.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:22 smithi114 bash[20134]: cluster 2024-04-22T23:25:21.344082+0000 mgr.smithi027.xpwwjc (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:23.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:22 smithi114 bash[20134]: cluster 2024-04-22T23:25:21.344082+0000 mgr.smithi027.xpwwjc (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:23.279 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:24.601 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:24.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:24 smithi027 bash[18655]: cluster 2024-04-22T23:25:23.344963+0000 mgr.smithi027.xpwwjc (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:24.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:24 smithi027 bash[18655]: cluster 2024-04-22T23:25:23.344963+0000 mgr.smithi027.xpwwjc (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:25.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:24 smithi114 bash[20134]: cluster 2024-04-22T23:25:23.344963+0000 mgr.smithi027.xpwwjc (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:25.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:24 smithi114 bash[20134]: cluster 2024-04-22T23:25:23.344963+0000 mgr.smithi027.xpwwjc (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:25.299 INFO:teuthology.orchestra.run.smithi027.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:25:25.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:25 smithi027 bash[18655]: audit 2024-04-22T23:25:24.606639+0000 mon.smithi027 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.27:0/3176594808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:25.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:25 smithi027 bash[18655]: audit 2024-04-22T23:25:24.606639+0000 mon.smithi027 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.27:0/3176594808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:26.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:25 smithi114 bash[20134]: audit 2024-04-22T23:25:24.606639+0000 mon.smithi027 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.27:0/3176594808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:26.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:25 smithi114 bash[20134]: audit 2024-04-22T23:25:24.606639+0000 mon.smithi027 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.27:0/3176594808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:26.301 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:26.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:26 smithi027 bash[18655]: cluster 2024-04-22T23:25:25.346019+0000 mgr.smithi027.xpwwjc (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:26.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:26 smithi027 bash[18655]: cluster 2024-04-22T23:25:25.346019+0000 mgr.smithi027.xpwwjc (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:27.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:26 smithi114 bash[20134]: cluster 2024-04-22T23:25:25.346019+0000 mgr.smithi027.xpwwjc (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:27.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:26 smithi114 bash[20134]: cluster 2024-04-22T23:25:25.346019+0000 mgr.smithi027.xpwwjc (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:28 smithi027 bash[18655]: cluster 2024-04-22T23:25:27.347069+0000 mgr.smithi027.xpwwjc (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:28 smithi027 bash[18655]: cluster 2024-04-22T23:25:27.347069+0000 mgr.smithi027.xpwwjc (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:29.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:28 smithi114 bash[20134]: cluster 2024-04-22T23:25:27.347069+0000 mgr.smithi027.xpwwjc (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:29.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:28 smithi114 bash[20134]: cluster 2024-04-22T23:25:27.347069+0000 mgr.smithi027.xpwwjc (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:30.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:30 smithi027 bash[18655]: cluster 2024-04-22T23:25:29.348064+0000 mgr.smithi027.xpwwjc (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:30.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:30 smithi027 bash[18655]: cluster 2024-04-22T23:25:29.348064+0000 mgr.smithi027.xpwwjc (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:31.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:30 smithi114 bash[20134]: cluster 2024-04-22T23:25:29.348064+0000 mgr.smithi027.xpwwjc (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:31.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:30 smithi114 bash[20134]: cluster 2024-04-22T23:25:29.348064+0000 mgr.smithi027.xpwwjc (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:31.071 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:32.278 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:32.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:32 smithi027 bash[18655]: cluster 2024-04-22T23:25:31.349067+0000 mgr.smithi027.xpwwjc (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:32.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:32 smithi027 bash[18655]: cluster 2024-04-22T23:25:31.349067+0000 mgr.smithi027.xpwwjc (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:32.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:32 smithi027 bash[18655]: audit 2024-04-22T23:25:32.283906+0000 mon.smithi027 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.27:0/1443913897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:32.918 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:32 smithi027 bash[18655]: audit 2024-04-22T23:25:32.283906+0000 mon.smithi027 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.27:0/1443913897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:32.939 INFO:teuthology.orchestra.run.smithi027.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:25:33.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:32 smithi114 bash[20134]: cluster 2024-04-22T23:25:31.349067+0000 mgr.smithi027.xpwwjc (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:33.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:32 smithi114 bash[20134]: cluster 2024-04-22T23:25:31.349067+0000 mgr.smithi027.xpwwjc (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:33.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:32 smithi114 bash[20134]: audit 2024-04-22T23:25:32.283906+0000 mon.smithi027 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.27:0/1443913897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:33.063 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:32 smithi114 bash[20134]: audit 2024-04-22T23:25:32.283906+0000 mon.smithi027 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.27:0/1443913897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:33.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:33 smithi027 bash[18655]: audit 2024-04-22T23:25:33.160975+0000 mon.smithi027 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:33.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:33 smithi027 bash[18655]: audit 2024-04-22T23:25:33.160975+0000 mon.smithi027 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:33.940 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:34.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:33 smithi114 bash[20134]: audit 2024-04-22T23:25:33.160975+0000 mon.smithi027 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:34.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:33 smithi114 bash[20134]: audit 2024-04-22T23:25:33.160975+0000 mon.smithi027 (mon.0) 504 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:34.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:34 smithi027 bash[18655]: cluster 2024-04-22T23:25:33.350230+0000 mgr.smithi027.xpwwjc (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:34.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:34 smithi027 bash[18655]: cluster 2024-04-22T23:25:33.350230+0000 mgr.smithi027.xpwwjc (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:35.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:34 smithi114 bash[20134]: cluster 2024-04-22T23:25:33.350230+0000 mgr.smithi027.xpwwjc (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:35.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:34 smithi114 bash[20134]: cluster 2024-04-22T23:25:33.350230+0000 mgr.smithi027.xpwwjc (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:36.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:36 smithi027 bash[18655]: cluster 2024-04-22T23:25:35.351199+0000 mgr.smithi027.xpwwjc (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:36.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:36 smithi027 bash[18655]: cluster 2024-04-22T23:25:35.351199+0000 mgr.smithi027.xpwwjc (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:37.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:36 smithi114 bash[20134]: cluster 2024-04-22T23:25:35.351199+0000 mgr.smithi027.xpwwjc (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:37.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:36 smithi114 bash[20134]: cluster 2024-04-22T23:25:35.351199+0000 mgr.smithi027.xpwwjc (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:38.714 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:38.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:38 smithi027 bash[18655]: cluster 2024-04-22T23:25:37.352223+0000 mgr.smithi027.xpwwjc (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:38.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:38 smithi027 bash[18655]: cluster 2024-04-22T23:25:37.352223+0000 mgr.smithi027.xpwwjc (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:39.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:38 smithi114 bash[20134]: cluster 2024-04-22T23:25:37.352223+0000 mgr.smithi027.xpwwjc (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:39.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:38 smithi114 bash[20134]: cluster 2024-04-22T23:25:37.352223+0000 mgr.smithi027.xpwwjc (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:39.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:39 smithi027 bash[18655]: cluster 2024-04-22T23:25:39.353289+0000 mgr.smithi027.xpwwjc (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:39.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:39 smithi027 bash[18655]: cluster 2024-04-22T23:25:39.353289+0000 mgr.smithi027.xpwwjc (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:39.941 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:40.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:39 smithi114 bash[20134]: cluster 2024-04-22T23:25:39.353289+0000 mgr.smithi027.xpwwjc (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:40.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:39 smithi114 bash[20134]: cluster 2024-04-22T23:25:39.353289+0000 mgr.smithi027.xpwwjc (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:40.575 INFO:teuthology.orchestra.run.smithi027.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:25:40.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:40 smithi027 bash[18655]: audit 2024-04-22T23:25:39.946943+0000 mon.smithi027 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.27:0/1185971448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:40.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:40 smithi027 bash[18655]: audit 2024-04-22T23:25:39.946943+0000 mon.smithi027 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.27:0/1185971448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:41.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:40 smithi114 bash[20134]: audit 2024-04-22T23:25:39.946943+0000 mon.smithi027 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.27:0/1185971448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:41.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:40 smithi114 bash[20134]: audit 2024-04-22T23:25:39.946943+0000 mon.smithi027 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.27:0/1185971448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:41.576 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:41.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:41 smithi027 bash[18655]: cluster 2024-04-22T23:25:41.354315+0000 mgr.smithi027.xpwwjc (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:41.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:41 smithi027 bash[18655]: cluster 2024-04-22T23:25:41.354315+0000 mgr.smithi027.xpwwjc (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:42.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:41 smithi114 bash[20134]: cluster 2024-04-22T23:25:41.354315+0000 mgr.smithi027.xpwwjc (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:42.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:41 smithi114 bash[20134]: cluster 2024-04-22T23:25:41.354315+0000 mgr.smithi027.xpwwjc (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:44.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:44 smithi027 bash[18655]: cluster 2024-04-22T23:25:43.355257+0000 mgr.smithi027.xpwwjc (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:44.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:44 smithi027 bash[18655]: cluster 2024-04-22T23:25:43.355257+0000 mgr.smithi027.xpwwjc (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:44.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:44 smithi114 bash[20134]: cluster 2024-04-22T23:25:43.355257+0000 mgr.smithi027.xpwwjc (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:44.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:44 smithi114 bash[20134]: cluster 2024-04-22T23:25:43.355257+0000 mgr.smithi027.xpwwjc (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:46.353 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:46.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:46 smithi027 bash[18655]: cluster 2024-04-22T23:25:45.356235+0000 mgr.smithi027.xpwwjc (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:46.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:46 smithi027 bash[18655]: cluster 2024-04-22T23:25:45.356235+0000 mgr.smithi027.xpwwjc (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:46.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:46 smithi114 bash[20134]: cluster 2024-04-22T23:25:45.356235+0000 mgr.smithi027.xpwwjc (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:46.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:46 smithi114 bash[20134]: cluster 2024-04-22T23:25:45.356235+0000 mgr.smithi027.xpwwjc (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:47.592 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:48.260 INFO:teuthology.orchestra.run.smithi027.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:25:48.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:48 smithi027 bash[18655]: cluster 2024-04-22T23:25:47.357198+0000 mgr.smithi027.xpwwjc (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:48.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:48 smithi027 bash[18655]: cluster 2024-04-22T23:25:47.357198+0000 mgr.smithi027.xpwwjc (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:48.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:48 smithi027 bash[18655]: audit 2024-04-22T23:25:47.596830+0000 mon.smithi027 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.27:0/285278885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:48.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:48 smithi027 bash[18655]: audit 2024-04-22T23:25:47.596830+0000 mon.smithi027 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.27:0/285278885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:48.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:48 smithi027 bash[18655]: audit 2024-04-22T23:25:48.161539+0000 mon.smithi027 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:48.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:48 smithi027 bash[18655]: audit 2024-04-22T23:25:48.161539+0000 mon.smithi027 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:48.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:48 smithi114 bash[20134]: cluster 2024-04-22T23:25:47.357198+0000 mgr.smithi027.xpwwjc (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:48.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:48 smithi114 bash[20134]: cluster 2024-04-22T23:25:47.357198+0000 mgr.smithi027.xpwwjc (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:48.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:48 smithi114 bash[20134]: audit 2024-04-22T23:25:47.596830+0000 mon.smithi027 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.27:0/285278885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:48.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:48 smithi114 bash[20134]: audit 2024-04-22T23:25:47.596830+0000 mon.smithi027 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.27:0/285278885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:48.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:48 smithi114 bash[20134]: audit 2024-04-22T23:25:48.161539+0000 mon.smithi027 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:48.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:48 smithi114 bash[20134]: audit 2024-04-22T23:25:48.161539+0000 mon.smithi027 (mon.0) 507 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:25:49.261 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:50.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:50 smithi114 bash[20134]: cluster 2024-04-22T23:25:49.358174+0000 mgr.smithi027.xpwwjc (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:50.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:50 smithi114 bash[20134]: cluster 2024-04-22T23:25:49.358174+0000 mgr.smithi027.xpwwjc (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:50.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:50 smithi027 bash[18655]: cluster 2024-04-22T23:25:49.358174+0000 mgr.smithi027.xpwwjc (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:50.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:50 smithi027 bash[18655]: cluster 2024-04-22T23:25:49.358174+0000 mgr.smithi027.xpwwjc (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:52.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:52 smithi114 bash[20134]: cluster 2024-04-22T23:25:51.359223+0000 mgr.smithi027.xpwwjc (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:52.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:52 smithi114 bash[20134]: cluster 2024-04-22T23:25:51.359223+0000 mgr.smithi027.xpwwjc (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:52.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:52 smithi027 bash[18655]: cluster 2024-04-22T23:25:51.359223+0000 mgr.smithi027.xpwwjc (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:52.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:52 smithi027 bash[18655]: cluster 2024-04-22T23:25:51.359223+0000 mgr.smithi027.xpwwjc (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:54.040 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:25:54.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:54 smithi114 bash[20134]: cluster 2024-04-22T23:25:53.360254+0000 mgr.smithi027.xpwwjc (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:54.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:54 smithi114 bash[20134]: cluster 2024-04-22T23:25:53.360254+0000 mgr.smithi027.xpwwjc (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:54.885 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:54 smithi027 bash[18655]: cluster 2024-04-22T23:25:53.360254+0000 mgr.smithi027.xpwwjc (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:54.885 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:54 smithi027 bash[18655]: cluster 2024-04-22T23:25:53.360254+0000 mgr.smithi027.xpwwjc (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:55.299 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:25:55.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:55 smithi027 bash[18655]: audit 2024-04-22T23:25:55.304995+0000 mon.smithi027 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.27:0/1147237408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:55.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:55 smithi027 bash[18655]: audit 2024-04-22T23:25:55.304995+0000 mon.smithi027 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.27:0/1147237408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:55.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:55 smithi114 bash[20134]: audit 2024-04-22T23:25:55.304995+0000 mon.smithi027 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.27:0/1147237408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:55.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:55 smithi114 bash[20134]: audit 2024-04-22T23:25:55.304995+0000 mon.smithi027 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.27:0/1147237408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:25:55.987 INFO:teuthology.orchestra.run.smithi027.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:25:56.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:56 smithi114 bash[20134]: cluster 2024-04-22T23:25:55.360822+0000 mgr.smithi027.xpwwjc (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:56.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:56 smithi114 bash[20134]: cluster 2024-04-22T23:25:55.360822+0000 mgr.smithi027.xpwwjc (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:56.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:56 smithi027 bash[18655]: cluster 2024-04-22T23:25:55.360822+0000 mgr.smithi027.xpwwjc (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:56.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:56 smithi027 bash[18655]: cluster 2024-04-22T23:25:55.360822+0000 mgr.smithi027.xpwwjc (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:56.988 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:25:58.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:58 smithi114 bash[20134]: cluster 2024-04-22T23:25:57.361795+0000 mgr.smithi027.xpwwjc (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:58.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:25:58 smithi114 bash[20134]: cluster 2024-04-22T23:25:57.361795+0000 mgr.smithi027.xpwwjc (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:58.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:58 smithi027 bash[18655]: cluster 2024-04-22T23:25:57.361795+0000 mgr.smithi027.xpwwjc (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:25:58.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:25:58 smithi027 bash[18655]: cluster 2024-04-22T23:25:57.361795+0000 mgr.smithi027.xpwwjc (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:00.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:00 smithi114 bash[20134]: cluster 2024-04-22T23:25:59.362922+0000 mgr.smithi027.xpwwjc (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:00.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:00 smithi114 bash[20134]: cluster 2024-04-22T23:25:59.362922+0000 mgr.smithi027.xpwwjc (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:00.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:00 smithi027 bash[18655]: cluster 2024-04-22T23:25:59.362922+0000 mgr.smithi027.xpwwjc (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:00.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:00 smithi027 bash[18655]: cluster 2024-04-22T23:25:59.362922+0000 mgr.smithi027.xpwwjc (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:01.769 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:01.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:01 smithi027 bash[18655]: audit 2024-04-22T23:26:01.441943+0000 mon.smithi027 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:26:01.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:01 smithi027 bash[18655]: audit 2024-04-22T23:26:01.441943+0000 mon.smithi027 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:26:01.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:01 smithi114 bash[20134]: audit 2024-04-22T23:26:01.441943+0000 mon.smithi027 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:26:01.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:01 smithi114 bash[20134]: audit 2024-04-22T23:26:01.441943+0000 mon.smithi027 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:26:02.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:02 smithi114 bash[20134]: cluster 2024-04-22T23:26:01.363924+0000 mgr.smithi027.xpwwjc (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:02.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:02 smithi114 bash[20134]: cluster 2024-04-22T23:26:01.363924+0000 mgr.smithi027.xpwwjc (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:02.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:02 smithi114 bash[20134]: audit 2024-04-22T23:26:02.020455+0000 mon.smithi027 (mon.0) 510 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:02.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:02 smithi114 bash[20134]: audit 2024-04-22T23:26:02.020455+0000 mon.smithi027 (mon.0) 510 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:02.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:02 smithi027 bash[18655]: cluster 2024-04-22T23:26:01.363924+0000 mgr.smithi027.xpwwjc (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:02.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:02 smithi027 bash[18655]: cluster 2024-04-22T23:26:01.363924+0000 mgr.smithi027.xpwwjc (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:02.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:02 smithi027 bash[18655]: audit 2024-04-22T23:26:02.020455+0000 mon.smithi027 (mon.0) 510 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:02.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:02 smithi027 bash[18655]: audit 2024-04-22T23:26:02.020455+0000 mon.smithi027 (mon.0) 510 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:02.946 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:03.684 INFO:teuthology.orchestra.run.smithi027.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:26:03.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:03 smithi114 bash[20134]: audit 2024-04-22T23:26:02.952860+0000 mon.smithi027 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.27:0/1849401627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:03.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:03 smithi114 bash[20134]: audit 2024-04-22T23:26:02.952860+0000 mon.smithi027 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.27:0/1849401627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:03.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:03 smithi114 bash[20134]: audit 2024-04-22T23:26:03.161748+0000 mon.smithi027 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:03.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:03 smithi114 bash[20134]: audit 2024-04-22T23:26:03.161748+0000 mon.smithi027 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:03.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:03 smithi027 bash[18655]: audit 2024-04-22T23:26:02.952860+0000 mon.smithi027 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.27:0/1849401627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:03.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:03 smithi027 bash[18655]: audit 2024-04-22T23:26:02.952860+0000 mon.smithi027 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.27:0/1849401627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:03.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:03 smithi027 bash[18655]: audit 2024-04-22T23:26:03.161748+0000 mon.smithi027 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:03.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:03 smithi027 bash[18655]: audit 2024-04-22T23:26:03.161748+0000 mon.smithi027 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:04.685 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:04.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:04 smithi114 bash[20134]: cluster 2024-04-22T23:26:03.364912+0000 mgr.smithi027.xpwwjc (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:04.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:04 smithi114 bash[20134]: cluster 2024-04-22T23:26:03.364912+0000 mgr.smithi027.xpwwjc (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:04.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:04 smithi027 bash[18655]: cluster 2024-04-22T23:26:03.364912+0000 mgr.smithi027.xpwwjc (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:04.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:04 smithi027 bash[18655]: cluster 2024-04-22T23:26:03.364912+0000 mgr.smithi027.xpwwjc (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:06.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:06 smithi114 bash[20134]: cluster 2024-04-22T23:26:05.365940+0000 mgr.smithi027.xpwwjc (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:06.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:06 smithi114 bash[20134]: cluster 2024-04-22T23:26:05.365940+0000 mgr.smithi027.xpwwjc (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:06.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:06 smithi027 bash[18655]: cluster 2024-04-22T23:26:05.365940+0000 mgr.smithi027.xpwwjc (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:06.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:06 smithi027 bash[18655]: cluster 2024-04-22T23:26:05.365940+0000 mgr.smithi027.xpwwjc (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:08.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:08 smithi027 bash[18655]: cluster 2024-04-22T23:26:07.367006+0000 mgr.smithi027.xpwwjc (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:08.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:08 smithi027 bash[18655]: cluster 2024-04-22T23:26:07.367006+0000 mgr.smithi027.xpwwjc (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:08.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:08 smithi114 bash[20134]: cluster 2024-04-22T23:26:07.367006+0000 mgr.smithi027.xpwwjc (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:08.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:08 smithi114 bash[20134]: cluster 2024-04-22T23:26:07.367006+0000 mgr.smithi027.xpwwjc (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:09.239 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:09.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.301688+0000 mon.smithi027 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.301688+0000 mon.smithi027 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.400211+0000 mon.smithi027 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.400211+0000 mon.smithi027 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.401912+0000 mon.smithi027 (mon.0) 515 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.401912+0000 mon.smithi027 (mon.0) 515 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.403848+0000 mon.smithi027 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.403848+0000 mon.smithi027 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.414751+0000 mon.smithi027 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.414751+0000 mon.smithi027 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.423558+0000 mon.smithi027 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:26:09.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:09 smithi027 bash[18655]: audit 2024-04-22T23:26:09.423558+0000 mon.smithi027 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.301688+0000 mon.smithi027 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.301688+0000 mon.smithi027 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.400211+0000 mon.smithi027 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.400211+0000 mon.smithi027 (mon.0) 514 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.401912+0000 mon.smithi027 (mon.0) 515 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.401912+0000 mon.smithi027 (mon.0) 515 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.403848+0000 mon.smithi027 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.403848+0000 mon.smithi027 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.414751+0000 mon.smithi027 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.414751+0000 mon.smithi027 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:26:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.423558+0000 mon.smithi027 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:26:09.813 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:09 smithi114 bash[20134]: audit 2024-04-22T23:26:09.423558+0000 mon.smithi027 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:26:10.337 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: cluster 2024-04-22T23:26:09.368011+0000 mgr.smithi027.xpwwjc (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: cluster 2024-04-22T23:26:09.368011+0000 mgr.smithi027.xpwwjc (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: cluster 2024-04-22T23:26:09.406714+0000 mgr.smithi027.xpwwjc (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: cluster 2024-04-22T23:26:09.406714+0000 mgr.smithi027.xpwwjc (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: cluster 2024-04-22T23:26:09.407577+0000 mgr.smithi027.xpwwjc (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: cluster 2024-04-22T23:26:09.407577+0000 mgr.smithi027.xpwwjc (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: audit 2024-04-22T23:26:10.343943+0000 mon.smithi027 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.27:0/517757436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:10.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:10 smithi027 bash[18655]: audit 2024-04-22T23:26:10.343943+0000 mon.smithi027 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.27:0/517757436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:10.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: cluster 2024-04-22T23:26:09.368011+0000 mgr.smithi027.xpwwjc (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: cluster 2024-04-22T23:26:09.368011+0000 mgr.smithi027.xpwwjc (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: cluster 2024-04-22T23:26:09.406714+0000 mgr.smithi027.xpwwjc (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: cluster 2024-04-22T23:26:09.406714+0000 mgr.smithi027.xpwwjc (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: cluster 2024-04-22T23:26:09.407577+0000 mgr.smithi027.xpwwjc (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: cluster 2024-04-22T23:26:09.407577+0000 mgr.smithi027.xpwwjc (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: audit 2024-04-22T23:26:10.343943+0000 mon.smithi027 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.27:0/517757436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:10.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:10 smithi114 bash[20134]: audit 2024-04-22T23:26:10.343943+0000 mon.smithi027 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.27:0/517757436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:10.998 INFO:teuthology.orchestra.run.smithi027.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:26:11.999 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:12.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:12 smithi114 bash[20134]: cluster 2024-04-22T23:26:11.408528+0000 mgr.smithi027.xpwwjc (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:12.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:12 smithi114 bash[20134]: cluster 2024-04-22T23:26:11.408528+0000 mgr.smithi027.xpwwjc (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:12.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:12 smithi027 bash[18655]: cluster 2024-04-22T23:26:11.408528+0000 mgr.smithi027.xpwwjc (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:12.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:12 smithi027 bash[18655]: cluster 2024-04-22T23:26:11.408528+0000 mgr.smithi027.xpwwjc (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:14.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:14 smithi114 bash[20134]: cluster 2024-04-22T23:26:13.409513+0000 mgr.smithi027.xpwwjc (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:14.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:14 smithi114 bash[20134]: cluster 2024-04-22T23:26:13.409513+0000 mgr.smithi027.xpwwjc (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:14.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:14 smithi027 bash[18655]: cluster 2024-04-22T23:26:13.409513+0000 mgr.smithi027.xpwwjc (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:14.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:14 smithi027 bash[18655]: cluster 2024-04-22T23:26:13.409513+0000 mgr.smithi027.xpwwjc (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:16.777 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:16.799 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:16 smithi027 bash[18655]: cluster 2024-04-22T23:26:15.410636+0000 mgr.smithi027.xpwwjc (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:16.799 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:16 smithi027 bash[18655]: cluster 2024-04-22T23:26:15.410636+0000 mgr.smithi027.xpwwjc (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:16.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:16 smithi114 bash[20134]: cluster 2024-04-22T23:26:15.410636+0000 mgr.smithi027.xpwwjc (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:16.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:16 smithi114 bash[20134]: cluster 2024-04-22T23:26:15.410636+0000 mgr.smithi027.xpwwjc (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:17.927 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:18.624 INFO:teuthology.orchestra.run.smithi027.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:26:18.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:18 smithi114 bash[20134]: cluster 2024-04-22T23:26:17.411651+0000 mgr.smithi027.xpwwjc (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:18.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:18 smithi114 bash[20134]: cluster 2024-04-22T23:26:17.411651+0000 mgr.smithi027.xpwwjc (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:18.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:18 smithi114 bash[20134]: audit 2024-04-22T23:26:17.934199+0000 mon.smithi027 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.27:0/2494547053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:18.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:18 smithi114 bash[20134]: audit 2024-04-22T23:26:17.934199+0000 mon.smithi027 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.27:0/2494547053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:18.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:18 smithi114 bash[20134]: audit 2024-04-22T23:26:18.162299+0000 mon.smithi027 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:18.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:18 smithi114 bash[20134]: audit 2024-04-22T23:26:18.162299+0000 mon.smithi027 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:18.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:18 smithi027 bash[18655]: cluster 2024-04-22T23:26:17.411651+0000 mgr.smithi027.xpwwjc (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:18.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:18 smithi027 bash[18655]: cluster 2024-04-22T23:26:17.411651+0000 mgr.smithi027.xpwwjc (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:18.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:18 smithi027 bash[18655]: audit 2024-04-22T23:26:17.934199+0000 mon.smithi027 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.27:0/2494547053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:18.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:18 smithi027 bash[18655]: audit 2024-04-22T23:26:17.934199+0000 mon.smithi027 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.27:0/2494547053' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:18.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:18 smithi027 bash[18655]: audit 2024-04-22T23:26:18.162299+0000 mon.smithi027 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:18.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:18 smithi027 bash[18655]: audit 2024-04-22T23:26:18.162299+0000 mon.smithi027 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:19.625 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:20.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:20 smithi114 bash[20134]: cluster 2024-04-22T23:26:19.412655+0000 mgr.smithi027.xpwwjc (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:20.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:20 smithi114 bash[20134]: cluster 2024-04-22T23:26:19.412655+0000 mgr.smithi027.xpwwjc (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:20.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:20 smithi027 bash[18655]: cluster 2024-04-22T23:26:19.412655+0000 mgr.smithi027.xpwwjc (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:20.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:20 smithi027 bash[18655]: cluster 2024-04-22T23:26:19.412655+0000 mgr.smithi027.xpwwjc (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:22.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:22 smithi114 bash[20134]: cluster 2024-04-22T23:26:21.413638+0000 mgr.smithi027.xpwwjc (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:22.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:22 smithi114 bash[20134]: cluster 2024-04-22T23:26:21.413638+0000 mgr.smithi027.xpwwjc (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:22.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:22 smithi027 bash[18655]: cluster 2024-04-22T23:26:21.413638+0000 mgr.smithi027.xpwwjc (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:22.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:22 smithi027 bash[18655]: cluster 2024-04-22T23:26:21.413638+0000 mgr.smithi027.xpwwjc (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:24.401 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:24.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:24 smithi114 bash[20134]: cluster 2024-04-22T23:26:23.414671+0000 mgr.smithi027.xpwwjc (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:24.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:24 smithi114 bash[20134]: cluster 2024-04-22T23:26:23.414671+0000 mgr.smithi027.xpwwjc (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:24.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:24 smithi027 bash[18655]: cluster 2024-04-22T23:26:23.414671+0000 mgr.smithi027.xpwwjc (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:24.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:24 smithi027 bash[18655]: cluster 2024-04-22T23:26:23.414671+0000 mgr.smithi027.xpwwjc (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:25.757 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:26.444 INFO:teuthology.orchestra.run.smithi027.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:26:26.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:26 smithi114 bash[20134]: cluster 2024-04-22T23:26:25.415202+0000 mgr.smithi027.xpwwjc (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:26.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:26 smithi114 bash[20134]: cluster 2024-04-22T23:26:25.415202+0000 mgr.smithi027.xpwwjc (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:26.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:26 smithi114 bash[20134]: audit 2024-04-22T23:26:25.764005+0000 mon.smithi027 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.27:0/1183341532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:26.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:26 smithi114 bash[20134]: audit 2024-04-22T23:26:25.764005+0000 mon.smithi027 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.27:0/1183341532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:26.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:26 smithi027 bash[18655]: cluster 2024-04-22T23:26:25.415202+0000 mgr.smithi027.xpwwjc (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:26.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:26 smithi027 bash[18655]: cluster 2024-04-22T23:26:25.415202+0000 mgr.smithi027.xpwwjc (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:26.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:26 smithi027 bash[18655]: audit 2024-04-22T23:26:25.764005+0000 mon.smithi027 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.27:0/1183341532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:26.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:26 smithi027 bash[18655]: audit 2024-04-22T23:26:25.764005+0000 mon.smithi027 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.27:0/1183341532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:27.445 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:28.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:28 smithi114 bash[20134]: cluster 2024-04-22T23:26:27.416197+0000 mgr.smithi027.xpwwjc (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:28.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:28 smithi114 bash[20134]: cluster 2024-04-22T23:26:27.416197+0000 mgr.smithi027.xpwwjc (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:28.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:28 smithi027 bash[18655]: cluster 2024-04-22T23:26:27.416197+0000 mgr.smithi027.xpwwjc (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:28.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:28 smithi027 bash[18655]: cluster 2024-04-22T23:26:27.416197+0000 mgr.smithi027.xpwwjc (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:30.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:30 smithi114 bash[20134]: cluster 2024-04-22T23:26:29.417183+0000 mgr.smithi027.xpwwjc (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:30.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:30 smithi114 bash[20134]: cluster 2024-04-22T23:26:29.417183+0000 mgr.smithi027.xpwwjc (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:30.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:30 smithi027 bash[18655]: cluster 2024-04-22T23:26:29.417183+0000 mgr.smithi027.xpwwjc (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:30.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:30 smithi027 bash[18655]: cluster 2024-04-22T23:26:29.417183+0000 mgr.smithi027.xpwwjc (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:32.223 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:32.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:32 smithi114 bash[20134]: cluster 2024-04-22T23:26:31.418213+0000 mgr.smithi027.xpwwjc (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:32.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:32 smithi114 bash[20134]: cluster 2024-04-22T23:26:31.418213+0000 mgr.smithi027.xpwwjc (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:32.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:32 smithi027 bash[18655]: cluster 2024-04-22T23:26:31.418213+0000 mgr.smithi027.xpwwjc (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:32.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:32 smithi027 bash[18655]: cluster 2024-04-22T23:26:31.418213+0000 mgr.smithi027.xpwwjc (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:33.468 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:33.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:33 smithi114 bash[20134]: audit 2024-04-22T23:26:33.161990+0000 mon.smithi027 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:33.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:33 smithi114 bash[20134]: audit 2024-04-22T23:26:33.161990+0000 mon.smithi027 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:33.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:33 smithi114 bash[20134]: audit 2024-04-22T23:26:33.475361+0000 mon.smithi027 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.27:0/3027690899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:33.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:33 smithi114 bash[20134]: audit 2024-04-22T23:26:33.475361+0000 mon.smithi027 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.27:0/3027690899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:33.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:33 smithi027 bash[18655]: audit 2024-04-22T23:26:33.161990+0000 mon.smithi027 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:33.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:33 smithi027 bash[18655]: audit 2024-04-22T23:26:33.161990+0000 mon.smithi027 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:33.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:33 smithi027 bash[18655]: audit 2024-04-22T23:26:33.475361+0000 mon.smithi027 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.27:0/3027690899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:33.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:33 smithi027 bash[18655]: audit 2024-04-22T23:26:33.475361+0000 mon.smithi027 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.27:0/3027690899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:34.178 INFO:teuthology.orchestra.run.smithi027.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:26:34.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:34 smithi114 bash[20134]: cluster 2024-04-22T23:26:33.419167+0000 mgr.smithi027.xpwwjc (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:34.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:34 smithi114 bash[20134]: cluster 2024-04-22T23:26:33.419167+0000 mgr.smithi027.xpwwjc (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:34.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:34 smithi027 bash[18655]: cluster 2024-04-22T23:26:33.419167+0000 mgr.smithi027.xpwwjc (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:34.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:34 smithi027 bash[18655]: cluster 2024-04-22T23:26:33.419167+0000 mgr.smithi027.xpwwjc (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:35.180 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:36.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:36 smithi114 bash[20134]: cluster 2024-04-22T23:26:35.420157+0000 mgr.smithi027.xpwwjc (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:36.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:36 smithi114 bash[20134]: cluster 2024-04-22T23:26:35.420157+0000 mgr.smithi027.xpwwjc (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:36.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:36 smithi027 bash[18655]: cluster 2024-04-22T23:26:35.420157+0000 mgr.smithi027.xpwwjc (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:36.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:36 smithi027 bash[18655]: cluster 2024-04-22T23:26:35.420157+0000 mgr.smithi027.xpwwjc (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:38.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:38 smithi114 bash[20134]: cluster 2024-04-22T23:26:37.420926+0000 mgr.smithi027.xpwwjc (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:38.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:38 smithi114 bash[20134]: cluster 2024-04-22T23:26:37.420926+0000 mgr.smithi027.xpwwjc (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:38.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:38 smithi027 bash[18655]: cluster 2024-04-22T23:26:37.420926+0000 mgr.smithi027.xpwwjc (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:38.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:38 smithi027 bash[18655]: cluster 2024-04-22T23:26:37.420926+0000 mgr.smithi027.xpwwjc (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:39.949 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:40.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:40 smithi027 bash[18655]: cluster 2024-04-22T23:26:39.421939+0000 mgr.smithi027.xpwwjc (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:40.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:40 smithi027 bash[18655]: cluster 2024-04-22T23:26:39.421939+0000 mgr.smithi027.xpwwjc (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:41.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:40 smithi114 bash[20134]: cluster 2024-04-22T23:26:39.421939+0000 mgr.smithi027.xpwwjc (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:41.061 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:40 smithi114 bash[20134]: cluster 2024-04-22T23:26:39.421939+0000 mgr.smithi027.xpwwjc (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:41.078 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:41.718 INFO:teuthology.orchestra.run.smithi027.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:26:41.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:41 smithi027 bash[18655]: audit 2024-04-22T23:26:41.085788+0000 mon.smithi027 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.27:0/2915403971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:41.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:41 smithi027 bash[18655]: audit 2024-04-22T23:26:41.085788+0000 mon.smithi027 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.27:0/2915403971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:42.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:41 smithi114 bash[20134]: audit 2024-04-22T23:26:41.085788+0000 mon.smithi027 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.27:0/2915403971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:42.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:41 smithi114 bash[20134]: audit 2024-04-22T23:26:41.085788+0000 mon.smithi027 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.27:0/2915403971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:42.720 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:42.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:42 smithi027 bash[18655]: cluster 2024-04-22T23:26:41.422955+0000 mgr.smithi027.xpwwjc (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:42.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:42 smithi027 bash[18655]: cluster 2024-04-22T23:26:41.422955+0000 mgr.smithi027.xpwwjc (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:43.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:42 smithi114 bash[20134]: cluster 2024-04-22T23:26:41.422955+0000 mgr.smithi027.xpwwjc (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:43.061 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:42 smithi114 bash[20134]: cluster 2024-04-22T23:26:41.422955+0000 mgr.smithi027.xpwwjc (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:44.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:44 smithi027 bash[18655]: cluster 2024-04-22T23:26:43.423944+0000 mgr.smithi027.xpwwjc (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:44.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:44 smithi027 bash[18655]: cluster 2024-04-22T23:26:43.423944+0000 mgr.smithi027.xpwwjc (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:45.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:44 smithi114 bash[20134]: cluster 2024-04-22T23:26:43.423944+0000 mgr.smithi027.xpwwjc (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:45.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:44 smithi114 bash[20134]: cluster 2024-04-22T23:26:43.423944+0000 mgr.smithi027.xpwwjc (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:46.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:46 smithi027 bash[18655]: cluster 2024-04-22T23:26:45.425012+0000 mgr.smithi027.xpwwjc (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:46.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:46 smithi027 bash[18655]: cluster 2024-04-22T23:26:45.425012+0000 mgr.smithi027.xpwwjc (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:47.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:46 smithi114 bash[20134]: cluster 2024-04-22T23:26:45.425012+0000 mgr.smithi027.xpwwjc (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:47.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:46 smithi114 bash[20134]: cluster 2024-04-22T23:26:45.425012+0000 mgr.smithi027.xpwwjc (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:47.495 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:48.673 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:48.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:48 smithi027 bash[18655]: cluster 2024-04-22T23:26:47.426076+0000 mgr.smithi027.xpwwjc (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:48.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:48 smithi027 bash[18655]: cluster 2024-04-22T23:26:47.426076+0000 mgr.smithi027.xpwwjc (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:48.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:48 smithi027 bash[18655]: audit 2024-04-22T23:26:48.163244+0000 mon.smithi027 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:48.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:48 smithi027 bash[18655]: audit 2024-04-22T23:26:48.163244+0000 mon.smithi027 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:49.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:48 smithi114 bash[20134]: cluster 2024-04-22T23:26:47.426076+0000 mgr.smithi027.xpwwjc (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:49.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:48 smithi114 bash[20134]: cluster 2024-04-22T23:26:47.426076+0000 mgr.smithi027.xpwwjc (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:49.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:48 smithi114 bash[20134]: audit 2024-04-22T23:26:48.163244+0000 mon.smithi027 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:49.061 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:48 smithi114 bash[20134]: audit 2024-04-22T23:26:48.163244+0000 mon.smithi027 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:26:49.356 INFO:teuthology.orchestra.run.smithi027.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:26:49.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:49 smithi027 bash[18655]: audit 2024-04-22T23:26:48.680135+0000 mon.smithi027 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.27:0/3260845190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:49.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:49 smithi027 bash[18655]: audit 2024-04-22T23:26:48.680135+0000 mon.smithi027 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.27:0/3260845190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:50.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:49 smithi114 bash[20134]: audit 2024-04-22T23:26:48.680135+0000 mon.smithi027 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.27:0/3260845190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:50.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:49 smithi114 bash[20134]: audit 2024-04-22T23:26:48.680135+0000 mon.smithi027 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.27:0/3260845190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:50.358 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:50.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:50 smithi027 bash[18655]: cluster 2024-04-22T23:26:49.427070+0000 mgr.smithi027.xpwwjc (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:50.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:50 smithi027 bash[18655]: cluster 2024-04-22T23:26:49.427070+0000 mgr.smithi027.xpwwjc (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:51.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:50 smithi114 bash[20134]: cluster 2024-04-22T23:26:49.427070+0000 mgr.smithi027.xpwwjc (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:51.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:50 smithi114 bash[20134]: cluster 2024-04-22T23:26:49.427070+0000 mgr.smithi027.xpwwjc (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:52.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:52 smithi027 bash[18655]: cluster 2024-04-22T23:26:51.428164+0000 mgr.smithi027.xpwwjc (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:52.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:52 smithi027 bash[18655]: cluster 2024-04-22T23:26:51.428164+0000 mgr.smithi027.xpwwjc (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:53.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:52 smithi114 bash[20134]: cluster 2024-04-22T23:26:51.428164+0000 mgr.smithi027.xpwwjc (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:53.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:52 smithi114 bash[20134]: cluster 2024-04-22T23:26:51.428164+0000 mgr.smithi027.xpwwjc (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:54.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:54 smithi027 bash[18655]: cluster 2024-04-22T23:26:53.429215+0000 mgr.smithi027.xpwwjc (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:54.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:54 smithi027 bash[18655]: cluster 2024-04-22T23:26:53.429215+0000 mgr.smithi027.xpwwjc (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:55.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:54 smithi114 bash[20134]: cluster 2024-04-22T23:26:53.429215+0000 mgr.smithi027.xpwwjc (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:55.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:54 smithi114 bash[20134]: cluster 2024-04-22T23:26:53.429215+0000 mgr.smithi027.xpwwjc (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:55.137 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:26:56.321 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:26:56.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:56 smithi027 bash[18655]: cluster 2024-04-22T23:26:55.430145+0000 mgr.smithi027.xpwwjc (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:56.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:56 smithi027 bash[18655]: cluster 2024-04-22T23:26:55.430145+0000 mgr.smithi027.xpwwjc (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:56.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:56 smithi027 bash[18655]: audit 2024-04-22T23:26:56.328724+0000 mon.smithi027 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.27:0/2262512222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:56.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:56 smithi027 bash[18655]: audit 2024-04-22T23:26:56.328724+0000 mon.smithi027 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.27:0/2262512222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:56.970 INFO:teuthology.orchestra.run.smithi027.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:26:57.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:56 smithi114 bash[20134]: cluster 2024-04-22T23:26:55.430145+0000 mgr.smithi027.xpwwjc (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:57.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:56 smithi114 bash[20134]: cluster 2024-04-22T23:26:55.430145+0000 mgr.smithi027.xpwwjc (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:57.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:56 smithi114 bash[20134]: audit 2024-04-22T23:26:56.328724+0000 mon.smithi027 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.27:0/2262512222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:57.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:56 smithi114 bash[20134]: audit 2024-04-22T23:26:56.328724+0000 mon.smithi027 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.27:0/2262512222' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:26:57.971 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:26:58.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:58 smithi027 bash[18655]: cluster 2024-04-22T23:26:57.431055+0000 mgr.smithi027.xpwwjc (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:58.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:26:58 smithi027 bash[18655]: cluster 2024-04-22T23:26:57.431055+0000 mgr.smithi027.xpwwjc (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:59.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:58 smithi114 bash[20134]: cluster 2024-04-22T23:26:57.431055+0000 mgr.smithi027.xpwwjc (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:26:59.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:26:58 smithi114 bash[20134]: cluster 2024-04-22T23:26:57.431055+0000 mgr.smithi027.xpwwjc (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:00.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:00 smithi027 bash[18655]: cluster 2024-04-22T23:26:59.432037+0000 mgr.smithi027.xpwwjc (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:00.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:00 smithi027 bash[18655]: cluster 2024-04-22T23:26:59.432037+0000 mgr.smithi027.xpwwjc (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:01.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:00 smithi114 bash[20134]: cluster 2024-04-22T23:26:59.432037+0000 mgr.smithi027.xpwwjc (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:01.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:00 smithi114 bash[20134]: cluster 2024-04-22T23:26:59.432037+0000 mgr.smithi027.xpwwjc (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:02.747 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:02.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:02 smithi027 bash[18655]: cluster 2024-04-22T23:27:01.433020+0000 mgr.smithi027.xpwwjc (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:02.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:02 smithi027 bash[18655]: cluster 2024-04-22T23:27:01.433020+0000 mgr.smithi027.xpwwjc (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:03.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:02 smithi114 bash[20134]: cluster 2024-04-22T23:27:01.433020+0000 mgr.smithi027.xpwwjc (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:03.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:02 smithi114 bash[20134]: cluster 2024-04-22T23:27:01.433020+0000 mgr.smithi027.xpwwjc (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:03.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:03 smithi027 bash[18655]: audit 2024-04-22T23:27:03.163625+0000 mon.smithi027 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:03.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:03 smithi027 bash[18655]: audit 2024-04-22T23:27:03.163625+0000 mon.smithi027 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:03.952 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:04.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:03 smithi114 bash[20134]: audit 2024-04-22T23:27:03.163625+0000 mon.smithi027 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:04.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:03 smithi114 bash[20134]: audit 2024-04-22T23:27:03.163625+0000 mon.smithi027 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:04.660 INFO:teuthology.orchestra.run.smithi027.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:27:04.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:04 smithi027 bash[18655]: cluster 2024-04-22T23:27:03.433812+0000 mgr.smithi027.xpwwjc (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:04.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:04 smithi027 bash[18655]: cluster 2024-04-22T23:27:03.433812+0000 mgr.smithi027.xpwwjc (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:04.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:04 smithi027 bash[18655]: audit 2024-04-22T23:27:03.960316+0000 mon.smithi027 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.27:0/3069131914' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:04.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:04 smithi027 bash[18655]: audit 2024-04-22T23:27:03.960316+0000 mon.smithi027 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.27:0/3069131914' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:05.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:04 smithi114 bash[20134]: cluster 2024-04-22T23:27:03.433812+0000 mgr.smithi027.xpwwjc (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:05.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:04 smithi114 bash[20134]: cluster 2024-04-22T23:27:03.433812+0000 mgr.smithi027.xpwwjc (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:05.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:04 smithi114 bash[20134]: audit 2024-04-22T23:27:03.960316+0000 mon.smithi027 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.27:0/3069131914' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:05.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:04 smithi114 bash[20134]: audit 2024-04-22T23:27:03.960316+0000 mon.smithi027 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.27:0/3069131914' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:05.661 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:06.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:06 smithi027 bash[18655]: cluster 2024-04-22T23:27:05.434815+0000 mgr.smithi027.xpwwjc (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:06.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:06 smithi027 bash[18655]: cluster 2024-04-22T23:27:05.434815+0000 mgr.smithi027.xpwwjc (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:07.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:06 smithi114 bash[20134]: cluster 2024-04-22T23:27:05.434815+0000 mgr.smithi027.xpwwjc (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:07.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:06 smithi114 bash[20134]: cluster 2024-04-22T23:27:05.434815+0000 mgr.smithi027.xpwwjc (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:08.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:08 smithi027 bash[18655]: cluster 2024-04-22T23:27:07.435828+0000 mgr.smithi027.xpwwjc (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:08.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:08 smithi027 bash[18655]: cluster 2024-04-22T23:27:07.435828+0000 mgr.smithi027.xpwwjc (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:09.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:08 smithi114 bash[20134]: cluster 2024-04-22T23:27:07.435828+0000 mgr.smithi027.xpwwjc (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:09.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:08 smithi114 bash[20134]: cluster 2024-04-22T23:27:07.435828+0000 mgr.smithi027.xpwwjc (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:09.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:09 smithi027 bash[18655]: audit 2024-04-22T23:27:09.522832+0000 mon.smithi027 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:27:09.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:09 smithi027 bash[18655]: audit 2024-04-22T23:27:09.522832+0000 mon.smithi027 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:27:10.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:09 smithi114 bash[20134]: audit 2024-04-22T23:27:09.522832+0000 mon.smithi027 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:27:10.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:09 smithi114 bash[20134]: audit 2024-04-22T23:27:09.522832+0000 mon.smithi027 (mon.0) 531 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:27:10.431 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:10.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:10 smithi027 bash[18655]: cluster 2024-04-22T23:27:09.436823+0000 mgr.smithi027.xpwwjc (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:10.916 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:10 smithi027 bash[18655]: cluster 2024-04-22T23:27:09.436823+0000 mgr.smithi027.xpwwjc (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:11.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:10 smithi114 bash[20134]: cluster 2024-04-22T23:27:09.436823+0000 mgr.smithi027.xpwwjc (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:11.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:10 smithi114 bash[20134]: cluster 2024-04-22T23:27:09.436823+0000 mgr.smithi027.xpwwjc (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:11.587 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:11.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:11 smithi027 bash[18655]: audit 2024-04-22T23:27:11.594466+0000 mon.smithi027 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.27:0/2738322408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:11.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:11 smithi027 bash[18655]: audit 2024-04-22T23:27:11.594466+0000 mon.smithi027 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.27:0/2738322408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:12.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:11 smithi114 bash[20134]: audit 2024-04-22T23:27:11.594466+0000 mon.smithi027 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.27:0/2738322408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:12.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:11 smithi114 bash[20134]: audit 2024-04-22T23:27:11.594466+0000 mon.smithi027 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.27:0/2738322408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:12.256 INFO:teuthology.orchestra.run.smithi027.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:27:12.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:12 smithi027 bash[18655]: cluster 2024-04-22T23:27:11.437640+0000 mgr.smithi027.xpwwjc (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:12.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:12 smithi027 bash[18655]: cluster 2024-04-22T23:27:11.437640+0000 mgr.smithi027.xpwwjc (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:13.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:12 smithi114 bash[20134]: cluster 2024-04-22T23:27:11.437640+0000 mgr.smithi027.xpwwjc (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:13.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:12 smithi114 bash[20134]: cluster 2024-04-22T23:27:11.437640+0000 mgr.smithi027.xpwwjc (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:13.257 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:13.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:13 smithi027 bash[18655]: cluster 2024-04-22T23:27:13.438138+0000 mgr.smithi027.xpwwjc (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:13.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:13 smithi027 bash[18655]: cluster 2024-04-22T23:27:13.438138+0000 mgr.smithi027.xpwwjc (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:14.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:13 smithi114 bash[20134]: cluster 2024-04-22T23:27:13.438138+0000 mgr.smithi027.xpwwjc (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:14.060 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:13 smithi114 bash[20134]: cluster 2024-04-22T23:27:13.438138+0000 mgr.smithi027.xpwwjc (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:16.559 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:16 smithi114 bash[20134]: cluster 2024-04-22T23:27:15.439057+0000 mgr.smithi027.xpwwjc (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:16.560 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:16 smithi114 bash[20134]: cluster 2024-04-22T23:27:15.439057+0000 mgr.smithi027.xpwwjc (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:16.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:16 smithi027 bash[18655]: cluster 2024-04-22T23:27:15.439057+0000 mgr.smithi027.xpwwjc (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:16.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:16 smithi027 bash[18655]: cluster 2024-04-22T23:27:15.439057+0000 mgr.smithi027.xpwwjc (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:17.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.145580+0000 mon.smithi027 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:27:17.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.145580+0000 mon.smithi027 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:27:17.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.147524+0000 mon.smithi027 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:27:17.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.147524+0000 mon.smithi027 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:27:17.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.159296+0000 mon.smithi027 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:27:17.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.159296+0000 mon.smithi027 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:27:17.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.167461+0000 mon.smithi027 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:27:17.666 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:17 smithi027 bash[18655]: audit 2024-04-22T23:27:17.167461+0000 mon.smithi027 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:27:17.802 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:17.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.145580+0000 mon.smithi027 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.145580+0000 mon.smithi027 (mon.0) 533 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.147524+0000 mon.smithi027 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.147524+0000 mon.smithi027 (mon.0) 534 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.159296+0000 mon.smithi027 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.159296+0000 mon.smithi027 (mon.0) 535 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.167461+0000 mon.smithi027 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:27:17.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:17 smithi114 bash[20134]: audit 2024-04-22T23:27:17.167461+0000 mon.smithi027 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:27:18.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:18 smithi114 bash[20134]: cluster 2024-04-22T23:27:17.150587+0000 mgr.smithi027.xpwwjc (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:18 smithi114 bash[20134]: cluster 2024-04-22T23:27:17.150587+0000 mgr.smithi027.xpwwjc (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:18 smithi114 bash[20134]: cluster 2024-04-22T23:27:17.151927+0000 mgr.smithi027.xpwwjc (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:18 smithi114 bash[20134]: cluster 2024-04-22T23:27:17.151927+0000 mgr.smithi027.xpwwjc (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:18 smithi114 bash[20134]: audit 2024-04-22T23:27:18.164077+0000 mon.smithi027 (mon.0) 537 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:18.810 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:18 smithi114 bash[20134]: audit 2024-04-22T23:27:18.164077+0000 mon.smithi027 (mon.0) 537 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:18.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:18 smithi027 bash[18655]: cluster 2024-04-22T23:27:17.150587+0000 mgr.smithi027.xpwwjc (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:18 smithi027 bash[18655]: cluster 2024-04-22T23:27:17.150587+0000 mgr.smithi027.xpwwjc (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:18 smithi027 bash[18655]: cluster 2024-04-22T23:27:17.151927+0000 mgr.smithi027.xpwwjc (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:18 smithi027 bash[18655]: cluster 2024-04-22T23:27:17.151927+0000 mgr.smithi027.xpwwjc (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:18.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:18 smithi027 bash[18655]: audit 2024-04-22T23:27:18.164077+0000 mon.smithi027 (mon.0) 537 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:18.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:18 smithi027 bash[18655]: audit 2024-04-22T23:27:18.164077+0000 mon.smithi027 (mon.0) 537 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:18.924 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:19.617 INFO:teuthology.orchestra.run.smithi027.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:27:19.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:19 smithi114 bash[20134]: audit 2024-04-22T23:27:18.932245+0000 mon.smithi027 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.27:0/1358748946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:19.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:19 smithi114 bash[20134]: audit 2024-04-22T23:27:18.932245+0000 mon.smithi027 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.27:0/1358748946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:19.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:19 smithi027 bash[18655]: audit 2024-04-22T23:27:18.932245+0000 mon.smithi027 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.27:0/1358748946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:19.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:19 smithi027 bash[18655]: audit 2024-04-22T23:27:18.932245+0000 mon.smithi027 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.27:0/1358748946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:20.619 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:20.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:20 smithi114 bash[20134]: cluster 2024-04-22T23:27:19.152995+0000 mgr.smithi027.xpwwjc (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:20.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:20 smithi114 bash[20134]: cluster 2024-04-22T23:27:19.152995+0000 mgr.smithi027.xpwwjc (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:20.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:20 smithi027 bash[18655]: cluster 2024-04-22T23:27:19.152995+0000 mgr.smithi027.xpwwjc (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:20.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:20 smithi027 bash[18655]: cluster 2024-04-22T23:27:19.152995+0000 mgr.smithi027.xpwwjc (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:22.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:22 smithi114 bash[20134]: cluster 2024-04-22T23:27:21.156180+0000 mgr.smithi027.xpwwjc (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:22.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:22 smithi114 bash[20134]: cluster 2024-04-22T23:27:21.156180+0000 mgr.smithi027.xpwwjc (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:22.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:22 smithi027 bash[18655]: cluster 2024-04-22T23:27:21.156180+0000 mgr.smithi027.xpwwjc (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:22.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:22 smithi027 bash[18655]: cluster 2024-04-22T23:27:21.156180+0000 mgr.smithi027.xpwwjc (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:24.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:24 smithi114 bash[20134]: cluster 2024-04-22T23:27:23.157323+0000 mgr.smithi027.xpwwjc (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:24.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:24 smithi114 bash[20134]: cluster 2024-04-22T23:27:23.157323+0000 mgr.smithi027.xpwwjc (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:24.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:24 smithi027 bash[18655]: cluster 2024-04-22T23:27:23.157323+0000 mgr.smithi027.xpwwjc (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:24.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:24 smithi027 bash[18655]: cluster 2024-04-22T23:27:23.157323+0000 mgr.smithi027.xpwwjc (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:25.404 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:26.630 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:26.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:26 smithi114 bash[20134]: cluster 2024-04-22T23:27:25.158493+0000 mgr.smithi027.xpwwjc (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:26.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:26 smithi114 bash[20134]: cluster 2024-04-22T23:27:25.158493+0000 mgr.smithi027.xpwwjc (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:26.828 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:26 smithi027 bash[18655]: cluster 2024-04-22T23:27:25.158493+0000 mgr.smithi027.xpwwjc (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:26.828 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:26 smithi027 bash[18655]: cluster 2024-04-22T23:27:25.158493+0000 mgr.smithi027.xpwwjc (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:27.243 INFO:teuthology.orchestra.run.smithi027.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:27:27.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:27 smithi114 bash[20134]: audit 2024-04-22T23:27:26.638004+0000 mon.smithi027 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.27:0/3237114277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:27.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:27 smithi114 bash[20134]: audit 2024-04-22T23:27:26.638004+0000 mon.smithi027 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.27:0/3237114277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:27.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:27 smithi027 bash[18655]: audit 2024-04-22T23:27:26.638004+0000 mon.smithi027 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.27:0/3237114277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:27.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:27 smithi027 bash[18655]: audit 2024-04-22T23:27:26.638004+0000 mon.smithi027 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.27:0/3237114277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:28.244 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:28.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:28 smithi114 bash[20134]: cluster 2024-04-22T23:27:27.159554+0000 mgr.smithi027.xpwwjc (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:28.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:28 smithi114 bash[20134]: cluster 2024-04-22T23:27:27.159554+0000 mgr.smithi027.xpwwjc (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:28.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:28 smithi027 bash[18655]: cluster 2024-04-22T23:27:27.159554+0000 mgr.smithi027.xpwwjc (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:28.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:28 smithi027 bash[18655]: cluster 2024-04-22T23:27:27.159554+0000 mgr.smithi027.xpwwjc (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:30.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:30 smithi114 bash[20134]: cluster 2024-04-22T23:27:29.160500+0000 mgr.smithi027.xpwwjc (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:30.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:30 smithi114 bash[20134]: cluster 2024-04-22T23:27:29.160500+0000 mgr.smithi027.xpwwjc (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:30.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:30 smithi027 bash[18655]: cluster 2024-04-22T23:27:29.160500+0000 mgr.smithi027.xpwwjc (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:30.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:30 smithi027 bash[18655]: cluster 2024-04-22T23:27:29.160500+0000 mgr.smithi027.xpwwjc (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:32.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:32 smithi114 bash[20134]: cluster 2024-04-22T23:27:31.161595+0000 mgr.smithi027.xpwwjc (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:32.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:32 smithi114 bash[20134]: cluster 2024-04-22T23:27:31.161595+0000 mgr.smithi027.xpwwjc (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:32.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:32 smithi027 bash[18655]: cluster 2024-04-22T23:27:31.161595+0000 mgr.smithi027.xpwwjc (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:32.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:32 smithi027 bash[18655]: cluster 2024-04-22T23:27:31.161595+0000 mgr.smithi027.xpwwjc (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:33.019 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:33.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:33 smithi114 bash[20134]: audit 2024-04-22T23:27:33.164651+0000 mon.smithi027 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:33.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:33 smithi114 bash[20134]: audit 2024-04-22T23:27:33.164651+0000 mon.smithi027 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:33.879 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:33 smithi027 bash[18655]: audit 2024-04-22T23:27:33.164651+0000 mon.smithi027 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:33.879 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:33 smithi027 bash[18655]: audit 2024-04-22T23:27:33.164651+0000 mon.smithi027 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:34.286 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:34.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:34 smithi027 bash[18655]: cluster 2024-04-22T23:27:33.162694+0000 mgr.smithi027.xpwwjc (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:34.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:34 smithi027 bash[18655]: cluster 2024-04-22T23:27:33.162694+0000 mgr.smithi027.xpwwjc (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:34.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:34 smithi027 bash[18655]: audit 2024-04-22T23:27:34.293798+0000 mon.smithi027 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.27:0/49500296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:34.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:34 smithi027 bash[18655]: audit 2024-04-22T23:27:34.293798+0000 mon.smithi027 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.27:0/49500296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:34.979 INFO:teuthology.orchestra.run.smithi027.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:27:35.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:34 smithi114 bash[20134]: cluster 2024-04-22T23:27:33.162694+0000 mgr.smithi027.xpwwjc (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:35.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:34 smithi114 bash[20134]: cluster 2024-04-22T23:27:33.162694+0000 mgr.smithi027.xpwwjc (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:35.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:34 smithi114 bash[20134]: audit 2024-04-22T23:27:34.293798+0000 mon.smithi027 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.27:0/49500296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:35.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:34 smithi114 bash[20134]: audit 2024-04-22T23:27:34.293798+0000 mon.smithi027 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.27:0/49500296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:35.979 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:36.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:36 smithi027 bash[18655]: cluster 2024-04-22T23:27:35.163718+0000 mgr.smithi027.xpwwjc (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:36.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:36 smithi027 bash[18655]: cluster 2024-04-22T23:27:35.163718+0000 mgr.smithi027.xpwwjc (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:37.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:36 smithi114 bash[20134]: cluster 2024-04-22T23:27:35.163718+0000 mgr.smithi027.xpwwjc (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:37.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:36 smithi114 bash[20134]: cluster 2024-04-22T23:27:35.163718+0000 mgr.smithi027.xpwwjc (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:38.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:38 smithi027 bash[18655]: cluster 2024-04-22T23:27:37.164719+0000 mgr.smithi027.xpwwjc (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:38.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:38 smithi027 bash[18655]: cluster 2024-04-22T23:27:37.164719+0000 mgr.smithi027.xpwwjc (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:39.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:38 smithi114 bash[20134]: cluster 2024-04-22T23:27:37.164719+0000 mgr.smithi027.xpwwjc (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:39.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:38 smithi114 bash[20134]: cluster 2024-04-22T23:27:37.164719+0000 mgr.smithi027.xpwwjc (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:40.762 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:40.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:40 smithi027 bash[18655]: cluster 2024-04-22T23:27:39.165764+0000 mgr.smithi027.xpwwjc (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:40.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:40 smithi027 bash[18655]: cluster 2024-04-22T23:27:39.165764+0000 mgr.smithi027.xpwwjc (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:41.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:40 smithi114 bash[20134]: cluster 2024-04-22T23:27:39.165764+0000 mgr.smithi027.xpwwjc (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:41.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:40 smithi114 bash[20134]: cluster 2024-04-22T23:27:39.165764+0000 mgr.smithi027.xpwwjc (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:41.909 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:42.574 INFO:teuthology.orchestra.run.smithi027.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:27:42.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:42 smithi027 bash[18655]: cluster 2024-04-22T23:27:41.166471+0000 mgr.smithi027.xpwwjc (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:42.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:42 smithi027 bash[18655]: cluster 2024-04-22T23:27:41.166471+0000 mgr.smithi027.xpwwjc (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:42.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:42 smithi027 bash[18655]: audit 2024-04-22T23:27:41.917844+0000 mon.smithi027 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.27:0/851982568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:42.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:42 smithi027 bash[18655]: audit 2024-04-22T23:27:41.917844+0000 mon.smithi027 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.27:0/851982568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:43.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:42 smithi114 bash[20134]: cluster 2024-04-22T23:27:41.166471+0000 mgr.smithi027.xpwwjc (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:43.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:42 smithi114 bash[20134]: cluster 2024-04-22T23:27:41.166471+0000 mgr.smithi027.xpwwjc (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:43.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:42 smithi114 bash[20134]: audit 2024-04-22T23:27:41.917844+0000 mon.smithi027 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.27:0/851982568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:43.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:42 smithi114 bash[20134]: audit 2024-04-22T23:27:41.917844+0000 mon.smithi027 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.27:0/851982568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:43.575 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:44.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:44 smithi027 bash[18655]: cluster 2024-04-22T23:27:43.167526+0000 mgr.smithi027.xpwwjc (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:44.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:44 smithi027 bash[18655]: cluster 2024-04-22T23:27:43.167526+0000 mgr.smithi027.xpwwjc (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:45.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:44 smithi114 bash[20134]: cluster 2024-04-22T23:27:43.167526+0000 mgr.smithi027.xpwwjc (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:45.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:44 smithi114 bash[20134]: cluster 2024-04-22T23:27:43.167526+0000 mgr.smithi027.xpwwjc (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:46.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:46 smithi027 bash[18655]: cluster 2024-04-22T23:27:45.168665+0000 mgr.smithi027.xpwwjc (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:46.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:46 smithi027 bash[18655]: cluster 2024-04-22T23:27:45.168665+0000 mgr.smithi027.xpwwjc (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:47.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:46 smithi114 bash[20134]: cluster 2024-04-22T23:27:45.168665+0000 mgr.smithi027.xpwwjc (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:47.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:46 smithi114 bash[20134]: cluster 2024-04-22T23:27:45.168665+0000 mgr.smithi027.xpwwjc (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:48.347 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:48.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:48 smithi027 bash[18655]: cluster 2024-04-22T23:27:47.169721+0000 mgr.smithi027.xpwwjc (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:48.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:48 smithi027 bash[18655]: cluster 2024-04-22T23:27:47.169721+0000 mgr.smithi027.xpwwjc (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:48.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:48 smithi027 bash[18655]: audit 2024-04-22T23:27:48.164963+0000 mon.smithi027 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:48.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:48 smithi027 bash[18655]: audit 2024-04-22T23:27:48.164963+0000 mon.smithi027 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:49.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:48 smithi114 bash[20134]: cluster 2024-04-22T23:27:47.169721+0000 mgr.smithi027.xpwwjc (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:49.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:48 smithi114 bash[20134]: cluster 2024-04-22T23:27:47.169721+0000 mgr.smithi027.xpwwjc (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:49.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:48 smithi114 bash[20134]: audit 2024-04-22T23:27:48.164963+0000 mon.smithi027 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:49.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:48 smithi114 bash[20134]: audit 2024-04-22T23:27:48.164963+0000 mon.smithi027 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:27:49.523 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:49.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:49 smithi027 bash[18655]: audit 2024-04-22T23:27:49.531416+0000 mon.smithi027 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.27:0/2817849885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:49.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:49 smithi027 bash[18655]: audit 2024-04-22T23:27:49.531416+0000 mon.smithi027 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.27:0/2817849885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:50.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:49 smithi114 bash[20134]: audit 2024-04-22T23:27:49.531416+0000 mon.smithi027 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.27:0/2817849885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:50.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:49 smithi114 bash[20134]: audit 2024-04-22T23:27:49.531416+0000 mon.smithi027 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.27:0/2817849885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:50.213 INFO:teuthology.orchestra.run.smithi027.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:27:50.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:50 smithi027 bash[18655]: cluster 2024-04-22T23:27:49.170258+0000 mgr.smithi027.xpwwjc (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:50.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:50 smithi027 bash[18655]: cluster 2024-04-22T23:27:49.170258+0000 mgr.smithi027.xpwwjc (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:51.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:50 smithi114 bash[20134]: cluster 2024-04-22T23:27:49.170258+0000 mgr.smithi027.xpwwjc (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:51.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:50 smithi114 bash[20134]: cluster 2024-04-22T23:27:49.170258+0000 mgr.smithi027.xpwwjc (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:51.214 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:52.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:52 smithi027 bash[18655]: cluster 2024-04-22T23:27:51.171218+0000 mgr.smithi027.xpwwjc (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:52.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:52 smithi027 bash[18655]: cluster 2024-04-22T23:27:51.171218+0000 mgr.smithi027.xpwwjc (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:53.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:52 smithi114 bash[20134]: cluster 2024-04-22T23:27:51.171218+0000 mgr.smithi027.xpwwjc (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:53.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:52 smithi114 bash[20134]: cluster 2024-04-22T23:27:51.171218+0000 mgr.smithi027.xpwwjc (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:54.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:54 smithi027 bash[18655]: cluster 2024-04-22T23:27:53.172157+0000 mgr.smithi027.xpwwjc (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:54.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:54 smithi027 bash[18655]: cluster 2024-04-22T23:27:53.172157+0000 mgr.smithi027.xpwwjc (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:55.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:54 smithi114 bash[20134]: cluster 2024-04-22T23:27:53.172157+0000 mgr.smithi027.xpwwjc (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:55.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:54 smithi114 bash[20134]: cluster 2024-04-22T23:27:53.172157+0000 mgr.smithi027.xpwwjc (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:55.993 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:27:56.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:56 smithi027 bash[18655]: cluster 2024-04-22T23:27:55.173129+0000 mgr.smithi027.xpwwjc (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:56.861 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:56 smithi027 bash[18655]: cluster 2024-04-22T23:27:55.173129+0000 mgr.smithi027.xpwwjc (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:57.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:56 smithi114 bash[20134]: cluster 2024-04-22T23:27:55.173129+0000 mgr.smithi027.xpwwjc (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:57.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:56 smithi114 bash[20134]: cluster 2024-04-22T23:27:55.173129+0000 mgr.smithi027.xpwwjc (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:57.203 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:27:57.827 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:57 smithi027 bash[18655]: audit 2024-04-22T23:27:57.212038+0000 mon.smithi027 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.27:0/3022676167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:57.828 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:57 smithi027 bash[18655]: audit 2024-04-22T23:27:57.212038+0000 mon.smithi027 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.27:0/3022676167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:57.829 INFO:teuthology.orchestra.run.smithi027.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:27:58.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:57 smithi114 bash[20134]: audit 2024-04-22T23:27:57.212038+0000 mon.smithi027 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.27:0/3022676167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:58.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:57 smithi114 bash[20134]: audit 2024-04-22T23:27:57.212038+0000 mon.smithi027 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.27:0/3022676167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:27:58.830 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:27:58.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:58 smithi027 bash[18655]: cluster 2024-04-22T23:27:57.174145+0000 mgr.smithi027.xpwwjc (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:58.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:27:58 smithi027 bash[18655]: cluster 2024-04-22T23:27:57.174145+0000 mgr.smithi027.xpwwjc (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:59.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:58 smithi114 bash[20134]: cluster 2024-04-22T23:27:57.174145+0000 mgr.smithi027.xpwwjc (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:27:59.059 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:27:58 smithi114 bash[20134]: cluster 2024-04-22T23:27:57.174145+0000 mgr.smithi027.xpwwjc (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:00.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:00 smithi027 bash[18655]: cluster 2024-04-22T23:27:59.175125+0000 mgr.smithi027.xpwwjc (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:00.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:00 smithi027 bash[18655]: cluster 2024-04-22T23:27:59.175125+0000 mgr.smithi027.xpwwjc (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:01.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:00 smithi114 bash[20134]: cluster 2024-04-22T23:27:59.175125+0000 mgr.smithi027.xpwwjc (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:01.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:00 smithi114 bash[20134]: cluster 2024-04-22T23:27:59.175125+0000 mgr.smithi027.xpwwjc (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:02.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:02 smithi027 bash[18655]: cluster 2024-04-22T23:28:01.176142+0000 mgr.smithi027.xpwwjc (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:02.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:02 smithi027 bash[18655]: cluster 2024-04-22T23:28:01.176142+0000 mgr.smithi027.xpwwjc (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:03.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:02 smithi114 bash[20134]: cluster 2024-04-22T23:28:01.176142+0000 mgr.smithi027.xpwwjc (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:03.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:02 smithi114 bash[20134]: cluster 2024-04-22T23:28:01.176142+0000 mgr.smithi027.xpwwjc (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:03.609 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:03.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:03 smithi027 bash[18655]: audit 2024-04-22T23:28:03.165536+0000 mon.smithi027 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:03.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:03 smithi027 bash[18655]: audit 2024-04-22T23:28:03.165536+0000 mon.smithi027 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:04.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:03 smithi114 bash[20134]: audit 2024-04-22T23:28:03.165536+0000 mon.smithi027 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:04.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:03 smithi114 bash[20134]: audit 2024-04-22T23:28:03.165536+0000 mon.smithi027 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:04.835 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:04.849 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:04 smithi027 bash[18655]: cluster 2024-04-22T23:28:03.177082+0000 mgr.smithi027.xpwwjc (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:04.849 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:04 smithi027 bash[18655]: cluster 2024-04-22T23:28:03.177082+0000 mgr.smithi027.xpwwjc (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:05.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:04 smithi114 bash[20134]: cluster 2024-04-22T23:28:03.177082+0000 mgr.smithi027.xpwwjc (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:05.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:04 smithi114 bash[20134]: cluster 2024-04-22T23:28:03.177082+0000 mgr.smithi027.xpwwjc (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:05.508 INFO:teuthology.orchestra.run.smithi027.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:28:05.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:05 smithi027 bash[18655]: audit 2024-04-22T23:28:04.843854+0000 mon.smithi027 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.27:0/737425219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:05.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:05 smithi027 bash[18655]: audit 2024-04-22T23:28:04.843854+0000 mon.smithi027 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.27:0/737425219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:06.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:05 smithi114 bash[20134]: audit 2024-04-22T23:28:04.843854+0000 mon.smithi027 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.27:0/737425219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:06.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:05 smithi114 bash[20134]: audit 2024-04-22T23:28:04.843854+0000 mon.smithi027 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.27:0/737425219' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:06.509 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:06.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:06 smithi027 bash[18655]: cluster 2024-04-22T23:28:05.178209+0000 mgr.smithi027.xpwwjc (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:06.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:06 smithi027 bash[18655]: cluster 2024-04-22T23:28:05.178209+0000 mgr.smithi027.xpwwjc (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:07.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:06 smithi114 bash[20134]: cluster 2024-04-22T23:28:05.178209+0000 mgr.smithi027.xpwwjc (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:07.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:06 smithi114 bash[20134]: cluster 2024-04-22T23:28:05.178209+0000 mgr.smithi027.xpwwjc (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:08.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:08 smithi027 bash[18655]: cluster 2024-04-22T23:28:07.179263+0000 mgr.smithi027.xpwwjc (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:08.915 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:08 smithi027 bash[18655]: cluster 2024-04-22T23:28:07.179263+0000 mgr.smithi027.xpwwjc (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:09.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:08 smithi114 bash[20134]: cluster 2024-04-22T23:28:07.179263+0000 mgr.smithi027.xpwwjc (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:09.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:08 smithi114 bash[20134]: cluster 2024-04-22T23:28:07.179263+0000 mgr.smithi027.xpwwjc (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:10.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:10 smithi027 bash[18655]: cluster 2024-04-22T23:28:09.180357+0000 mgr.smithi027.xpwwjc (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:10.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:10 smithi027 bash[18655]: cluster 2024-04-22T23:28:09.180357+0000 mgr.smithi027.xpwwjc (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:11.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:10 smithi114 bash[20134]: cluster 2024-04-22T23:28:09.180357+0000 mgr.smithi027.xpwwjc (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:11.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:10 smithi114 bash[20134]: cluster 2024-04-22T23:28:09.180357+0000 mgr.smithi027.xpwwjc (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:11.287 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:12.542 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:12.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:12 smithi027 bash[18655]: cluster 2024-04-22T23:28:11.181431+0000 mgr.smithi027.xpwwjc (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:12.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:12 smithi027 bash[18655]: cluster 2024-04-22T23:28:11.181431+0000 mgr.smithi027.xpwwjc (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:12.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:12 smithi027 bash[18655]: audit 2024-04-22T23:28:12.550756+0000 mon.smithi027 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.27:0/2506196687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:12.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:12 smithi027 bash[18655]: audit 2024-04-22T23:28:12.550756+0000 mon.smithi027 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.27:0/2506196687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:13.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:12 smithi114 bash[20134]: cluster 2024-04-22T23:28:11.181431+0000 mgr.smithi027.xpwwjc (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:13.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:12 smithi114 bash[20134]: cluster 2024-04-22T23:28:11.181431+0000 mgr.smithi027.xpwwjc (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:13.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:12 smithi114 bash[20134]: audit 2024-04-22T23:28:12.550756+0000 mon.smithi027 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.27:0/2506196687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:13.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:12 smithi114 bash[20134]: audit 2024-04-22T23:28:12.550756+0000 mon.smithi027 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.27:0/2506196687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:13.182 INFO:teuthology.orchestra.run.smithi027.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:28:14.183 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:15.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:14 smithi114 bash[20134]: cluster 2024-04-22T23:28:13.182464+0000 mgr.smithi027.xpwwjc (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:15.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:14 smithi114 bash[20134]: cluster 2024-04-22T23:28:13.182464+0000 mgr.smithi027.xpwwjc (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:15.164 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:14 smithi027 bash[18655]: cluster 2024-04-22T23:28:13.182464+0000 mgr.smithi027.xpwwjc (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:15.164 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:14 smithi027 bash[18655]: cluster 2024-04-22T23:28:13.182464+0000 mgr.smithi027.xpwwjc (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:16.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:15 smithi114 bash[20134]: cluster 2024-04-22T23:28:15.183518+0000 mgr.smithi027.xpwwjc (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:16.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:15 smithi114 bash[20134]: cluster 2024-04-22T23:28:15.183518+0000 mgr.smithi027.xpwwjc (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:16.164 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:15 smithi027 bash[18655]: cluster 2024-04-22T23:28:15.183518+0000 mgr.smithi027.xpwwjc (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:16.164 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:15 smithi027 bash[18655]: cluster 2024-04-22T23:28:15.183518+0000 mgr.smithi027.xpwwjc (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:18.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:18 smithi114 bash[20134]: cluster 2024-04-22T23:28:17.184480+0000 mgr.smithi027.xpwwjc (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:18.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:18 smithi114 bash[20134]: cluster 2024-04-22T23:28:17.184480+0000 mgr.smithi027.xpwwjc (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:18.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:18 smithi114 bash[20134]: audit 2024-04-22T23:28:17.265900+0000 mon.smithi027 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:28:18.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:18 smithi114 bash[20134]: audit 2024-04-22T23:28:17.265900+0000 mon.smithi027 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:28:18.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:18 smithi114 bash[20134]: audit 2024-04-22T23:28:18.165605+0000 mon.smithi027 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:18.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:18 smithi114 bash[20134]: audit 2024-04-22T23:28:18.165605+0000 mon.smithi027 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:18.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:18 smithi027 bash[18655]: cluster 2024-04-22T23:28:17.184480+0000 mgr.smithi027.xpwwjc (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:18.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:18 smithi027 bash[18655]: cluster 2024-04-22T23:28:17.184480+0000 mgr.smithi027.xpwwjc (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:18.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:18 smithi027 bash[18655]: audit 2024-04-22T23:28:17.265900+0000 mon.smithi027 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:28:18.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:18 smithi027 bash[18655]: audit 2024-04-22T23:28:17.265900+0000 mon.smithi027 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:28:18.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:18 smithi027 bash[18655]: audit 2024-04-22T23:28:18.165605+0000 mon.smithi027 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:18.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:18 smithi027 bash[18655]: audit 2024-04-22T23:28:18.165605+0000 mon.smithi027 (mon.0) 550 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:18.952 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:20.244 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:20.503 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:20 smithi027 bash[18655]: cluster 2024-04-22T23:28:19.185195+0000 mgr.smithi027.xpwwjc (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:20.503 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:20 smithi027 bash[18655]: cluster 2024-04-22T23:28:19.185195+0000 mgr.smithi027.xpwwjc (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:20.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:20 smithi114 bash[20134]: cluster 2024-04-22T23:28:19.185195+0000 mgr.smithi027.xpwwjc (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:20.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:20 smithi114 bash[20134]: cluster 2024-04-22T23:28:19.185195+0000 mgr.smithi027.xpwwjc (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:20.927 INFO:teuthology.orchestra.run.smithi027.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:28:21.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:21 smithi114 bash[20134]: audit 2024-04-22T23:28:20.253147+0000 mon.smithi027 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.27:0/2594627311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:21.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:21 smithi114 bash[20134]: audit 2024-04-22T23:28:20.253147+0000 mon.smithi027 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.27:0/2594627311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:21.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:21 smithi027 bash[18655]: audit 2024-04-22T23:28:20.253147+0000 mon.smithi027 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.27:0/2594627311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:21.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:21 smithi027 bash[18655]: audit 2024-04-22T23:28:20.253147+0000 mon.smithi027 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.27:0/2594627311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:21.928 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:22.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:22 smithi114 bash[20134]: cluster 2024-04-22T23:28:21.186230+0000 mgr.smithi027.xpwwjc (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:22.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:22 smithi114 bash[20134]: cluster 2024-04-22T23:28:21.186230+0000 mgr.smithi027.xpwwjc (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:22.625 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:22 smithi027 bash[18655]: cluster 2024-04-22T23:28:21.186230+0000 mgr.smithi027.xpwwjc (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:22.625 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:22 smithi027 bash[18655]: cluster 2024-04-22T23:28:21.186230+0000 mgr.smithi027.xpwwjc (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:24.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:24 smithi027 bash[18655]: cluster 2024-04-22T23:28:23.187245+0000 mgr.smithi027.xpwwjc (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:24.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:24 smithi027 bash[18655]: cluster 2024-04-22T23:28:23.187245+0000 mgr.smithi027.xpwwjc (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:24.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:24 smithi114 bash[20134]: cluster 2024-04-22T23:28:23.187245+0000 mgr.smithi027.xpwwjc (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:24.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:24 smithi114 bash[20134]: cluster 2024-04-22T23:28:23.187245+0000 mgr.smithi027.xpwwjc (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:25.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.874598+0000 mon.smithi027 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:28:25.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.874598+0000 mon.smithi027 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:28:25.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.876610+0000 mon.smithi027 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:28:25.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.876610+0000 mon.smithi027 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:28:25.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.888547+0000 mon.smithi027 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:28:25.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.888547+0000 mon.smithi027 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:28:25.559 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.896689+0000 mon.smithi027 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:28:25.559 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:25 smithi114 bash[20134]: audit 2024-04-22T23:28:24.896689+0000 mon.smithi027 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:28:25.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.874598+0000 mon.smithi027 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:28:25.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.874598+0000 mon.smithi027 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:28:25.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.876610+0000 mon.smithi027 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:28:25.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.876610+0000 mon.smithi027 (mon.0) 553 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:28:25.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.888547+0000 mon.smithi027 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:28:25.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.888547+0000 mon.smithi027 (mon.0) 554 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:28:25.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.896689+0000 mon.smithi027 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:28:25.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:25 smithi027 bash[18655]: audit 2024-04-22T23:28:24.896689+0000 mon.smithi027 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:28:26.481 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:26.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:26 smithi114 bash[20134]: cluster 2024-04-22T23:28:24.879703+0000 mgr.smithi027.xpwwjc (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:26 smithi114 bash[20134]: cluster 2024-04-22T23:28:24.879703+0000 mgr.smithi027.xpwwjc (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:26 smithi114 bash[20134]: cluster 2024-04-22T23:28:24.881006+0000 mgr.smithi027.xpwwjc (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:26 smithi114 bash[20134]: cluster 2024-04-22T23:28:24.881006+0000 mgr.smithi027.xpwwjc (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:26 smithi027 bash[18655]: cluster 2024-04-22T23:28:24.879703+0000 mgr.smithi027.xpwwjc (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:26 smithi027 bash[18655]: cluster 2024-04-22T23:28:24.879703+0000 mgr.smithi027.xpwwjc (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:26 smithi027 bash[18655]: cluster 2024-04-22T23:28:24.881006+0000 mgr.smithi027.xpwwjc (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:26.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:26 smithi027 bash[18655]: cluster 2024-04-22T23:28:24.881006+0000 mgr.smithi027.xpwwjc (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:27.658 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:28.275 INFO:teuthology.orchestra.run.smithi027.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:28:28.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:28 smithi027 bash[18655]: cluster 2024-04-22T23:28:26.881582+0000 mgr.smithi027.xpwwjc (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:28.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:28 smithi027 bash[18655]: cluster 2024-04-22T23:28:26.881582+0000 mgr.smithi027.xpwwjc (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:28.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:28 smithi027 bash[18655]: audit 2024-04-22T23:28:27.666388+0000 mon.smithi027 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.27:0/1156093588' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:28.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:28 smithi027 bash[18655]: audit 2024-04-22T23:28:27.666388+0000 mon.smithi027 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.27:0/1156093588' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:28.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:28 smithi114 bash[20134]: cluster 2024-04-22T23:28:26.881582+0000 mgr.smithi027.xpwwjc (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:28.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:28 smithi114 bash[20134]: cluster 2024-04-22T23:28:26.881582+0000 mgr.smithi027.xpwwjc (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:28.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:28 smithi114 bash[20134]: audit 2024-04-22T23:28:27.666388+0000 mon.smithi027 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.27:0/1156093588' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:28.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:28 smithi114 bash[20134]: audit 2024-04-22T23:28:27.666388+0000 mon.smithi027 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.27:0/1156093588' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:29.276 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:30.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:30 smithi114 bash[20134]: cluster 2024-04-22T23:28:28.882540+0000 mgr.smithi027.xpwwjc (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:30.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:30 smithi114 bash[20134]: cluster 2024-04-22T23:28:28.882540+0000 mgr.smithi027.xpwwjc (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:30.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:30 smithi027 bash[18655]: cluster 2024-04-22T23:28:28.882540+0000 mgr.smithi027.xpwwjc (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:30.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:30 smithi027 bash[18655]: cluster 2024-04-22T23:28:28.882540+0000 mgr.smithi027.xpwwjc (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:32.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:32 smithi114 bash[20134]: cluster 2024-04-22T23:28:30.883516+0000 mgr.smithi027.xpwwjc (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:32.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:32 smithi114 bash[20134]: cluster 2024-04-22T23:28:30.883516+0000 mgr.smithi027.xpwwjc (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:32.655 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:32 smithi027 bash[18655]: cluster 2024-04-22T23:28:30.883516+0000 mgr.smithi027.xpwwjc (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:32.655 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:32 smithi027 bash[18655]: cluster 2024-04-22T23:28:30.883516+0000 mgr.smithi027.xpwwjc (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:33.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:33 smithi114 bash[20134]: audit 2024-04-22T23:28:33.166309+0000 mon.smithi027 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:33.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:33 smithi114 bash[20134]: audit 2024-04-22T23:28:33.166309+0000 mon.smithi027 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:33.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:33 smithi027 bash[18655]: audit 2024-04-22T23:28:33.166309+0000 mon.smithi027 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:33.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:33 smithi027 bash[18655]: audit 2024-04-22T23:28:33.166309+0000 mon.smithi027 (mon.0) 557 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:34.051 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:34.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:34 smithi027 bash[18655]: cluster 2024-04-22T23:28:32.884507+0000 mgr.smithi027.xpwwjc (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:34.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:34 smithi027 bash[18655]: cluster 2024-04-22T23:28:32.884507+0000 mgr.smithi027.xpwwjc (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:34.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:34 smithi114 bash[20134]: cluster 2024-04-22T23:28:32.884507+0000 mgr.smithi027.xpwwjc (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:34.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:34 smithi114 bash[20134]: cluster 2024-04-22T23:28:32.884507+0000 mgr.smithi027.xpwwjc (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:35.360 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:36.007 INFO:teuthology.orchestra.run.smithi027.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:28:36.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:36 smithi114 bash[20134]: cluster 2024-04-22T23:28:34.885489+0000 mgr.smithi027.xpwwjc (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:36.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:36 smithi114 bash[20134]: cluster 2024-04-22T23:28:34.885489+0000 mgr.smithi027.xpwwjc (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:36.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:36 smithi114 bash[20134]: audit 2024-04-22T23:28:35.368916+0000 mon.smithi027 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.27:0/194215968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:36.558 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:36 smithi114 bash[20134]: audit 2024-04-22T23:28:35.368916+0000 mon.smithi027 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.27:0/194215968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:36.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:36 smithi027 bash[18655]: cluster 2024-04-22T23:28:34.885489+0000 mgr.smithi027.xpwwjc (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:36.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:36 smithi027 bash[18655]: cluster 2024-04-22T23:28:34.885489+0000 mgr.smithi027.xpwwjc (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:36.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:36 smithi027 bash[18655]: audit 2024-04-22T23:28:35.368916+0000 mon.smithi027 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.27:0/194215968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:36.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:36 smithi027 bash[18655]: audit 2024-04-22T23:28:35.368916+0000 mon.smithi027 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.27:0/194215968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:37.008 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:38.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:38 smithi114 bash[20134]: cluster 2024-04-22T23:28:36.886517+0000 mgr.smithi027.xpwwjc (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:38.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:38 smithi114 bash[20134]: cluster 2024-04-22T23:28:36.886517+0000 mgr.smithi027.xpwwjc (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:38.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:38 smithi027 bash[18655]: cluster 2024-04-22T23:28:36.886517+0000 mgr.smithi027.xpwwjc (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:38.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:38 smithi027 bash[18655]: cluster 2024-04-22T23:28:36.886517+0000 mgr.smithi027.xpwwjc (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:40.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:40 smithi114 bash[20134]: cluster 2024-04-22T23:28:38.887485+0000 mgr.smithi027.xpwwjc (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:40.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:40 smithi114 bash[20134]: cluster 2024-04-22T23:28:38.887485+0000 mgr.smithi027.xpwwjc (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:40.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:40 smithi027 bash[18655]: cluster 2024-04-22T23:28:38.887485+0000 mgr.smithi027.xpwwjc (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:40.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:40 smithi027 bash[18655]: cluster 2024-04-22T23:28:38.887485+0000 mgr.smithi027.xpwwjc (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:41.782 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:42.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:42 smithi114 bash[20134]: cluster 2024-04-22T23:28:40.888525+0000 mgr.smithi027.xpwwjc (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:42.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:42 smithi114 bash[20134]: cluster 2024-04-22T23:28:40.888525+0000 mgr.smithi027.xpwwjc (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:42.581 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:42 smithi027 bash[18655]: cluster 2024-04-22T23:28:40.888525+0000 mgr.smithi027.xpwwjc (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:42.581 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:42 smithi027 bash[18655]: cluster 2024-04-22T23:28:40.888525+0000 mgr.smithi027.xpwwjc (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:42.938 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:43.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:43 smithi114 bash[20134]: audit 2024-04-22T23:28:42.947118+0000 mon.smithi027 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.27:0/2488494183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:43.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:43 smithi114 bash[20134]: audit 2024-04-22T23:28:42.947118+0000 mon.smithi027 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.27:0/2488494183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:43.619 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:43 smithi027 bash[18655]: audit 2024-04-22T23:28:42.947118+0000 mon.smithi027 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.27:0/2488494183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:43.619 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:43 smithi027 bash[18655]: audit 2024-04-22T23:28:42.947118+0000 mon.smithi027 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.27:0/2488494183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:43.620 INFO:teuthology.orchestra.run.smithi027.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:28:44.622 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:44.633 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:44 smithi027 bash[18655]: cluster 2024-04-22T23:28:42.889605+0000 mgr.smithi027.xpwwjc (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:44.633 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:44 smithi027 bash[18655]: cluster 2024-04-22T23:28:42.889605+0000 mgr.smithi027.xpwwjc (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:44.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:44 smithi114 bash[20134]: cluster 2024-04-22T23:28:42.889605+0000 mgr.smithi027.xpwwjc (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:44.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:44 smithi114 bash[20134]: cluster 2024-04-22T23:28:42.889605+0000 mgr.smithi027.xpwwjc (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:46.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:46 smithi027 bash[18655]: cluster 2024-04-22T23:28:44.890589+0000 mgr.smithi027.xpwwjc (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:46.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:46 smithi027 bash[18655]: cluster 2024-04-22T23:28:44.890589+0000 mgr.smithi027.xpwwjc (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:46.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:46 smithi114 bash[20134]: cluster 2024-04-22T23:28:44.890589+0000 mgr.smithi027.xpwwjc (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:46.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:46 smithi114 bash[20134]: cluster 2024-04-22T23:28:44.890589+0000 mgr.smithi027.xpwwjc (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:48 smithi114 bash[20134]: cluster 2024-04-22T23:28:46.891240+0000 mgr.smithi027.xpwwjc (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:48 smithi114 bash[20134]: cluster 2024-04-22T23:28:46.891240+0000 mgr.smithi027.xpwwjc (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:48 smithi114 bash[20134]: audit 2024-04-22T23:28:48.166802+0000 mon.smithi027 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:48 smithi114 bash[20134]: audit 2024-04-22T23:28:48.166802+0000 mon.smithi027 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:48.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:48 smithi027 bash[18655]: cluster 2024-04-22T23:28:46.891240+0000 mgr.smithi027.xpwwjc (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:48.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:48 smithi027 bash[18655]: cluster 2024-04-22T23:28:46.891240+0000 mgr.smithi027.xpwwjc (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:48.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:48 smithi027 bash[18655]: audit 2024-04-22T23:28:48.166802+0000 mon.smithi027 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:48.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:48 smithi027 bash[18655]: audit 2024-04-22T23:28:48.166802+0000 mon.smithi027 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:28:49.392 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:50.610 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:50.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:50 smithi114 bash[20134]: cluster 2024-04-22T23:28:48.892053+0000 mgr.smithi027.xpwwjc (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:50.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:50 smithi114 bash[20134]: cluster 2024-04-22T23:28:48.892053+0000 mgr.smithi027.xpwwjc (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:50.840 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:50 smithi027 bash[18655]: cluster 2024-04-22T23:28:48.892053+0000 mgr.smithi027.xpwwjc (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:50.840 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:50 smithi027 bash[18655]: cluster 2024-04-22T23:28:48.892053+0000 mgr.smithi027.xpwwjc (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:51.300 INFO:teuthology.orchestra.run.smithi027.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:28:51.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:51 smithi027 bash[18655]: audit 2024-04-22T23:28:50.619701+0000 mon.smithi027 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.27:0/989092813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:51.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:51 smithi027 bash[18655]: audit 2024-04-22T23:28:50.619701+0000 mon.smithi027 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.27:0/989092813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:52.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:51 smithi114 bash[20134]: audit 2024-04-22T23:28:50.619701+0000 mon.smithi027 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.27:0/989092813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:52.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:51 smithi114 bash[20134]: audit 2024-04-22T23:28:50.619701+0000 mon.smithi027 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.27:0/989092813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:52.301 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:28:52.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:52 smithi027 bash[18655]: cluster 2024-04-22T23:28:50.893079+0000 mgr.smithi027.xpwwjc (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:52.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:52 smithi027 bash[18655]: cluster 2024-04-22T23:28:50.893079+0000 mgr.smithi027.xpwwjc (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:53.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:52 smithi114 bash[20134]: cluster 2024-04-22T23:28:50.893079+0000 mgr.smithi027.xpwwjc (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:53.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:52 smithi114 bash[20134]: cluster 2024-04-22T23:28:50.893079+0000 mgr.smithi027.xpwwjc (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:54.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:54 smithi027 bash[18655]: cluster 2024-04-22T23:28:52.894117+0000 mgr.smithi027.xpwwjc (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:54.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:54 smithi027 bash[18655]: cluster 2024-04-22T23:28:52.894117+0000 mgr.smithi027.xpwwjc (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:55.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:54 smithi114 bash[20134]: cluster 2024-04-22T23:28:52.894117+0000 mgr.smithi027.xpwwjc (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:55.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:54 smithi114 bash[20134]: cluster 2024-04-22T23:28:52.894117+0000 mgr.smithi027.xpwwjc (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:56.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:56 smithi027 bash[18655]: cluster 2024-04-22T23:28:54.895100+0000 mgr.smithi027.xpwwjc (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:56.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:56 smithi027 bash[18655]: cluster 2024-04-22T23:28:54.895100+0000 mgr.smithi027.xpwwjc (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:57.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:56 smithi114 bash[20134]: cluster 2024-04-22T23:28:54.895100+0000 mgr.smithi027.xpwwjc (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:57.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:56 smithi114 bash[20134]: cluster 2024-04-22T23:28:54.895100+0000 mgr.smithi027.xpwwjc (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:57.083 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:28:58.285 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:28:58.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:58 smithi027 bash[18655]: cluster 2024-04-22T23:28:56.896036+0000 mgr.smithi027.xpwwjc (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:58.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:58 smithi027 bash[18655]: cluster 2024-04-22T23:28:56.896036+0000 mgr.smithi027.xpwwjc (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:58.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:58 smithi027 bash[18655]: audit 2024-04-22T23:28:58.294250+0000 mon.smithi027 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.27:0/1181466510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:58.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:28:58 smithi027 bash[18655]: audit 2024-04-22T23:28:58.294250+0000 mon.smithi027 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.27:0/1181466510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:58.955 INFO:teuthology.orchestra.run.smithi027.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:28:59.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:58 smithi114 bash[20134]: cluster 2024-04-22T23:28:56.896036+0000 mgr.smithi027.xpwwjc (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:59.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:58 smithi114 bash[20134]: cluster 2024-04-22T23:28:56.896036+0000 mgr.smithi027.xpwwjc (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:28:59.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:58 smithi114 bash[20134]: audit 2024-04-22T23:28:58.294250+0000 mon.smithi027 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.27:0/1181466510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:59.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:28:58 smithi114 bash[20134]: audit 2024-04-22T23:28:58.294250+0000 mon.smithi027 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.27:0/1181466510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:28:59.957 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:00.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:00 smithi027 bash[18655]: cluster 2024-04-22T23:28:58.897044+0000 mgr.smithi027.xpwwjc (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:00.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:00 smithi027 bash[18655]: cluster 2024-04-22T23:28:58.897044+0000 mgr.smithi027.xpwwjc (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:01.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:00 smithi114 bash[20134]: cluster 2024-04-22T23:28:58.897044+0000 mgr.smithi027.xpwwjc (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:01.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:00 smithi114 bash[20134]: cluster 2024-04-22T23:28:58.897044+0000 mgr.smithi027.xpwwjc (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:02.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:02 smithi027 bash[18655]: cluster 2024-04-22T23:29:00.898047+0000 mgr.smithi027.xpwwjc (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:02.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:02 smithi027 bash[18655]: cluster 2024-04-22T23:29:00.898047+0000 mgr.smithi027.xpwwjc (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:03.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:02 smithi114 bash[20134]: cluster 2024-04-22T23:29:00.898047+0000 mgr.smithi027.xpwwjc (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:03.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:02 smithi114 bash[20134]: cluster 2024-04-22T23:29:00.898047+0000 mgr.smithi027.xpwwjc (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:03.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:03 smithi027 bash[18655]: audit 2024-04-22T23:29:03.167308+0000 mon.smithi027 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:03.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:03 smithi027 bash[18655]: audit 2024-04-22T23:29:03.167308+0000 mon.smithi027 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:04.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:03 smithi114 bash[20134]: audit 2024-04-22T23:29:03.167308+0000 mon.smithi027 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:04.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:03 smithi114 bash[20134]: audit 2024-04-22T23:29:03.167308+0000 mon.smithi027 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:04.738 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:04.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:04 smithi027 bash[18655]: cluster 2024-04-22T23:29:02.899096+0000 mgr.smithi027.xpwwjc (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:04.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:04 smithi027 bash[18655]: cluster 2024-04-22T23:29:02.899096+0000 mgr.smithi027.xpwwjc (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:05.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:04 smithi114 bash[20134]: cluster 2024-04-22T23:29:02.899096+0000 mgr.smithi027.xpwwjc (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:05.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:04 smithi114 bash[20134]: cluster 2024-04-22T23:29:02.899096+0000 mgr.smithi027.xpwwjc (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:05.947 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:06.636 INFO:teuthology.orchestra.run.smithi027.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:29:06.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:06 smithi027 bash[18655]: cluster 2024-04-22T23:29:04.900141+0000 mgr.smithi027.xpwwjc (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:06.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:06 smithi027 bash[18655]: cluster 2024-04-22T23:29:04.900141+0000 mgr.smithi027.xpwwjc (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:06.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:06 smithi027 bash[18655]: audit 2024-04-22T23:29:05.956776+0000 mon.smithi027 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.27:0/1924724242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:06.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:06 smithi027 bash[18655]: audit 2024-04-22T23:29:05.956776+0000 mon.smithi027 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.27:0/1924724242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:07.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:06 smithi114 bash[20134]: cluster 2024-04-22T23:29:04.900141+0000 mgr.smithi027.xpwwjc (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:07.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:06 smithi114 bash[20134]: cluster 2024-04-22T23:29:04.900141+0000 mgr.smithi027.xpwwjc (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:07.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:06 smithi114 bash[20134]: audit 2024-04-22T23:29:05.956776+0000 mon.smithi027 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.27:0/1924724242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:07.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:06 smithi114 bash[20134]: audit 2024-04-22T23:29:05.956776+0000 mon.smithi027 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.27:0/1924724242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:07.638 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:08.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:08 smithi027 bash[18655]: cluster 2024-04-22T23:29:06.901185+0000 mgr.smithi027.xpwwjc (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:08.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:08 smithi027 bash[18655]: cluster 2024-04-22T23:29:06.901185+0000 mgr.smithi027.xpwwjc (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:09.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:08 smithi114 bash[20134]: cluster 2024-04-22T23:29:06.901185+0000 mgr.smithi027.xpwwjc (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:09.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:08 smithi114 bash[20134]: cluster 2024-04-22T23:29:06.901185+0000 mgr.smithi027.xpwwjc (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:10.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:10 smithi027 bash[18655]: cluster 2024-04-22T23:29:08.902234+0000 mgr.smithi027.xpwwjc (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:10.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:10 smithi027 bash[18655]: cluster 2024-04-22T23:29:08.902234+0000 mgr.smithi027.xpwwjc (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:11.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:10 smithi114 bash[20134]: cluster 2024-04-22T23:29:08.902234+0000 mgr.smithi027.xpwwjc (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:11.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:10 smithi114 bash[20134]: cluster 2024-04-22T23:29:08.902234+0000 mgr.smithi027.xpwwjc (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:12.409 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:12.780 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:12 smithi027 bash[18655]: cluster 2024-04-22T23:29:10.903197+0000 mgr.smithi027.xpwwjc (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:12.780 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:12 smithi027 bash[18655]: cluster 2024-04-22T23:29:10.903197+0000 mgr.smithi027.xpwwjc (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:13.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:12 smithi114 bash[20134]: cluster 2024-04-22T23:29:10.903197+0000 mgr.smithi027.xpwwjc (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:13.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:12 smithi114 bash[20134]: cluster 2024-04-22T23:29:10.903197+0000 mgr.smithi027.xpwwjc (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:13.583 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:13.845 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:13 smithi027 bash[18655]: audit 2024-04-22T23:29:13.593257+0000 mon.smithi027 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.27:0/65406800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:13.845 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:13 smithi027 bash[18655]: audit 2024-04-22T23:29:13.593257+0000 mon.smithi027 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.27:0/65406800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:14.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:13 smithi114 bash[20134]: audit 2024-04-22T23:29:13.593257+0000 mon.smithi027 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.27:0/65406800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:14.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:13 smithi114 bash[20134]: audit 2024-04-22T23:29:13.593257+0000 mon.smithi027 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.27:0/65406800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:14.283 INFO:teuthology.orchestra.run.smithi027.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:29:14.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:14 smithi027 bash[18655]: cluster 2024-04-22T23:29:12.904034+0000 mgr.smithi027.xpwwjc (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:14.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:14 smithi027 bash[18655]: cluster 2024-04-22T23:29:12.904034+0000 mgr.smithi027.xpwwjc (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:15.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:14 smithi114 bash[20134]: cluster 2024-04-22T23:29:12.904034+0000 mgr.smithi027.xpwwjc (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:15.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:14 smithi114 bash[20134]: cluster 2024-04-22T23:29:12.904034+0000 mgr.smithi027.xpwwjc (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:15.284 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:16.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:16 smithi027 bash[18655]: cluster 2024-04-22T23:29:14.905109+0000 mgr.smithi027.xpwwjc (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:16.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:16 smithi027 bash[18655]: cluster 2024-04-22T23:29:14.905109+0000 mgr.smithi027.xpwwjc (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:17.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:16 smithi114 bash[20134]: cluster 2024-04-22T23:29:14.905109+0000 mgr.smithi027.xpwwjc (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:17.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:16 smithi114 bash[20134]: cluster 2024-04-22T23:29:14.905109+0000 mgr.smithi027.xpwwjc (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:18.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:18 smithi027 bash[18655]: cluster 2024-04-22T23:29:16.906263+0000 mgr.smithi027.xpwwjc (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:18.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:18 smithi027 bash[18655]: cluster 2024-04-22T23:29:16.906263+0000 mgr.smithi027.xpwwjc (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:18.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:18 smithi027 bash[18655]: audit 2024-04-22T23:29:18.167604+0000 mon.smithi027 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:18.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:18 smithi027 bash[18655]: audit 2024-04-22T23:29:18.167604+0000 mon.smithi027 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:19.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:18 smithi114 bash[20134]: cluster 2024-04-22T23:29:16.906263+0000 mgr.smithi027.xpwwjc (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:19.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:18 smithi114 bash[20134]: cluster 2024-04-22T23:29:16.906263+0000 mgr.smithi027.xpwwjc (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:19.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:18 smithi114 bash[20134]: audit 2024-04-22T23:29:18.167604+0000 mon.smithi027 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:19.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:18 smithi114 bash[20134]: audit 2024-04-22T23:29:18.167604+0000 mon.smithi027 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:20.062 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:20.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:20 smithi027 bash[18655]: cluster 2024-04-22T23:29:18.907250+0000 mgr.smithi027.xpwwjc (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:20.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:20 smithi027 bash[18655]: cluster 2024-04-22T23:29:18.907250+0000 mgr.smithi027.xpwwjc (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:21.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:20 smithi114 bash[20134]: cluster 2024-04-22T23:29:18.907250+0000 mgr.smithi027.xpwwjc (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:21.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:20 smithi114 bash[20134]: cluster 2024-04-22T23:29:18.907250+0000 mgr.smithi027.xpwwjc (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:21.315 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:21.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:21 smithi027 bash[18655]: audit 2024-04-22T23:29:21.325294+0000 mon.smithi027 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.27:0/185256063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:21.914 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:21 smithi027 bash[18655]: audit 2024-04-22T23:29:21.325294+0000 mon.smithi027 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.27:0/185256063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:22.050 INFO:teuthology.orchestra.run.smithi027.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:29:22.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:21 smithi114 bash[20134]: audit 2024-04-22T23:29:21.325294+0000 mon.smithi027 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.27:0/185256063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:22.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:21 smithi114 bash[20134]: audit 2024-04-22T23:29:21.325294+0000 mon.smithi027 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.27:0/185256063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:22.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:22 smithi027 bash[18655]: cluster 2024-04-22T23:29:20.909198+0000 mgr.smithi027.xpwwjc (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:22.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:22 smithi027 bash[18655]: cluster 2024-04-22T23:29:20.909198+0000 mgr.smithi027.xpwwjc (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:23.052 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:23.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:22 smithi114 bash[20134]: cluster 2024-04-22T23:29:20.909198+0000 mgr.smithi027.xpwwjc (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:23.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:22 smithi114 bash[20134]: cluster 2024-04-22T23:29:20.909198+0000 mgr.smithi027.xpwwjc (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:24.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:24 smithi027 bash[18655]: cluster 2024-04-22T23:29:22.910275+0000 mgr.smithi027.xpwwjc (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:24.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:24 smithi027 bash[18655]: cluster 2024-04-22T23:29:22.910275+0000 mgr.smithi027.xpwwjc (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:25.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:24 smithi114 bash[20134]: cluster 2024-04-22T23:29:22.910275+0000 mgr.smithi027.xpwwjc (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:25.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:24 smithi114 bash[20134]: cluster 2024-04-22T23:29:22.910275+0000 mgr.smithi027.xpwwjc (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:26.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:25 smithi114 bash[20134]: audit 2024-04-22T23:29:24.988739+0000 mon.smithi027 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:26.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:25 smithi114 bash[20134]: audit 2024-04-22T23:29:24.988739+0000 mon.smithi027 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:26.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:25 smithi027 bash[18655]: audit 2024-04-22T23:29:24.988739+0000 mon.smithi027 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:26.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:25 smithi027 bash[18655]: audit 2024-04-22T23:29:24.988739+0000 mon.smithi027 (mon.0) 568 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:27.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:26 smithi114 bash[20134]: cluster 2024-04-22T23:29:24.911250+0000 mgr.smithi027.xpwwjc (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:27.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:26 smithi114 bash[20134]: cluster 2024-04-22T23:29:24.911250+0000 mgr.smithi027.xpwwjc (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:27.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:26 smithi027 bash[18655]: cluster 2024-04-22T23:29:24.911250+0000 mgr.smithi027.xpwwjc (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:27.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:26 smithi027 bash[18655]: cluster 2024-04-22T23:29:24.911250+0000 mgr.smithi027.xpwwjc (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:27.827 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:28.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:28 smithi027 bash[18655]: cluster 2024-04-22T23:29:26.912260+0000 mgr.smithi027.xpwwjc (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:28.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:28 smithi027 bash[18655]: cluster 2024-04-22T23:29:26.912260+0000 mgr.smithi027.xpwwjc (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:29.008 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:29.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:28 smithi114 bash[20134]: cluster 2024-04-22T23:29:26.912260+0000 mgr.smithi027.xpwwjc (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:29.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:28 smithi114 bash[20134]: cluster 2024-04-22T23:29:26.912260+0000 mgr.smithi027.xpwwjc (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:29.691 INFO:teuthology.orchestra.run.smithi027.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:29:30.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:29 smithi114 bash[20134]: audit 2024-04-22T23:29:29.017827+0000 mon.smithi027 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.27:0/1932341623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:30.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:29 smithi114 bash[20134]: audit 2024-04-22T23:29:29.017827+0000 mon.smithi027 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.27:0/1932341623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:30.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:29 smithi027 bash[18655]: audit 2024-04-22T23:29:29.017827+0000 mon.smithi027 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.27:0/1932341623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:30.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:29 smithi027 bash[18655]: audit 2024-04-22T23:29:29.017827+0000 mon.smithi027 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.27:0/1932341623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:30.692 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:31.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:30 smithi114 bash[20134]: cluster 2024-04-22T23:29:28.913187+0000 mgr.smithi027.xpwwjc (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:31.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:30 smithi114 bash[20134]: cluster 2024-04-22T23:29:28.913187+0000 mgr.smithi027.xpwwjc (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:31.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:30 smithi027 bash[18655]: cluster 2024-04-22T23:29:28.913187+0000 mgr.smithi027.xpwwjc (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:31.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:30 smithi027 bash[18655]: cluster 2024-04-22T23:29:28.913187+0000 mgr.smithi027.xpwwjc (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:32.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:32 smithi114 bash[20134]: cluster 2024-04-22T23:29:30.913676+0000 mgr.smithi027.xpwwjc (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:32.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:32 smithi114 bash[20134]: cluster 2024-04-22T23:29:30.913676+0000 mgr.smithi027.xpwwjc (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:32.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:32 smithi114 bash[20134]: audit 2024-04-22T23:29:31.003446+0000 mon.smithi027 (mon.0) 570 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:32.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:32 smithi114 bash[20134]: audit 2024-04-22T23:29:31.003446+0000 mon.smithi027 (mon.0) 570 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:32.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:32 smithi027 bash[18655]: cluster 2024-04-22T23:29:30.913676+0000 mgr.smithi027.xpwwjc (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:32.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:32 smithi027 bash[18655]: cluster 2024-04-22T23:29:30.913676+0000 mgr.smithi027.xpwwjc (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:32.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:32 smithi027 bash[18655]: audit 2024-04-22T23:29:31.003446+0000 mon.smithi027 (mon.0) 570 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:32.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:32 smithi027 bash[18655]: audit 2024-04-22T23:29:31.003446+0000 mon.smithi027 (mon.0) 570 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:34.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:34 smithi114 bash[20134]: cluster 2024-04-22T23:29:32.914680+0000 mgr.smithi027.xpwwjc (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:34.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:34 smithi114 bash[20134]: cluster 2024-04-22T23:29:32.914680+0000 mgr.smithi027.xpwwjc (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:34.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:34 smithi114 bash[20134]: audit 2024-04-22T23:29:33.168091+0000 mon.smithi027 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:34.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:34 smithi114 bash[20134]: audit 2024-04-22T23:29:33.168091+0000 mon.smithi027 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:34.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:34 smithi027 bash[18655]: cluster 2024-04-22T23:29:32.914680+0000 mgr.smithi027.xpwwjc (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:34.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:34 smithi027 bash[18655]: cluster 2024-04-22T23:29:32.914680+0000 mgr.smithi027.xpwwjc (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:34.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:34 smithi027 bash[18655]: audit 2024-04-22T23:29:33.168091+0000 mon.smithi027 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:34.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:34 smithi027 bash[18655]: audit 2024-04-22T23:29:33.168091+0000 mon.smithi027 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:35.445 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:36.294 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:36 smithi027 bash[18655]: cluster 2024-04-22T23:29:34.915688+0000 mgr.smithi027.xpwwjc (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:36.294 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:36 smithi027 bash[18655]: cluster 2024-04-22T23:29:34.915688+0000 mgr.smithi027.xpwwjc (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:36.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:36 smithi114 bash[20134]: cluster 2024-04-22T23:29:34.915688+0000 mgr.smithi027.xpwwjc (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:36.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:36 smithi114 bash[20134]: cluster 2024-04-22T23:29:34.915688+0000 mgr.smithi027.xpwwjc (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:36.661 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:37.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:37 smithi114 bash[20134]: audit 2024-04-22T23:29:36.671161+0000 mon.smithi027 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.27:0/821564790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:37.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:37 smithi114 bash[20134]: audit 2024-04-22T23:29:36.671161+0000 mon.smithi027 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.27:0/821564790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:37.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:37 smithi027 bash[18655]: audit 2024-04-22T23:29:36.671161+0000 mon.smithi027 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.27:0/821564790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:37.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:37 smithi027 bash[18655]: audit 2024-04-22T23:29:36.671161+0000 mon.smithi027 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.27:0/821564790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:37.797 INFO:teuthology.orchestra.run.smithi027.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:29:38.052 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:38 smithi027 bash[18655]: cluster 2024-04-22T23:29:36.916674+0000 mgr.smithi027.xpwwjc (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:38.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:38 smithi027 bash[18655]: cluster 2024-04-22T23:29:36.916674+0000 mgr.smithi027.xpwwjc (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:38.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:38 smithi114 bash[20134]: cluster 2024-04-22T23:29:36.916674+0000 mgr.smithi027.xpwwjc (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:38.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:38 smithi114 bash[20134]: cluster 2024-04-22T23:29:36.916674+0000 mgr.smithi027.xpwwjc (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:38.799 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:40.309 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: cluster 2024-04-22T23:29:38.917580+0000 mgr.smithi027.xpwwjc (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.309 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: cluster 2024-04-22T23:29:38.917580+0000 mgr.smithi027.xpwwjc (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.309 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.266472+0000 mon.smithi027 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:29:40.309 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.266472+0000 mon.smithi027 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.268115+0000 mon.smithi027 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.268115+0000 mon.smithi027 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: cluster 2024-04-22T23:29:39.269889+0000 mgr.smithi027.xpwwjc (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: cluster 2024-04-22T23:29:39.269889+0000 mgr.smithi027.xpwwjc (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: cluster 2024-04-22T23:29:39.270602+0000 mgr.smithi027.xpwwjc (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: cluster 2024-04-22T23:29:39.270602+0000 mgr.smithi027.xpwwjc (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.276770+0000 mon.smithi027 (mon.0) 575 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.276770+0000 mon.smithi027 (mon.0) 575 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.280651+0000 mon.smithi027 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:29:40.310 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:40 smithi114 bash[20134]: audit 2024-04-22T23:29:39.280651+0000 mon.smithi027 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: cluster 2024-04-22T23:29:38.917580+0000 mgr.smithi027.xpwwjc (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: cluster 2024-04-22T23:29:38.917580+0000 mgr.smithi027.xpwwjc (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.266472+0000 mon.smithi027 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.266472+0000 mon.smithi027 (mon.0) 573 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.268115+0000 mon.smithi027 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.268115+0000 mon.smithi027 (mon.0) 574 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:29:40.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: cluster 2024-04-22T23:29:39.269889+0000 mgr.smithi027.xpwwjc (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: cluster 2024-04-22T23:29:39.269889+0000 mgr.smithi027.xpwwjc (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: cluster 2024-04-22T23:29:39.270602+0000 mgr.smithi027.xpwwjc (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: cluster 2024-04-22T23:29:39.270602+0000 mgr.smithi027.xpwwjc (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.276770+0000 mon.smithi027 (mon.0) 575 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.276770+0000 mon.smithi027 (mon.0) 575 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.280651+0000 mon.smithi027 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:29:40.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:40 smithi027 bash[18655]: audit 2024-04-22T23:29:39.280651+0000 mon.smithi027 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:29:42.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:42 smithi027 bash[18655]: cluster 2024-04-22T23:29:41.271560+0000 mgr.smithi027.xpwwjc (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:42.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:42 smithi027 bash[18655]: cluster 2024-04-22T23:29:41.271560+0000 mgr.smithi027.xpwwjc (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:42 smithi114 bash[20134]: cluster 2024-04-22T23:29:41.271560+0000 mgr.smithi027.xpwwjc (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:42 smithi114 bash[20134]: cluster 2024-04-22T23:29:41.271560+0000 mgr.smithi027.xpwwjc (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:43.576 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:44.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:44 smithi027 bash[18655]: cluster 2024-04-22T23:29:43.272631+0000 mgr.smithi027.xpwwjc (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:44.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:44 smithi027 bash[18655]: cluster 2024-04-22T23:29:43.272631+0000 mgr.smithi027.xpwwjc (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:44.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:44 smithi114 bash[20134]: cluster 2024-04-22T23:29:43.272631+0000 mgr.smithi027.xpwwjc (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:44.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:44 smithi114 bash[20134]: cluster 2024-04-22T23:29:43.272631+0000 mgr.smithi027.xpwwjc (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:44.826 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:45.507 INFO:teuthology.orchestra.run.smithi027.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:29:45.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:45 smithi027 bash[18655]: audit 2024-04-22T23:29:44.836523+0000 mon.smithi027 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.27:0/1803113038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:45.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:45 smithi027 bash[18655]: audit 2024-04-22T23:29:44.836523+0000 mon.smithi027 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.27:0/1803113038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:45.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:45 smithi114 bash[20134]: audit 2024-04-22T23:29:44.836523+0000 mon.smithi027 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.27:0/1803113038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:45.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:45 smithi114 bash[20134]: audit 2024-04-22T23:29:44.836523+0000 mon.smithi027 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.27:0/1803113038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:46.509 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:46.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:46 smithi027 bash[18655]: cluster 2024-04-22T23:29:45.273687+0000 mgr.smithi027.xpwwjc (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:46.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:46 smithi027 bash[18655]: cluster 2024-04-22T23:29:45.273687+0000 mgr.smithi027.xpwwjc (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:46.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:46 smithi114 bash[20134]: cluster 2024-04-22T23:29:45.273687+0000 mgr.smithi027.xpwwjc (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:46.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:46 smithi114 bash[20134]: cluster 2024-04-22T23:29:45.273687+0000 mgr.smithi027.xpwwjc (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:48 smithi114 bash[20134]: cluster 2024-04-22T23:29:47.274722+0000 mgr.smithi027.xpwwjc (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:48 smithi114 bash[20134]: cluster 2024-04-22T23:29:47.274722+0000 mgr.smithi027.xpwwjc (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:48 smithi114 bash[20134]: audit 2024-04-22T23:29:48.168618+0000 mon.smithi027 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:48.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:48 smithi114 bash[20134]: audit 2024-04-22T23:29:48.168618+0000 mon.smithi027 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:48.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:48 smithi027 bash[18655]: cluster 2024-04-22T23:29:47.274722+0000 mgr.smithi027.xpwwjc (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:48.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:48 smithi027 bash[18655]: cluster 2024-04-22T23:29:47.274722+0000 mgr.smithi027.xpwwjc (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:48.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:48 smithi027 bash[18655]: audit 2024-04-22T23:29:48.168618+0000 mon.smithi027 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:48.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:48 smithi027 bash[18655]: audit 2024-04-22T23:29:48.168618+0000 mon.smithi027 (mon.0) 578 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:29:50.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:50 smithi027 bash[18655]: cluster 2024-04-22T23:29:49.275350+0000 mgr.smithi027.xpwwjc (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:50.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:50 smithi027 bash[18655]: cluster 2024-04-22T23:29:49.275350+0000 mgr.smithi027.xpwwjc (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:50.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:50 smithi114 bash[20134]: cluster 2024-04-22T23:29:49.275350+0000 mgr.smithi027.xpwwjc (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:50.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:50 smithi114 bash[20134]: cluster 2024-04-22T23:29:49.275350+0000 mgr.smithi027.xpwwjc (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:51.282 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:29:52.586 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:29:52.601 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:52 smithi027 bash[18655]: cluster 2024-04-22T23:29:51.276350+0000 mgr.smithi027.xpwwjc (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:52.601 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:52 smithi027 bash[18655]: cluster 2024-04-22T23:29:51.276350+0000 mgr.smithi027.xpwwjc (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:52 smithi114 bash[20134]: cluster 2024-04-22T23:29:51.276350+0000 mgr.smithi027.xpwwjc (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:52 smithi114 bash[20134]: cluster 2024-04-22T23:29:51.276350+0000 mgr.smithi027.xpwwjc (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:53.256 INFO:teuthology.orchestra.run.smithi027.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:29:53.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:53 smithi114 bash[20134]: audit 2024-04-22T23:29:52.596926+0000 mon.smithi027 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.27:0/3072932615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:53.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:53 smithi114 bash[20134]: audit 2024-04-22T23:29:52.596926+0000 mon.smithi027 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.27:0/3072932615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:53.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:53 smithi027 bash[18655]: audit 2024-04-22T23:29:52.596926+0000 mon.smithi027 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.27:0/3072932615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:53.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:53 smithi027 bash[18655]: audit 2024-04-22T23:29:52.596926+0000 mon.smithi027 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.27:0/3072932615' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:29:54.258 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:29:54.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:54 smithi027 bash[18655]: cluster 2024-04-22T23:29:53.277351+0000 mgr.smithi027.xpwwjc (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:54.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:54 smithi027 bash[18655]: cluster 2024-04-22T23:29:53.277351+0000 mgr.smithi027.xpwwjc (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:54.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:54 smithi114 bash[20134]: cluster 2024-04-22T23:29:53.277351+0000 mgr.smithi027.xpwwjc (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:54.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:54 smithi114 bash[20134]: cluster 2024-04-22T23:29:53.277351+0000 mgr.smithi027.xpwwjc (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:56.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:56 smithi027 bash[18655]: cluster 2024-04-22T23:29:55.278340+0000 mgr.smithi027.xpwwjc (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:56.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:56 smithi027 bash[18655]: cluster 2024-04-22T23:29:55.278340+0000 mgr.smithi027.xpwwjc (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:56.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:56 smithi114 bash[20134]: cluster 2024-04-22T23:29:55.278340+0000 mgr.smithi027.xpwwjc (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:56.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:56 smithi114 bash[20134]: cluster 2024-04-22T23:29:55.278340+0000 mgr.smithi027.xpwwjc (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:58.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:58 smithi114 bash[20134]: cluster 2024-04-22T23:29:57.279289+0000 mgr.smithi027.xpwwjc (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:58.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:29:58 smithi114 bash[20134]: cluster 2024-04-22T23:29:57.279289+0000 mgr.smithi027.xpwwjc (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:58.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:58 smithi027 bash[18655]: cluster 2024-04-22T23:29:57.279289+0000 mgr.smithi027.xpwwjc (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:58.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:29:58 smithi027 bash[18655]: cluster 2024-04-22T23:29:57.279289+0000 mgr.smithi027.xpwwjc (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:29:59.033 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:00.362 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:00.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:00 smithi027 bash[18655]: cluster 2024-04-22T23:29:59.280283+0000 mgr.smithi027.xpwwjc (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:00.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:00 smithi027 bash[18655]: cluster 2024-04-22T23:29:59.280283+0000 mgr.smithi027.xpwwjc (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:00.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:00 smithi027 bash[18655]: cluster 2024-04-22T23:30:00.000185+0000 mon.smithi027 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:30:00.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:00 smithi027 bash[18655]: cluster 2024-04-22T23:30:00.000185+0000 mon.smithi027 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:30:00.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:00 smithi027 bash[18655]: audit 2024-04-22T23:30:00.372695+0000 mon.smithi027 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.27:0/2778462930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:00.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:00 smithi027 bash[18655]: audit 2024-04-22T23:30:00.372695+0000 mon.smithi027 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.27:0/2778462930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:00.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:00 smithi114 bash[20134]: cluster 2024-04-22T23:29:59.280283+0000 mgr.smithi027.xpwwjc (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:00.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:00 smithi114 bash[20134]: cluster 2024-04-22T23:29:59.280283+0000 mgr.smithi027.xpwwjc (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:00.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:00 smithi114 bash[20134]: cluster 2024-04-22T23:30:00.000185+0000 mon.smithi027 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:30:00.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:00 smithi114 bash[20134]: cluster 2024-04-22T23:30:00.000185+0000 mon.smithi027 (mon.0) 580 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-22T23:30:00.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:00 smithi114 bash[20134]: audit 2024-04-22T23:30:00.372695+0000 mon.smithi027 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.27:0/2778462930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:00.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:00 smithi114 bash[20134]: audit 2024-04-22T23:30:00.372695+0000 mon.smithi027 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.27:0/2778462930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:01.119 INFO:teuthology.orchestra.run.smithi027.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:30:02.121 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:02.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:02 smithi027 bash[18655]: cluster 2024-04-22T23:30:01.281287+0000 mgr.smithi027.xpwwjc (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:02.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:02 smithi027 bash[18655]: cluster 2024-04-22T23:30:01.281287+0000 mgr.smithi027.xpwwjc (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:02.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:02 smithi114 bash[20134]: cluster 2024-04-22T23:30:01.281287+0000 mgr.smithi027.xpwwjc (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:02.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:02 smithi114 bash[20134]: cluster 2024-04-22T23:30:01.281287+0000 mgr.smithi027.xpwwjc (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:03 smithi114 bash[20134]: audit 2024-04-22T23:30:03.169113+0000 mon.smithi027 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:03 smithi114 bash[20134]: audit 2024-04-22T23:30:03.169113+0000 mon.smithi027 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:03.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:03 smithi027 bash[18655]: audit 2024-04-22T23:30:03.169113+0000 mon.smithi027 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:03.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:03 smithi027 bash[18655]: audit 2024-04-22T23:30:03.169113+0000 mon.smithi027 (mon.0) 582 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:04.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:04 smithi027 bash[18655]: cluster 2024-04-22T23:30:03.282292+0000 mgr.smithi027.xpwwjc (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:04.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:04 smithi027 bash[18655]: cluster 2024-04-22T23:30:03.282292+0000 mgr.smithi027.xpwwjc (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:04.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:04 smithi114 bash[20134]: cluster 2024-04-22T23:30:03.282292+0000 mgr.smithi027.xpwwjc (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:04.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:04 smithi114 bash[20134]: cluster 2024-04-22T23:30:03.282292+0000 mgr.smithi027.xpwwjc (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:06.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:06 smithi027 bash[18655]: cluster 2024-04-22T23:30:05.283297+0000 mgr.smithi027.xpwwjc (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:06.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:06 smithi027 bash[18655]: cluster 2024-04-22T23:30:05.283297+0000 mgr.smithi027.xpwwjc (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:06.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:06 smithi114 bash[20134]: cluster 2024-04-22T23:30:05.283297+0000 mgr.smithi027.xpwwjc (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:06.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:06 smithi114 bash[20134]: cluster 2024-04-22T23:30:05.283297+0000 mgr.smithi027.xpwwjc (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:06.897 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:08.216 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:08.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:08 smithi114 bash[20134]: cluster 2024-04-22T23:30:07.284246+0000 mgr.smithi027.xpwwjc (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:08.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:08 smithi114 bash[20134]: cluster 2024-04-22T23:30:07.284246+0000 mgr.smithi027.xpwwjc (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:08.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:08 smithi114 bash[20134]: audit 2024-04-22T23:30:08.226672+0000 mon.smithi027 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.27:0/824364040' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:08.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:08 smithi114 bash[20134]: audit 2024-04-22T23:30:08.226672+0000 mon.smithi027 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.27:0/824364040' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:08.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:08 smithi027 bash[18655]: cluster 2024-04-22T23:30:07.284246+0000 mgr.smithi027.xpwwjc (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:08.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:08 smithi027 bash[18655]: cluster 2024-04-22T23:30:07.284246+0000 mgr.smithi027.xpwwjc (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:08.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:08 smithi027 bash[18655]: audit 2024-04-22T23:30:08.226672+0000 mon.smithi027 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.27:0/824364040' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:08.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:08 smithi027 bash[18655]: audit 2024-04-22T23:30:08.226672+0000 mon.smithi027 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.27:0/824364040' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:08.950 INFO:teuthology.orchestra.run.smithi027.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:30:09.951 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:10.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:10 smithi027 bash[18655]: cluster 2024-04-22T23:30:09.285225+0000 mgr.smithi027.xpwwjc (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:10.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:10 smithi027 bash[18655]: cluster 2024-04-22T23:30:09.285225+0000 mgr.smithi027.xpwwjc (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:10.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:10 smithi114 bash[20134]: cluster 2024-04-22T23:30:09.285225+0000 mgr.smithi027.xpwwjc (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:10.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:10 smithi114 bash[20134]: cluster 2024-04-22T23:30:09.285225+0000 mgr.smithi027.xpwwjc (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:12.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:12 smithi027 bash[18655]: cluster 2024-04-22T23:30:11.286208+0000 mgr.smithi027.xpwwjc (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:12.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:12 smithi027 bash[18655]: cluster 2024-04-22T23:30:11.286208+0000 mgr.smithi027.xpwwjc (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:12.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:12 smithi114 bash[20134]: cluster 2024-04-22T23:30:11.286208+0000 mgr.smithi027.xpwwjc (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:12.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:12 smithi114 bash[20134]: cluster 2024-04-22T23:30:11.286208+0000 mgr.smithi027.xpwwjc (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:14.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:14 smithi027 bash[18655]: cluster 2024-04-22T23:30:13.287180+0000 mgr.smithi027.xpwwjc (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:14.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:14 smithi027 bash[18655]: cluster 2024-04-22T23:30:13.287180+0000 mgr.smithi027.xpwwjc (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:14.734 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:14.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:14 smithi114 bash[20134]: cluster 2024-04-22T23:30:13.287180+0000 mgr.smithi027.xpwwjc (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:14.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:14 smithi114 bash[20134]: cluster 2024-04-22T23:30:13.287180+0000 mgr.smithi027.xpwwjc (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:15.975 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:16.616 INFO:teuthology.orchestra.run.smithi027.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:30:16.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:16 smithi027 bash[18655]: cluster 2024-04-22T23:30:15.288172+0000 mgr.smithi027.xpwwjc (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:16.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:16 smithi027 bash[18655]: cluster 2024-04-22T23:30:15.288172+0000 mgr.smithi027.xpwwjc (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:16.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:16 smithi027 bash[18655]: audit 2024-04-22T23:30:15.985952+0000 mon.smithi027 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.27:0/4063165555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:16.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:16 smithi027 bash[18655]: audit 2024-04-22T23:30:15.985952+0000 mon.smithi027 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.27:0/4063165555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:16.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:16 smithi114 bash[20134]: cluster 2024-04-22T23:30:15.288172+0000 mgr.smithi027.xpwwjc (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:16.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:16 smithi114 bash[20134]: cluster 2024-04-22T23:30:15.288172+0000 mgr.smithi027.xpwwjc (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:16.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:16 smithi114 bash[20134]: audit 2024-04-22T23:30:15.985952+0000 mon.smithi027 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.27:0/4063165555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:16.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:16 smithi114 bash[20134]: audit 2024-04-22T23:30:15.985952+0000 mon.smithi027 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.27:0/4063165555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:17.617 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:18.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:18 smithi114 bash[20134]: cluster 2024-04-22T23:30:17.289166+0000 mgr.smithi027.xpwwjc (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:18.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:18 smithi114 bash[20134]: cluster 2024-04-22T23:30:17.289166+0000 mgr.smithi027.xpwwjc (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:18.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:18 smithi114 bash[20134]: audit 2024-04-22T23:30:18.169418+0000 mon.smithi027 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:18.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:18 smithi114 bash[20134]: audit 2024-04-22T23:30:18.169418+0000 mon.smithi027 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:18.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:18 smithi027 bash[18655]: cluster 2024-04-22T23:30:17.289166+0000 mgr.smithi027.xpwwjc (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:18.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:18 smithi027 bash[18655]: cluster 2024-04-22T23:30:17.289166+0000 mgr.smithi027.xpwwjc (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:18.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:18 smithi027 bash[18655]: audit 2024-04-22T23:30:18.169418+0000 mon.smithi027 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:18.913 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:18 smithi027 bash[18655]: audit 2024-04-22T23:30:18.169418+0000 mon.smithi027 (mon.0) 585 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:20.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:20 smithi114 bash[20134]: cluster 2024-04-22T23:30:19.290151+0000 mgr.smithi027.xpwwjc (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:20.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:20 smithi114 bash[20134]: cluster 2024-04-22T23:30:19.290151+0000 mgr.smithi027.xpwwjc (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:20.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:20 smithi027 bash[18655]: cluster 2024-04-22T23:30:19.290151+0000 mgr.smithi027.xpwwjc (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:20.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:20 smithi027 bash[18655]: cluster 2024-04-22T23:30:19.290151+0000 mgr.smithi027.xpwwjc (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:22.387 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:22.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:22 smithi027 bash[18655]: cluster 2024-04-22T23:30:21.291190+0000 mgr.smithi027.xpwwjc (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:22.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:22 smithi027 bash[18655]: cluster 2024-04-22T23:30:21.291190+0000 mgr.smithi027.xpwwjc (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:22.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:22 smithi114 bash[20134]: cluster 2024-04-22T23:30:21.291190+0000 mgr.smithi027.xpwwjc (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:22.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:22 smithi114 bash[20134]: cluster 2024-04-22T23:30:21.291190+0000 mgr.smithi027.xpwwjc (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:23.626 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:24.279 INFO:teuthology.orchestra.run.smithi027.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:30:24.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:24 smithi027 bash[18655]: cluster 2024-04-22T23:30:23.291835+0000 mgr.smithi027.xpwwjc (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:24.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:24 smithi027 bash[18655]: cluster 2024-04-22T23:30:23.291835+0000 mgr.smithi027.xpwwjc (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:24.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:24 smithi027 bash[18655]: audit 2024-04-22T23:30:23.637772+0000 mon.smithi027 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.27:0/1540117864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:24.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:24 smithi027 bash[18655]: audit 2024-04-22T23:30:23.637772+0000 mon.smithi027 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.27:0/1540117864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:24.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:24 smithi114 bash[20134]: cluster 2024-04-22T23:30:23.291835+0000 mgr.smithi027.xpwwjc (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:24.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:24 smithi114 bash[20134]: cluster 2024-04-22T23:30:23.291835+0000 mgr.smithi027.xpwwjc (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:24.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:24 smithi114 bash[20134]: audit 2024-04-22T23:30:23.637772+0000 mon.smithi027 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.27:0/1540117864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:24.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:24 smithi114 bash[20134]: audit 2024-04-22T23:30:23.637772+0000 mon.smithi027 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.27:0/1540117864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:25.280 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:26.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:26 smithi114 bash[20134]: cluster 2024-04-22T23:30:25.292787+0000 mgr.smithi027.xpwwjc (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:26.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:26 smithi114 bash[20134]: cluster 2024-04-22T23:30:25.292787+0000 mgr.smithi027.xpwwjc (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:26.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:26 smithi027 bash[18655]: cluster 2024-04-22T23:30:25.292787+0000 mgr.smithi027.xpwwjc (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:26.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:26 smithi027 bash[18655]: cluster 2024-04-22T23:30:25.292787+0000 mgr.smithi027.xpwwjc (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:28.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:28 smithi114 bash[20134]: cluster 2024-04-22T23:30:27.293776+0000 mgr.smithi027.xpwwjc (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:28.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:28 smithi114 bash[20134]: cluster 2024-04-22T23:30:27.293776+0000 mgr.smithi027.xpwwjc (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:28.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:28 smithi027 bash[18655]: cluster 2024-04-22T23:30:27.293776+0000 mgr.smithi027.xpwwjc (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:28.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:28 smithi027 bash[18655]: cluster 2024-04-22T23:30:27.293776+0000 mgr.smithi027.xpwwjc (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:30.058 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:30.761 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:30 smithi027 bash[18655]: cluster 2024-04-22T23:30:29.294756+0000 mgr.smithi027.xpwwjc (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:30.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:30 smithi027 bash[18655]: cluster 2024-04-22T23:30:29.294756+0000 mgr.smithi027.xpwwjc (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:30.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:30 smithi114 bash[20134]: cluster 2024-04-22T23:30:29.294756+0000 mgr.smithi027.xpwwjc (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:30.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:30 smithi114 bash[20134]: cluster 2024-04-22T23:30:29.294756+0000 mgr.smithi027.xpwwjc (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:31.169 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:31.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:31 smithi114 bash[20134]: audit 2024-04-22T23:30:31.180657+0000 mon.smithi027 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.27:0/1614825624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:31.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:31 smithi114 bash[20134]: audit 2024-04-22T23:30:31.180657+0000 mon.smithi027 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.27:0/1614825624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:31.808 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:31 smithi027 bash[18655]: audit 2024-04-22T23:30:31.180657+0000 mon.smithi027 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.27:0/1614825624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:31.808 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:31 smithi027 bash[18655]: audit 2024-04-22T23:30:31.180657+0000 mon.smithi027 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.27:0/1614825624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:31.808 INFO:teuthology.orchestra.run.smithi027.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:30:32.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:32 smithi114 bash[20134]: cluster 2024-04-22T23:30:31.295425+0000 mgr.smithi027.xpwwjc (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:32.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:32 smithi114 bash[20134]: cluster 2024-04-22T23:30:31.295425+0000 mgr.smithi027.xpwwjc (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:32.809 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:32.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:32 smithi027 bash[18655]: cluster 2024-04-22T23:30:31.295425+0000 mgr.smithi027.xpwwjc (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:32.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:32 smithi027 bash[18655]: cluster 2024-04-22T23:30:31.295425+0000 mgr.smithi027.xpwwjc (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:33.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:33 smithi114 bash[20134]: audit 2024-04-22T23:30:33.170011+0000 mon.smithi027 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:33.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:33 smithi114 bash[20134]: audit 2024-04-22T23:30:33.170011+0000 mon.smithi027 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:33 smithi027 bash[18655]: audit 2024-04-22T23:30:33.170011+0000 mon.smithi027 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:33.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:33 smithi027 bash[18655]: audit 2024-04-22T23:30:33.170011+0000 mon.smithi027 (mon.0) 588 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:34.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:34 smithi114 bash[20134]: cluster 2024-04-22T23:30:33.296389+0000 mgr.smithi027.xpwwjc (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:34.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:34 smithi114 bash[20134]: cluster 2024-04-22T23:30:33.296389+0000 mgr.smithi027.xpwwjc (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:34.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:34 smithi027 bash[18655]: cluster 2024-04-22T23:30:33.296389+0000 mgr.smithi027.xpwwjc (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:34.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:34 smithi027 bash[18655]: cluster 2024-04-22T23:30:33.296389+0000 mgr.smithi027.xpwwjc (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:36.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:36 smithi114 bash[20134]: cluster 2024-04-22T23:30:35.297415+0000 mgr.smithi027.xpwwjc (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:36.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:36 smithi114 bash[20134]: cluster 2024-04-22T23:30:35.297415+0000 mgr.smithi027.xpwwjc (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:36.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:36 smithi027 bash[18655]: cluster 2024-04-22T23:30:35.297415+0000 mgr.smithi027.xpwwjc (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:36.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:36 smithi027 bash[18655]: cluster 2024-04-22T23:30:35.297415+0000 mgr.smithi027.xpwwjc (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:37.583 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:38.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:38 smithi027 bash[18655]: cluster 2024-04-22T23:30:37.298456+0000 mgr.smithi027.xpwwjc (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:38.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:38 smithi027 bash[18655]: cluster 2024-04-22T23:30:37.298456+0000 mgr.smithi027.xpwwjc (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:38.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:38 smithi114 bash[20134]: cluster 2024-04-22T23:30:37.298456+0000 mgr.smithi027.xpwwjc (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:38.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:38 smithi114 bash[20134]: cluster 2024-04-22T23:30:37.298456+0000 mgr.smithi027.xpwwjc (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:38.825 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:39.577 INFO:teuthology.orchestra.run.smithi027.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:30:39.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:39 smithi114 bash[20134]: audit 2024-04-22T23:30:38.836644+0000 mon.smithi027 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.27:0/4218424798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:39.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:39 smithi114 bash[20134]: audit 2024-04-22T23:30:38.836644+0000 mon.smithi027 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.27:0/4218424798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:39.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:39 smithi114 bash[20134]: audit 2024-04-22T23:30:39.370268+0000 mon.smithi027 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:39.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:39 smithi114 bash[20134]: audit 2024-04-22T23:30:39.370268+0000 mon.smithi027 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:39.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:39 smithi027 bash[18655]: audit 2024-04-22T23:30:38.836644+0000 mon.smithi027 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.27:0/4218424798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:39.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:39 smithi027 bash[18655]: audit 2024-04-22T23:30:38.836644+0000 mon.smithi027 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.27:0/4218424798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:39.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:39 smithi027 bash[18655]: audit 2024-04-22T23:30:39.370268+0000 mon.smithi027 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:39.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:39 smithi027 bash[18655]: audit 2024-04-22T23:30:39.370268+0000 mon.smithi027 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:40.577 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:40.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:40 smithi114 bash[20134]: cluster 2024-04-22T23:30:39.299456+0000 mgr.smithi027.xpwwjc (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:40.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:40 smithi114 bash[20134]: cluster 2024-04-22T23:30:39.299456+0000 mgr.smithi027.xpwwjc (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:40.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:40 smithi027 bash[18655]: cluster 2024-04-22T23:30:39.299456+0000 mgr.smithi027.xpwwjc (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:40.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:40 smithi027 bash[18655]: cluster 2024-04-22T23:30:39.299456+0000 mgr.smithi027.xpwwjc (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:42 smithi114 bash[20134]: cluster 2024-04-22T23:30:41.300461+0000 mgr.smithi027.xpwwjc (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:42 smithi114 bash[20134]: cluster 2024-04-22T23:30:41.300461+0000 mgr.smithi027.xpwwjc (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:42.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:42 smithi027 bash[18655]: cluster 2024-04-22T23:30:41.300461+0000 mgr.smithi027.xpwwjc (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:42.912 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:42 smithi027 bash[18655]: cluster 2024-04-22T23:30:41.300461+0000 mgr.smithi027.xpwwjc (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:44.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:44 smithi114 bash[20134]: cluster 2024-04-22T23:30:43.301449+0000 mgr.smithi027.xpwwjc (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:44.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:44 smithi114 bash[20134]: cluster 2024-04-22T23:30:43.301449+0000 mgr.smithi027.xpwwjc (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:44.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:44 smithi027 bash[18655]: cluster 2024-04-22T23:30:43.301449+0000 mgr.smithi027.xpwwjc (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:44.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:44 smithi027 bash[18655]: cluster 2024-04-22T23:30:43.301449+0000 mgr.smithi027.xpwwjc (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:45.034 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:46.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:45 smithi027 bash[18655]: audit 2024-04-22T23:30:44.828209+0000 mon.smithi027 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:46.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:45 smithi027 bash[18655]: audit 2024-04-22T23:30:44.828209+0000 mon.smithi027 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:46.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:45 smithi027 bash[18655]: cluster 2024-04-22T23:30:45.302423+0000 mgr.smithi027.xpwwjc (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:46.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:45 smithi027 bash[18655]: cluster 2024-04-22T23:30:45.302423+0000 mgr.smithi027.xpwwjc (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:46.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:45 smithi114 bash[20134]: audit 2024-04-22T23:30:44.828209+0000 mon.smithi027 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:46.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:45 smithi114 bash[20134]: audit 2024-04-22T23:30:44.828209+0000 mon.smithi027 (mon.0) 591 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:46.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:45 smithi114 bash[20134]: cluster 2024-04-22T23:30:45.302423+0000 mgr.smithi027.xpwwjc (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:46.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:45 smithi114 bash[20134]: cluster 2024-04-22T23:30:45.302423+0000 mgr.smithi027.xpwwjc (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:46.587 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:47.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:46 smithi027 bash[18655]: audit 2024-04-22T23:30:46.598479+0000 mon.smithi027 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.27:0/1513681144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:47.117 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:46 smithi027 bash[18655]: audit 2024-04-22T23:30:46.598479+0000 mon.smithi027 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.27:0/1513681144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:47.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:46 smithi114 bash[20134]: audit 2024-04-22T23:30:46.598479+0000 mon.smithi027 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.27:0/1513681144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:47.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:46 smithi114 bash[20134]: audit 2024-04-22T23:30:46.598479+0000 mon.smithi027 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.27:0/1513681144' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:47.745 INFO:teuthology.orchestra.run.smithi027.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:30:48.079 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:47 smithi027 bash[18655]: cluster 2024-04-22T23:30:47.303413+0000 mgr.smithi027.xpwwjc (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:48.080 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:47 smithi027 bash[18655]: cluster 2024-04-22T23:30:47.303413+0000 mgr.smithi027.xpwwjc (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:48.152 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:47 smithi114 bash[20134]: cluster 2024-04-22T23:30:47.303413+0000 mgr.smithi027.xpwwjc (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:48.152 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:47 smithi114 bash[20134]: cluster 2024-04-22T23:30:47.303413+0000 mgr.smithi027.xpwwjc (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:48.747 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:49.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:48 smithi027 bash[18655]: audit 2024-04-22T23:30:48.170416+0000 mon.smithi027 (mon.0) 593 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:49.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:48 smithi027 bash[18655]: audit 2024-04-22T23:30:48.170416+0000 mon.smithi027 (mon.0) 593 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:49.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:48 smithi114 bash[20134]: audit 2024-04-22T23:30:48.170416+0000 mon.smithi027 (mon.0) 593 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:49.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:48 smithi114 bash[20134]: audit 2024-04-22T23:30:48.170416+0000 mon.smithi027 (mon.0) 593 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:30:50.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:49 smithi027 bash[18655]: cluster 2024-04-22T23:30:49.304426+0000 mgr.smithi027.xpwwjc (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:50.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:49 smithi027 bash[18655]: cluster 2024-04-22T23:30:49.304426+0000 mgr.smithi027.xpwwjc (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:50.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:49 smithi114 bash[20134]: cluster 2024-04-22T23:30:49.304426+0000 mgr.smithi027.xpwwjc (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:50.307 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:49 smithi114 bash[20134]: cluster 2024-04-22T23:30:49.304426+0000 mgr.smithi027.xpwwjc (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:52.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: cluster 2024-04-22T23:30:51.305366+0000 mgr.smithi027.xpwwjc (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: cluster 2024-04-22T23:30:51.305366+0000 mgr.smithi027.xpwwjc (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.128332+0000 mon.smithi027 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.128332+0000 mon.smithi027 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.130377+0000 mon.smithi027 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.130377+0000 mon.smithi027 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.142468+0000 mon.smithi027 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.142468+0000 mon.smithi027 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.150682+0000 mon.smithi027 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:30:52.662 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:52 smithi027 bash[18655]: audit 2024-04-22T23:30:52.150682+0000 mon.smithi027 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: cluster 2024-04-22T23:30:51.305366+0000 mgr.smithi027.xpwwjc (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: cluster 2024-04-22T23:30:51.305366+0000 mgr.smithi027.xpwwjc (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.128332+0000 mon.smithi027 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.128332+0000 mon.smithi027 (mon.0) 594 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.130377+0000 mon.smithi027 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.130377+0000 mon.smithi027 (mon.0) 595 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.142468+0000 mon.smithi027 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.142468+0000 mon.smithi027 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.150682+0000 mon.smithi027 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:30:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:52 smithi114 bash[20134]: audit 2024-04-22T23:30:52.150682+0000 mon.smithi027 (mon.0) 597 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T23:30:53.523 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:30:53.556 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:53 smithi114 bash[20134]: cluster 2024-04-22T23:30:52.133580+0000 mgr.smithi027.xpwwjc (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:53 smithi114 bash[20134]: cluster 2024-04-22T23:30:52.133580+0000 mgr.smithi027.xpwwjc (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:53 smithi114 bash[20134]: cluster 2024-04-22T23:30:52.135054+0000 mgr.smithi027.xpwwjc (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:53 smithi114 bash[20134]: cluster 2024-04-22T23:30:52.135054+0000 mgr.smithi027.xpwwjc (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:53 smithi027 bash[18655]: cluster 2024-04-22T23:30:52.133580+0000 mgr.smithi027.xpwwjc (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:53 smithi027 bash[18655]: cluster 2024-04-22T23:30:52.133580+0000 mgr.smithi027.xpwwjc (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:53 smithi027 bash[18655]: cluster 2024-04-22T23:30:52.135054+0000 mgr.smithi027.xpwwjc (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:53 smithi027 bash[18655]: cluster 2024-04-22T23:30:52.135054+0000 mgr.smithi027.xpwwjc (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:54.812 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:30:55.450 INFO:teuthology.orchestra.run.smithi027.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:30:55.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:55 smithi027 bash[18655]: cluster 2024-04-22T23:30:54.136011+0000 mgr.smithi027.xpwwjc (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:55.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:55 smithi027 bash[18655]: cluster 2024-04-22T23:30:54.136011+0000 mgr.smithi027.xpwwjc (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:55.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:55 smithi027 bash[18655]: audit 2024-04-22T23:30:54.823609+0000 mon.smithi027 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.27:0/267797225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:55.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:55 smithi027 bash[18655]: audit 2024-04-22T23:30:54.823609+0000 mon.smithi027 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.27:0/267797225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:55.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:55 smithi114 bash[20134]: cluster 2024-04-22T23:30:54.136011+0000 mgr.smithi027.xpwwjc (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:55.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:55 smithi114 bash[20134]: cluster 2024-04-22T23:30:54.136011+0000 mgr.smithi027.xpwwjc (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:55.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:55 smithi114 bash[20134]: audit 2024-04-22T23:30:54.823609+0000 mon.smithi027 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.27:0/267797225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:55.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:55 smithi114 bash[20134]: audit 2024-04-22T23:30:54.823609+0000 mon.smithi027 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.27:0/267797225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:30:56.451 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:30:57.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:57 smithi027 bash[18655]: cluster 2024-04-22T23:30:56.137248+0000 mgr.smithi027.xpwwjc (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:57.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:57 smithi027 bash[18655]: cluster 2024-04-22T23:30:56.137248+0000 mgr.smithi027.xpwwjc (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:57.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:57 smithi114 bash[20134]: cluster 2024-04-22T23:30:56.137248+0000 mgr.smithi027.xpwwjc (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:57.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:57 smithi114 bash[20134]: cluster 2024-04-22T23:30:56.137248+0000 mgr.smithi027.xpwwjc (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:59 smithi027 bash[18655]: cluster 2024-04-22T23:30:58.138279+0000 mgr.smithi027.xpwwjc (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:30:59 smithi027 bash[18655]: cluster 2024-04-22T23:30:58.138279+0000 mgr.smithi027.xpwwjc (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:59 smithi114 bash[20134]: cluster 2024-04-22T23:30:58.138279+0000 mgr.smithi027.xpwwjc (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:30:59 smithi114 bash[20134]: cluster 2024-04-22T23:30:58.138279+0000 mgr.smithi027.xpwwjc (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:01.228 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:31:01.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:01 smithi027 bash[18655]: cluster 2024-04-22T23:31:00.139282+0000 mgr.smithi027.xpwwjc (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:01.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:01 smithi027 bash[18655]: cluster 2024-04-22T23:31:00.139282+0000 mgr.smithi027.xpwwjc (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:01.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:01 smithi114 bash[20134]: cluster 2024-04-22T23:31:00.139282+0000 mgr.smithi027.xpwwjc (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:01.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:01 smithi114 bash[20134]: cluster 2024-04-22T23:31:00.139282+0000 mgr.smithi027.xpwwjc (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:02.714 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:31:03.346 INFO:teuthology.orchestra.run.smithi027.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:31:03.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:03 smithi027 bash[18655]: cluster 2024-04-22T23:31:02.140311+0000 mgr.smithi027.xpwwjc (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:03.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:03 smithi027 bash[18655]: cluster 2024-04-22T23:31:02.140311+0000 mgr.smithi027.xpwwjc (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:03.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:03 smithi027 bash[18655]: audit 2024-04-22T23:31:02.726119+0000 mon.smithi027 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.27:0/65915171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:03.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:03 smithi027 bash[18655]: audit 2024-04-22T23:31:02.726119+0000 mon.smithi027 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.27:0/65915171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:03.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:03 smithi027 bash[18655]: audit 2024-04-22T23:31:03.170924+0000 mon.smithi027 (mon.0) 600 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:03.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:03 smithi027 bash[18655]: audit 2024-04-22T23:31:03.170924+0000 mon.smithi027 (mon.0) 600 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:03 smithi114 bash[20134]: cluster 2024-04-22T23:31:02.140311+0000 mgr.smithi027.xpwwjc (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:03 smithi114 bash[20134]: cluster 2024-04-22T23:31:02.140311+0000 mgr.smithi027.xpwwjc (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:03 smithi114 bash[20134]: audit 2024-04-22T23:31:02.726119+0000 mon.smithi027 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.27:0/65915171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:03 smithi114 bash[20134]: audit 2024-04-22T23:31:02.726119+0000 mon.smithi027 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.27:0/65915171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:03 smithi114 bash[20134]: audit 2024-04-22T23:31:03.170924+0000 mon.smithi027 (mon.0) 600 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:03.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:03 smithi114 bash[20134]: audit 2024-04-22T23:31:03.170924+0000 mon.smithi027 (mon.0) 600 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:04.350 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:31:05.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:05 smithi027 bash[18655]: cluster 2024-04-22T23:31:04.141374+0000 mgr.smithi027.xpwwjc (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:05.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:05 smithi027 bash[18655]: cluster 2024-04-22T23:31:04.141374+0000 mgr.smithi027.xpwwjc (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:05.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:05 smithi114 bash[20134]: cluster 2024-04-22T23:31:04.141374+0000 mgr.smithi027.xpwwjc (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:05.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:05 smithi114 bash[20134]: cluster 2024-04-22T23:31:04.141374+0000 mgr.smithi027.xpwwjc (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:07.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:07 smithi027 bash[18655]: cluster 2024-04-22T23:31:06.142434+0000 mgr.smithi027.xpwwjc (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:07.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:07 smithi027 bash[18655]: cluster 2024-04-22T23:31:06.142434+0000 mgr.smithi027.xpwwjc (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:07.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:07 smithi114 bash[20134]: cluster 2024-04-22T23:31:06.142434+0000 mgr.smithi027.xpwwjc (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:07.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:07 smithi114 bash[20134]: cluster 2024-04-22T23:31:06.142434+0000 mgr.smithi027.xpwwjc (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:09.129 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:31:09.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:09 smithi027 bash[18655]: cluster 2024-04-22T23:31:08.143355+0000 mgr.smithi027.xpwwjc (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:09.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:09 smithi027 bash[18655]: cluster 2024-04-22T23:31:08.143355+0000 mgr.smithi027.xpwwjc (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:09.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:09 smithi114 bash[20134]: cluster 2024-04-22T23:31:08.143355+0000 mgr.smithi027.xpwwjc (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:09.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:09 smithi114 bash[20134]: cluster 2024-04-22T23:31:08.143355+0000 mgr.smithi027.xpwwjc (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:10.346 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:31:10.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:10 smithi027 bash[18655]: audit 2024-04-22T23:31:10.358285+0000 mon.smithi027 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.27:0/3742701011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:10.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:10 smithi027 bash[18655]: audit 2024-04-22T23:31:10.358285+0000 mon.smithi027 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.27:0/3742701011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:10.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:10 smithi114 bash[20134]: audit 2024-04-22T23:31:10.358285+0000 mon.smithi027 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.27:0/3742701011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:10.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:10 smithi114 bash[20134]: audit 2024-04-22T23:31:10.358285+0000 mon.smithi027 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.27:0/3742701011' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:11.020 INFO:teuthology.orchestra.run.smithi027.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:31:11.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:11 smithi027 bash[18655]: cluster 2024-04-22T23:31:10.143859+0000 mgr.smithi027.xpwwjc (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:11.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:11 smithi027 bash[18655]: cluster 2024-04-22T23:31:10.143859+0000 mgr.smithi027.xpwwjc (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:11.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:11 smithi114 bash[20134]: cluster 2024-04-22T23:31:10.143859+0000 mgr.smithi027.xpwwjc (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:11.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:11 smithi114 bash[20134]: cluster 2024-04-22T23:31:10.143859+0000 mgr.smithi027.xpwwjc (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:12.021 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:31:13.479 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:13 smithi027 bash[18655]: cluster 2024-04-22T23:31:12.144772+0000 mgr.smithi027.xpwwjc (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:13.479 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:13 smithi027 bash[18655]: cluster 2024-04-22T23:31:12.144772+0000 mgr.smithi027.xpwwjc (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:13.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:13 smithi114 bash[20134]: cluster 2024-04-22T23:31:12.144772+0000 mgr.smithi027.xpwwjc (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:13.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:13 smithi114 bash[20134]: cluster 2024-04-22T23:31:12.144772+0000 mgr.smithi027.xpwwjc (mgr.14197) 543 : cluster [DBG] pgmap v490: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:15 smithi114 bash[20134]: cluster 2024-04-22T23:31:14.145813+0000 mgr.smithi027.xpwwjc (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:15 smithi114 bash[20134]: cluster 2024-04-22T23:31:14.145813+0000 mgr.smithi027.xpwwjc (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:15 smithi027 bash[18655]: cluster 2024-04-22T23:31:14.145813+0000 mgr.smithi027.xpwwjc (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:15 smithi027 bash[18655]: cluster 2024-04-22T23:31:14.145813+0000 mgr.smithi027.xpwwjc (mgr.14197) 544 : cluster [DBG] pgmap v491: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:16.806 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:31:17.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:17 smithi027 bash[18655]: cluster 2024-04-22T23:31:16.146839+0000 mgr.smithi027.xpwwjc (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:17.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:17 smithi027 bash[18655]: cluster 2024-04-22T23:31:16.146839+0000 mgr.smithi027.xpwwjc (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:17.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:17 smithi114 bash[20134]: cluster 2024-04-22T23:31:16.146839+0000 mgr.smithi027.xpwwjc (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:17.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:17 smithi114 bash[20134]: cluster 2024-04-22T23:31:16.146839+0000 mgr.smithi027.xpwwjc (mgr.14197) 545 : cluster [DBG] pgmap v492: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:18.112 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:31:18.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:18 smithi027 bash[18655]: audit 2024-04-22T23:31:18.124806+0000 mon.smithi027 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.27:0/3952410162' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:18.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:18 smithi027 bash[18655]: audit 2024-04-22T23:31:18.124806+0000 mon.smithi027 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.27:0/3952410162' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:18.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:18 smithi027 bash[18655]: audit 2024-04-22T23:31:18.170146+0000 mon.smithi027 (mon.0) 603 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:18.661 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:18 smithi027 bash[18655]: audit 2024-04-22T23:31:18.170146+0000 mon.smithi027 (mon.0) 603 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:18.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:18 smithi114 bash[20134]: audit 2024-04-22T23:31:18.124806+0000 mon.smithi027 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.27:0/3952410162' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:18.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:18 smithi114 bash[20134]: audit 2024-04-22T23:31:18.124806+0000 mon.smithi027 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.27:0/3952410162' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:18.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:18 smithi114 bash[20134]: audit 2024-04-22T23:31:18.170146+0000 mon.smithi027 (mon.0) 603 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:18.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:18 smithi114 bash[20134]: audit 2024-04-22T23:31:18.170146+0000 mon.smithi027 (mon.0) 603 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:18.887 INFO:teuthology.orchestra.run.smithi027.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:31:19.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:19 smithi114 bash[20134]: cluster 2024-04-22T23:31:18.147295+0000 mgr.smithi027.xpwwjc (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:19.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:19 smithi114 bash[20134]: cluster 2024-04-22T23:31:18.147295+0000 mgr.smithi027.xpwwjc (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:19.889 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:31:19.900 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:19 smithi027 bash[18655]: cluster 2024-04-22T23:31:18.147295+0000 mgr.smithi027.xpwwjc (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:19.901 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:19 smithi027 bash[18655]: cluster 2024-04-22T23:31:18.147295+0000 mgr.smithi027.xpwwjc (mgr.14197) 546 : cluster [DBG] pgmap v493: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:21.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:21 smithi114 bash[20134]: cluster 2024-04-22T23:31:20.148293+0000 mgr.smithi027.xpwwjc (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:21.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:21 smithi114 bash[20134]: cluster 2024-04-22T23:31:20.148293+0000 mgr.smithi027.xpwwjc (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:21.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:21 smithi027 bash[18655]: cluster 2024-04-22T23:31:20.148293+0000 mgr.smithi027.xpwwjc (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:21.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:21 smithi027 bash[18655]: cluster 2024-04-22T23:31:20.148293+0000 mgr.smithi027.xpwwjc (mgr.14197) 547 : cluster [DBG] pgmap v494: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:23.479 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:23 smithi027 bash[18655]: cluster 2024-04-22T23:31:22.149324+0000 mgr.smithi027.xpwwjc (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:23.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:23 smithi027 bash[18655]: cluster 2024-04-22T23:31:22.149324+0000 mgr.smithi027.xpwwjc (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:23.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:23 smithi114 bash[20134]: cluster 2024-04-22T23:31:22.149324+0000 mgr.smithi027.xpwwjc (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:23.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:23 smithi114 bash[20134]: cluster 2024-04-22T23:31:22.149324+0000 mgr.smithi027.xpwwjc (mgr.14197) 548 : cluster [DBG] pgmap v495: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:24.673 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:31:25.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:25 smithi114 bash[20134]: cluster 2024-04-22T23:31:24.150352+0000 mgr.smithi027.xpwwjc (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:25.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:25 smithi114 bash[20134]: cluster 2024-04-22T23:31:24.150352+0000 mgr.smithi027.xpwwjc (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:25.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:25 smithi027 bash[18655]: cluster 2024-04-22T23:31:24.150352+0000 mgr.smithi027.xpwwjc (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:25.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:25 smithi027 bash[18655]: cluster 2024-04-22T23:31:24.150352+0000 mgr.smithi027.xpwwjc (mgr.14197) 549 : cluster [DBG] pgmap v496: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:25.961 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:31:26.633 INFO:teuthology.orchestra.run.smithi027.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:31:26.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:26 smithi114 bash[20134]: audit 2024-04-22T23:31:25.972317+0000 mon.smithi027 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.27:0/2685958777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:26.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:26 smithi114 bash[20134]: audit 2024-04-22T23:31:25.972317+0000 mon.smithi027 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.27:0/2685958777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:26.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:26 smithi027 bash[18655]: audit 2024-04-22T23:31:25.972317+0000 mon.smithi027 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.27:0/2685958777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:26.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:26 smithi027 bash[18655]: audit 2024-04-22T23:31:25.972317+0000 mon.smithi027 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.27:0/2685958777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:27.634 DEBUG:teuthology.orchestra.run.smithi027:> 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 a05e6dd6-00fd-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T23:31:27.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:27 smithi114 bash[20134]: cluster 2024-04-22T23:31:26.151283+0000 mgr.smithi027.xpwwjc (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:27.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:27 smithi114 bash[20134]: cluster 2024-04-22T23:31:26.151283+0000 mgr.smithi027.xpwwjc (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:27.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:27 smithi027 bash[18655]: cluster 2024-04-22T23:31:26.151283+0000 mgr.smithi027.xpwwjc (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:27.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:27 smithi027 bash[18655]: cluster 2024-04-22T23:31:26.151283+0000 mgr.smithi027.xpwwjc (mgr.14197) 550 : cluster [DBG] pgmap v497: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:29.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:29 smithi027 bash[18655]: cluster 2024-04-22T23:31:28.152377+0000 mgr.smithi027.xpwwjc (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:29.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:29 smithi027 bash[18655]: cluster 2024-04-22T23:31:28.152377+0000 mgr.smithi027.xpwwjc (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:30.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:29 smithi114 bash[20134]: cluster 2024-04-22T23:31:28.152377+0000 mgr.smithi027.xpwwjc (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:30.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:29 smithi114 bash[20134]: cluster 2024-04-22T23:31:28.152377+0000 mgr.smithi027.xpwwjc (mgr.14197) 551 : cluster [DBG] pgmap v498: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:31.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:31 smithi027 bash[18655]: cluster 2024-04-22T23:31:30.153445+0000 mgr.smithi027.xpwwjc (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:31.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:31 smithi027 bash[18655]: cluster 2024-04-22T23:31:30.153445+0000 mgr.smithi027.xpwwjc (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:32.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:31 smithi114 bash[20134]: cluster 2024-04-22T23:31:30.153445+0000 mgr.smithi027.xpwwjc (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:32.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:31 smithi114 bash[20134]: cluster 2024-04-22T23:31:30.153445+0000 mgr.smithi027.xpwwjc (mgr.14197) 552 : cluster [DBG] pgmap v499: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:32.410 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/mon.smithi027/config 2024-04-22T23:31:33.705 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-04-22T23:31:33.750 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:33 smithi027 bash[18655]: cluster 2024-04-22T23:31:32.154485+0000 mgr.smithi027.xpwwjc (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:33.751 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:33 smithi027 bash[18655]: cluster 2024-04-22T23:31:32.154485+0000 mgr.smithi027.xpwwjc (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:33.751 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:33 smithi027 bash[18655]: audit 2024-04-22T23:31:33.171635+0000 mon.smithi027 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:33.751 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:33 smithi027 bash[18655]: audit 2024-04-22T23:31:33.171635+0000 mon.smithi027 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:34.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:33 smithi114 bash[20134]: cluster 2024-04-22T23:31:32.154485+0000 mgr.smithi027.xpwwjc (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:34.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:33 smithi114 bash[20134]: cluster 2024-04-22T23:31:32.154485+0000 mgr.smithi027.xpwwjc (mgr.14197) 553 : cluster [DBG] pgmap v500: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:34.056 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:33 smithi114 bash[20134]: audit 2024-04-22T23:31:33.171635+0000 mon.smithi027 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:34.057 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:33 smithi114 bash[20134]: audit 2024-04-22T23:31:33.171635+0000 mon.smithi027 (mon.0) 605 : audit [DBG] from='mgr.14197 172.21.15.27:0/3581363770' entity='mgr.smithi027.xpwwjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T23:31:34.421 INFO:teuthology.orchestra.run.smithi027.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:31:34.421 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-22T23:31:34.423 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:34.437 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:34.451 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:31:34.452 DEBUG:teuthology.orchestra.run.smithi027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:31:34.485 DEBUG:teuthology.orchestra.run.smithi114:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:31:34.500 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:31:34.500 INFO:tasks.cephadm.mon.smithi027:Stopping mon.smithi027... 2024-04-22T23:31:34.500 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027 2024-04-22T23:31:34.674 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:34 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for a05e6dd6-00fd-11ef-bc93-c7b262605968... 2024-04-22T23:31:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:34 smithi027 bash[18655]: audit 2024-04-22T23:31:33.718082+0000 mon.smithi027 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.27:0/175147561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:34 smithi027 bash[18655]: audit 2024-04-22T23:31:33.718082+0000 mon.smithi027 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.27:0/175147561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:34 smithi027 bash[18655]: debug 2024-04-22T23:31:34.656+0000 7f463a3a8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi027 -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:31:34.675 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Apr 22 23:31:34 smithi027 bash[18655]: debug 2024-04-22T23:31:34.656+0000 7f463a3a8700 -1 mon.smithi027@0(leader) e2 *** Got Signal Terminated *** 2024-04-22T23:31:34.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:34 smithi114 bash[20134]: audit 2024-04-22T23:31:33.718082+0000 mon.smithi027 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.27:0/175147561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:34.806 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:34 smithi114 bash[20134]: audit 2024-04-22T23:31:33.718082+0000 mon.smithi027 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.27:0/175147561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T23:31:35.410 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi027.service' 2024-04-22T23:31:35.458 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:31:35.458 INFO:tasks.cephadm.mon.smithi027:Stopped mon.smithi027 2024-04-22T23:31:35.458 INFO:tasks.cephadm.mon.smithi114:Stopping mon.smithi114... 2024-04-22T23:31:35.459 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi114 2024-04-22T23:31:35.741 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:35 smithi114 systemd[1]: Stopping Ceph mon.smithi114 for a05e6dd6-00fd-11ef-bc93-c7b262605968... 2024-04-22T23:31:35.741 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:35 smithi114 bash[20134]: debug 2024-04-22T23:31:35.611+0000 7f2cde96d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi114 -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:31:35.741 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Apr 22 23:31:35 smithi114 bash[20134]: debug 2024-04-22T23:31:35.611+0000 7f2cde96d700 -1 mon.smithi114@1(peon) e2 *** Got Signal Terminated *** 2024-04-22T23:31:36.308 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a05e6dd6-00fd-11ef-bc93-c7b262605968@mon.smithi114.service' 2024-04-22T23:31:36.341 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:31:36.341 INFO:tasks.cephadm.mon.smithi114:Stopped mon.smithi114 2024-04-22T23:31:36.341 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:31:36.513 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:31:48.938 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:31:49.103 INFO:teuthology.orchestra.run.smithi114.stdout:Deleting cluster with fsid: a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:31:58.577 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:58.592 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:58.605 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:31:58.610 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/a05e6dd6-00fd-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/7669168/remote/smithi027/crash 2024-04-22T23:31:58.611 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:31:58.648 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:31:58.650 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/lib/ceph/a05e6dd6-00fd-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/7669168/remote/smithi114/crash 2024-04-22T23:31:58.651 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:31:58.662 INFO:teuthology.orchestra.run.smithi114.stderr:tar: /var/lib/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:31:58.662 INFO:teuthology.orchestra.run.smithi114.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:31:58.663 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:31:58.664 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:58.706 INFO:teuthology.orchestra.run.smithi027.stdout:2024-04-22T23:14:27.340558+0000 mon.smithi027 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:31:58.707 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-22T23:31:58.707 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[SEC\]' /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:58.761 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]' /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:58.817 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[WRN\]' /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:58.872 INFO:teuthology.orchestra.run.smithi027.stdout:2024-04-22T23:14:27.340558+0000 mon.smithi027 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:31:58.873 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:31:58.873 DEBUG:teuthology.orchestra.run.smithi027:> 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-22T23:31:58.918 DEBUG:teuthology.orchestra.run.smithi114:> 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-22T23:31:58.926 INFO:teuthology.orchestra.run.smithi027.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:31:58.930 INFO:teuthology.orchestra.run.smithi114.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:31:58.939 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:31:58.939 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:31:58.940 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mgr.smithi027.xpwwjc.log 2024-04-22T23:31:58.940 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:31:58.941 INFO:teuthology.orchestra.run.smithi027.stderr: 84.0% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:31:58.941 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:31:58.941 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mgr.smithi027.xpwwjc.log: /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mon.smithi027.log 2024-04-22T23:31:58.941 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi027.log 2024-04-22T23:31:58.942 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mon.smithi027.log: 89.0% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:31:58.942 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi027.log: 94.3% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi027.log.gz 2024-04-22T23:31:58.943 INFO:teuthology.orchestra.run.smithi027.stderr: 90.9% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:31:58.945 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:31:58.945 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mgr.smithi114.jlmbpc.log 2024-04-22T23:31:58.946 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi114.log 2024-04-22T23:31:58.946 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mgr.smithi114.jlmbpc.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mon.smithi114.log 2024-04-22T23:31:58.947 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:31:58.948 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi114.log: /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mon.smithi114.log: gzip -5 --verbose -- /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:31:58.948 INFO:teuthology.orchestra.run.smithi114.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:31:58.948 INFO:teuthology.orchestra.run.smithi114.stderr: 29.7% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi114.log.gz 2024-04-22T23:31:58.948 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- 82.0% /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.audit.log -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:31:58.948 INFO:teuthology.orchestra.run.smithi114.stderr: 2024-04-22T23:31:58.949 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.audit.log: 91.0% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:31:58.949 INFO:teuthology.orchestra.run.smithi114.stderr: 89.1% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:31:58.951 INFO:teuthology.orchestra.run.smithi114.stderr: 92.7% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mgr.smithi114.jlmbpc.log.gz 2024-04-22T23:31:58.970 INFO:teuthology.orchestra.run.smithi027.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:31:59.062 INFO:teuthology.orchestra.run.smithi114.stderr: 93.5% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mon.smithi114.log.gz 2024-04-22T23:31:59.063 INFO:teuthology.orchestra.run.smithi114.stderr: 2024-04-22T23:31:59.063 INFO:teuthology.orchestra.run.smithi114.stderr:real 0m0.141s 2024-04-22T23:31:59.063 INFO:teuthology.orchestra.run.smithi114.stderr:user 0m0.127s 2024-04-22T23:31:59.063 INFO:teuthology.orchestra.run.smithi114.stderr:sys 0m0.023s 2024-04-22T23:31:59.093 INFO:teuthology.orchestra.run.smithi027.stderr: 92.1% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mgr.smithi027.xpwwjc.log.gz 2024-04-22T23:31:59.350 INFO:teuthology.orchestra.run.smithi027.stderr: 90.2% -- replaced with /var/log/ceph/a05e6dd6-00fd-11ef-bc93-c7b262605968/ceph-mon.smithi027.log.gz 2024-04-22T23:31:59.351 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-04-22T23:31:59.351 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m0.431s 2024-04-22T23:31:59.352 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m0.593s 2024-04-22T23:31:59.352 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m0.025s 2024-04-22T23:31:59.352 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:31:59.352 DEBUG:teuthology.misc:Transferring archived files from smithi027:/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/7669168/remote/smithi027/log 2024-04-22T23:31:59.353 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:31:59.502 DEBUG:teuthology.misc:Transferring archived files from smithi114:/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/7669168/remote/smithi114/log 2024-04-22T23:31:59.503 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:31:59.538 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:31:59.538 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 --force 2024-04-22T23:31:59.708 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:32:00.835 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a05e6dd6-00fd-11ef-bc93-c7b262605968 --force 2024-04-22T23:32:01.002 INFO:teuthology.orchestra.run.smithi114.stdout:Deleting cluster with fsid: a05e6dd6-00fd-11ef-bc93-c7b262605968 2024-04-22T23:32:02.112 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:32:02.112 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:32:02.118 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:32:02.123 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:32:02.123 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-22T23:32:02.329 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7f14df15949e467f9d0c9dc93aff8d90 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-22T23:32:02.332 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:32:02.345 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T23:32:02.389 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_1... 2024-04-22T23:32:02.389 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_1 2024-04-22T23:32:02.641 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T23:32:02.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:02.643 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_2... 2024-04-22T23:32:02.643 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_2 2024-04-22T23:32:02.905 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T23:32:02.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:02.906 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_3... 2024-04-22T23:32:02.907 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_3 2024-04-22T23:32:03.169 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T23:32:03.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:03.170 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_4... 2024-04-22T23:32:03.170 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_4 2024-04-22T23:32:03.453 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T23:32:03.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:03.454 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-04-22T23:32:03.455 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/scratch_devs 2024-04-22T23:32:03.506 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_1... 2024-04-22T23:32:03.507 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_1 2024-04-22T23:32:03.776 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T23:32:03.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:03.777 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_2... 2024-04-22T23:32:03.777 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_2 2024-04-22T23:32:04.060 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T23:32:04.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:04.061 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_3... 2024-04-22T23:32:04.061 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_3 2024-04-22T23:32:04.348 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T23:32:04.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:04.350 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_4... 2024-04-22T23:32:04.350 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_4 2024-04-22T23:32:04.608 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T23:32:04.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:04.609 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T23:32:04.609 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/scratch_devs 2024-04-22T23:32:04.623 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:32:04.631 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:32:04.631 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:32:04.634 DEBUG:teuthology.orchestra.run.smithi114:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:32:04.646 INFO:teuthology.orchestra.run.smithi027.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:32:04.647 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================== 2024-04-22T23:32:04.647 INFO:teuthology.orchestra.run.smithi027.stdout:+hv01.front.sepi 44.4.53.2 2 u 3 64 377 0.073 -8.125 1.119 2024-04-22T23:32:04.647 INFO:teuthology.orchestra.run.smithi027.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.123 -6.455 1.227 2024-04-22T23:32:04.647 INFO:teuthology.orchestra.run.smithi027.stdout:*hv03.front.sepi 74.6.168.72 3 u 7 64 377 0.090 -7.325 1.043 2024-04-22T23:32:04.647 INFO:teuthology.orchestra.run.smithi027.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-22T23:32:04.678 INFO:teuthology.orchestra.run.smithi114.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:32:04.678 INFO:teuthology.orchestra.run.smithi114.stdout:============================================================================== 2024-04-22T23:32:04.678 INFO:teuthology.orchestra.run.smithi114.stdout:+hv01.front.sepi 44.4.53.2 2 u 63 64 377 0.095 -4.677 1.435 2024-04-22T23:32:04.678 INFO:teuthology.orchestra.run.smithi114.stdout:*hv02.front.sepi 63.231.80.2 3 u 1 64 377 0.120 -4.992 0.977 2024-04-22T23:32:04.678 INFO:teuthology.orchestra.run.smithi114.stdout:+hv03.front.sepi 74.6.168.72 3 u 7 64 377 0.084 -6.537 1.598 2024-04-22T23:32:04.678 INFO:teuthology.orchestra.run.smithi114.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-22T23:32:04.679 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:32:04.690 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:32:04.691 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:32:04.756 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:32:04.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:32:04.927 INFO:teuthology.task.internal:Duration was 1683.494682 seconds 2024-04-22T23:32:04.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:32:05.005 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:32:05.005 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:32:05.008 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:32:05.045 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:32:05.046 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2024-04-22T23:32:05.046 DEBUG:teuthology.orchestra.run.smithi027:> 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-22T23:32:05.098 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi114.front.sepia.ceph.com 2024-04-22T23:32:05.098 DEBUG:teuthology.orchestra.run.smithi114:> 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-22T23:32:05.108 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:32:05.108 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:32:05.144 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:32:05.187 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:32:05.187 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:32:05.231 DEBUG:teuthology.orchestra.run.smithi114:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:32:05.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:32:05.360 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:32:05.360 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:32:05.372 DEBUG:teuthology.orchestra.run.smithi114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:32:05.383 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:32:05.406 DEBUG:teuthology.orchestra.run.smithi027:> 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-22T23:32:05.417 DEBUG:teuthology.orchestra.run.smithi114:> 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-22T23:32:05.425 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2024-04-22T23:32:05.436 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = core 2024-04-22T23:32:05.470 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:32:05.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:05.496 DEBUG:teuthology.orchestra.run.smithi114:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:32:05.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:32:05.515 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:32:05.525 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:32:05.526 DEBUG:teuthology.misc:Transferring archived files from smithi027:/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/7669168/remote/smithi027 2024-04-22T23:32:05.526 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:32:05.564 DEBUG:teuthology.misc:Transferring archived files from smithi114:/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/7669168/remote/smithi114 2024-04-22T23:32:05.564 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:32:05.588 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:32:05.588 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:32:05.603 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:32:05.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:32:05.644 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:32:05.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:32:05.697 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:32:05.697 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:32:05.700 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:32:05.704 INFO:teuthology.orchestra.run.smithi027.stdout: 658462 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:32 /home/ubuntu/cephtest 2024-04-22T23:32:05.706 INFO:teuthology.orchestra.run.smithi114.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:32 /home/ubuntu/cephtest 2024-04-22T23:32:05.708 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:32:05.789 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:32:05.948 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:32:05.974 DEBUG:teuthology.nuke:shortname: smithi027 2024-04-22T23:32:05.975 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:32:05.999 DEBUG:teuthology.nuke:shortname: smithi114 2024-04-22T23:32:05.999 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:32:06.004 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.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/7669168', '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 22:52:37.435939', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB0ix3bCiuv8+VkR99Cbvhioz0y21UuSVyyII2mVmtM24S9wYiMklXj3G4oEdnWh7+JQXTKwZ8p20ftzAti5JuQ='} 2024-04-22T23:32:06.032 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.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/7669168', '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 22:52:37.437696', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP0jxuZ/QTos5T9sCYgWx1RQkla0edwk2GSu5UKYZ98fisMJqkw5SiupjTlvkVhicDbPD8LTe6MeCRkk/4pFPQk='} 2024-04-22T23:32:06.067 INFO:teuthology.orchestra.console.smithi027:Power off 2024-04-22T23:32:06.067 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:32:06.097 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2024-04-22T23:32:06.098 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:06.114 INFO:teuthology.orchestra.console.smithi114:Power off 2024-04-22T23:32:06.115 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:32:06.124 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-04-22T23:32:06.137 DEBUG:teuthology.orchestra.console.smithi114:power off output: Chassis Power Control: Down/Off 2024-04-22T23:32:06.137 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:06.160 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-04-22T23:32:10.125 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:10.161 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:10.237 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-04-22T23:32:10.272 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-04-22T23:32:14.242 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:14.273 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:14.354 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2024-04-22T23:32:14.385 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-04-22T23:32:14.456 INFO:teuthology.orchestra.console.smithi027:Power off completed 2024-04-22T23:32:18.387 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:32:18.498 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is off 2024-04-22T23:32:18.599 INFO:teuthology.orchestra.console.smithi114:Power off completed 2024-04-22T23:32:18.703 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-user 3-final} duration: 1683.494681596756 failure_reason: '"2024-04-22T23:14:27.340558+0000 mon.smithi027 (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=7f14df15949e467f9d0c9dc93aff8d90 status: fail success: false 2024-04-22T23:32:18.703 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:32:18.787 INFO:teuthology.run:FAIL